Skip to content

Releases: SparebankenVest/react-css-collapse

v2.0.2

05 Apr 11:44
Compare
Choose a tag to compare
  • 🐛 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
  • 🐛 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.

v2.0.1

03 Apr 11:21
Compare
Choose a tag to compare
  • 🎉 Feature Setup tests
  • 🎉 Feature Do not require children property

v2.0.0

29 Mar 14:10
Compare
Choose a tag to compare
  • 🎉 Feature Set initial height without transition on mount if collapse is open
  • 💥 Breaking Remove style property from collapse. We had to remove this property to prevent conflicts with crucial style prope

v1.0.0

28 Mar 17:10
Compare
Choose a tag to compare
  • 🔩 New Created Collapse component