All Versions
26
Latest Version
Avg Release Cycle
48 days
Latest Release
2495 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