- fix babelrc
- update babel, webpack, karma, etc.
- fix import error
- Support React 16
- change scripts
- update lodash
- fix isMounted to mounted
- fix: judge isMounted
- fix script
- add onAnimationReStart validation
- add onAniamtionStart prop
- fix Animate trigger animate when isActive is false
- fix Animate not pipe props when Animate not active
- remove pure-render-decorator
- change transition-group addons to dependencies
- refactor AnimateManager
- use owe PureRender util
- update react to 15.0.0
- add shouldReAnimate prop
- use webpack 2
- using isEqual in lodash and remove isEqual in utils
- fix update animation judgement
- fix compatable prefix in transition property
- refactor some function in utils
- using JSX instead of createElement
- fix haven't unsubscribe handleStyleChange
- remove lodash compose method
- refactor configUpdate.js
- fix don't build on npm publish
- fix lodash minify problem
- optimize npm script commands
- set min time longer
- fix animation not valid for set css styles too quick.
- support onAnimationEnd in js animation
- refactor the import path of lodash function
- update webpack.config.js
- support js animation
- support bezier and spring timing function
- support group animation
- Init the project