-
Notifications
You must be signed in to change notification settings - Fork 16
fix(deps): update dependency framer-motion to v12.23.24 #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/framer-motion-12.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 GitHub.
|
531f100
to
4623fe8
Compare
4623fe8
to
767bffc
Compare
767bffc
to
de27db0
Compare
de27db0
to
23a0360
Compare
23a0360
to
6746be8
Compare
6746be8
to
86c9e86
Compare
86c9e86
to
7a6ae26
Compare
7a6ae26
to
7567a85
Compare
7567a85
to
3cb47f2
Compare
3cb47f2
to
feef018
Compare
feef018
to
d278524
Compare
d278524
to
2f858ed
Compare
f58f766
to
6e96d09
Compare
6e96d09
to
6fcffdc
Compare
6fcffdc
to
c243e4f
Compare
c243e4f
to
c19d349
Compare
c19d349
to
f3301f1
Compare
f3301f1
to
2372faa
Compare
2372faa
to
3382905
Compare
3382905
to
c59c376
Compare
c59c376
to
eafba3b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
12.9.7
->12.23.24
Release Notes
motiondivision/motion (framer-motion)
v12.23.24
Compare Source
Fixed
initial={false}
.v12.23.23
Compare Source
Added
PresenceChild
andPopChild
type for internal use.v12.23.22
Compare Source
Added
HTMLElements
anduseComposedRefs
type for internal use.v12.23.21
Compare Source
Fixed
scroll
with animations that containdelay
.v12.23.20
Compare Source
Fixed
v12.23.19
Compare Source
Fixed
ref
prop.v12.23.18
Compare Source
Fixed
<motion />
components now support changingref
prop.v12.23.16
Compare Source
Fixed
ref
when passed to a child ofAnimatePresence
in"popLayout"
mode.v12.23.15
Compare Source
Fixed
export *
error in RSC.v12.23.14
Compare Source
Fixed
Reorder.Item
andReorder.Group
so incorrect HTML props are correctly flagged.v12.23.13
Compare Source
Fixed
useMotionRef
function now properly includesexternalRef
in the dependency array to ensure ref callbacks update when the external ref changes.Changed
v12.23.12
Compare Source
Added
v12.23.11
Compare Source
Added
delayChildren: stagger()
will now be staggered correctly alongside their newly-entering siblings.v12.23.10
Compare Source
Fixed
motion
components have re-rendered between shared element switching.v12.23.9
Compare Source
Changed
renderRequest
MotionValue
lifecycle.v12.23.7
Compare Source
Fixed
springValue
cleanup.removeNode
fromAnimatePresence
when usingpopLayout
.v12.23.6
Compare Source
Changed
motion
component creation to remove indirection.v12.23.5
Compare Source
Fixed
v12.23.3
Compare Source
Changed
useScroll
: Re-attempt to initialise scroll animation within auseEffect
if refs weren't hydrated during theuseLayoutEffect
. Throw if refs are still not hydrated during theuseEffect
.v12.23.2
Compare Source
Added
HTMLElements
anduseComposedRefs
type for internal use.v12.23.1
Compare Source
Fixed
ref
prop.v12.23.0
Compare Source
Added
.stop()
and.cancel()
methods touseDragControls()
.v12.22.0
Compare Source
Added
delayChildren
to acceptstagger()
. This enablesfrom
andease
options when staggering variant children.Deprecated
staggerChildren
andstaggerDirection
options.v12.20.5
Compare Source
Fixed
element.style
.v12.20.4
Compare Source
Fixed
v12.20.3
Compare Source
Fixed
v12.20.2
Compare Source
Fixed
Transition
type to be more permissive.v12.20.1
Compare Source
Fixed
Target
type to match previous definition.v12.20.0
Compare Source
Added
AnimatePresence
root
prop to attach"popLayout"
styles to a different root element.v12.19.4
Compare Source
Fixed
v12.19.3
Compare Source
Fixed
transformPerspective
toTargetAndTransition
.CSSStyleDeclaration
.v12.19.2
Compare Source
Fixed
v12.19.1
Compare Source
Fixed
export *
error message in Next.js.v12.19.0
Compare Source
Added
usePageInView
for tracking document visibility.v12.18.2
Compare Source
Fixed
"motion"
.translateX
,originX
etc values in animation targets.v12.18.1
Compare Source
Fixed
"react"
import from"motion-dom"
.v12.18.0
Compare Source
Added
<+0.5
,<-1
)v12.17.3
Compare Source
Changed
MotionProps
into vanillaMotionNodeOptions
type within"motion-dom"
package.v12.17.2
Compare Source
Changed
"none"
keyframes for complex strings.v12.17.1
Compare Source
Fixed
isValidProp
check with Rolldown.v12.17.0
Compare Source
Added
Fixed
linear()
easing curves.v12.16.0
Compare Source
Added
resize()
.v12.15.0
Compare Source
Added
pathLength
/pathSpacing
/pathOffset
forsvgEffect
.data
andaria
attributes inattrEffect
.attrEffect
applies attributes via JS property where possible.transform-box: fill-box
for SVGs withtransform
instyleEffect
.v12.14.0
Compare Source
Added
originX
/Y
/Z
instyleEffect
.Fixed
v12.13.0
Compare Source
Added
svgEffect
,propEffect
andattrEffect
.Fixed
v12.12.2
Compare Source
Fixed
v12.12.1
Compare Source
Fixed
instanceof HTMLElement
made compatible with dynamically generatediframe
s.v12.12.0
Compare Source
Added
springValue
Fixed
v12.11.4
Compare Source
Fixed
transform
from the DOM for initial independent transforms when there's no active projection.v12.11.3
Compare Source
Changed
useWillChange
now only addstransform
towill-change
to prevent issues with prematurely flattenedpreserve-3d
.v12.11.2
Compare Source
Fixed
__VERSION__
placeholder from motion value.Reorder
component.v12.11.1
Compare Source
Fixed
scroll
tracking todocument.scrollingElement
.v12.11.0
Compare Source
Added
value.isEffectActive
for internal use.v12.10.6
Compare Source
Fixed
.then()
after.stop()
and.cancel()
.v12.10.5
Compare Source
Fixed
press
handlers on the same element.v12.10.4
Compare Source
Fixed
v12.10.3
Compare Source
Fixed
v12.10.2
Compare Source
Fixed
.cancel()
after.stop()
.v12.10.1
Compare Source
Changed
scroll
animations are now lazy, resolving after"scroll"
events instead of every animation frame.v12.10.0
Compare Source
Added
styleEffect
now supports: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.