react-collapse v5.0.0-alpha.2 Release Notes

Release Date: 2018-05-16 // almost 6 years ago
  • #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