@aurodesignsystem/auro-icon
Advanced tools
Changelog
6.0.0 (2024-10-28)
auro-alaska
must be registered to use the src/auro-alaska.js
import.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 until AuroIcon.register
gets calledAuroAlaska
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
.Changelog
5.0.0 (2024-09-23)