react-collapse v5.0.0 Release Notes

Release Date: 2019-10-11 // over 4 years ago
  • ⬆️ 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