Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2025

This PR contains the following updates:

Package Change Age Confidence
motion 12.18.112.26.2 age confidence

Release Notes

motiondivision/motion (motion)

v12.26.2

Compare Source

Fixed
  • Internal refactor of projection system into motion-dom.

v12.26.1

Compare Source

Fixed
  • Improve overload selection for useTransform.

v12.26.0

Compare Source

Added
  • Support for multiple output value maps with useTransform.

v12.25.0

Compare Source

Added
  • Support for auto-scrolling when a Reorder.Item reaches the edges of its parent scrollable container.

v12.24.12

Compare Source

Fixed
  • Draggable elements now track pointer during page and element scroll.

v12.24.11

Compare Source

Fixed
  • Fixed time sampling of GPU animations under heavy CPU load.

v12.24.10

Compare Source

v12.24.9

Compare Source

Fixed
  • Fixing Radix Dialog with AnimatePresence.
  • Ensure drag constraints animation resumes after press interruption.
  • Prevent drag gesture from triggering when pressing focusable elements.

v12.24.8

Compare Source

Fixed
  • Perform unit conversion when animating to/from calc() values.

v12.24.7

Compare Source

Fixed
  • Fix duplicate exit animations in AnimatePresence.

v12.24.6

Compare Source

Fixed
  • Remove memory leak from retained matchMedia callbacks.

v12.24.5

Compare Source

Fixed
  • Prevent ref access error for AnimatePresence popLayout mode in React 19.

v12.24.4

Compare Source

Fixed
  • Support ref functions that return a cleanup callback.

v12.24.3

Compare Source

Fixed
  • Ensure onAnimationStart and onAnimationComplete callbacks fire for useSpring.

v12.24.2

Compare Source

Fixed
  • Ensure useDragControls snapToCursor: true` works with initial transforms.

v12.24.1

Compare Source

Fixed
  • Ensure CSS Motion Path properties are applied via style on SVG elements.
  • Ensure JSX is correctly imported by Reorder.Item.

v12.24.0

Compare Source

Added
  • { type: "svg" } option to motion.create() for creating custom SVG components.
  • px default value type for CSS logical properties (paddingBlock, paddingInline, marginBlock, marginInline).
Fixed
  • Ensure drag gesture updates with latest props every render.
  • Fix missing JSX import error.
  • Fix motion-dom build.
  • Exclude src from distributed package.

v12.23.28

Compare Source

Fixed
  • Fixing MotionStyle type with React 19 when skipLibCheck is false.
  • Add guard for process check for better compat with ESM environments.

v12.23.27

Compare Source

Fixed
  • Improved Intellisense detection for motion import.
  • Adding sourcemaps to release.

v12.23.26

Compare Source

Fixed
  • Moved initialisation of default scale correctors to allow for overwriting existing correctors.

v12.23.25

Compare Source

Fixed
  • Ensure relative projection boxes are re-measured when parent layout changes.

v12.23.24

Compare Source

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

v12.23.23

Compare Source

Added
  • Exporting PresenceChild and PopChild type for internal use.

v12.23.22

Compare Source

Added
  • Exporting HTMLElements and useComposedRefs type for internal use.

v12.23.21

Compare Source

Fixed
  • Fixing main-thread scroll with animations that contain delay.

v12.23.20

Compare Source

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

v12.23.19

Compare Source

Fixed
  • Remove support for changing ref prop.

v12.23.18

Compare Source

Fixed
  • <motion /> components now support changing ref prop.

v12.23.16

Compare Source

Fixed
  • Fixing ref when passed to a child of AnimatePresence in "popLayout" mode.

v12.23.15

Compare Source

Fixed
  • Fixing export * error in RSC.

v12.23.14

Compare Source

Fixed
  • Fixing types of Reorder.Item and Reorder.Group so incorrect HTML props are correctly flagged.
  • Reverting rehydration of externalRef when it switches.

v12.23.13

Compare Source

Fixed
  • Fixed issue where motion components don't update refs when externalRef changes. The useMotionRef function now properly includes externalRef 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 with delayChildren: stagger() will now be staggered correctly alongside their newly-entering siblings.

v12.23.10

Compare Source

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

v12.23.9

Compare Source

Changed
  • Removing redundant renderRequest MotionValue lifecycle.

v12.23.7

Compare Source

Fixed
  • springValue cleanup.
  • Removed additional removeNode from AnimatePresence when using popLayout.

v12.23.6

Compare Source

Changed
  • Added explainer for reduced motion warning.
  • Refactored motion 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 a useEffect if refs weren't hydrated during the useLayoutEffect. Throw if refs are still not hydrated during the useEffect.

v12.23.2

Compare Source

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

v12.23.1

Compare Source

Fixed
  • Remove support for changing ref prop.

v12.23.0

Compare Source

Added
  • Add .stop() and .cancel() methods to useDragControls().

v12.22.0

Compare Source

Added
  • Allow delayChildren to accept stagger(). This enables from and ease options when staggering variant children.
Deprecated
  • staggerChildren and staggerDirection options.

v12.20.5

Compare Source

Fixed
  • Improve performance of projection styles by writing directly to element.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
  • Updated Transition type to be more permissive.

v12.20.1

Compare Source

Fixed
  • Updated Target type to match previous definition.

v12.20.0

Compare Source

Added
  • Pass a shadow DOM root element via AnimatePresence root 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.
  • Add transformPerspective to TargetAndTransition.
  • Filter number-indexed and function props from CSSStyleDeclaration.

v12.19.2

Compare Source

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

v12.19.1

Compare Source

Fixed
  • React: Fix export * 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".
  • Restored translateX, originX etc values in animation targets.

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 by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Jun 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
linear Ready Ready Preview, Comment Jan 13, 2026 4:45pm

@renovate renovate bot changed the title fix(deps): update dependency motion to v12.19.0 fix(deps): update dependency motion to v12.19.1 Jun 23, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from c1c2318 to 9c9fa13 Compare June 23, 2025 19:50
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.19.1 fix(deps): update dependency motion to v12.19.2 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 9c9fa13 to cd9f3e0 Compare June 27, 2025 12:13
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.19.2 fix(deps): update dependency motion to v12.20.1 Jun 30, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from cd9f3e0 to bdca49a Compare June 30, 2025 16:26
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.20.1 fix(deps): update dependency motion to v12.20.2 Jul 1, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from bdca49a to e4715bf Compare July 1, 2025 09:00
@renovate renovate bot force-pushed the renovate/motion-12.x branch from e4715bf to b92ede2 Compare July 1, 2025 17:03
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.20.2 fix(deps): update dependency motion to v12.22.0 Jul 1, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from b92ede2 to c79d109 Compare July 2, 2025 13:38
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.22.0 fix(deps): update dependency motion to v12.23.0 Jul 2, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from c79d109 to 6b6b21e Compare July 9, 2025 18:58
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.0 fix(deps): update dependency motion to v12.23.1 Jul 9, 2025
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.1 fix(deps): update dependency motion to v12.23.3 Jul 10, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 6b6b21e to c921927 Compare July 10, 2025 12:52
@renovate renovate bot force-pushed the renovate/motion-12.x branch from c921927 to 4d31e3e Compare July 14, 2025 10:04
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.3 fix(deps): update dependency motion to v12.23.5 Jul 14, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 4d31e3e to b6a743c Compare July 15, 2025 16:44
@renovate renovate bot force-pushed the renovate/motion-12.x branch from b6acf23 to f98f05a Compare January 5, 2026 15:03
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.27 fix(deps): update dependency motion to v12.23.28 Jan 5, 2026
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.28 fix(deps): update dependency motion to v12.24.0 Jan 5, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x branch from f98f05a to f2ed7bc Compare January 5, 2026 18:30
@renovate renovate bot force-pushed the renovate/motion-12.x branch from f2ed7bc to db4180c Compare January 6, 2026 12:40
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.24.0 fix(deps): update dependency motion to v12.24.5 Jan 6, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x branch from db4180c to 7a9ef2e Compare January 6, 2026 17:45
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.24.5 fix(deps): update dependency motion to v12.24.7 Jan 6, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 7a9ef2e to c34c404 Compare January 7, 2026 13:35
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.24.7 fix(deps): update dependency motion to v12.24.10 Jan 7, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x branch from c34c404 to 377db09 Compare January 8, 2026 14:32
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.24.10 fix(deps): update dependency motion to v12.24.12 Jan 8, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 377db09 to 28a2a3c Compare January 8, 2026 19:26
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 28a2a3c to ac84225 Compare January 9, 2026 13:58
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.24.12 fix(deps): update dependency motion to v12.25.0 Jan 9, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x branch from ac84225 to b428c04 Compare January 12, 2026 12:49
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.25.0 fix(deps): update dependency motion to v12.26.1 Jan 12, 2026
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.26.1 fix(deps): update dependency motion to v12.26.2 Jan 13, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x branch from b428c04 to ec120e0 Compare January 13, 2026 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant