Releases: glennflanagan/react-collapsible
Releases · glennflanagan/react-collapsible
2.10.0 (24 June 2022)
What's Changed
- Add React 18 as possible peer dependency by @ROSeaboyer in #226
New Contributors
- @ROSeaboyer made their first contribution in #226
Full Changelog: 2.9.0...2.10.0
2.9.0 (26 May 2022)
What's Changed
- Fix triggerSibling typing by @zdenekbauer in #207
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #209
- Adds feature to input custom contentId to address issue #217. by @nathanhere in #218
- Feat/improve render non clickable trigger element fn by @karltaylor in #208
- Bump minimist from 1.2.5 to 1.2.6 in /example by @dependabot in #221
New Contributors
- @zdenekbauer made their first contribution in #207
- @nathanhere made their first contribution in #218
Full Changelog: 2.8.4...2.9.0
2.8.4
- Add eslint, tidy classNames, add missing propTypes 585aafa
- Added some Accessibility functionality (#197 - @koralarts)
- Cleaned up scss (#199 - @EnesKilicaslan)
2.8.3
2.8.0
Release 2.8.0
2.7.0
2.6.0
• Move event.preventDefault
below disabled check. Allows for inputs as triggers. #115
• Fix timeout when component dismounts. (#62 - @Klaasvaak)
2.5.0
• Add contentContainerTagName
prop.