8.2.1 (2024-12-19)
8.2.0 (2024-11-15)
- update auro-library to 3.0.1 (9d58b78)
- update library to 3.0.2 (478b6de)
8.1.3 (2024-11-05)
- update dependencies (b1b21ea)
- update rollup config (37244c7)
- update to support latest version of auro-icon (50693bd)
8.1.2 (2024-10-31)
- update dependencies (b3e2d31)
8.1.1 (2024-10-30)
- limit auro-library version to patch updates (e4a5bf4)
- re-run build (025974a)
- rollback auro-library to fix generateDoc scripting (dc20179)
8.1.0 (2024-10-23)
- added upgraded version file from build (e36577b)
- update dependency versions (24e654b)
8.0.1 (2024-10-08)
- make auro-library a normal dep instead of devDep (2d8e89d)
8.0.0 (2024-09-25)
- refactor custom component registration config (7ea8420)
- update file extension and names (ca89972)
- use latest versions of dependencies (8af1108)
- trigger major release for color theming support #229
7.3.0 (2024-09-10)
- flat: change width CSS rules to 'unset' for the flat variant (610dd4b)
- flat: correct colors in ondark flat variant (2e34651)
- flat: remove focus border from flat variant (1b6acb7)
- flat: add new flat variant for use in auro-components (afb87d3)
- force new feature release (ec4c6f1)
- themes: update styles to support component themes #243 (acc481e)
- flat: use the correct new tokens for the flat variant #252 (349edc3)
- loader: use beta version of loader as direct dependency (7e925af)
- update design tokens and eslint config (cfefc60)
7.2.10 (2024-07-08)
7.2.9 (2024-02-23)
7.2.8 (2024-02-20)
- docs: add custom registration example to index page (31a7bd6)
7.2.7 (2024-02-14)
- demo: update demofile name (f11d9c5)
- examples: update references to example files (47bff95)
- jsdocs: update event jsdocs (954dbb4)
- styles: update styles for icon only buttons (99f5488)
- update dependencies (83b4486)
7.2.6 (2024-02-01)
- update auro dependencies (b8c2884)
7.2.5 (2024-01-31)
7.2.4 (2024-01-22)
- update incorrect lit-element refs (77cb193)
7.2.3 (2024-01-11)
- update repo to support SSR (cfab5ea)
7.2.2 (2024-01-02)
- demo: update surge demo branch (5393ed9)
- marked: update marked package to script (9ad605c)
- tokens: replace invalid tokens #229 (7652913)
- accordion: use new version of accordion (eba6c1e)
- alert: update to use auro-alert (e18015c)
- deps: update dependencies (7daaf28)
- eslint: install auro eslint rules (d9fd3ed)
- focus: remove focus-visible support (c0511e5)
- hover: update hover css rules (f64446d)
- hover: update secondary hover color #227 (1eff68d)
- hover: update tertiary hover color #236 (2d346fa)
- jsdocs: update jsdocs (ebec779)
- node: update to support node 20 (816d29e)
- tokens: add css fallbacks for tokens #229 (423502b)
- token: update design token names #229 (f94ab5d)
7.2.1 (2023-10-02)
7.2.0 (2023-07-14)
7.1.1 (2023-07-13)
7.1.0 (2023-07-11)
- animation: fix hide/show text animation on rounded button (0378046)
- stylelint: update to modern stylelint practices (750dc5d)
7.0.1 (2023-06-06)
- deps: update project dependencies (1b93ca5)
7.0.0 (2023-06-06)
- es5: remove legacy features and build support #204 (c0348c4)
- id: remove internal ID support #130 (1d8d16c)
- add multiple updates #206 (449c0c4)
- enum: add variants support #160 (05509b8)
- ondark: update background values #156 (b6ef5f8)
- focus-visible: remove support for polyfill #208 (5f0f8d1)
- icon: remove internal icon placement support #209 (eec81f6)
- This commit includes an update to the npm namespace to @aurodesignsystem.
Changes to be committed: new file: .github/CODEOWNERS deleted: .github/ISSUE_TEMPLATE/audit.md deleted: .github/ISSUE_TEMPLATE/bug_report.md new file: .github/ISSUE_TEMPLATE/bug_report.yml deleted: .github/ISSUE_TEMPLATE/develop-design-story.md deleted: .github/ISSUE_TEMPLATE/feature_request.md new file: .github/ISSUE_TEMPLATE/feature_request.yml deleted: .github/ISSUE_TEMPLATE/general-support.md new file: .github/ISSUE_TEMPLATE/general-support.yml deleted: .github/ISSUE_TEMPLATE/new_wc.md deleted: .github/ISSUE_TEMPLATE/parent-design-story.md deleted: .github/ISSUE_TEMPLATE/review-design-story.md deleted: .github/ISSUE_TEMPLATE/symbol-design-story.md deleted: .github/ISSUE_TEMPLATE/user-story.md modified: .github/settings.yml modified: .github/workflows/testPublish.yml modified: .gitignore new file: .husky/pre-commit modified: .npmignore modified: index.js deleted: karma.conf.js modified: package-lock.json
- icon: This commit will remove all legacy support for placement of icons within the element other than supporting icons as slotted content.
Changes to be committed: modified: docs/api.md modified: src/auro-button.js modified: src/style.scss
- id: This commit will remove all support for ID attribute reflection from the parent element to the inner button element.
Changes to be committed: modified: src/auro-button.js modified: test/auro-button.test.js modified: packageScripts/postinstall.js
- es5: This commit removes all legacy es6 build process including light-dom support, fixed CSS, non CSS variable support, and es5 bundling.
Changes to be committed: modified: README.md deleted: babel.config.js deleted: demo/alert.js modified: demo/demo.md modified: demo/index.html deleted: demo/sass/style.scss deleted: index.html modified: package-lock.json modified: package.json modified: packageScripts/postinstall.js modified: rollup.config.js modified: scripts/postCss.js deleted: scripts/removeNonRemPlugin.js deleted: src/auro-button-light.js modified: src/auro-button.js deleted: src/es5.js deleted: src/style-fixed.scss deleted: src/style-ld.scss
6.6.0 (2023-04-12)
6.5.0 (2023-02-13)
6.4.0 (2022-09-14)
6.3.8 (2022-03-15)
6.3.7 (2022-01-19)
- version: remove version from DOM (d91e614)
6.3.6 (2021-08-26)
- notice: update postinstall message to communicate deprecation of id prop (fceb348)
6.3.5 (2021-08-17)
- notice: update packing postinistall to alert users of next MAJOR release (f0a6103)
6.3.4 (2021-06-23)
6.3.3 (2021-06-15)
6.3.2 (2021-05-27)
6.3.1 (2021-05-24)
6.3.0 (2021-05-19)
6.2.0 (2021-03-05)
- apply focus-visible polyfill to shadow root (0ffcb44)
6.1.0 (2021-03-02)
- add new loading state (ebe9afe)
6.0.1 (2021-01-30)
6.0.0 (2020-12-24)
- add support for rollup bundle (3c4ff2e)
- This update will update how bundled resources are used, removing support for pollyfill.js
5.3.1 (2020-11-20)
5.3.0 (2020-11-04)
- add fixed feature (5ed6c27)
5.2.0 (2020-10-31)
- move from travis to GHA (39294af)
5.1.2 (2020-09-08)
- add reflect to properties (3e2df64)
5.1.1 (2020-08-26)
- update support of SVG in the slot (8f28aeb)
5.1.0 (2020-08-25)
- add icon support (9047363)
5.0.0 (2020-08-25)
- address issues with unsupoprted shadow DOM attributes (4ad5483)
- update README (0dc2901)
- trigger to release next major version
- this update removes native button form attributes as they are unable to be used outside the scope of the shadow DOM