Skip to content

Releases: glennflanagan/react-collapsible

2.10.0 (24 June 2022)

24 Jun 11:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.9.0...2.10.0

2.9.0 (26 May 2022)

26 May 12:25
02f0f5e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.8.4...2.9.0

2.8.4

20 Sep 10:55
Compare
Choose a tag to compare

2.8.3

29 Jan 22:05
Compare
Choose a tag to compare
  • Fixes a bug where the Collapsible component would not open & close if the innerHeight of the component was 0. This was because onTransitionEnd would not fire. (#177 - @thomasjm)
  • Fixes a bug where the new webpack.config.js would break SSR builds. (#179 - @dlong500)

2.8.0

15 May 10:06
c701c04
Compare
Choose a tag to compare
Release 2.8.0

2.7.0

26 Feb 15:20
Compare
Choose a tag to compare
  • Adds triggerElementProp to the <TriggerElement /> to allow passing of extra props to the trigger. (Such as role or aria-label) #147

2.6.0

25 Feb 14:38
Compare
Choose a tag to compare

• Move event.preventDefault below disabled check. Allows for inputs as triggers. #115
• Fix timeout when component dismounts. (#62 - @Klaasvaak)

2.5.0

01 Feb 18:36
Compare
Choose a tag to compare

• Add contentContainerTagName prop.

2.3.1

28 Aug 13:18
Compare
Choose a tag to compare

2.3.0

22 Aug 18:33
Compare
Choose a tag to compare