+
Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 20, 2024

This PR contains the following updates:

Package Change Age Confidence
framer-motion 11.5.4 -> 11.18.2 age confidence

Release Notes

motiondivision/motion (framer-motion)

v11.18.2

Compare Source

Fixed
  • Animations with transformTemplate not hardware accelerated.

v11.18.1

Compare Source

Fixed
  • AnimatePresence types in React 19.
  • SVG with transform not always setting styles correctly on mount.

v11.18.0

Compare Source

Added
  • Adding animateSequence to perform animation sequences via WAAPI for a tiny bundlesize.
Fixed
  • Missing AnimationControls type export.

v11.17.1

Compare Source

Fixed
  • Remeasure SVG when size/position changes to ensure correct transform-origin.

v11.17.0

Compare Source

Added
  • Added propagate to AnimatePresence. This prop allows parent exit animations to be propagated to children.
Removed
  • Removed exitBeforeEnter from AnimatePresence.

v11.16.7

Compare Source

Fixed
  • Fixing timelines where a string label is used as the first segment.

v11.16.6

Compare Source

Changed
  • More movement values like height and top are now blocked by reduced motion.

v11.16.4

Compare Source

Fixed
  • Fix type of attachTimeline when skipLibCheck is disabled.

v11.16.3

Compare Source

Fixed
  • Checking return of press, hover, and inView callbacks before calling.

v11.16.2

Compare Source

Fixed
  • Restoring missing type exports.

v11.16.1

Compare Source

Fixed
  • Adding displayName to motion components.
  • Ensure press doesn't override tabindex when explicitly set.

v11.16.0

Compare Source

Added
  • Added view() alpha to early access.

v11.15.0

Compare Source

Added
  • Add support for repeat in animation sequences.
Fixed
  • Clearing scheduled jobs at the end of an animation frame to ensure memory is released should the animation loop settle.

v11.14.4

Compare Source

Fixed
  • Exporting AnimationSequence via "motion" entrypoint.
  • Adding support for passing normal components to motion.create() in React 19.

v11.14.3

Compare Source

Fixed
  • Fixing motion-dom and motion-utils entrypoints.

v11.14.2

Compare Source

Fixed
  • Exporting time for internal use.
  • Making MotionValue.updatedAt public for internal use.

v11.14.1

Compare Source

Fixed
  • Fixing missing license in motion-dom and motion-utils packages.

v11.14.0

Compare Source

Added
  • Added press gesture in Motion+ early access.

v11.13.5

Compare Source

Fixed
  • Adding React 19 to optional peer dependencies in "framer-motion" packages.

v11.13.4

Compare Source

Fixed
  • Fixing types for React 19.

v11.13.3

Compare Source

Fixed
  • Attempting to update types to be compatible with both React 18 and 19.

v11.13.1

Compare Source

Fixed
  • SVG elements (like motion.text) now update when given a MotionValue as children, matching HTML element behavior.
  • Exporting DynamicAnimationOptions type.

v11.13.0

Compare Source

Added
  • Vanilla hover gesture in Motion+ early access.

v11.12.0

Compare Source

Added
  • New visualDuration option for spring animations.
  • New spring(visualDuration, bounce) syntax.

v11.11.17

Compare Source

v11.11.16

Compare Source

Fixed
  • Fixing stagger with mini animate.

v11.11.15

Compare Source

Fixed
  • Fixing mini and react-mini entrypoints.

v11.11.13

Compare Source

Fixed
  • Fixing build and entry points for "motion".

v11.11.12

Compare Source

Changed
  • Adding "motion" package.
  • Replaced Motion One (see upgrade guide).

v11.11.11

Compare Source

Fixed
  • Fixing double update() call on mount.

v11.11.10

Compare Source

Fixed
  • Removing will-change from SSR.

v11.11.9

Compare Source

Changed
  • will-change is now no longer automatically managed without useWillChange.

v11.11.8

Compare Source

Fixed
  • Fixing fallback package.json for entrypoints in older versions of Node.

v11.11.7

Compare Source

Fixed
  • Improving generic value signature for animate.

v11.11.6

Compare Source

Fixed
  • Allowing generic motion value types in animate.

v11.11.5

Compare Source

Fixed
  • Removed ability to define CSS variables on style without casting, as this was conflicting with React CSSProperties.

v11.11.4

Compare Source

Fixed
  • Memoize AnimatePresence safeToRemove.
  • Remove duplicate layout="size" annotation.

v11.11.3

Compare Source

Fixed
  • Remove as any requirement for CSS variables.

v11.11.2

Compare Source

Fixed
  • Make BezierDefinition readonly for easier definition outside a Transition.

v11.11.1

Compare Source

Fixed
  • Fixing stagger with mini animate.

v11.11.0

Compare Source

Added
  • animate can now animate any object.

v11.10.0

Compare Source

Added
  • delay with seconds now exported from "framer-motion/dom".
Fixed
  • Only transform is added to will-change when a potentially layerising value is animated as opacity and filter will prematurely flatten preserve-3d.

v11.9.0

Compare Source

Added
  • Mini animate and useAnimate functions.

v11.8.0

Compare Source

Added
  • Easing functions now get compiled into linear() easings when animating via WAAPI.

v11.7.0

Compare Source

Added
  • Added support for custom animation generators via type.

v11.6.0

Compare Source

Added
  • Added info and element tracking to scroll.
  • Added steps easing.
Changed
  • Values added to will-change now stay there for their lifespan to prevent GPU thrashing and weird Safari subpixel jitters.

v11.5.6

Compare Source

Fixed
  • Ensuring updating motion values during render doesn't lock rendering for an element.

v11.5.5

Compare Source

Fixed
  • Changed values of child variants now animate even when the parent variant name hasn't changed.

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.

Copy link

vercel bot commented Sep 20, 2024

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

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
shadcn-registry-starter Ignored Ignored Preview Sep 26, 2025 11:47pm

@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.5.5 fix(deps): update dependency framer-motion to v11.5.6 Sep 21, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch 2 times, most recently from b9edaac to aa69cc3 Compare September 26, 2024 08:34
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.5.6 fix(deps): update dependency framer-motion to v11.7.0 Sep 26, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from aa69cc3 to 8034ab6 Compare September 28, 2024 05:11
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.7.0 fix(deps): update dependency framer-motion to v11.9.0 Sep 28, 2024
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.9.0 fix(deps): update dependency framer-motion to v11.11.0 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch 2 times, most recently from 7a5f44a to b9361d4 Compare October 5, 2024 02:29
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.11.0 fix(deps): update dependency framer-motion to v11.11.1 Oct 5, 2024
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.11.1 fix(deps): update dependency framer-motion to v11.11.4 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch 2 times, most recently from 8c29e8a to cd4b646 Compare October 10, 2024 17:59
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.11.4 fix(deps): update dependency framer-motion to v11.11.7 Oct 10, 2024
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.11.7 fix(deps): update dependency framer-motion to v11.11.8 Oct 12, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from cd4b646 to 2f1b41a Compare October 12, 2024 02:36
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.11.8 fix(deps): update dependency framer-motion to v11.11.9 Oct 18, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 2f1b41a to d46980b Compare October 18, 2024 23:54
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.11.9 fix(deps): update dependency framer-motion to v11.11.10 Oct 26, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch 2 times, most recently from d75195c to 3f77aa4 Compare October 31, 2024 21:01
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.11.10 fix(deps): update dependency framer-motion to v11.11.11 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 3f77aa4 to 9f93be8 Compare November 13, 2024 05:38
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.11.11 fix(deps): update dependency framer-motion to v11.11.13 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 9f93be8 to 4353e01 Compare November 14, 2024 15:00
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.11.13 fix(deps): update dependency framer-motion to v11.11.17 Nov 14, 2024
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.11.17 fix(deps): update dependency framer-motion to v11.12.0 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 4353e01 to 7637776 Compare November 27, 2024 14:50
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 7637776 to b4bd2da Compare December 6, 2024 02:45
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.12.0 fix(deps): update dependency framer-motion to v11.13.1 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from b4bd2da to bce6f0b Compare December 10, 2024 02:50
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.13.1 fix(deps): update dependency framer-motion to v11.13.3 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from bce6f0b to 08f28f5 Compare December 11, 2024 17:57
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.13.3 fix(deps): update dependency framer-motion to v11.13.5 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 08f28f5 to f06784e Compare December 13, 2024 05:46
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.13.5 fix(deps): update dependency framer-motion to v11.14.1 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from f06784e to 9d6d937 Compare December 14, 2024 04:46
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.14.1 fix(deps): update dependency framer-motion to v11.14.4 Dec 14, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 9d6d937 to 775f7c6 Compare December 17, 2024 02:44
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.14.4 fix(deps): update dependency framer-motion to v11.15.0 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 775f7c6 to f5229e6 Compare January 7, 2025 06:35
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.15.0 fix(deps): update dependency framer-motion to v11.16.0 Jan 7, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from f5229e6 to 582e8b1 Compare January 10, 2025 00:10
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.16.0 fix(deps): update dependency framer-motion to v11.16.4 Jan 10, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 582e8b1 to affc0cb Compare January 11, 2025 07:56
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.16.4 fix(deps): update dependency framer-motion to v11.17.0 Jan 11, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from affc0cb to 698ba07 Compare January 15, 2025 07:57
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.17.0 fix(deps): update dependency framer-motion to v11.18.0 Jan 15, 2025
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.18.0 fix(deps): update dependency framer-motion to v11.18.1 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 698ba07 to 7ddf178 Compare January 20, 2025 07:56
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.18.1 fix(deps): update dependency framer-motion to v11.18.2 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 7ddf178 to 0bf8d1c Compare January 23, 2025 16:08
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 0bf8d1c to 3e1f020 Compare August 13, 2025 23:54
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 3e1f020 to 93c469a Compare September 26, 2025 23:47
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.18.2 chore(deps): update dependency framer-motion to v11.18.2 Sep 26, 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.

0 participants
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载