Releases: beekai-oss/react-simple-animate
Releases · beekai-oss/react-simple-animate
Version 3.0.1
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
- fix bug with useAnimateGroup
Version 2.7.0
- fix bug with useAnimationKeyFrames
Version 2.6.9
- typescript defination update
Version 2.6.7
- include typescript support
Version 2.6.5
- exclude the coverage folder for npm
Version 2.6.4
- fix cancel animation issue
- fix re-register component props to provider
Version 2.6.2
- fix the bug with overlaySeconds duration
Version 2.6.1
- fix a bug with AnimateGroup when reverse duration seconds is provided
Version 2.1.6
- fix a bug on render prop for AnimateKeyFrames, that argument style should be in object format for consistency