What's Changed
- feat: migrate to Vitest by @huyenltnguyen in #748
- fix(Quiz): require question ID to ensure answer label IDs are unique by @huyenltnguyen in #762
- fix(rollup): avoid bundling react/jsx-runtime by @huyenltnguyen in #754
- feat: add HeadlessDisclosure component by @huyenltnguyen in #763
- feat: drop support for React 16 and 17 by @huyenltnguyen in #764
- feat: support react 19 by @huyenltnguyen in #654
- revert(#762): require question ID to ensure answer label IDs are unique by @huyenltnguyen in #765
- chore(deps): upgrade FontAwesome dependencies by @huyenltnguyen in #767
- fix: highlight Button and Dropdown toggle when aria-expanded is true by @huyenltnguyen in #768
- fix(Answer): use useId to generate unique answer label IDs by @huyenltnguyen in #766
Breaking Changes
- Dropped support for React 16 and 17
Full Changelog: v5.3.0...v6.0.0