Skip to content

Latest commit

 

History

History
523 lines (260 loc) · 26.5 KB

CHANGELOG.md

File metadata and controls

523 lines (260 loc) · 26.5 KB

Semantic Release Automated Changelog

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)

6.1.1 (2024-12-03)

Bug Fixes

  • correct naming in function for exporting css parts (c81ee28)

6.1.0 (2024-12-03)

Features

  • add function for exporting css parts (ebc729b)

Performance Improvements

  • add related build changes (007a1e4)

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)

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)

6.0.1 (2024-10-29)

Bug Fixes

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

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.

5.0.2 (2024-10-07)

Bug Fixes

  • moves auro library to dependencies (5fe8ebb)

5.0.1 (2024-10-04)

Bug Fixes

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

4.5.0 (2024-08-20)

Features

  • update to support component theming (b101b5d), closes #124

4.4.0 (2024-07-02)

Features

  • custom: add function to handle custom element tag name (bf38f92)

BREAKING CHANGES

  • tokens: Advisory variant has been removed. Warning variant is the intended replacement.

4.3.1 (2024-02-26)

Performance Improvements

  • svg: restore 100% overwrite on --auro-size-lg (9b21217)

4.3.0 (2024-02-26)

Features

  • part: add CSS part for styling the SVG file (1509208)

4.2.9 (2024-02-21)

Bug Fixes

  • bundle: add auro-alaska.js to the bundler #105 (53e4ef0)

4.2.8 (2024-02-19)

Performance Improvements

  • docs: restore alaska.md file (d657625)

4.2.7 (2024-02-19)

Bug Fixes

  • release: fix branch name for release (70de136)

Performance Improvements

  • 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)

Performance Improvements

  • update auro dependencies (ace573d)

4.2.5 (2024-02-10)

Performance Improvements

  • update deps for updated ref to auroElement (38e08f9)
  • update refs to support SSR (bfd4f6d)

4.2.4 (2024-02-10)

Performance Improvements

  • update filetypes and deps for SSR (af49139)

4.2.3 (2024-02-10)

Bug Fixes

  • remove incorrect script request (a48d94d)

Performance Improvements

  • update to support ES6 dependencies (357832d)

4.2.2 (2024-01-31)

Bug Fixes

  • icons: update link namespace for icons repo (7f2407d)

Performance Improvements

  • alaskaairux ref updates (580b1f9)
  • cdn: update links from unpkg to jsdelivr (03569a2)

4.2.1 (2024-01-27)

Performance Improvements

  • update index per SSR support (aaeadc6)

4.2.0 (2024-01-21)

Features

Performance Improvements

4.1.0 (2023-10-30)

Features

  • upgrade to supoprt new Auro design tokens #94 (16b3e34)

Performance Improvements

  • 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)

Performance Improvements

4.0.1 (2023-05-17)

Bug Fixes

Performance Improvements

  • update npmignore to remove unnecessary files (2c070a9)

4.0.0 (2023-04-22)

Build System

Features

  • ts: add support for typescript users #69 (d01bbb6)
  • ts: move the package of typescript into devDependencies (684f626)

Performance Improvements

  • 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)

BREAKING CHANGES

  • 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)

Reverts

  • 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)

Bug Fixes

  • resources: update .npmignore (30d16d6)

3.4.2 (2023-04-17)

Bug Fixes

  • package: update .npmignore confg file (22b6c15)

3.4.1 (2023-04-12)

Performance Improvements

  • extend: allow for custom component registration + extension (4ef2d7b)

3.4.0 (2023-03-15)

Features

3.3.1 (2023-01-03)

Performance Improvements

  • focusvisible: remove unused dependency #57 (8f21549)

3.3.0 (2022-12-28)

Bug Fixes

  • deps: update dependencies (f0ec641)

Features

  • a11y toggle: add new aria-hidden option #54 (ed06dc5)

3.2.0 (2021-10-14)

Features

  • alignment: update icon with text alighnemnt #34 (37833b6)

3.1.1 (2021-08-03)

Bug Fixes

  • default boolean properties to false (28f190b)

3.1.0 (2021-03-18)

Features

3.0.3 (2021-03-03)

Bug Fixes

  • update alaska element to match icon updates (003944a)

3.0.2 (2021-03-03)

Bug Fixes

  • address Chrome 89 icon render issue (2cb0aeb)
  • remove slot to fix Chrome 89 (6c9df68)

3.0.1 (2021-02-02)

Bug Fixes

3.0.0 (2020-12-18)

Code Refactoring

  • remove support for alaska logos from auro-icon element (1b1643b)

Features

  • 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)

BREAKING CHANGES

  • 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)

Bug Fixes

  • add perf update, use map to dedupe fetch requests (47e8621)

2.0.2 (2020-10-31)

Bug Fixes

  • move from travis to GHA (ad34f46)

2.0.1 (2020-10-12)

Bug Fixes

  • update peer dependencies on install (6d3850f)

2.0.0 (2020-10-12)

Features

  • support for alaska logos by prop (4614acd)

BREAKING CHANGES

  • This update requires a breaking change as the API for applying custom color and size has been changed.

1.0.3 (2020-10-05)

Bug Fixes

  • add custom property fallbacks for IE11 (87e4e78)

1.0.2 (2020-09-24)

Bug Fixes

  • update icons to use CDN (338caa3)

1.0.1 (2020-09-22)

Bug Fixes

  • reference to icon package (959ca76)

1.0.0 (2020-09-22)

Features