Update dependency framer-motion to v7.10.3 #11
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.3.5
->7.10.3
Release Notes
motiondivision/motion (framer-motion)
v7.10.3
Compare Source
Changed
animateChanges
inuseLayoutEffect
rather thanuseEffect
to ensure optimised appear animations are handed off before paint.v7.10.2
Compare Source
Fixed
v7.10.1
Compare Source
Fixed
useMotionValueEvent
.v7.10.0
Compare Source
Added
.on()
event method toMotionValue
."animationStart"
,"animationComplete"
,"animationCancel"
and"change"
events forMotionValue
.useMotionValueEvent
helper method for adding events.v7.9.1
Compare Source
Fixed
v7.9.0
Compare Source
Added
opacity
animations.v7.8.1
Compare Source
Changed
v7.8.0
Compare Source
Added
v7.7.3
Compare Source
Fixed
useSpring
.v7.7.2
Compare Source
Removed
??
operators to reduce bundlesize.v7.7.1
Compare Source
Changed
style-value-types
andframesync
as external dependencies.v7.7.0
Compare Source
Added
"startOffset"
,"textLength"
and"lengthAdjust"
SVG attributes.Removed
"inertia"
animation as"decay"
(officially removed in3.0.0
).Removed
3.0.0
).v7.6.19
Compare Source
Fixed
viewBox
for SVG elements.v7.6.18
Compare Source
Changed
popmotion
as external dependency.v7.6.17
Compare Source
Fixed
useOnChange
is provided new motion value (affectsuseSpring
).v7.6.16
Compare Source
Fixed
useOnChange
to resubscribe when provided a new motion value (affectsuseSpring
).v7.6.15
Compare Source
Fixed
1
to prevent unnecessaryscale
transforms.v7.6.14
Compare Source
Fixed
v7.6.13
Compare Source
v7.6.12
Compare Source
Fixed
isTransformDirty
node skipping logic.v7.6.11
Compare Source
Fixed
<motion.svg />
components as HTML.Updated
v7.6.10
Compare Source
Updated
position
style as it's erroneously breaking a test in Framer.v7.6.9
Compare Source
Updated
v7.6.8
Compare Source
Updated
v7.6.7
Compare Source
Fixed
v7.6.6
Compare Source
Fixed
v7.6.5
Compare Source
Fixed
VisualElement
changed toclass
implementation.v7.6.4
Compare Source
Fixed
buildTransform
types to only expect required arguments.v7.6.3
Compare Source
Added
buildTransform
for internal use.v7.6.2
Compare Source
Added
useScroll
to useuseEffect
instead ofuseLayoutEffect
.v7.6.1
Compare Source
Fixed
viewBox
for SVG elements.v7.6.0
Compare Source
Added
delay()
: An alternative towindow.setTimeout()
that is locked to the animation framerate.v7.5.4
Compare Source
Fixed
layout="preserve-aspect"
where layers that do change size but aren't moved are reprojected to the old size and stay there.v7.5.3
Compare Source
Fixed
initial
prop, and that style is removed fromanimate
, while also being removed frominitial
, it won't animate back to the originally-defined value.v7.5.2
Compare Source
Fixed
undefined
values invalues
prop.v7.5.1
Compare Source
Fixed
useTransform
correctly cleans up any scheduled animation frames when it unmounts.v7.5.0
Compare Source
Added
useAnimationFrame
now passesdelta
to provided callbacks as the second argument.v7.4.0
Compare Source
Added
values
prop that allows the provision of motion values to use exclusively for performing animations on.v7.3.6
Compare Source
Fixed
"preserve-ratio"
layout animations.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.