Skip to content

Releases: aholachek/react-flip-toolkit

[v7.2.4] Default to ESM export for time being

06 Jul 17:16
Compare
Choose a tag to compare

It was reported in #224 that our recent v7.2.0 release broke type resolutions for modern exports. While I try to figure out why that is, I am removing modern exports so that people will use esm exports instead, which are working properly. The difference in bundle size is negligible-- about 2kb unminified. I look forward to adding modern exports back once I can work with the microbundle project to figure out what's currently going wrong.

[v7.2.0] Add global disableFlip function

05 Jul 02:40
Compare
Choose a tag to compare

Minor update

Add global configuration functions (disableFlip and enableFlip) to disable and re-enable FLIP. This change was proposed by @singintime in #218.

General upkeep

Update dev dependencies to latest possible minor versions

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.