Releases: aholachek/react-flip-toolkit
[v7.2.4] Default to ESM export for time being
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
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
Add onStart prop to Flipper
Thanks to @tkriplean for the pr!
Fix UMD Builds
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
v7.0.13
v7.0.12
v7.0.11
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.