Releases: AlaskaAirlines/auro-icon
Releases · AlaskaAirlines/auro-icon
v6.1.2
v6.1.1
v6.1.0
v6.0.3
v6.0.2
v6.0.1
v6.0.0
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 thesrc/auro-alaska.js
import.
- Update dependency versions
AuroIcon.register
is to easily register the element without extra importingimport '@aurodesignsystem/auro-icon'
will still register this element to<auro-icon>
import { AuroIcon } from '../src/auro-icon.js
wont register this element untilAuroIcon.register
gets called- Similarly,
AuroAlaska
now needs to be registered usingAuroAlaska.register
before you can use<auro-alaska>,
if you're importingauro-alaska.js
.
To skip the registration step, you can simply import@aurodesignsystem/auro-icon
.
v5.0.2
v5.0.1
v5.0.0
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