All Versions
26
Latest Version
Avg Release Cycle
48 days
Latest Release
2496 days ago

Changelog History
Page 2

  • v0.7.0 Changes

    🛠 Fixes:

    • 💻 height transition resulting in an empty string 28
    • 💻 runOnMount not working with 'auto' values 30
    • 💻 passing a custom class as component 36
    • 💻 onEnter not firing on component mount 44
    • 🛠 fixed React 15 unitless number warning 46

    🚀 Updated React Measure dependency to latest 0.3.5 release

  • v0.6.0 Changes

    ⚡️ Updated to React Motion 0.4.2

  • v0.5.2 Changes

    📦 Moved get-prefix out to external lib https://www.npmjs.com/package/get-prefix

    🛠 Fixed server-side rendering

    ✂ Removed overflow: hidden on auto height to be less opinionated

  • v0.5.1 Changes

    ⬆️ Upgraded to React Measure 0.3.3

    🛠 Fixed auto height to only be applied to child component mount and unmount

    ➕ Added ability to pass custom config with auto values

    Values are rounded to 4 decimal places now

    ✂ Removed onlyChild prop in favor of just passing false to component prop

  • v0.5.0 Changes

    ⬆️ Upgraded to React 0.14.0

    ⬆️ Upgraded to React Measure 0.2.0

    🛠 Fixed trying to call document bug when server side rendering

    ➕ Added runOnMount which specifies whether an animation should run on mounting of component or not

  • v0.4.2 Changes

    🛠 Fixed bug where a null value would break when tying to convert to flat values for callbacks

    💅 Previous set styles are now merged into final style

  • v0.4.1 Changes

    ➕ Added onEnter and onLeave props

  • v0.4.0 Changes

    💥 Breaking Changes ⬆️ Upgraded to React Motion 0.3.0

    0️⃣ Simplified how values are passed. Use a custom spring or just pass a value and it will use the default config.

  • v0.3.1 Changes

    ⚡️ Updated to work with React Measure 0.1.2

    ➕ Added prop measure to force use of Measure if wanting to use dimensions passed in

  • v0.3.0 Changes

    🛠 Fixed build for NPM, now points correctly to lib folder

    Only dependant on React Measure if using width/height auto