6.1.2 (2024-12-21)
- update node to version 22 (1f2986b)
6.1.1 (2024-12-03)
- correct naming in function for exporting css parts (c81ee28)
6.1.0 (2024-12-03)
- add function for exporting css parts (ebc729b)
- add related build changes (007a1e4)
6.0.3 (2024-11-13)
- update markdown partial pathing to consume new auro lib #155 (cc3a97f)
- update size token to use new icon-size token #153 (2ba4d7a)
6.0.2 (2024-10-30)
- 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)
6.0.1 (2024-10-29)
6.0.0 (2024-10-28)
- add tag name as attribute when custom registered (669997a)
- api: importing ./src/auro-icon.js will no longer define as a customElement #144 (353d5c3)
- 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
.
5.0.2 (2024-10-07)
- moves auro library to dependencies (5fe8ebb)
5.0.1 (2024-10-04)
5.0.0 (2024-09-23)
- update color name based on new design tokens (8343796)
- refactor custom component registration config (8ffc453)
- update dependencies and lint configs (caf2be8)
- use auro-library component tag rename (6cf581b)
- trigger major release for color theming support
4.5.0 (2024-08-20)
4.4.0 (2024-07-02)
- custom: add function to handle custom element tag name (bf38f92)
- tokens: Advisory variant has been removed. Warning variant is the intended replacement.
4.3.1 (2024-02-26)
- svg: restore 100% overwrite on --auro-size-lg (9b21217)
4.3.0 (2024-02-26)
- part: add CSS part for styling the SVG file (1509208)
4.2.9 (2024-02-21)
4.2.8 (2024-02-19)
- docs: restore alaska.md file (d657625)
4.2.7 (2024-02-19)
- release: fix branch name for release (70de136)
- demo: implement modern Auro demo system #101 (1f2265d)
- deps: udpate dependencies (58be48d)
- linter: update code to fix linting errors (7718e11)
4.2.6 (2024-02-13)
- update auro dependencies (ace573d)
4.2.5 (2024-02-10)
4.2.4 (2024-02-10)
- update filetypes and deps for SSR (af49139)
4.2.3 (2024-02-10)
- remove incorrect script request (a48d94d)
- update to support ES6 dependencies (357832d)
4.2.2 (2024-01-31)
- icons: update link namespace for icons repo (7f2407d)
4.2.1 (2024-01-27)
- update index per SSR support (aaeadc6)
4.2.0 (2024-01-21)
- update node policy (bdbf87b)
4.1.0 (2023-10-30)
- add types to build script (8d3151f)
- remove legacy token dependnecy (5baa678)
- update default URI reference (16d5634)
- update dependencies (3407545)
4.0.2 (2023-06-05)
4.0.1 (2023-05-17)
- update npmignore to remove unnecessary files (2c070a9)
4.0.0 (2023-04-22)
- ts: add support for typescript users #69 (d01bbb6)
- ts: move the package of typescript into devDependencies (684f626)
- es5: Remove legacy es5 bundling resources #63 (e9842a5)
- husky: pre-commit and husky update #65 (4a0996d)
- lit: update component to Lit2.0 #68 (e962e25)
- node18: update core features to support node 18+ #66 (e1e5f97)
- sass: Update Sass to use dart-sass dependency #64 (e38f7de)
- server: update to use single shell (15f74ac)
- npm: This update requires a MAJOR release as the namespace of the element has been changed.
Changes to be committed: modified: README.md modified: package.json
3.4.4 (2023-04-21)
- Revert "perf(es5): Remove legacy es5 bundling resources #63" (82669c2), closes #63
- Revert "perf(sass): Update Sass to use dart-sass dependency #64" (dded5b0), closes #64
- Revert "perf(husky): pre-commit and husky update #65" (654a082), closes #65
- Revert "docs(template): update issue templates #70" (7419b12), closes #70
- Revert "build(npm): update npm namespace #71" (f03729f), closes #71
- Revert "feat(ts): add support for typescript users #69" (1b45723), closes #69
- Revert "chore(deps): full dependency update" (25bb33c)
- Revert "perf(lit): update component to Lit2.0 #68" (687e89a), closes #68
- Revert "perf(server): update to use single shell" (034e846)
- Revert "perf(node18): update core features to support node 18+ #66" (1b0fb9a), closes #66
- Revert "chore(configs): release is missing required assets #74" (bc6f712), closes #74
- Revert "feat() : support element name extension feature #62" (d9fe35a), closes #62
- Revert "docs(issues): update bug template" (2221afd)
- Revert "feat(ts): move the package of typescript into devDependencies" (789a6f4)
- Revert "chore(deps): full dependency update" (26aadc9)
- Revert "chore: additional cleanup of legacy code This commit removes legacy content from current resources and deleted files that are no longer required." (79c61dc)
- Revert "deps: remove unused resources" (9eaba53)
- Revert "chore: remove unused resource" (a720ef9)
- Revert "chore: cleanup of legacy code" (d2151d0)
- Revert "build(husky): remove package.json config #65" (d2b00ee), closes #65
- Revert "build(husky): update package-lock.json" (0dc802c)
- Revert "build: update automated api generation script" (b3a8021)
- Revert "docs: update to component registration function" (fe459d3)
- Revert "build(husky): update resource to be executable #65" (f1d83e0), closes #65
- Revert "docs: update postinstall message" (361a4a0)
3.4.3 (2023-04-18)
- resources: update .npmignore (30d16d6)
3.4.2 (2023-04-17)
- package: update .npmignore confg file (22b6c15)
3.4.1 (2023-04-12)
- extend: allow for custom component registration + extension (4ef2d7b)
3.4.0 (2023-03-15)
3.3.1 (2023-01-03)
3.3.0 (2022-12-28)
- deps: update dependencies (f0ec641)
3.2.0 (2021-10-14)
3.1.1 (2021-08-03)
- default boolean properties to false (28f190b)
3.1.0 (2021-03-18)
- add label option (20b5cd3)
3.0.3 (2021-03-03)
- update alaska element to match icon updates (003944a)
3.0.2 (2021-03-03)
3.0.1 (2021-02-02)
- address missing bundle (1222c10)
3.0.0 (2020-12-18)
- remove support for alaska logos from auro-icon element (1b1643b)
- add restricted logo size feature (396ead9)
- break common features into baseIcon (56fa1a1)
- create new auro-alaska custom element (e7f973f)
- upgrade to rollup bundle support (92c8495)
- This commit will break previous support for the Alaska logos from the auro-icon custom element.
- This feature and other related are redefining the scope of the auro-icon feature set and creates a new auro-alaska CE for specific Alaska logo support
2.0.3 (2020-12-02)
- add perf update, use map to dedupe fetch requests (47e8621)
2.0.2 (2020-10-31)
- move from travis to GHA (ad34f46)
2.0.1 (2020-10-12)
- update peer dependencies on install (6d3850f)
2.0.0 (2020-10-12)
- support for alaska logos by prop (4614acd)
- This update requires a breaking change as the API for applying custom color and size has been changed.
1.0.3 (2020-10-05)
- add custom property fallbacks for IE11 (87e4e78)
1.0.2 (2020-09-24)
- update icons to use CDN (338caa3)
1.0.1 (2020-09-22)
- reference to icon package (959ca76)