Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency framer-motion to ^11.18.2 #91

Open
wants to merge 1 commit into
base: default
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
framer-motion ^11.0.24 -> ^11.18.2 age adoption passing 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.

v11.5.4

Compare Source

Fixed
  • Improving tree-shakability.

v11.5.3

Compare Source

Fixed
  • Reorder components now import motion proxy.

v11.5.2

Compare Source

Added
  • Changing motion() deprecation warning to warnOnce.

v11.5.1

Compare Source

Added
  • Exporting findSpring for internal use.

v11.5.0

Compare Source

Added
  • motion.create() and m.create().
Deprecrated
  • motion() and m().

v11.4.0

Compare Source

Added
  • Support for React Server Components, including new entrypoints for motion and m components.

v11.3.31

Compare Source

Fixed
  • Detects conflicts between optimised animations and rendered style.
  • Resumes optimised animations where possible once layout measurements are complete.

v11.3.30

Compare Source

Fixed
  • Removed double "change" handler on externally-provided MotionValues.

v11.3.29

Compare Source

Fixed
  • Selective cancellation of optimised appear animations.

v11.3.28

Compare Source

Fixed
  • Use startTime instead of elapsed to sync optimised animations.

v11.3.27

Compare Source

Changed
  • Allow manual setting of startTime via animation options (currently for internal use only).

v11.3.26

Compare Source

Fixed
  • Improving synchronisation between DOM animations on externally-provided MotionValues and internal MotionValues.
  • Fixing unit conversion on DOM animations with externally-provided MotionValues.

v11.3.25

Compare Source

Changed
  • Improve calculation of startTime to prefer the immediacy of animation creation over keyframe resolution, but fall back to the latter if the former would lead to a perceptual jump.

v11.3.24

Compare Source

Fixed
  • Fixing incorrect version publish.

v11.3.23

Compare Source

Fixed
  • Improving optimised appear animation check from data-appear-id to active recording of started animations.
  • Only cancelling optimised appear animations from layout animations when they're animating transform.

v11.3.22

Compare Source

Fixed
  • Fixing spring animations with explicit velocities that animate to their current value.

v11.3.21

Compare Source

Changed
  • Removing default transforms from generated transform string provided to transformTemplate.

v11.3.20

Compare Source

Changed
  • Improved performance of transform by up to 30% when providing many default transforms as MotionValues.

v11.3.19

Compare Source

Fixed
  • Fixed problem with AnimatePresence not rerendering children unless their presence had changed.

v11.3.18

Compare Source

Fixed
  • Improved correctness of AnimatePresence and made safe to use with concurrent rendering.

v11.3.17

Compare Source

Added
  • domMin feature bundle.

v11.3.16

Compare Source

Changed
  • Exporting UseScrollOptions type.

v11.3.15

Compare Source

Changed
  • Improved types for inView()'s margin property.

v11.3.14

Compare Source

Fixed
  • Wrapping usePresence's safeToRemove callback in useCallback leading to fewer re-renders.

v11.3.13

Compare Source

Fixed
  • Fixing position: fixed layout animations while scrolling.

v11.3.12

Compare Source

Fixed
  • Improving useSpring types so it accepts MotionValue<string> or MotionValue<number> but always returns MotionValue<number>.

v11.3.11

Compare Source

Fixed
  • Removing "react" import from DOM-only bundle.

v11.3.10

Compare Source

Fixed
  • Changing isBrowser check from document to window.

v11.3.9

Compare Source

Changed
  • Improve performance of window.MotionDebug check.

v11.3.8

Compare Source

Changed
  • Improve performance of layout animation calculated projection comparisons.

v11.3.7

Compare Source

Changed
  • Active render scheduling check to prevent unnecessary Set lookups.

v11.3.6

Compare Source

Changed
  • Minor performance improvements for layout animations.

v11.3.5

Compare Source

Fixed
  • Ensuring DOM bundle doesn't include react and react-dom as dependencies.

v11.3.4

Compare Source

Changed
  • Check for display: contents elements now against component props instead of Element.style.

v11.3.3

Compare Source

Fixed
  • Detects conflicts between optimised animations and rendered style.
  • Resumes optimised animations where possible once layout measurements are complete.

v11.3.2

Compare Source

Fixed
  • Selective cancellation of optimised appear animations.

v11.3.1

Compare Source

Fixed
  • Fixed problem with AnimatePresence not rerendering children unless their presence had changed.

v11.3.0

Compare Source

Updated
  • Animations automatically optimised via will-change.

v11.2.14

Compare Source

Updated
  • Improved performance of core render loop.

v11.2.13

Compare Source

Fixed
  • Checking for null before interpolating color values.

v11.2.12

Compare Source

Fixed
  • Fixing dragConstraints={ref} mixed with layout animations.

v11.2.11

Compare Source

v11.2.10

Compare Source

Fixed
  • Changing invalid number interpolation from error to warning and immediate mix.

v11.2.9

Compare Source

Fixed
  • Fixing animation of CSS variables when leading space is present.

v11.2.8

Compare Source

Fixed
  • Ensuring instant animations return animation controls.

v11.2.7

Compare Source

Fixed
  • Only allow layout animations to cancel optimised appear animations when on the same node or an ancestor.

v11.2.6

Compare Source

Fixed
  • Fixed optimised appear animations interrupted by layout animations triggered by a state update within useLayoutEffect.

v11.2.5

Compare Source

Fixed
  • Fixing layout animations within portals. Tag motion root within portal with data-framer-portal-id attribute.

v11.2.4

Compare Source

Fixed
  • Batching triggering animations with useSpring.

v11.2.3

Compare Source

Fixed
  • MotionValues created with undefined can track velocity correctly.

v11.2.2

Compare Source

Fixed
  • Fixed visual jump when interrupting an optimised appear animation.

v11.2.1

Compare Source

Updated
  • Improved performance of core render loop.

v11.2.0

Compare Source

Added
  • Binary visibility interpolation i.e display: ["block", "none"] now maintains the visible state throughout the animation.

v11.1.9

Compare Source

Changed
  • Reinstating async event handlers to fix issues with user code and Suspence within Framer.

v11.1.8

Compare Source

Fixed
  • Animating between keyframe unit types when one keyframe is 0 and the other is an explicitly defined keyframe, e.g y: ["100%", 0].

v11.1.7

Compare Source

Changed
  • Updating types for motion.div.

v11.1.6

Compare Source

Changed
  • Binding stop to MainThreadAnimation

v11.1.5

Compare Source

Changed
  • Exporting DOMMotionComponents.

v11.1.4

Compare Source

Fixed
  • Fixing types of motion.div in certain TS5 environment configurations.
Changed
  • Skip removal of existing motion value when undefined.

v11.1.3

Compare Source

Fixed
  • ESM compat with CJS bundle.

v11.1.2

Compare Source

Fixed
  • Ensuring transforms unset during unit conversion are restored.

v11.1.1

Compare Source

Changed
  • Updating JSX transform.

v11.1.0

Compare Source

Changed
  • TypeScript 5 upgrade.

v11.0.28

Compare Source

Fixed
  • Ensure CSS var token is set as final animation keyframe.

v11.0.27

Compare Source

Fixed
  • Skipping animations with duration: 0.

v11.0.26

Compare Source

Fixed
  • Adding perspective() to projection transform.
  • Changing scheduling of useTransform to ensure frames are up-to-date.

v11.0.25

Compare Source

Fixed
  • Ensuring motion(Fragment) nodes are skipped from layout projection.

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 5, 2024
@renovate renovate bot requested a review from MaySoMusician April 5, 2024 17:25
Copy link

vercel bot commented Apr 5, 2024

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

Name Status Preview Comments Updated (UTC)
website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 24, 2025 4:11am

@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from b261207 to e7032b6 Compare April 13, 2024 13:29
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.0.25 fix(deps): update dependency framer-motion to ^11.0.26 Apr 13, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from e7032b6 to 3300250 Compare April 13, 2024 16:21
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.0.26 fix(deps): update dependency framer-motion to ^11.0.27 Apr 13, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 3300250 to 8f77ddb Compare April 14, 2024 10:21
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.0.27 fix(deps): update dependency framer-motion to ^11.0.28 Apr 14, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 8f77ddb to d9eb818 Compare April 19, 2024 11:08
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.0.28 fix(deps): update dependency framer-motion to ^11.1.0 Apr 19, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from d9eb818 to 434d8ce Compare April 19, 2024 14:30
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.1.0 fix(deps): update dependency framer-motion to ^11.1.1 Apr 19, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 434d8ce to d3787c2 Compare April 20, 2024 10:36
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.1.1 fix(deps): update dependency framer-motion to ^11.1.2 Apr 20, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from d3787c2 to 98ba24a Compare April 20, 2024 13:59
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.1.2 fix(deps): update dependency framer-motion to ^11.1.3 Apr 20, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 98ba24a to 54e1800 Compare April 21, 2024 13:06
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.1.3 fix(deps): update dependency framer-motion to ^11.1.5 Apr 21, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 54e1800 to 03fe907 Compare April 22, 2024 16:51
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.1.5 fix(deps): update dependency framer-motion to ^11.1.7 Apr 22, 2024
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.14.4 fix(deps): update dependency framer-motion to ^11.15.0 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 9520d23 to 5c528ee Compare January 9, 2025 16:11
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.15.0 fix(deps): update dependency framer-motion to ^11.16.0 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 5c528ee to 765d16a Compare January 11, 2025 15:37
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.16.0 fix(deps): update dependency framer-motion to ^11.16.1 Jan 11, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 765d16a to eaba9b1 Compare January 13, 2025 12:07
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.16.1 fix(deps): update dependency framer-motion to ^11.16.4 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from eaba9b1 to bb3a9d3 Compare January 13, 2025 12:57
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.16.4 fix(deps): update dependency framer-motion to ^11.16.6 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from bb3a9d3 to cecacd2 Compare January 13, 2025 16:18
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.16.6 fix(deps): update dependency framer-motion to ^11.17.0 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from cecacd2 to f9b6c59 Compare January 17, 2025 09:35
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.17.0 fix(deps): update dependency framer-motion to ^11.17.1 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from f9b6c59 to 66930ec Compare January 17, 2025 13:52
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.17.1 fix(deps): update dependency framer-motion to ^11.18.0 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 66930ec to ac6bc53 Compare January 20, 2025 14:23
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.18.0 fix(deps): update dependency framer-motion to ^11.18.1 Jan 20, 2025
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from ac6bc53 to beb6fe3 Compare January 24, 2025 04:09
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.18.1 fix(deps): update dependency framer-motion to ^11.18.2 Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants