Skip to content

Releases: AlaskaAirlines/auro-icon

v7.0.0

28 Feb 04:29
Compare
Choose a tag to compare

7.0.0 (2025-02-28)

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

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 :)

v6.1.9

08 Feb 03:42
Compare
Choose a tag to compare

6.1.9 (2025-02-08)

Performance Improvements

v6.1.8

07 Feb 17:58
Compare
Choose a tag to compare

6.1.8 (2025-02-07)

Bug Fixes

  • update webcorestylesheet to support node 22 (168a7da)

v6.1.7

30 Jan 20:48
Compare
Choose a tag to compare

6.1.7 (2025-01-30)

Bug Fixes

  • add brackets around css variable for processing #173 (8768409)

v6.1.6

28 Jan 14:57
Compare
Choose a tag to compare

6.1.6 (2025-01-28)

Bug Fixes

v6.1.5

27 Jan 22:41
Compare
Choose a tag to compare

6.1.5 (2025-01-27)

Performance Improvements

v6.1.4

24 Jan 23:38
Compare
Choose a tag to compare

6.1.4 (2025-01-24)

Bug Fixes

  • improve screenreader description statement #168 (76a9e02)

v6.1.3

23 Jan 22:13
Compare
Choose a tag to compare

6.1.3 (2025-01-23)

Bug Fixes

Performance Improvements

  • make exposeCssParts function private (73403c1)
  • remove SVG description for screenreaders by default #165 (9a55760)
  • update dependencies (2407f6c)

v6.1.2

21 Dec 00:07
Compare
Choose a tag to compare

6.1.2 (2024-12-21)

Bug Fixes

  • make wrapper size match icon size (d12f597)
  • replace master with main in package.json (597d1f5)

Performance Improvements

  • update node to version 22 (1f2986b)

v6.1.1

03 Dec 06:50
Compare
Choose a tag to compare

6.1.1 (2024-12-03)

Bug Fixes

  • correct naming in function for exporting css parts (c81ee28)