Skip to content

Latest commit

 

History

History
179 lines (93 loc) · 7.6 KB

CHANGELOG.md

File metadata and controls

179 lines (93 loc) · 7.6 KB

Semantic Release Automated Changelog

3.1.0 (2024-10-23)

Features

3.0.1 (2024-10-08)

Bug Fixes

  • moves auro library to dependencies in package.json #35 (e34f7c9)

3.0.0 (2024-10-02)

Features

  • add tag name as attribute when custom registered (fb5f221)
  • implement color theming support #30 (c6b746f)

Performance Improvements

  • label: remove github label colors (6c7ee0c)
  • refactor custom component registration config (19e26ab)
  • update dependencies (06ba5f7)

BREAKING CHANGES

  • trigger major release for color theme support #30

2.0.1 (2024-07-23)

Bug Fixes

2.0.0 (2024-03-25)

Bug Fixes

  • svg: center svgs within sidenavitems #17 (364db92)

Features

BREAKING CHANGES

  • all auro-sidenav instances are now mobile until specified with the static attribute.

Changes to be committed: modified: apiExamples/basic.html modified: apiExamples/custom.html modified: apiExamples/full.html modified: apiExamples/heading.html modified: apiExamples/hyperlink.html modified: apiExamples/isToggle.html modified: apiExamples/sections.html modified: apiExamples/selected.html modified: demo/api.md modified: demo/index.html modified: demo/index.md modified: docs/api.md modified: docs/partials/index.md modified: package-lock.json modified: src/auro-sidenav.js modified: src/auro-sidenavsection.js modified: test/auro-sidenav.test.js modified: apiExamples/collapsible.html modified: README.md

1.1.7 (2024-03-11)

Performance Improvements

  • update docs: add full scope of all elements (775dd28)

1.1.6 (2024-02-21)

Bug Fixes

  • registration: make custom registration rename all component parts (ff6b88a)
  • styles: make styles work with custom tag names (b42cb93)

Performance Improvements

  • deps: update to latest dependency versions (7b425ff)

1.1.5 (2024-02-16)

Performance Improvements

  • update deps and hyperlink ref (f8af136)

1.1.4 (2024-02-15)

Performance Improvements

  • demo: update demo file names (dd7b597)
  • deps: update dependencies (7969767)

1.1.3 (2024-02-13)

Performance Improvements

  • update auro dependencies (70511f1)

1.1.2 (2024-02-13)

Bug Fixes

1.1.1 (2024-02-13)

Bug Fixes

  • update component reference (6cfaafe)

Performance Improvements

1.1.0 (2024-02-01)

Features

  • ssr: implement support for SSR projects #8 (7b7cf61)

Performance Improvements

  • accordion: use new version of accordion (18bf30c)
  • deps: update dependencies (3fbcc62)
  • update deps and resource configs (2b61e36)
  • update index file name extension (922892a)

1.0.2 (2024-01-31)

Performance Improvements

  • alaskaairux ref updates (5ce4792)

1.0.1 (2023-11-16)

Performance Improvements

  • token: update token per new theming #6 (47c0c72)

1.0.0 (2023-08-01)

Features

  • allow for selected item updates (4aae9fe)
  • introduce basic functionality (0e2a6e3)