Skip to content

Releases: AlaskaAirlines/auro-background

v5.0.0

30 Sep 00:56
2712061

Choose a tag to compare

5.0.0 (2025-09-30)

BREAKING CHANGES

  • Package exports have changed. To access the component class add /class to the end of the import. See "exports" in the package.json for more details.

v5.0.0-rc-1.1

29 Sep 21:26

Choose a tag to compare

v5.0.0-rc-1.1 Pre-release
Pre-release

5.0.0-rc-1.1 (2025-09-29)

BREAKING CHANGES

  • Package exports have changed. To access the component class add /class to the end of the import. See "exports" in the package.json for more details.

v4.0.5

14 Aug 23:15

Choose a tag to compare

4.0.5 (2025-08-14)

Bug Fixes

  • update auro-library to latest version (94c4706)

v4.0.4

11 Aug 19:36

Choose a tag to compare

4.0.4 (2025-08-11)

Bug Fixes

  • auro library was causing aqua scan failures (6b14057)

v4.0.3

02 Jul 19:55

Choose a tag to compare

4.0.3 (2025-07-02)

Bug Fixes

  • update dependencies and restructure styles (2f2fcb0)
  • update docs head content (53411b1)

v4.0.2

30 Apr 19:42

Choose a tag to compare

4.0.2 (2025-04-30)

Performance Improvements

  • update to use new color theming tokens #54 (1d9d10d)

v4.0.1

15 Apr 16:19

Choose a tag to compare

4.0.1 (2025-04-15)

Performance Improvements

  • add wca script for docs api (a12c215)

v4.0.0

28 Feb 04:29

Choose a tag to compare

4.0.0 (2025-02-28)

  • feat!: move peer dependencies to "real" dependencies (6e0495b)

BREAKING CHANGES

  • last change was breaking on a patch version because of peer dependencies

Summary:
Our current build process relies on peer dependencies being present, but
the peer dependency pipeline is causing far more issues than it's worth.
Why not just make them regular dependencies? This is what this PR does :)

v3.1.2

08 Feb 03:15

Choose a tag to compare

3.1.2 (2025-02-08)

Bug Fixes

  • add in missing npm script (0043770)

Performance Improvements

  • update dependencies (1a06cd1)
  • update mixin ref per npm update (ab34609)
  • update node to version 22 (265675e)

v3.1.1

23 Nov 18:17

Choose a tag to compare

3.1.1 (2024-11-23)

Bug Fixes

  • update markdown partial pathing to consume new auro lib #46 (aa8694f)

Performance Improvements

  • update library to 3.0.2 (5384c65)