animate-components
Breaking changes
- Rewrote the High Order Component and Merge component.
- Now supports Element Type prop. For eg -
<FadeIn duration="2s" as="h1">
Hello World
</FadeIn>
outputs
<h1 styles={....} other={...}>
Hello World
</h1>
- Added new validators for props and children.
- New Mods for creating element type.
- Script for starting the bundling process.
- Changes to webpack configurations and dev-server.
- Bug fixes and new types.