Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 5, 2025

This PR contains the following updates:

Package Change Age Confidence
framer-motion 12.9.4 -> 12.23.25 age confidence

Release Notes

motiondivision/motion (framer-motion)

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.

v12.12.1

Compare Source

Fixed
  • Checks for instanceof HTMLElement made compatible with dynamically generated iframes.

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 read transform from the DOM for initial independent transforms when there's no active projection.

v12.11.3

Compare Source

Changed
  • useWillChange now only adds transform to will-change to prevent issues with prematurely flattened preserve-3d.

v12.11.2

Compare Source

Fixed
  • Removed __VERSION__ placeholder from motion value.
  • Fixed types for Reorder component.

v12.11.1

Compare Source

Fixed
  • Default scroll tracking to document.scrollingElement.

v12.11.0

Compare Source

Added
  • Added value.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 multiple press 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 thread scroll 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 mixing PopChild with Astro view transitions.

v12.9.6

Compare Source

Fixed
  • Fix setting transformBox via style.

v12.9.5

Compare Source

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

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.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented May 5, 2025

Deploying material-design with  Cloudflare Pages  Cloudflare Pages

Latest commit: 200575c
Status: ✅  Deploy successful!
Preview URL: https://c4e85691.material-design-359.pages.dev
Branch Preview URL: https://renovate-framer-motion-12-x.material-design-359.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from a6501c8 to eea27d2 Compare May 6, 2025 15:38
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.9.7 fix(deps): update dependency framer-motion to v12.10.0 May 6, 2025
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.10.0 fix(deps): update dependency framer-motion to v12.10.1 May 7, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch 2 times, most recently from 90bc510 to 5599b41 Compare May 8, 2025 11:40
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.10.1 fix(deps): update dependency framer-motion to v12.10.3 May 8, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 5599b41 to 0e52e07 Compare May 8, 2025 17:02
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.10.3 fix(deps): update dependency framer-motion to v12.10.4 May 8, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 0e52e07 to 45fb55e Compare May 9, 2025 11:26
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.10.4 fix(deps): update dependency framer-motion to v12.10.5 May 9, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 45fb55e to 26d5ddc Compare May 12, 2025 10:56
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.10.5 fix(deps): update dependency framer-motion to v12.11.0 May 12, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 26d5ddc to c86b93f Compare May 14, 2025 16:49
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.11.0 fix(deps): update dependency framer-motion to v12.11.3 May 14, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from c86b93f to 89540dc Compare May 15, 2025 19:34
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.11.3 fix(deps): update dependency framer-motion to v12.11.4 May 15, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 89540dc to 866ef5b Compare May 16, 2025 12:47
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.11.4 fix(deps): update dependency framer-motion to v12.12.1 May 16, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 866ef5b to 2516dad Compare May 23, 2025 16:16
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.12.1 fix(deps): update dependency framer-motion to v12.12.2 May 23, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 2516dad to dd4ba0e Compare May 26, 2025 12:55
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.12.2 fix(deps): update dependency framer-motion to v12.14.0 May 26, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from dd4ba0e to 23153c7 Compare May 27, 2025 14:31
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.14.0 fix(deps): update dependency framer-motion to v12.15.0 May 27, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 23153c7 to bfb7ba7 Compare June 3, 2025 11:27
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.15.0 fix(deps): update dependency framer-motion to v12.16.0 Jun 3, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from bfb7ba7 to b77dba6 Compare June 11, 2025 12:40
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.16.0 fix(deps): update dependency framer-motion to v12.17.0 Jun 11, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from b77dba6 to 5788b7b Compare June 12, 2025 13:08
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from cf4a137 to 78ea1a3 Compare July 28, 2025 11:58
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.23.9 fix(deps): update dependency framer-motion to v12.23.11 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 78ea1a3 to 1eb84d0 Compare July 30, 2025 10:48
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.23.11 fix(deps): update dependency framer-motion to v12.23.12 Jul 30, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 1eb84d0 to 02f90d7 Compare September 16, 2025 14:10
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.23.12 fix(deps): update dependency framer-motion to v12.23.13 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 02f90d7 to 8d3f4d4 Compare September 17, 2025 22:35
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.23.13 fix(deps): update dependency framer-motion to v12.23.14 Sep 17, 2025
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.23.14 fix(deps): update dependency framer-motion to v12.23.15 Sep 18, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch 2 times, most recently from 2a5930d to ae96dcf Compare September 19, 2025 13:32
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.23.15 fix(deps): update dependency framer-motion to v12.23.16 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from ae96dcf to f8476df Compare September 22, 2025 08:47
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.23.16 fix(deps): update dependency framer-motion to v12.23.18 Sep 22, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from f8476df to 6da25e7 Compare September 23, 2025 10:41
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.23.18 fix(deps): update dependency framer-motion to v12.23.19 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 6da25e7 to 2193b87 Compare September 24, 2025 09:51
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.23.19 fix(deps): update dependency framer-motion to v12.23.20 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 2193b87 to 6df0622 Compare September 24, 2025 12:51
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.23.20 fix(deps): update dependency framer-motion to v12.23.21 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 6df0622 to 638d50e Compare September 25, 2025 14:00
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.23.21 fix(deps): update dependency framer-motion to v12.23.22 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 638d50e to c8586dc Compare October 10, 2025 10:48
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.23.22 fix(deps): update dependency framer-motion to v12.23.23 Oct 10, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from c8586dc to c3ff086 Compare October 10, 2025 13:57
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.23.23 fix(deps): update dependency framer-motion to v12.23.24 Oct 10, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from c3ff086 to e807bdf Compare November 10, 2025 23:52
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from e807bdf to 200575c Compare December 1, 2025 16:00
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.23.24 fix(deps): update dependency framer-motion to v12.23.25 Dec 1, 2025
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