fix(deps): update dependency react-flip-toolkit to v7.2.4 #237
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.0.14
->7.2.4
Release Notes
aholachek/react-flip-toolkit (react-flip-toolkit)
v7.2.4
: [v7.2.4] Default to ESM export for time beingCompare Source
It was reported in https://github.com/aholachek/react-flip-toolkit/issues/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
: [v7.2.0] Add global disableFlip functionCompare Source
Minor update
Add global configuration functions (
disableFlip
andenableFlip
) to disable and re-enable FLIP. This change was proposed by @singintime in https://github.com/aholachek/react-flip-toolkit/pull/218.General upkeep
Update dev dependencies to latest possible minor versions
v7.1.0
: Respect prefers-reduced-motionCompare Source
Minor Updates
prefer-reduced-motion
setting (#206)Patch Updates
v7.0.17
: Add onStart prop to FlipperCompare Source
Thanks to @tkriplean for the pr!
v7.0.16
: Fix UMD BuildsCompare Source
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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.