Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Releases: jlkiri/react-easy-flip

4.0.1

29 Jun 17:14

Choose a tag to compare

Republish

4.0.0

29 Jun 16:36

Choose a tag to compare

New features

  • Uses WAAPI instead of direct style manipulations internally
  • One hook useFlip
  • Simpler and easier to understand API
  • A component for simple enter/leave (mount/unmount) animations

4.0.0-beta.2

24 Jun 05:47

Choose a tag to compare

Minor changes

  • Make sure all type information is properly published #19

4.0.0-beta

23 Jun 15:50

Choose a tag to compare

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

02 Feb 11:06
01c252a

Choose a tag to compare

Breaking changes

  • useFlipAnimation no longer exists. There is useSimpleFlip and useFlipGroup now, each with its own responsibility

Support more animations

  • scale transitions are now fully supported
  • Adjust child scale when parent's scale is animated
  • Support shared element transitions (with useSimpleFlip)

2.0.2

17 Jan 14:45

Choose a tag to compare

  • Remove jest and ts-jest from dependencies and move it into devDependencies

2.0.1

17 Jan 14:40

Choose a tag to compare

Typescript support

  • Starting from 2.0.1 useFlipAnimation is typed and is tested with types

1.1.1

28 Oct 13:36

Choose a tag to compare

Better tested useFlipAnimation hook

  • Added tests with react-hooks-testing-library