Update dependency framer-motion to v10.18.0
Created by: renovate
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
framer-motion | dependencies | minor | 10.16.5 -> 10.18.0 |
Release Notes
framer/motion (framer-motion)
v10.18.0
Added
-
globalTapTarget
for use in Framer.
v10.17.12
Fixed
- Fixed
animate
sequencing forMotionValue
s.
v10.17.11
Fixed
- Fixed
layout
prop crashing Framer Motion 3D.
v10.17.9
Fixed
- Improve error message when trying to animate multiple keyframes via spring.
v10.17.8
Fixed
- Adding
null
safeguard foruseAnimationControls
.
v10.17.7
Fixed
- Fix touch event filtering for hover gesture.
v10.17.6
Fixed
- Ensure cancelled WAAPI animations can't finish.
v10.17.5
Fixed
- Fixing final keyframe when using
repeatType
"reverse"
and"mirror"
. - Display warning if scroll
container
isposition: static
. - Move more scroll measurements to
read
frame lifecycle. - Adding
amount
touseInView
dependencies.
v10.17.4
Fixed
- Ensure keyframe animations don't rerun if all values are the same.
v10.17.3
Fixed
- Unset gestures correctly animate back to values defined in parent variant.
v10.17.2
Fixed
- Fixed issues with duration-based springs appearing stuck or snapping.
v10.17.1
Fixed
- Fixed
animate
sequencing forMotionValue
s.
v10.17.0
Added
- Adding
MotionGlobalConfig.skipAnimations
to globally disable animations when testing.
v10.16.16
Fixed
-
circInOut
easing fixed. - Improved optimised animation handoff.
v10.16.15
Fixed
- Ensure
animateChanges
only runs in layout effect in initial render.
v10.16.14
v10.16.13
Fixed
- Ensure animations don't attempt to fire when
initial
equalsanimate
.
v10.16.12
Fixed
- Use single animation to detect document paint ready before triggering optimised animations.
- Measure one time for optimised animation start and one for handoff to emulate frame scheduling.
v10.16.11
Fixed
- Ensure animation is never skipped if it's an interrupting animation.
v10.16.10
Fixed
- Fixing appear animation optimisation when React portal is present.
v10.16.9
Fixed
- Skipping no-op animations.
v10.16.8
Fixed
- Added
disableInstantAnimation
private API. - Ensure optimised appear animations don't run post-hydration.
v10.16.7
Fixed
- Fixing pan events within React portal.
v10.16.6
Fixed
- Fixing
Reorder
component types. - Fixing
Reorder.Item
order calculation. - Fixing broken
dragConstraints
if component re-renders during resize.
Configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.