fix(deps): update dependency framer-motion to v10 #6
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:
^8.2.4
->^10.0.0
Release Notes
framer/motion (framer-motion)
v10.15.0
Compare Source
Added
inView
API.v10.14.0
Compare Source
Added
scroll()
now accepts animations fromanimate()
to create hardware-accelerated animations.v10.13.2
Compare Source
Fixed
v10.13.1
Compare Source
Added
v10.13.0
Compare Source
Added
scroll()
, a universal API for powering scroll-driven animations viaScrollTimeline
.v10.12.23
Compare Source
Fixed
v10.12.22
Compare Source
Fixed
v10.12.21
Compare Source
Fixed
v10.12.20
Compare Source
Fixed
Promise
.v10.12.18
Compare Source
Fixed
useInstantTransition
, ignore the delay option.v10.12.17
Compare Source
Fixed
useInstantTransition
when called on subsequent frames.time is set to the duration.
v10.12.16
Compare Source
Fixed
translateX
/translateY
.v10.12.15
Compare Source
Fixed
layout
prop andanimate()
.resolveConstraints
.v10.12.14
Compare Source
Fixed
layout
components animate correctly on the first re-render.v10.12.13
Compare Source
Fixed
v10.12.12
Compare Source
Fixed
"0px"
can be used as keyframe templates.v10.12.11
Compare Source
Fixed
v10.12.10
Compare Source
Fixed
AnimatePresence
child when exit animation is interrupted.v10.12.9
Compare Source
Fixed
v10.12.8
Compare Source
Fixed
queueMicrotasks()
, ensuring layout animations don't fire until all synchronous effects have executed.v10.12.7
Compare Source
Fixed
"none"
keyframes.v10.12.6
Compare Source
Fixed
type: false
andtype: "tween", duration: 0
.v10.12.5
Compare Source
Changed
visualElementStore
for internal use.v10.12.4
Compare Source
Fixed
attrX
,attrY
andattrScale
values.v10.12.3
Compare Source
Fixed
v10.12.2
Compare Source
Fixed
v10.12.1
Compare Source
Fixed
translateX
/translateY
.v10.12.0
Compare Source
Added
frame
andcancelFrame
as a public API.v10.11.6
Compare Source
Fixed
v10.11.5
Compare Source
Fixed
v10.11.4
Compare Source
Fixed
v10.11.3
Compare Source
Fixed
.play()
on finished animations now correctly restarts them.v10.11.2
Compare Source
Fixed
v10.11.1
Compare Source
v10.11.0
Compare Source
Added
Fixed
v10.10.0
Compare Source
Fixed
.duration
toanimate()
. sequences.v10.9.4
Compare Source
Fixed
useSpring
.v10.9.3
Compare Source
Fixed
v10.9.2
Compare Source
Fixed
v10.9.1
Compare Source
Fixed
v10.9.0
Compare Source
Added
v10.8.5
Compare Source
Fixed
v10.8.4
Compare Source
Changed
from
option instagger()
.v10.8.3
Compare Source
Changed
duration: 0
animations never ending.v10.8.2
Compare Source
Changed
animate()
overloads.v10.8.1
Compare Source
Changed
animate()
overloads.v10.8.0
Compare Source
Added
stagger()
Fixed
animate()
.v10.7.0
Compare Source
Changed
default
.v10.6.1
Compare Source
Fixed
v10.6.0
Compare Source
Added
cancel()
,complete()
andspeed
toanimate()
.Changed
"easeIn"
,"easeOut"
and"easeInOut"
easing functions are now WAAPI spec-compliant.Fixed
.stop()
stops animations permanently.useSpring
timing.animate()
withrepeat: 1
andrepeatType
"reverse"
or"mirror"
correctly applies final keyframe.v10.5.0
Compare Source
Added
useAnimate()
provides a composable way to useanimate()
.v10.4.0
Compare Source
Added
animate()
now supports DOM elements and DOM selectors.v10.3.4
Compare Source
Fixed
v10.3.3
Compare Source
Fixed
v10.3.2
Compare Source
Fixed
v10.3.1
Compare Source
Fixed
time
Promise
on instant animation.v10.3.0
Compare Source
Added
time
,play()
,pause()
andthen()
to animations created withanimate()
.v10.2.5
Compare Source
Fixed
v10.2.4
Compare Source
Changed
animate
to resolve fortime
instead oftimeDelta
.Fixed
delay
will now apply to"inertia"
animations.v10.2.3
Compare Source
Fixed
AnimationPlaybackControls
types.Feature
type to fix Next build errors.v10.2.2
Compare Source
Fixed
DeprecatedLayoutGroupContext
for legacy Smart Components in Framer.v10.2.1
Compare Source
Fixed
restSpeed
andrestDelta
touseSpring()
.v10.2.0
Compare Source
Added
framer-motion/dom
.v10.1.0
Compare Source
Added
v10.0.2
Compare Source
Fixed
offset
" error in older browsers.v10.0.1
Compare Source
Changed
v10.0.0
Compare Source
Added
background-color
animations are now hardware accelerated.Removed
IntersectionObserver
. Use a polyfill for support in older browsers.DeprecatedLayoutGroupContext
.Changed
exitBeforeEnter
withAnimatePresence
now throws an error.value.onChange
will now throw a warning with instructions to change tovalue.on("change", callback)
.AnimateSharedLayout
now throws an error.Fixed
repeat: Infinity
no longer de-opts from pre-generated WAAPI animations.v9.1.7
Compare Source
Fixed
const enum
for types.v9.1.6
Compare Source
Added
scroll
for internal use inside Framer.v9.1.5
Compare Source
Fixed
Feature<any>
toFeature<unknown>
.v9.1.4
Compare Source
Fixed
useScroll
.v9.1.3
Compare Source
Updated
v9.1.2
Compare Source
Updated
type enum
withconst enum
for smaller bundlesize.v9.1.1
Compare Source
Updated
v9.1.0
Compare Source
Added
clipPath
,filter
andtransform
styles.v9.0.7
Compare Source
Fixed
color.parse()
.v9.0.6
Compare Source
Added
v9.0.5
Compare Source
Added
v9.0.4
Compare Source
Updated
v9.0.3
Compare Source
Updated
motion
component features to load without React components.IntersectionObserver
.v9.0.2
Compare Source
Changed
Reorder.Item
no longer throws an error withinMotionConfig strict
.v9.0.1
Compare Source
Removed
tabindex
attribute for the duration of the gesture.v9.0.0
Compare Source
Added
Changed
whileFocus
only triggers according tofocus-visible
rules.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.