Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(deps): update dependency motion to v12#491

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
renovate wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromrenovate/motion-12.x

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commentedFeb 2, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeConfidence
motion^10.18.0 ->^12.0.0ageconfidence

Release Notes

motiondivision/motion (motion)

v12.23.24

Compare Source

Fixed
  • Ensure that when a component remounts, it continues to fire animations even wheninitial={false}.

v12.23.23

Compare Source

Added
  • ExportingPresenceChild andPopChild type for internal use.

v12.23.22

Compare Source

Added
  • ExportingHTMLElements anduseComposedRefs type for internal use.

v12.23.21

Compare Source

Fixed
  • Fixing main-threadscroll with animations that containdelay.

v12.23.20

Compare Source

Fixed
  • Suppress non-animatable value warning for instant animations.

v12.23.19

Compare Source

Fixed
  • Remove support for changingref prop.

v12.23.18

Compare Source

Fixed
  • <motion /> components now support changingref prop.

v12.23.16

Compare Source

Fixed
  • Fixingref when passed to a child ofAnimatePresence in"popLayout" mode.

v12.23.15

Compare Source

Fixed
  • Fixingexport * error in RSC.

v12.23.14

Compare Source

Fixed
  • Fixing types ofReorder.Item andReorder.Group so incorrect HTML props are correctly flagged.
  • Reverting rehydration ofexternalRef when it switches.

v12.23.13

Compare Source

Fixed
  • Fixed issue where motion components don't update refs when externalRef changes. TheuseMotionRef function now properly includesexternalRef in the dependency array to ensure ref callbacks update when the external ref changes.
Changed
  • Stopped tracking yarn cache in the repo.

v12.23.12

Compare Source

Added
  • Exporting internal APIs for use in view animations.

v12.23.11

Compare Source

Added
  • Children of variants withdelayChildren: stagger() will now be staggered correctly alongside their newly-entering siblings.

v12.23.10

Compare Source

Fixed
  • Fixed shared layout animation in situations where nomotion components have re-rendered between shared element switching.

v12.23.9

Compare Source

Changed
  • Removing redundantrenderRequestMotionValue lifecycle.

v12.23.7

Compare Source

Fixed
  • springValue cleanup.
  • Removed additionalremoveNode fromAnimatePresence when usingpopLayout.

v12.23.6

Compare Source

Changed
  • Added explainer for reduced motion warning.
  • Refactoredmotion component creation to remove indirection.

v12.23.5

Compare Source

Fixed
  • Fix animation timings within dynamically-generated popups.

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

Fixed
  • Ensure that when a component remounts, it continues to fire animations even wheninitial={false}.

v12.23.1

Compare Source

Fixed
  • Remove support for changingref prop.

v12.23.0

Compare Source

Added
  • Add.stop() and.cancel() methods touseDragControls().

v12.22.0

Compare Source

Added
  • AllowdelayChildren to acceptstagger(). This enablesfrom andease options when staggering variant children.
Deprecated
  • staggerChildren andstaggerDirection options.

v12.20.5

Compare Source

Fixed
  • Improve performance of projection styles by writing directly toelement.style.
  • Only block layout animations when window has changed width.

v12.20.4

Compare Source

Fixed
  • Improve performance of render loop.
  • Improve performance of types.

v12.20.3

Compare Source

Fixed
  • Always skip layout animation check on tree mount.

v12.20.2

Compare Source

Fixed
  • UpdatedTransition type to be more permissive.

v12.20.1

Compare Source

Fixed
  • UpdatedTarget type to match previous definition.

v12.20.0

Compare Source

Added
  • Pass a shadow DOM root element viaAnimatePresenceroot prop to attach"popLayout" styles to a different root element.

v12.19.4

Compare Source

Fixed
  • Ensure animations are removed from scope when finished.

v12.19.3

Compare Source

Fixed
  • Restore some deprecated types.
  • AddtransformPerspective toTargetAndTransition.
  • Filter number-indexed and function props fromCSSStyleDeclaration.

v12.19.2

Compare Source

Fixed
  • React: Prevent duplicate layout animation commits within Suspense boundaries.

v12.19.1

Compare Source

Fixed
  • React: Fixexport * error message in Next.js.

v12.19.0

Compare Source

Added
  • React:usePageInView for tracking document visibility.

v12.18.2

Compare Source

Fixed
  • Fixed es bundle dependency imports for"motion".
  • RestoredtranslateX,originX etc values in animation targets.

v12.18.1

Compare Source

Fixed
  • Removed"react" import from"motion-dom".

v12.18.0

Compare Source

Added
  • Support for defining a timeline position relative to the start of the most recently added animation (e.g.<+0.5,<-1)

v12.17.3

Compare Source

Changed
  • RefactoredMotionProps into vanillaMotionNodeOptions type within"motion-dom" package.

v12.17.2

Compare Source

Changed
  • Handle colors when creating animatable"none" keyframes for complex strings.

v12.17.1

Compare Source

Fixed
  • FixesisValidProp check with Rolldown.

v12.17.0

Compare Source

Added
  • MCP server.
Fixed
  • Improved rounding forlinear() easing curves.

v12.16.0

Compare Source

Added
  • resize().

v12.15.0

Compare Source

Added
  • Support forpathLength/pathSpacing/pathOffset forsvgEffect.
  • Auto kebab-casing ofdata andaria attributes inattrEffect.
  • attrEffect applies attributes via JS property where possible.
  • Autotransform-box: fill-box for SVGs withtransform instyleEffect.

v12.14.0

Compare Source

Added
  • Support fororiginX/Y/Z instyleEffect.
Fixed
  • Added markers for pure function calls with effects.

v12.13.0

Compare Source

Added
  • svgEffect,propEffect andattrEffect.
Fixed
  • Fixed a jump in layout animations in select circumstances.

v12.12.2

Compare Source

Fixed
  • Ensure scroll updates are only triggered after a scroll read.

v12.12.1

Compare Source

Fixed
  • Checks forinstanceof HTMLElement made compatible with dynamically generatediframes.

v12.12.0

Compare Source

Added
  • springValue
Fixed
  • Fixed various typos in the type definitions along with a stale documentation link.

v12.11.4

Compare Source

Fixed
  • Only readtransform 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
  • Removed__VERSION__ placeholder from motion value.
  • Fixed types forReorder component.

v12.11.1

Compare Source

Fixed
  • Defaultscroll tracking todocument.scrollingElement.

v12.11.0

Compare Source

Added
  • Addedvalue.isEffectActive for internal use.

v12.10.6

Compare Source

Fixed
  • Stop firing.then() after.stop() and.cancel().

v12.10.5

Compare Source

Fixed
  • Fixed attaching multiplepress handlers on the same element.

v12.10.4

Compare Source

Fixed
  • Fixed layout animations jumping when interrupted.
  • Lower memory and runtime overhead of layout animations.

v12.10.3

Compare Source

Fixed
  • Attempting to fix layout animations jumping when interrupted.

v12.10.2

Compare Source

Fixed
  • Fixed.cancel() after.stop().

v12.10.1

Compare Source

Changed
  • Main threadscroll animations are now lazy, resolving after"scroll" events instead of every animation frame.

v12.10.0

Compare Source

Added
  • styleEffect now supports:
    • Default value types
    • Independent transforms
    • CSS variables

v12.9.7

Compare Source

Fixed
  • Fix mixingPopChild with Astro view transitions.

v12.9.6

Compare Source

Fixed
  • Fix settingtransformBox viastyle.

v12.9.5

Compare Source

Fixed
  • Fixed dragundefined error in React 19 Strict Mode.
  • Skip keyframe measurements for values without support for unit conversion.

v12.9.4

Compare Source

Fixed
  • Remove version check forMotionValue.

v12.9.3

Compare Source

Fixed
  • Fixed memory leak when unmountingmotion components.

v12.9.2

Compare Source

Fixed
  • Fixed scroll timeline cache when definingoffset.
  • Detect when page scroll is attached todocument.body and use this instead ofdocument.documentElement.

v12.9.1

Compare Source

Fixed
  • Restarting a finished main thread animation with a negative.speed now works as expected.

v12.9.0

Compare Source

Added
  • styleEffect

v12.8.2

Compare Source

Changed
  • Unifyingtransform behaviour for SVG and CSS switched from element measurements fortransform-box: fill-box.

v12.8.0

Compare Source

Added
  • mapValue
  • transformValue
Changed
  • Removed support for Framer's internalCustomValueType.

v12.7.5

Compare Source

Changed
  • Improved scroll timeline caching.
  • Replaced WAAPI keyframe generation withlinear() easing.
  • Ensure final defined keyframe is always applied to animations when animation finishes.
  • MovedinstantAnimationState.current toMotionGlobalConfig.instantAnimations.
  • Changeddelay fromread tosetup frameloop step.
Fixed
  • Fixed.then() andawait early resolution.
  • Fixed replaying main thread animations after finished.
  • .speed works correctly across all animation types.
  • Various imperative animation control fixes.

v12.7.4

Compare Source

Fixed
  • Removed non-deterministic behaviour fromAnimatePresence.

v12.7.3

Compare Source

Fixed
  • Fixingduration foranimateView transitions.
  • Prevent.commitStyles() onpseudoElement animations.

v12.7.2

Compare Source

Fixed
  • Adding"sideEffects": false tomotion-dom andmotion-utils packages.

v12.7.1

Compare Source

Fixed
  • Skip.commitStyles onpsuedoElement animations.

v12.7.0

Compare Source

Added
  • PrivatelayoutCrossfade allows disabling crossfade of shared layout elements.

v12.6.5

Compare Source

Fixed
  • Polyfilledsync andcancelSync exports.

v12.6.4

Compare Source

Added
  • Global injection ofWillChangeMotionValue for internal Framer use.

v12.6.3

Compare Source

Changed
  • Refactored minianimate andanimateView to share the sameNativeAnimation. Minianimate down to2.3kb.
Fixed
  • Fixed keyboard accessibility of press events.

v12.6.2

Compare Source

Fixed
  • Fixing hardware acceleration for non-transform values when amotion component has a definedtransformTemplate.

v12.6.1

Compare Source

Fixed
  • Reverting pointer capture for press gesture.

v12.6.0

Compare Source

Changed
  • Renamedview toanimateView.
Added
  • Newinterrupt: "wait" mode asanimateView default.

v12.5.0

Compare Source

Added
  • AddedmotionValue to vanilla JS entrypoint.
Removed
  • Removedframer-motion-3d package.

v12.4.13

Compare Source

Fixed
  • Fixed reading initial transform values from elements.

v12.4.12

Compare Source

Fixed
  • Removed pointer capture from pan and drag gestures.

v12.4.11

Compare Source

Fixed
  • Preventing flattening of scroll animations whentype orease are explicitly set.

v12.4.10

Compare Source

Fixed
  • Adding UMD bundles formotion-dom andmotion-utils.

v12.4.9

Compare Source

Fixed
  • FixedReorder.Item reordering causinglostpointercapture event to fire.

v12.4.7

Compare Source

Fixed
  • FixedAnimatePresence not triggering exit animations when a child withlayout ordrag is removed.

v12.4.6

Compare Source

Fixed
  • Fixed drag gesture on child elements.

v12.4.5

Compare Source

Fixed
  • FixedonClick handlers not working insidepress events.

v12.4.4

Compare Source

Fixed
  • Changed press, drag and pan gestures to use pointer capturing for better usage withiniframe embeds.

v12.4.3

Compare Source

Fixed
  • Restored warning for when animating more than two keyframes with a spring.

v12.4.2

Compare Source

Fixed
  • Preventingpress from triggering when an element is disabled.

v12.4.1

Compare Source

Fixed
  • Fixed reading initial transform values from elements.

v12.4.0

Compare Source

Added
  • Addedinitial option touseInView.

v12.3.1

Compare Source

Fixed
  • Correctly applying CSS variables at the end of a minianimate animation.

v12.3.0

Compare Source

Added
  • AddedusePresenceData to get custom data passed toAnimatePresence in descendant components.

v12.2.0

Compare Source

Added
  • Added unit support touseSpring.

v12.1.0

Compare Source

Fixed
  • Bug withAnimatePresence in React 19 strict mode.
Deprecated
  • Motion 3D.

v12.0.11

Compare Source

Fixed
  • MovingupdateSVGDimensions to its own file to help with tree-shaking.

v12.0.10

Compare Source

Fixed
  • ProvidingMotionValue tomotion component frommotion/react-client entrypoint.

v12.0.9

Compare Source

Fixed
  • Removing React from bundle.

v12.0.8

Compare Source

Fixed
  • Infer type ofchildren prop formotion.create.

v12.0.6

Compare Source

Fixed
  • Discard layout projection snapshots if 0x0.

v12.0.5

Compare Source

Fixed
  • Fix scale correction for CSS variables.

v12.0.4

Compare Source

Fixed
  • Add scale correction for CSS variables.

v12.0.3

Compare Source

Fixed
  • Fixed toggling between shared layout animations multiple times.
Added
  • Added privateanchorX prop toAnimatePresence.
Changed
  • SimplifieduseSpring for smaller bundlesize.

v12.0.1

Compare Source

Fixed
  • MovingupdateSVGDimensions to its own file to help with tree-shaking.

v12.0.0

Compare Source

Changed
  • press,hover andinView now pass the target element as the first argument to the gesture start callback.

v11.18.2

Compare Source

Fixed
  • Animations withtransformTemplate not hardware accelerated.

v11.18.1

Compare Source

Fixed
  • AnimatePresence types in React 19.
  • SVG withtransform not always setting styles correctly on mount.

v11.18.0

Compare Source

Added
  • AddinganimateSequence to perform animation sequences via WAAPI for a tiny bundlesize.
Fixed
  • MissingAnimationControls type export.

v11.17.1

Compare Source

Fixed
  • Remeasure SVG when size/position changes to ensure correcttransform-origin.

v11.17.0

Compare Source

Added
  • Addedpropagate toAnimatePresence. This prop allows parent exit animations to be propagated to children.
Removed
  • RemovedexitBeforeEnter fromAnimatePresence.

v11.16.7

Compare Source

Fixed
  • Fixing timelines where a string label is used as the first segment.

v11.16.6

Compare Source

Changed
  • More movement values likeheight andtop are now blocked by reduced motion.

v11.16.4

Compare Source

Fixed
  • Fix type ofattachTimeline whenskipLibCheck is disabled.

v11.16.3

Compare Source

Fixed
  • Checking return ofpress,hover, andinView callbacks before calling.

v11.16.2

Compare Source

Fixed
  • Restoring missing type exports.

v11.16.1

Compare Source

Fixed
  • AddingdisplayName tomotion components.
  • Ensurepress doesn't overridetabindex when explicitly set.

v11.16.0

Compare Source

Added
  • Addedview() alpha to early access.

v11.15.0

Compare Source

Added
  • Add support forrepeat in animation sequences.
Fixed
  • Clearing scheduled jobs at the end of an animation frame to ensure memory is released should the animation loop settle.

v11.14.4

Compare Source

Fixed
  • ExportingAnimationSequence via"motion" entrypoint.
  • Adding support for passing normal components tomotion.create() in React 19.

v11.14.3

Compare Source

Fixed
  • Fixingmotion-dom andmotion-utils entrypoints.

v11.14.2

Compare Source

Fixed
  • Exportingtime for internal use.
  • MakingMotionValue.updatedAt public for internal use.

v11.14.1

Compare Source

Fixed
  • Fixing missing license inmotion-dom andmotion-utils packages.

v11.14.0

Compare Source

Added
  • Addedpress gesture in Motion+ early access.

v11.13.5

Compare Source

Fixed
  • Adding React 19 to optional peer dependencies in"framer-motion" packages.

v11.13.4

Compare Source

Fixed
  • Fixing types for React 19.

v11.13.3

Compare Source

Fixed
  • Attempting to update types to be compatible with both React 18 and 19.

v11.13.1

Compare Source

Fixed
  • SVG elements (likemotion.text) now update when given aMotionValue as children, matching HTML element behavior.
  • ExportingDynamicAnimationOptions type.

v11.13.0

Compare Source

Added
  • Vanillahover gesture in Motion+ early access.

v11.12.0

Compare Source

Added
  • NewvisualDuration option forspring animations.
  • Newspring(visualDuration, bounce) syntax.

v11.11.17

Compare Source

v11.11.16

Compare Source

Fixed
  • Fixingstagger with minianimate.

v11.11.15

Compare Source

Fixed
  • Fixingmini andreact-mini entrypoints.

v11.11.14

Compare Source

Fixed
  • Fixing fallback entry points for"motion/react" etc.

v11.11.13

Compare Source

Fixed
  • Fixing build and entry points for"motion".

v11.11.12

Compare Source

Changed

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated byMend Renovate. View therepository job log.

@vercel
Copy link

vercelbot commentedFeb 2, 2025
edited
Loading

The latest updates on your projects. Learn more aboutVercel for GitHub.

ProjectDeploymentPreviewCommentsUpdated (UTC)
lyonjs-websiteErrorErrorOct 21, 2025 11:04am

💡Enable Vercel Agent with $100 free credit for automated AI reviews

@renovaterenovatebotforce-pushed therenovate/motion-12.x branch from6c33100 to72f0824CompareMarch 14, 2025 19:31
@renovaterenovatebotforce-pushed therenovate/motion-12.x branch from72f0824 to754e189CompareMarch 25, 2025 16:26
@renovaterenovatebotforce-pushed therenovate/motion-12.x branch from754e189 toa9aeb86CompareApril 16, 2025 21:40
@renovaterenovatebotforce-pushed therenovate/motion-12.x branch froma9aeb86 to52f039fCompareJuly 27, 2025 15:58
@renovaterenovatebotforce-pushed therenovate/motion-12.x branch from52f039f tofb5c041CompareJuly 28, 2025 19:55
@renovaterenovatebotforce-pushed therenovate/motion-12.x branch fromfb5c041 to95a4245CompareJuly 30, 2025 12:27
@renovaterenovatebotforce-pushed therenovate/motion-12.x branch from95a4245 to4163279CompareAugust 31, 2025 10:38
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp