Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-css-collapse

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-css-collapse - npm Package Versions

12

3.0.0

Diff

Changelog

Source

3.0.0

Apr 7, 2017

  • :tada: Feature added onRest callback. The callback is triggered when your transition on height (specified in className) is done.
  • :boom: Breaking Remove onTransitionEnd callback. Please use onRest instead.
thalseth
published 2.1.0 •

Changelog

Source

2.1.0

Apr 7, 2017

  • :tada: Feature added onTransitionEnd callback that gets called after the expand/collapse animation has finished
thalseth
published 2.0.2 •

Changelog

Source

2.0.2

Apr 5, 2017

  • :bug: Bugfix Using setTimeout(fn, 0) to ensure correct pixelheight is set before transition (back) starts. This ensures we are not transitioning back from auto. Ref: http://stackoverflow.com/questions/779379/why-is-settimeoutfn-0-sometimes-useful
  • :bug: Bugfix Checking if content is set before accessing content in requestAnimationFrame callback. This fixes a bug where this.content was null initially when navigating back to a page using react-css-collapse you had been to before.
thalseth
published 2.0.0 •

Changelog

Source

2.0.0

Mar 29, 2017

  • :tada: Feature Set initial height without transition on mount if collapse is open
  • :boom: Breaking Remove style property from collapse. We had to remove this property to prevent conflicts with crucial style properties used in the component and to set initial height without transition on mount when collapse is open.
thalseth
published 1.0.0 •

Changelog

Source

1.0.0

Mar 28, 2017

  • :nut_and_bolt: New Created Collapse component

Examples

  • :nut_and_bolt: New
  • :tada: Enhancement
  • :bug: Bugfix
  • :boom: Breaking
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc