Skip to content

Releases: springload/react-accessible-accordion

v5.0.0

Choose a tag to compare

@holloway holloway released this 19 Apr 00:53
b555698

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

v4.0.0

Choose a tag to compare

@holloway holloway released this 05 Oct 21:14
c9aded3

Major release due to changing role="region" behaviour suggested in #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

Choose a tag to compare

@holloway holloway released this 01 Aug 21:52
51a38ae
Merge pull request #325 from gavinhenderson/master

Allow 0 to be a valid UUID

v3.3.3

Choose a tag to compare

@holloway holloway released this 06 Aug 06:59

Bug fix release. See
#284

v3.3.2

Choose a tag to compare

@holloway holloway released this 06 Aug 06:30
Removing empty string

v3.3.1

Choose a tag to compare

@holloway holloway released this 20 Jul 22:32
Version 3.3.1

v3.3.0

Choose a tag to compare

@synecdokey synecdokey released this 06 Jul 23:07

Changed

  • Bundle size reduction

v3.2.0

Choose a tag to compare

@synecdokey synecdokey released this 03 Jul 01:34

Added

  • Use console.error when provided with invalid HTML5 ids

v3.1.1

Choose a tag to compare

@synecdokey synecdokey released this 03 Jul 01:33

Fixed

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

v3.1.0

Choose a tag to compare

@synecdokey synecdokey released this 01 Jul 01:44

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