Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 12, 2025

This PR contains the following updates:

Package Change Age Confidence
motion 12.23.112.29.0 age confidence

Release Notes

motiondivision/motion (motion)

v12.29.0

Compare Source

Added
  • transformViewBoxPoint: Scale drag gestures within <svg> elements where viewBox and rendered width/height are mismatched.
  • trackContentSize: New scroll and useScroll option for tracking changes to content size.
Fixed
  • Add React 19 test suite to CI.
  • Fix types with motion.create().
  • Shared element animations now respect layoutDependency.

v12.28.2

Compare Source

Added
  • Add default value type px for fontSize.
Fixed
  • Removed default value type from radius.
  • Ensure LazyMotion animates initial state even when state has changed before Motion is loaded.

v12.28.1

Compare Source

Fixed
  • Ensure scale: "0%" isn't treated as default value.

v12.27.5

Compare Source

Fixed
  • Ensure pen gesture is correctly cleaned up on drag cancel.
  • Fix edge case where DocumentProjectionNode's attached element was null.

v12.27.4

Compare Source

Added
  • AnimatePresence: anchorY for vertically positioning popped children.
Fixed
  • Fixed path drawing animations in zoomed Safari contexts by switching to unitless values.

v12.27.3

Compare Source

Fixed
  • Ensure drag gestures trigger from keyboard-accessible elements (button, textarea etc) if these elements have drag applied directly.

v12.27.2

Compare Source

Fixed
  • Adding sourcemaps to motion-dom and motion-utils.
  • Fix Reorder autoscroll within scrollable pages.
  • Gracefully handle missing elements in animation sequences.

v12.27.1

Compare Source

Fixed
  • Improving projection node cleanup.

v12.27.0

Compare Source

Fixed
  • Adding new exports for internal use.

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}.

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), 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 Jul 12, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
semantic ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 24, 2025 11:47am

@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 610f7bf to 11b4094 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-lockfile branch from 11b4094 to ebfeccc Compare July 15, 2025 14:07
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.5 fix(deps): update dependency motion to v12.23.6 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from ebfeccc to c9b5b17 Compare July 23, 2025 20:27
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.6 fix(deps): update dependency motion to v12.23.7 Jul 23, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from c9b5b17 to 1560e80 Compare July 24, 2025 11:46
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.7 fix(deps): update dependency motion to v12.23.9 Jul 24, 2025
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.9 fix(deps): update dependency motion to v12.23.10 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 1560e80 to 30e4696 Compare July 28, 2025 08:56
@netlify
Copy link

netlify bot commented Jul 28, 2025

Deploy Preview for semantic-template failed. Why did it fail? →

Name Link
🔨 Latest commit c928a5b
🔍 Latest deploy log https://app.netlify.com/projects/semantic-template/deploys/697257fdd417830008dd7ce7

@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.10 fix(deps): update dependency motion to v12.23.11 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 30e4696 to cb6c6f6 Compare July 28, 2025 17:14
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.11 fix(deps): update dependency motion to v12.23.12 Jul 30, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from cb6c6f6 to 195a7a5 Compare July 30, 2025 09:54
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.12 fix(deps): update dependency motion to v12.23.13 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch 2 times, most recently from 28a498a to 8d1d8fa Compare September 17, 2025 22:11
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.13 fix(deps): update dependency motion to v12.23.14 Sep 17, 2025
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.14 fix(deps): update dependency motion to v12.23.15 Sep 18, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch 2 times, most recently from ce0d85c to cd2eeeb Compare September 19, 2025 14:13
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.15 fix(deps): update dependency motion to v12.23.16 Sep 19, 2025
@renovate renovate bot changed the title chore(deps): update dependency motion to v12.24.0 chore(deps): update dependency motion to v12.24.7 Jan 6, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 98478b1 to 2ad2bed Compare January 7, 2026 09:46
@renovate renovate bot changed the title chore(deps): update dependency motion to v12.24.7 chore(deps): update dependency motion to v12.24.8 Jan 7, 2026
@renovate renovate bot changed the title chore(deps): update dependency motion to v12.24.8 chore(deps): update dependency motion to v12.24.10 Jan 7, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch 2 times, most recently from 601d857 to 785c206 Compare January 8, 2026 13:05
@renovate renovate bot changed the title chore(deps): update dependency motion to v12.24.10 chore(deps): update dependency motion to v12.24.11 Jan 8, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 785c206 to 1b7886c Compare January 8, 2026 18:54
@renovate renovate bot changed the title chore(deps): update dependency motion to v12.24.11 chore(deps): update dependency motion to v12.24.12 Jan 8, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 1b7886c to 746043f Compare January 9, 2026 13:15
@renovate renovate bot changed the title chore(deps): update dependency motion to v12.24.12 chore(deps): update dependency motion to v12.25.0 Jan 9, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 746043f to b22b6e1 Compare January 12, 2026 12:36
@renovate renovate bot changed the title chore(deps): update dependency motion to v12.25.0 chore(deps): update dependency motion to v12.26.1 Jan 12, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from b22b6e1 to ca21dcb Compare January 13, 2026 15:34
@renovate renovate bot changed the title chore(deps): update dependency motion to v12.26.1 chore(deps): update dependency motion to v12.26.2 Jan 13, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from ca21dcb to dcaf126 Compare January 18, 2026 18:07
@renovate renovate bot changed the title chore(deps): update dependency motion to v12.26.2 chore(deps): update dependency motion to v12.27.0 Jan 18, 2026
@renovate renovate bot changed the title chore(deps): update dependency motion to v12.27.0 chore(deps): update dependency motion to v12.27.1 Jan 19, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch 2 times, most recently from cac4152 to 09d1f06 Compare January 20, 2026 12:34
@renovate renovate bot changed the title chore(deps): update dependency motion to v12.27.1 chore(deps): update dependency motion to v12.27.2 Jan 20, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 09d1f06 to 4b887c5 Compare January 20, 2026 16:55
@renovate renovate bot changed the title chore(deps): update dependency motion to v12.27.2 chore(deps): update dependency motion to v12.27.5 Jan 20, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 4b887c5 to 4b7e4c9 Compare January 21, 2026 16:33
@renovate renovate bot changed the title chore(deps): update dependency motion to v12.27.5 chore(deps): update dependency motion to v12.28.1 Jan 21, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 4b7e4c9 to 4ad754b Compare January 22, 2026 14:04
@renovate renovate bot changed the title chore(deps): update dependency motion to v12.28.1 chore(deps): update dependency motion to v12.28.2 Jan 22, 2026
@renovate renovate bot changed the title chore(deps): update dependency motion to v12.28.2 chore(deps): update dependency motion to v12.29.0 Jan 22, 2026
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 4ad754b to c928a5b Compare January 22, 2026 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant