Releases: beekai-oss/react-simple-animate
Releases · beekai-oss/react-simple-animate
Version 1.9.3
- fix bug when
animateOnAddRemove
passed as prop, onlystartAnimation
is passed to children. now the props includes:
{ startStyle, endStyle, startAnimation, durationSeconds, onCompleteStyle, delaySeconds, reverseDelaySeconds, onComplete, easeType, }
Version 1.9.0
- Support render props
Version 1.7.4
- fix a bug when previous state keep getting stored
Version 1.7.3
- fix peer dependencies in the package.json
Version 1.7.2
- fix a bug with on complete style and update git ignore
Version 1.7.1
- fix a bug when reset the state causing children to lost
Version 1.7.0
- support component will mount and unmount (add and remove children) 🤘
- code refactor and clean up the structure
- more unit tests
Version 1.6.4
- fix a bug when reset animation, the timer should been reset as well
Version 1.6.3
- fix a bug which trigger state reset when not needed
Version 1.6.2
- Fix bug on startAnimation with delay seconds turn to false and animation is not revert back