Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

fix(deps): update dependency framer-motion to v12#806

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/framer-motion-12.x
Closed

fix(deps): update dependency framer-motion to v12#806
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/framer-motion-12.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
framer-motion ^11.18.2 -> ^12.9.2 age adoption passing confidence

Release Notes

motiondivision/motion (framer-motion)

v12.9.2

Compare Source

Fixed
  • Fixed scroll timeline cache when defining offset.
  • Detect when page scroll is attached to document.body and use this instead of document.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
  • Unifying transform behaviour for SVG and CSS switched from element measurements for transform-box: fill-box.

v12.8.0

Compare Source

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

v12.7.5

Compare Source

Changed
  • Improved scroll timeline caching.
  • Replaced WAAPI keyframe generation with linear() easing.
  • Ensure final defined keyframe is always applied to animations when animation finishes.
  • Moved instantAnimationState.current to MotionGlobalConfig.instantAnimations.
  • Changed delay from read to setup frameloop step.
Fixed
  • Fixed .then() and await 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 from AnimatePresence.

v12.7.3

Compare Source

Fixed
  • Fixing duration for animateView transitions.
  • Prevent .commitStyles() on pseudoElement animations.

v12.7.2

Compare Source

Fixed
  • Adding "sideEffects": false to motion-dom and motion-utils packages.

v12.7.1

Compare Source

Fixed
  • Skip .commitStyles on psuedoElement animations.

v12.7.0

Compare Source

Added
  • Private layoutCrossfade allows disabling crossfade of shared layout elements.

v12.6.5

Compare Source

Fixed
  • Polyfilled sync and cancelSync exports.

v12.6.4

Compare Source

Added
  • Global injection of WillChangeMotionValue for internal Framer use.

v12.6.3

Compare Source

Changed
  • Refactored mini animate and animateView to share the same NativeAnimation. Mini animate down to 2.3kb.
Fixed
  • Fixed keyboard accessibility of press events.

v12.6.2

Compare Source

Fixed
  • Fixing hardware acceleration for non-transform values when a motion component has a defined transformTemplate.

v12.6.1

Compare Source

Fixed
  • Reverting pointer capture for press gesture.

v12.6.0

Compare Source

Changed
  • Renamed view to animateView.
Added
  • New interrupt: "wait" mode as animateView default.

v12.5.0

Compare Source

Added
  • Added motionValue to vanilla JS entrypoint.
Removed
  • Removed framer-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 when type or ease are explicitly set.

v12.4.10

Compare Source

Fixed
  • Adding UMD bundles for motion-dom and motion-utils.

v12.4.9

Compare Source

Fixed
  • Fixed Reorder.Item reordering causing lostpointercapture event to fire.

v12.4.7

Compare Source

Fixed
  • Fixed AnimatePresence not triggering exit animations when a child with layout or drag is removed.

v12.4.6

Compare Source

Fixed
  • Fixed drag gesture on child elements.

v12.4.5

Compare Source

Fixed
  • Fixed onClick handlers not working inside press events.

v12.4.4

Compare Source

Fixed
  • Changed press, drag and pan gestures to use pointer capturing for better usage within iframe 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
  • Preventing press 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
  • Added initial option to useInView.

v12.3.1

Compare Source

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

v12.3.0

Compare Source

Added
  • Added usePresenceData to get custom data passed to AnimatePresence in descendant components.

v12.2.0

Compare Source

Added
  • Added unit support to useSpring.

v12.1.0

Compare Source

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

v12.0.11

Compare Source

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

v12.0.10

Compare Source

Fixed
  • Providing MotionValue to motion component from motion/react-client entrypoint.

v12.0.9

Compare Source

Fixed
  • Removing React from bundle.

v12.0.8

Compare Source

Fixed
  • Infer type of children prop for motion.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 private anchorX prop to AnimatePresence.
Changed
  • Simplified useSpring for smaller bundlesize.

v12.0.1

Compare Source

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

v12.0.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 4267555 to 55ee4f7 Compare January 26, 2025 21:03
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 55ee4f7 to a4d0ac3 Compare January 27, 2025 00:27
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from a4d0ac3 to 80afd7c Compare January 27, 2025 04:54
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 80afd7c to 92e1754 Compare January 27, 2025 08:58
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 92e1754 to 103a027 Compare January 27, 2025 13:10
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 103a027 to a92080e Compare January 27, 2025 18:18
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from a92080e to f261db7 Compare February 1, 2025 20:47
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch 8 times, most recently from 213a4a6 to 6ab8d36 Compare February 9, 2025 14:37
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch 3 times, most recently from c7eec71 to 5c7a7e8 Compare February 17, 2025 15:30
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch 4 times, most recently from 11e7c39 to e291cc3 Compare February 23, 2025 21:34
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from e37fa84 to 7aa8814 Compare March 2, 2025 22:14
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 7aa8814 to 6c570d4 Compare March 3, 2025 01:57
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 6c570d4 to 137dc23 Compare March 3, 2025 06:51
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 137dc23 to 744a366 Compare March 3, 2025 11:34
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 744a366 to 8dca7ea Compare March 6, 2025 18:12
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 8dca7ea to 6d3d477 Compare March 6, 2025 22:27
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 6d3d477 to cfc923a Compare March 9, 2025 22:44
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from cfc923a to 78f42ba Compare March 10, 2025 01:31
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 78f42ba to 8b415aa Compare March 10, 2025 07:09
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 8b415aa to c98097e Compare March 10, 2025 09:56
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from c98097e to 808b4fc Compare March 10, 2025 16:23
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 808b4fc to 1a94e29 Compare March 13, 2025 15:15
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 1a94e29 to 0c1168f Compare March 14, 2025 15:07
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from 0c1168f to ff7789a Compare March 14, 2025 18:30
@renovate renovate bot force-pushed the renovate/framer-motion-12.x branch from ff7789a to d115522 Compare March 16, 2025 21:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant