Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2025

This PR contains the following updates:

Package Change Age Confidence
framer-motion 12.12.112.24.1 age confidence

Release Notes

motiondivision/motion (framer-motion)

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.

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
  • Refactored MotionProps into vanilla MotionNodeOptions 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
  • Fixes isValidProp check with Rolldown.

v12.17.0

Compare Source

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

v12.16.0

Compare Source

Added
  • resize().

v12.15.0

Compare Source

Added
  • Support for pathLength/pathSpacing/pathOffset for svgEffect.
  • Auto kebab-casing of data and aria attributes in attrEffect.
  • attrEffect applies attributes via JS property where possible.
  • Auto transform-box: fill-box for SVGs with transform in styleEffect.

v12.14.0

Compare Source

Added
  • Support for originX/Y/Z in styleEffect.
Fixed
  • Added markers for pure function calls with effects.

v12.13.0

Compare Source

Added
  • svgEffect, propEffect and attrEffect.
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.

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 Jul 25, 2025

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

Project Deployment Review Updated (UTC)
a-bd-me Error Error Jan 6, 2026 10:11am

@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from 18689ea to 07b6c15 Compare July 28, 2025 12:31
@renovate renovate bot changed the title Update dependency framer-motion to v12.23.9 Update dependency framer-motion to v12.23.11 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from 07b6c15 to 7693290 Compare July 30, 2025 11:33
@renovate renovate bot changed the title Update dependency framer-motion to v12.23.11 Update dependency framer-motion to v12.23.12 Jul 30, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from 7693290 to 601bf21 Compare September 16, 2025 16:38
@renovate renovate bot changed the title Update dependency framer-motion to v12.23.12 Update dependency framer-motion to v12.23.13 Sep 16, 2025
@renovate renovate bot changed the title Update dependency framer-motion to v12.23.13 Update dependency framer-motion to v12.23.14 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from 601bf21 to ab8b816 Compare September 17, 2025 21:03
@renovate renovate bot changed the title Update dependency framer-motion to v12.23.14 Update dependency framer-motion to v12.23.15 Sep 18, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from ab8b816 to 98f5488 Compare September 18, 2025 12:49
@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from 98f5488 to a2681d2 Compare September 19, 2025 12:43
@renovate renovate bot changed the title Update dependency framer-motion to v12.23.15 Update dependency framer-motion to v12.23.16 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from a2681d2 to a748276 Compare September 22, 2025 09:01
@renovate renovate bot changed the title Update dependency framer-motion to v12.23.16 Update dependency framer-motion to v12.23.18 Sep 22, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from a748276 to 1388419 Compare September 23, 2025 10:56
@renovate renovate bot changed the title Update dependency framer-motion to v12.23.18 Update dependency framer-motion to v12.23.19 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from 1388419 to d4fe660 Compare September 24, 2025 10:10
@renovate renovate bot changed the title Update dependency framer-motion to v12.23.19 Update dependency framer-motion to v12.23.20 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from d4fe660 to c464585 Compare September 24, 2025 14:44
@renovate renovate bot changed the title Update dependency framer-motion to v12.23.20 Update dependency framer-motion to v12.23.21 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from c464585 to c7f25f9 Compare September 25, 2025 12:39
@renovate renovate bot changed the title Update dependency framer-motion to v12.23.21 Update dependency framer-motion to v12.23.22 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from c7f25f9 to 9796ab7 Compare October 10, 2025 10:42
@renovate renovate bot changed the title Update dependency framer-motion to v12.23.22 Update dependency framer-motion to v12.23.23 Oct 10, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from 9796ab7 to 0abe2b0 Compare October 10, 2025 18:15
@renovate renovate bot changed the title Update dependency framer-motion to v12.23.23 Update dependency framer-motion to v12.23.24 Oct 10, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from 0abe2b0 to b6469f8 Compare December 1, 2025 13:39
@renovate renovate bot changed the title Update dependency framer-motion to v12.23.24 Update dependency framer-motion to v12.23.25 Dec 1, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from b6469f8 to 18b8e75 Compare December 10, 2025 12:45
@renovate renovate bot changed the title Update dependency framer-motion to v12.23.25 Update dependency framer-motion to v12.23.26 Dec 10, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from 18b8e75 to 332957f Compare January 5, 2026 11:31
@renovate renovate bot changed the title Update dependency framer-motion to v12.23.26 Update dependency framer-motion to v12.23.27 Jan 5, 2026
@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from 332957f to 3ad2908 Compare January 5, 2026 14:34
@renovate renovate bot changed the title Update dependency framer-motion to v12.23.27 Update dependency framer-motion to v12.23.28 Jan 5, 2026
@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from 3ad2908 to 344696c Compare January 5, 2026 18:57
@renovate renovate bot changed the title Update dependency framer-motion to v12.23.28 Update dependency framer-motion to v12.24.0 Jan 5, 2026
@renovate renovate bot force-pushed the renovate/framer-motion-12.x-lockfile branch from 344696c to e14b2d5 Compare January 6, 2026 10:10
@renovate renovate bot changed the title Update dependency framer-motion to v12.24.0 Update dependency framer-motion to v12.24.1 Jan 6, 2026
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