Skip to content

Releases: aholachek/react-flip-toolkit

Respect prefers-reduced-motion

14 May 23:33
e3b48f0
Compare
Choose a tag to compare

Minor Updates

  • Respect user's prefer-reduced-motion setting (#206)

Patch Updates

  • Updated dev dependencies (#207)

Add onStart prop to Flipper

30 Sep 22:01
Compare
Choose a tag to compare

Fix UMD Builds

04 Sep 02:52
Compare
Choose a tag to compare

Thanks to @rschristian for fixing an issue with UMD file generation due to incorrect configuration of microbundle, the library used to package react-flip-toolkit

v7.0.14

13 May 15:43
Compare
Choose a tag to compare

Fix

  • Merge a fix for #154.

Housekeeping

  • Upgrade dev dependencies

v7.0.13

05 Nov 22:22
Compare
Choose a tag to compare

Bugfixes:

  1. Fix animation of 0-height elements that was causing #140
  2. Fix edge case where a flipId of "0" was getting ignored
  3. Make sure flip-toolkit gets compiled with node_env=production to strip out a few small dev helpers

Housekeeping:

  • Upgrade dev dependencies

v7.0.12

12 Jun 00:03
Compare
Choose a tag to compare

Addresses: #125 which was caused by the refactor in 7.0.11

v7.0.11

11 Jun 15:57
Compare
Choose a tag to compare

This release fixed a bug with flip-toolkit that prevented imports from working correctly, raising an error.

Under the hood, the release reorganized files and simplified the release process to make it easier to make changes in the future.

Instead of the dependency relationship being flip-toolkit --> react-flip-tookit, it is now react-flip-toolkit --> flip-toolkit which makes more sense. Originally, it was the other way around to try to make sure react-flip-toolkit was as small as possible. However, the size difference is negligible -- .4kb min/gzipped --and with tree-shaking should not be a problem.

v7.0.6

29 Sep 12:24
Compare
Choose a tag to compare

Fix a bug where the onComplete callback wasn't getting called when the animation was cancelled.

Fix types bug

05 Sep 17:55
Compare
Choose a tag to compare

This release addresses #94

v7.0.3

22 Aug 11:51
Compare
Choose a tag to compare

Fixes #91, incorrect types reference in package.json