Skip to content

Releases: beekai-oss/react-simple-animate

Version 2.1.1

25 Oct 09:02
Compare
Choose a tag to compare
  • fix a bug with setTimeout on the constructor on Animate

Version 2.1.0

21 Oct 07:06
Compare
Choose a tag to compare
  • new AnimateKeyframes component
  • AnimateKeyframes work with AnimateGroup with sequences
  • Support css animation keyframes in React Simple Animate 🎉🎉🎉

Version 2.0.6

19 Oct 23:43
Compare
Choose a tag to compare
  • fix a bug on mount child with toggle animation

Version 2.0.5

17 Oct 22:39
Compare
Choose a tag to compare
  • fix a bug on the delay seconds on AnimateGroup and playing sequence

Version 2.0.4

16 Oct 22:57
Compare
Choose a tag to compare
  • fix a bug when play prop set default as true, the animation is not play properly

Version 2.0.3

17 Sep 04:29
Compare
Choose a tag to compare
  • fix bug on calculate total animation duration with reverse duration seconds

Version 2.0.2

17 Sep 04:02
Compare
Choose a tag to compare
  • fixed reverseDurationSeconds Bug
  • added reverseSequences for reverse group animation

Version 2.0.1

15 Sep 11:19
Compare
Choose a tag to compare
  • Fix a bug on complete style duration calculation
  • upgrade dev packages

Version 2.0.0

09 Sep 11:15
Compare
Choose a tag to compare

🎯Version 2.0.0 released

  • <AnimateGroup /> support sequence with AnimateGroup
  • Ready for React 17 👍
  • Code size reduced
  • Smoother animation with delaySeconds
  • Added reverseDurationSeconds when you play animation in reverse
  • Added mount and unmount props to animate component to be removed or added to the DOM
  • Improved ref with React.forwardRef() API

Breaking Changes

  • startAnimation renamed to play
  • Package have been separated to import { Animate, AnimateGroup } from 'react-simple-animate'
  • willAnimateAddOrRemove have been removed, instead using new props mount and unmount
  • refCallback have been removed, instead just use ref

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, }