Skip to content

Latest commit

 

History

History
496 lines (264 loc) · 23.4 KB

CHANGELOG.md

File metadata and controls

496 lines (264 loc) · 23.4 KB

Semantic Release Automated Changelog

8.1.0 (2024-10-23)

Bug Fixes

  • added upgraded version file from build (e36577b)

Features

Performance Improvements

  • update dependency versions (24e654b)

8.0.1 (2024-10-08)

Bug Fixes

  • make auro-library a normal dep instead of devDep (2d8e89d)

8.0.0 (2024-09-25)

Bug Fixes

Performance Improvements

  • refactor custom component registration config (7ea8420)
  • update file extension and names (ca89972)
  • use latest versions of dependencies (8af1108)

BREAKING CHANGES

  • trigger major release for color theming support #229

7.3.0 (2024-09-10)

Bug Fixes

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

Features

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

Performance Improvements

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

Bug Fixes

7.2.9 (2024-02-23)

Performance Improvements

  • deps: update dependencies (0ee9a47)
  • min: update min js example system (0225d9b)

7.2.8 (2024-02-20)

Performance Improvements

  • docs: add custom registration example to index page (31a7bd6)

7.2.7 (2024-02-14)

Bug Fixes

  • slim: render icon in icononly slim example #245 (380e8c0)

Performance Improvements

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

Performance Improvements

  • update auro dependencies (b8c2884)

7.2.5 (2024-01-31)

Performance Improvements

  • alaskaairux ref updates (a2aece9)
  • cdn: update links from unpkg to jsdelivr (b15f865)

7.2.4 (2024-01-22)

Bug Fixes

  • update incorrect lit-element refs (77cb193)

Performance Improvements

  • update dependencies (1afa2d1)
  • update to auro-loader@latest (89b2e57)

7.2.3 (2024-01-11)

Performance Improvements

  • update repo to support SSR (cfab5ea)

7.2.2 (2024-01-02)

Bug Fixes

  • demo: update surge demo branch (5393ed9)
  • marked: update marked package to script (9ad605c)
  • tokens: replace invalid tokens #229 (7652913)

Performance Improvements

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

Performance Improvements

  • class: add class to span wrapping around content #233 (43436b2)

7.2.0 (2023-07-14)

Features

  • template: use correctly named CSS part attributes #225 (a69eebc)

Performance Improvements

  • cssparts: add css parts to shadow DOM content #225 (312bd39)

7.1.1 (2023-07-13)

Bug Fixes

7.1.0 (2023-07-11)

Bug Fixes

  • animation: fix hide/show text animation on rounded button (0378046)

Features

Performance Improvements

  • stylelint: update to modern stylelint practices (750dc5d)

7.0.1 (2023-06-06)

Performance Improvements

  • deps: update project dependencies (1b93ca5)

7.0.0 (2023-06-06)

Code Refactoring

Features

Performance Improvements

  • focus-visible: remove support for polyfill #208 (5f0f8d1)
  • icon: remove internal icon placement support #209 (eec81f6)

BREAKING CHANGES

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

Features

  • icononly: add icon only version of component #199 (69be06f)

6.5.0 (2023-02-13)

Features

  • ready: notify readiness of the component #190 (f80799d)

Performance Improvements

  • release: update semantic release version #190 (ad22ada)

6.4.0 (2022-09-14)

Bug Fixes

  • inline: update to better center content within button #164 (4335b6d)

Features

  • css: update tertiary background color (615d5d6)
  • slim: add new feature attribute #159 (ef661ac)

6.3.8 (2022-03-15)

Bug Fixes

  • token: update element to support new hover color #153 (5282bd7)

6.3.7 (2022-01-19)

Bug Fixes

  • version: remove version from DOM (d91e614)

6.3.6 (2021-08-26)

Bug Fixes

  • notice: update postinstall message to communicate deprecation of id prop (fceb348)

6.3.5 (2021-08-17)

Bug Fixes

  • notice: update packing postinistall to alert users of next MAJOR release (f0a6103)

6.3.4 (2021-06-23)

Bug Fixes

  • allow wider range of lit-html versions #127 (7ec7463)

6.3.3 (2021-06-15)

Bug Fixes

6.3.2 (2021-05-27)

Bug Fixes

6.3.1 (2021-05-24)

Bug Fixes

6.3.0 (2021-05-19)

Features

  • version: add support to display version in element #114 (9f3fbdf)

6.2.0 (2021-03-05)

Features

  • apply focus-visible polyfill to shadow root (0ffcb44)

6.1.0 (2021-03-02)

Features

6.0.1 (2021-01-30)

Bug Fixes

6.0.0 (2020-12-24)

Features

  • add support for rollup bundle (3c4ff2e)

BREAKING CHANGES

  • This update will update how bundled resources are used, removing support for pollyfill.js

5.3.1 (2020-11-20)

Bug Fixes

5.3.0 (2020-11-04)

Features

5.2.0 (2020-10-31)

Features

  • move from travis to GHA (39294af)

5.1.2 (2020-09-08)

Bug Fixes

  • add reflect to properties (3e2df64)

5.1.1 (2020-08-26)

Bug Fixes

  • update support of SVG in the slot (8f28aeb)

5.1.0 (2020-08-25)

Features

5.0.0 (2020-08-25)

Bug Fixes

  • address issues with unsupoprted shadow DOM attributes (4ad5483)

Documentation

BREAKING CHANGES

  • 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