React Flip Toolkit Versions Save

A lightweight magic-move library for configurable layout transitions

v7.1.0

1 year ago

Minor Updates

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

Patch Updates

  • Updated dev dependencies (#207)

v7.0.17

1 year ago

Thanks to @tkriplean for the pr!

v7.0.16

1 year ago

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

2 years ago

Fix

Housekeeping

  • Upgrade dev dependencies

v7.0.13

3 years ago

Bugfixes:

  1. Fix animation of 0-height elements that was causing https://github.com/aholachek/react-flip-toolkit/issues/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

3 years ago

Addresses: https://github.com/aholachek/react-flip-toolkit/issues/125 which was caused by the refactor in 7.0.11

v7.0.11

3 years ago

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

4 years ago

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

v7.0.5

4 years ago

This release addresses #94

v7.0.2

4 years ago

After moving to a mono-repo structure, the README.md for react-flip-toolkit needs to get copied into the top-level repo on package publish.