This repository was archived by the owner on Mar 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
fix(deps): update dependency framer-motion to v7.10.3 #65
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/framer-motion-7.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
f315a94
to
c3373bf
Compare
c3373bf
to
6e5502f
Compare
6e5502f
to
43f08c2
Compare
43f08c2
to
f693e05
Compare
f693e05
to
b63663d
Compare
b63663d
to
70e2a3c
Compare
70e2a3c
to
737e3ec
Compare
737e3ec
to
fa0d08b
Compare
fa0d08b
to
922026e
Compare
922026e
to
fc07a7b
Compare
fc07a7b
to
5435726
Compare
5435726
to
42621ae
Compare
42621ae
to
c3f67f0
Compare
c3f67f0
to
1bdea2a
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
0 participants
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.1.1
->7.10.3
Release Notes
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.v7.3.5
Compare Source
Fixed
isMotionValue
no longer crashing when providednull
.v7.3.4
Compare Source
Fixed
v7.3.3
Compare Source
Fixed
v7.3.2
Compare Source
Added
isMotionComponent
returns true if the provided component is amotion
component.unwrapMotionComponent
returns the rendered component.v7.3.1
Compare Source
Fixed
rotateZ
.v7.3.0
Compare Source
Added
layout="preserve-ratio"
performs a position-only transition if the aspect ratio has changed.Fixed
layout="position"
now works with shared element transitions.v7.2.1
Compare Source
Added
v7.2.0
Compare Source
Added
AnimatePresence
's newmode="popLayout"
prop will "pop" exiting elements from the document layout flow, allowing siblinglayout
elements to animate to their new layout as soon as exiting starts.Deprecated
exitBeforeEnter
- replace withmode="wait"
.v7.1.2
Compare Source
Fixed
useWillChange
export.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 has been generated by Mend Renovate. View repository job log here.