Releases: jgarber623/aria-collapsible
Releases · jgarber623/aria-collapsible
v7.1.0
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
- Add
toggle
event and update documentation by @jgarber623 in #81
Full Changelog: v7.0.0...v7.1.0
v7.0.0
It's a Web Component! 🧩 🥳
What's Changed
- ci: bump actions/setup-node from 3 to 4 by @dependabot in #72
- chore: bump rollup from 4.1.3 to 4.2.0 by @dependabot in #73
- chore: bump concurrently from 8.2.1 to 8.2.2 by @dependabot in #74
- chore: bump rollup from 4.2.0 to 4.6.1 by @dependabot in #75
- Update dependencies and reuild lockfile by @jgarber623 in #76
- chore: bump rollup from 4.9.1 to 4.9.2 by @dependabot in #77
- Rebuild as web component by @jgarber623 in #79
Full Changelog: v6.0.0...v7.0.0
v6.0.0
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: v5.0.0...v6.0.0
v5.0.0
Refactored source code, updated dependencies, and improved documentation.
v4.0.1
Mostly internal updates, development dependency bumps, and documentation improvements. No new or changed features.
v4.0.0
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
Update README
v2.2.1
Minor code refactoring.
v2.2.0
Add teardown method, bump version to 2.2.0
v2.1.0
Removes argument to toggle()
method.