Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [6.0.0](v5.0.2...v6.0.0) (2024-10-28) ### Bug Fixes * change how we support custom size [#147](#147) ([5cbb375](5cbb375)) ### Features * add tag name as attribute when custom registered ([669997a](669997a)) * **api:** importing ./src/auro-icon.js will no longer define <auro-icon> as a customElement [#144](#144) ([353d5c3](353d5c3)) ### Performance Improvements * update deps ([2d91c53](2d91c53)) * update sweep npm script ([4f2a171](4f2a171)) ### 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`.
- Loading branch information