Releases: szhsin/react-accordion
Releases · szhsin/react-accordion
v1.4.0
- Add 'use client' directives to support React Server Components #836
v1.3.0
- This release adds support for React 19 #821
v1.2.5
- Update babel transform for package dist #749
v1.2.3
- Fix a build error with React 17 and webpack when
useId
is imported #473 (thanks @GiordanoArman)
v1.2.2
- Update minimal version of react-transition-state #458
v1.2.1
- Update package README #387
v1.2.0
- Support toggling all accordion items #307
- Change build target to es6 #307
v1.1.0
- Add
disabled
prop to AccordionItem
— allowing items to be disabled and excluded from keyboard navigation. #288