Releases: springload/react-accessible-accordion
Releases · springload/react-accessible-accordion
v5.0.0
19 Apr 00:53
Compare
Sorry, something went wrong.
No results found
React 18 support with the new out-of-order streaming support (via useId
see README.md and CHANGELOG.md)
v4.0.0
05 Oct 21:14
Compare
Sorry, something went wrong.
No results found
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
01 Aug 21:52
Compare
Sorry, something went wrong.
No results found
Merge pull request #325 from gavinhenderson/master
Allow 0 to be a valid UUID
v3.3.3
06 Aug 06:59
Compare
Sorry, something went wrong.
No results found
Bug fix release. See
#284
v3.3.2
06 Aug 06:30
Compare
Sorry, something went wrong.
No results found
v3.3.1
20 Jul 22:32
Compare
Sorry, something went wrong.
No results found
v3.3.0
06 Jul 23:07
Compare
Sorry, something went wrong.
No results found
v3.2.0
03 Jul 01:34
Compare
Sorry, something went wrong.
No results found
Added
Use console.error
when provided with invalid HTML5 ids
v3.1.1
03 Jul 01:33
Compare
Sorry, something went wrong.
No results found
Fixed
Use hidden
capabilities rather than something needing custom css
everywhere.
v3.1.0
01 Jul 01:44
Compare
Sorry, something went wrong.
No results found
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