Aria Collapsible Versions Save

A dependency-free Web Component that generates progressively-enhanced collapsible regions using ARIA States and Properties.

v7.1.0

3 months ago

Updated the examples page based on feedback (#80) and added a toggle event, allowing authors to respond to changes in the component's state with additional behavior (#81).

What's Changed

Full Changelog: https://github.com/jgarber623/aria-collapsible/compare/v7.0.0...v7.1.0

v7.0.0

3 months ago

It's a Web Component! 🧩 🥳

What's Changed

Full Changelog: https://github.com/jgarber623/aria-collapsible/compare/v6.0.0...v7.0.0

v6.0.0

7 months ago

Breaking Changes

  • 36e65b5 breaking: Reconfigure package

New Features

  • d23593e feat: Refactor Collapsible class

Bug Fixes

  • e5e614b fix: Address unicorn/prefer-query-selector linting error
  • dcf7c25 fix: Address unicorn/prevent-abbreviations linting warnings
  • 16067c8 fix: Address unicorn/prevent-abbreviations linting warnings
  • 7f68bc6 feat: Rename src file

Chores

  • fe57e6e chore: Add globals
  • d0e8065 chore: Configure globals used in source file
  • 03cec17 chore: Convert ESLint config to ESM
  • 68b0040 chore: Convert Rollup config to ESM
  • 523ce56 chore: Update CI workflow, add publish workflow
  • 426cac1 chore: Add commit prefixes to Dependabot PRs
  • 12b5c80 chore: Update path to script file in example
  • 9463d0a chore: Remove dist files, update .gitignore
  • 0a3c70a chore: Specify LTS branch
  • 8cd8238 chore: Remove .npmignore file

Full Changelog: https://github.com/jgarber623/aria-collapsible/compare/v5.0.0...v6.0.0

v5.0.0

9 months ago

Refactored source code, updated dependencies, and improved documentation.

v4.0.1

1 year ago

Mostly internal updates, development dependency bumps, and documentation improvements. No new or changed features.

v4.0.0

2 years ago

Rebuild the whole thing using modern JavaScript! Public-facing interface remains the same, but internally, aria-collapsible now exports a Collapsible class with public and private methods handling functionality.

v3.0.0

3 years ago

v2.2.1

8 years ago

Minor code refactoring.

v2.2.0

8 years ago

v2.1.0

8 years ago

Removes argument to toggle() method.