Skip to content

Releases: beekai-oss/react-simple-animate

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

Version 2.8.0

07 May 05:50
Compare
Choose a tag to compare
  • fix bug with useAnimateGroup

Version 2.7.0

07 May 05:16
Compare
Choose a tag to compare
  • fix bug with useAnimationKeyFrames

Version 2.6.9

17 Apr 09:51
Compare
Choose a tag to compare
  • typescript defination update

Version 2.6.7

12 Apr 04:15
Compare
Choose a tag to compare
  • include typescript support

Version 2.6.5

07 Mar 06:01
Compare
Choose a tag to compare
  • exclude the coverage folder for npm

Version 2.6.4

15 Feb 23:18
Compare
Choose a tag to compare
  • fix cancel animation issue
  • fix re-register component props to provider

Version 2.6.2

29 Jan 02:47
Compare
Choose a tag to compare
  • fix the bug with overlaySeconds duration

Version 2.6.1

29 Jan 02:20
Compare
Choose a tag to compare
  • fix a bug with AnimateGroup when reverse duration seconds is provided

Version 2.1.6

25 Jan 00:28
Compare
Choose a tag to compare
  • fix a bug on render prop for AnimateKeyFrames, that argument style should be in object format for consistency