Skip to content

Releases: AlaskaAirlines/auro-icon

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)

v6.1.0

03 Dec 06:14
Compare
Choose a tag to compare

6.1.0 (2024-12-03)

Features

  • add function for exporting css parts (ebc729b)

Performance Improvements

  • add related build changes (007a1e4)

v6.0.3

13 Nov 02:21
Compare
Choose a tag to compare

6.0.3 (2024-11-13)

Bug Fixes

  • update markdown partial pathing to consume new auro lib #155 (cc3a97f)
  • update size token to use new icon-size token #153 (2ba4d7a)

v6.0.2

30 Oct 23:39
Compare
Choose a tag to compare

6.0.2 (2024-10-30)

Bug Fixes

  • add package.lock (b00ea6e)
  • limit auro-library version to patch updates (478a2e5)
  • rollback auro-library to fix generateDoc scripting (8da750e)
  • running build after package update (3865fad)

v6.0.1

29 Oct 23:21
Compare
Choose a tag to compare

6.0.1 (2024-10-29)

Bug Fixes

  • refactor token assignment to directly override the svg #149 (2b91806)

v6.0.0

28 Oct 18:01
Compare
Choose a tag to compare

6.0.0 (2024-10-28)

Bug Fixes

Features

  • add tag name as attribute when custom registered (669997a)
  • api: importing ./src/auro-icon.js will no longer define as a customElement #144 (353d5c3)

Performance Improvements

BREAKING CHANGES

  • the old customSize attribute is no longer supported. See new documentation on API page under Theme Support.
  • api: auro-alaska must be registered to use the src/auro-alaska.js import.
  • Update dependency versions
  • AuroIcon.register is to easily register the element without extra importing
  • import '@aurodesignsystem/auro-icon' will still register this element to <auro-icon>
  • import { AuroIcon } from '../src/auro-icon.js wont register this element until AuroIcon.register gets called
  • Similarly, AuroAlaska now needs to be registered using AuroAlaska.register before you can use <auro-alaska>, if you're importing auro-alaska.js.
    To skip the registration step, you can simply import @aurodesignsystem/auro-icon.

v5.0.2

07 Oct 17:38
Compare
Choose a tag to compare

5.0.2 (2024-10-07)

Bug Fixes

  • moves auro library to dependencies (5fe8ebb)

v5.0.1

04 Oct 22:44
Compare
Choose a tag to compare

5.0.1 (2024-10-04)

Bug Fixes

v5.0.0

23 Sep 23:30
Compare
Choose a tag to compare

5.0.0 (2024-09-23)

Bug Fixes

  • update color name based on new design tokens (8343796)

Performance Improvements

  • refactor custom component registration config (8ffc453)
  • update dependencies and lint configs (caf2be8)
  • use auro-library component tag rename (6cf581b)

BREAKING CHANGES

  • trigger major release for color theming support