build(deps): update dependency framer-motion to ^10.18.0 #260
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:
^10.2.5
->^10.18.0
Release Notes
motiondivision/motion (framer-motion)
v10.18.0
Compare Source
Added
globalTapTarget
for use in Framer.v10.17.12
Compare Source
Fixed
animate
sequencing forMotionValue
s.v10.17.11
Compare Source
Fixed
layout
prop crashing Motion 3D.v10.17.9
Compare Source
Fixed
v10.17.8
Compare Source
Fixed
null
safeguard foruseAnimationControls
.v10.17.7
Compare Source
Fixed
v10.17.6
Compare Source
Fixed
v10.17.5
Compare Source
Fixed
repeatType
"reverse"
and"mirror"
.container
isposition: static
.read
frame lifecycle.amount
touseInView
dependencies.v10.17.4
Compare Source
Fixed
v10.17.3
Compare Source
Fixed
v10.17.2
Compare Source
Fixed
v10.17.1
Compare Source
Fixed
animate
sequencing forMotionValue
s.v10.17.0
Compare Source
Added
MotionGlobalConfig.skipAnimations
to globally disable animations when testing.v10.16.16
Compare Source
Fixed
circInOut
easing fixed.v10.16.15
Compare Source
Fixed
animateChanges
only runs in layout effect in initial render.v10.16.14
Compare Source
v10.16.13
Compare Source
Fixed
initial
equalsanimate
.v10.16.12
Compare Source
Fixed
v10.16.11
Compare Source
Fixed
v10.16.10
Compare Source
Fixed
v10.16.9
Compare Source
Fixed
v10.16.8
Compare Source
Fixed
disableInstantAnimation
private API.v10.16.7
Compare Source
Fixed
v10.16.6
Compare Source
Fixed
Reorder
component types.Reorder.Item
order calculation.dragConstraints
if component re-renders during resize.v10.16.5
Compare Source
Fixed
AnimatePresence
fast rerender bug.v10.16.4
Compare Source
Fixed
startTime
source fromperformance.now()
todocument.timeline.currentTime
.v10.16.3
Compare Source
Fixed
RefObject
andMutableRefObject
types.useScroll
dependencies array.v10.16.2
Compare Source
Fixed
v10.16.1
Compare Source
Fixed
circInOut
easing fixed.v10.16.0
Compare Source
Added
useTransform
.Improved
v10.15.2
Compare Source
Fixed
v10.15.1
Compare Source
Fixed
requestAnimationFrame
timestamp withperformance.now()
to avoid timestamp bug in Chrome.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.8
Compare Source
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()
.Configuration
📅 Schedule: Branch creation - "* * 1 */12 *" in timezone Asia/Shanghai, 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.