Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@alexvcasillas alexvcasillas released this 23 Mar 18:00
· 9 commits to master since this release
9f7e226

This version includes a few corrections, bug fixes and enhancements:

Previously, when the Animated component has no animation prop it was exploding due to it was lacking of prop control. Now it has a prop control for the animation property
Previously, when the Animated component has no transition prop it was exploding due to it was lacking of prop control. Now it has a prop control for the transition property.
Animated Styled Components doesn't rely anymore in Webpack to bundle the library, instead, it relies on Rollup via Microbundle.

Thanks to @bplittle for catching the annoying bug :)