Skip to content

Releases: beekai-oss/react-simple-animate

Version 1.9.3

28 Jun 07:06
Compare
Choose a tag to compare
  • fix bug when animateOnAddRemove passed as prop, only startAnimation is passed to children. now the props includes:

{ startStyle, endStyle, startAnimation, durationSeconds, onCompleteStyle, delaySeconds, reverseDelaySeconds, onComplete, easeType, }

Version 1.9.0

12 Mar 04:05
Compare
Choose a tag to compare
  • Support render props

Version 1.7.4

11 Nov 05:19
Compare
Choose a tag to compare
  • fix a bug when previous state keep getting stored

Version 1.7.3

10 Nov 10:47
Compare
Choose a tag to compare
  • fix peer dependencies in the package.json

Version 1.7.2

30 Oct 01:12
Compare
Choose a tag to compare
  • fix a bug with on complete style and update git ignore

Version 1.7.1

29 Oct 01:19
Compare
Choose a tag to compare
  • fix a bug when reset the state causing children to lost

Version 1.7.0

25 Oct 23:47
Compare
Choose a tag to compare
  • support component will mount and unmount (add and remove children) 🤘
  • code refactor and clean up the structure
  • more unit tests

Version 1.6.4

26 Sep 09:59
Compare
Choose a tag to compare
  • fix a bug when reset animation, the timer should been reset as well

Version 1.6.3

14 Sep 22:34
Compare
Choose a tag to compare
  • fix a bug which trigger state reset when not needed

Version 1.6.2

06 Sep 07:11
Compare
Choose a tag to compare
  • Fix bug on startAnimation with delay seconds turn to false and animation is not revert back