All Versions
11
Latest Version
Avg Release Cycle
163 days
Latest Release
1447 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.1.0 Changes
November 19, 2020 -
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 -
v5.0.0-alpha.2 Changes
May 16, 2018- ๐ฑ completely rewrote collapse again ๐คฆโโ๏ธ no more iframe and onresize listeners
- now we get
height: auto;
andoverflow: initial
when component is fully opened and not resizing anymore (resting) - โก๏ธ due to
getSnapshotBeforeUpdate
usage, React peer bumped to^16.3.0
- โ added
onRest
andonWork
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 -
v4.0.2 Changes
April 26, 2017- ๐ #171 @SpainTrain Support react-motion 0.5.x
- #172 @nkbt Refresh
-
v4.0.1 Changes
April 20, 2017๐ HOTFIX, missing
node-noop
dependency screwed stubbingprop-types