Skip to content

Releases: alexvcasillas/animated-styled-components

v0.6.0

23 Mar 18:00
9f7e226
Compare
Choose a tag to compare

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 :)