React Accessible Accordion Versions Save

Accessible Accordion component for React

v5.0.0

2 years ago

React 18 support with the new out-of-order streaming support (via useId see README.md and CHANGELOG.md)

v4.0.0

2 years ago

Major release due to changing role="region" behaviour suggested in https://github.com/springload/react-accessible-accordion/issues/327

Accordion Panels no longer have role="region" by default, and instead this is opt-in by adding a boolean region prop per the README.md

3.3.5

2 years ago

v3.3.2

3 years ago

v3.3.1

3 years ago

v3.3.0

3 years ago

Changed

  • Bundle size reduction

v3.2.0

3 years ago

Added

  • Use console.error when provided with invalid HTML5 ids

v3.1.1

3 years ago

Fixed

  • Use hidden capabilities rather than something needing custom css everywhere.

v3.1.0

3 years ago

Added

  • New AccordionItem property: dangerouslySetExpanded enabling external control of the expansion.
  • New AccordionItem property: activeClassName to support expansion-related styles

Fixed

  • hidden support on Microsoft Edge