Skip to content

Releases: beekai-oss/react-simple-animate

Version 3.3.5

21 Nov 03:58
Compare
Choose a tag to compare
  • fix bug around Animate Group duration

Version 3.3.4

04 Nov 05:45
Compare
Choose a tag to compare
  • fix AnimationGroup with delay attribute

version 3.3.3

22 Oct 01:13
Compare
Choose a tag to compare

Patch an issue with onComplete style with Animate component

Version 3.3.2

08 Oct 20:50
Compare
Choose a tag to compare

patch a bug on onComplete duration from secToMs

Version 3.3.1

06 Oct 08:11
Compare
Choose a tag to compare
  • Animate component end is no longer required prop
  • Clean up the package and remove unneeded files during publish

Version 3.3.0

22 Jul 09:30
Compare
Choose a tag to compare
  • Support style with Object syntax with <AnimateKeyframes />

Version 3.2.1

10 Jul 04:50
Compare
Choose a tag to compare
  • play value from useAnimate cannot be used in useEffect #52

Version 3.2.0

20 May 01:23
7e7d128
Compare
Choose a tag to compare
  • animation keyframe now have a dedeciated prop for pause
  • useAnimate and AnimateGroup now playing key animation with pause rather than toggle play

Version 3.1.0

16 May 07:15
Compare
Choose a tag to compare
  • fix a bug when AnimateKeyFrames is under AnimateGroup

** Breaking Change **

  • removed playState with AnimateKeyFrames replaced with play

Version 3.0.1

15 May 03:57
Compare
Choose a tag to compare

working in progress with v3 (fully hook)

  • better performance
  • smaller 4.4k -> 2.4k
  • simpler API
  • build with hook
  • the improved hook API usage
  • build with typescript

break changes:

  • remove all setTimeout for delay animation
  • remove all those reverse props, which user can do the same by toggle play

Pros name change

  • startStyle -> start
  • endStyle -> end
  • durationSeconds -> duration
  • delaySeconds -> delay
  • completeStyle -> complete
  • overlaySeconds -> overlay