All Versions
11
Latest Version
Avg Release Cycle
163 days
Latest Release
1248 days ago

Changelog History
Page 1

  • v5.1.0 Changes

    November 19, 2020

    โž• Added:

    • #281 Allow React 17 as peer dependency by @davidspiess
    • #262 Accessibility enhancements (added area-hidden to Collapse container depending on isOpened) by @kylemh

    ๐Ÿ›  Fixes:

    • ๐Ÿšš #285 Remove hasNestedCollapse from example as it not necessary
    • โšก๏ธ #284 Update all dependencies
  • v5.0.1 Changes

    December 23, 2019

    ๐Ÿ›  FIX

    • #257 Avoid using Object.assign so IE11 works again
  • v5.0.0 Changes

    October 11, 2019

    โฌ†๏ธ Another full rewrite comparing to v4. For most cases upgrade should cause much troubles (except you need to add CSS transition to your collapse element)

    ๐Ÿ‘€ Please see https://github.com/nkbt/react-collapse#migrating-from-v4-to-v5 for full migration guide

    โšก๏ธ Updates from 5.0.0-alpha.3 (see #251 and #252)

    • ๐Ÿ“‡ renamed onRestCheckInterval -> checkTimeout prop
    • ๐Ÿ›  fix initialStyle.height prop type
    • โž• added ForceInitialAnimation example
    • โšก๏ธ updated Readme with all the v5 changes and Migration Guide
  • v5.0.0-alpha.3 Changes

    September 27, 2019

    ๐Ÿ›  Fixes

    โœ… #249 - Fixed UnmountClosed to work with latest React

    Chores

    โšก๏ธ #248 - Updated all dependencies and build

  • v5.0.0-alpha.2 Changes

    May 16, 2018

    #229

    • ๐Ÿฑ completely rewrote collapse again ๐Ÿคฆโ€โ™‚๏ธ no more iframe and onresize listeners
    • now we get height: auto; and overflow: initial when component is fully opened and not resizing anymore (resting)
    • โšก๏ธ due to getSnapshotBeforeUpdate usage, React peer bumped to ^16.3.0
    • โž• added onRest and onWork callbacks
    • re-implemented UnmountCollapsed component
  • v5.0.0-alpha.1

    April 10, 2018
  • v5.0.0-alpha.0 Changes

    April 10, 2018

    #222 Complete Rewrite

    ๐Ÿ“„ Lots of breaking changes, will try to get API as close to the 4.x as possible over time and add Migration docs.

  • v4.0.3 Changes

    July 31, 2017

    ๐Ÿ›  Fix

    • #166 @meriadec Prevent overflow content from being hidden after collapse open

    Chore

    • ๐Ÿ— #184 @nkbt refresh (dev tools, build, deps, etc)
  • v4.0.2 Changes

    April 26, 2017
  • v4.0.1 Changes

    April 20, 2017

    ๐Ÿš‘ HOTFIX, missing node-noop dependency screwed stubbing prop-types