This repository was archived by the owner on Oct 4, 2021. It is now read-only.
Releases: jlkiri/react-easy-flip
Releases · jlkiri/react-easy-flip
4.0.1
4.0.0
4.0.0-beta.2
Minor changes
- Make sure all type information is properly published #19
4.0.0-beta
This is a full rewrite of the library.
Critical changes
- Uses WAAPI instead of direct style manipulations
- One hook for every usecase
- Simpler API overall
- A component for enter/leave (mount/unmount) animations
This is marked as beta simply because not many people have used it yet and I don't know what kind of bugs may occur.
3.0.0
Breaking changes
useFlipAnimationno longer exists. There isuseSimpleFlipanduseFlipGroupnow, each with its own responsibility
Support more animations
scaletransitions are now fully supported- Adjust child scale when parent's scale is animated
- Support shared element transitions (with
useSimpleFlip)