React Collapsible Versions Save

React component to wrap content in Collapsible element with trigger to open and close.

2.10.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/glennflanagan/react-collapsible/compare/2.9.0...2.10.0

2.9.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/glennflanagan/react-collapsible/compare/2.8.4...2.9.0

2.8.4

2 years ago
  • Add eslint, tidy classNames, add missing propTypes 585aafac8d4e05d96ed2a133795ef5ea02cd5aec
  • Added some Accessibility functionality (#197 - @koralarts)
  • Cleaned up scss (#199 - @EnesKilicaslan)

2.8.3

3 years ago
  • 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

4 years ago

2.7.0

4 years ago
  • Adds triggerElementProp to the <TriggerElement /> to allow passing of extra props to the trigger. (Such as role or aria-label) #147

2.6.0

5 years ago

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

2.5.0

5 years ago

• Add contentContainerTagName prop.

2.3.1

5 years ago

2.3.0

5 years ago