Changelog History
Page 1
-
v0.10.3 Changes
June 25, 2017📦 Use prop-types package #77
-
v0.10.2 Changes
October 14, 2016🛠 Fix UNPKG files
-
v0.10.1 Changes
October 13, 2016Point to
dist
andlib
folders -
v0.10.0 Changes
October 13, 2016✂ Removed auto-height support 😢 please use react-fluid-container or feel free to try and bring support back in the auto-height branch
⚡️ Updated to React Motion 0.4.5
✂ Removed bower support
-
v0.9.0 Changes
July 21, 2016🛠 Fixed unknown props being passed to elements 55
React Measure is now optional, just pass
measure
false to not use it -
v0.8.0 Changes
June 27, 2016⚡️ Updated to latest React Measure
Cleaned up
auto
calculation, now accounts for auto width values -
v0.7.4 Changes
June 15, 2016🛠 Fixes
isValidElement
not being defined 50. -
v0.7.3 Changes
April 30, 2016⏪ Revert return
null
. Breaks only child components. -
v0.7.2 Changes
April 25, 2016Return
null
if children are undefined or false so React Motion doesn't error.⚡️ Updated to the latest React Motion.
-
v0.7.1 Changes
April 18, 2016🛠 Fixed "other props" not being passed into
Transition
wrapper component.