Closed renovate[bot] closed 1 month ago
This PR contains the following updates:
11.0.24
11.9.0
📅 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.
This PR was generated by Mend Renovate. View the repository job log.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
This PR contains the following updates:
11.0.24
->11.9.0
Release Notes
framer/motion (framer-motion)
### [`v11.9.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1190-2024-09-27) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.8.0...v11.9.0) ##### Added - Mini `animate` and `useAnimate` functions. ### [`v11.8.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1180-2024-09-25) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.7.0...v11.8.0) ##### Added - Easing functions now get compiled into `linear()` easings when animating via WAAPI. ### [`v11.7.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1170-2024-09-25) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.6.0...v11.7.0) ##### Added - Added support for custom animation generators via `type`. ### [`v11.6.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1160-2024-09-24) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.5.6...v11.6.0) ##### 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`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1156-2024-09-20) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.5.5...v11.5.6) ##### Fixed - Ensuring updating motion values during `render` doesn't lock rendering for an element. ### [`v11.5.5`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1155-2024-09-19) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.5.4...v11.5.5) ##### Fixed - Changed values of child variants now animate even when the parent variant name hasn't changed. ### [`v11.5.4`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1154-2024-09-05) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.5.3...v11.5.4) ##### Fixed - Improving tree-shakability. ### [`v11.5.3`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1153-2024-09-05) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.5.2...v11.5.3) ##### Fixed - `Reorder` components now import `motion` proxy. ### [`v11.5.2`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1152-2024-09-04) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.5.1...v11.5.2) ##### Added - Changing `motion()` deprecation warning to `warnOnce`. ### [`v11.5.1`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1151-2024-09-04) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.5.0...v11.5.1) ##### Added - Exporting `findSpring` for internal use. ### [`v11.5.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1150-2024-09-04) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.4.0...v11.5.0) ##### Added - `motion.create()` and `m.create()`. ##### Deprecrated - `motion()` and `m()`. ### [`v11.4.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1140-2024-09-02) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.31...v11.4.0) ##### Added - Support for React Server Components, including new entrypoints for `motion` and `m` components. ### [`v11.3.31`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11331-2024-08-29) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.30...v11.3.31) ##### Fixed - Detects conflicts between optimised animations and rendered `style`. - Resumes optimised animations where possible once layout measurements are complete. ### [`v11.3.30`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11330-2024-08-23) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.29...v11.3.30) ##### Fixed - Removed double `"change"` handler on externally-provided `MotionValue`s. ### [`v11.3.29`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11329-2024-08-21) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.28...v11.3.29) ##### Fixed - Selective cancellation of optimised appear animations. ### [`v11.3.28`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11328-2024-08-15) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.27...v11.3.28) ##### Fixed - Use `startTime` instead of `elapsed` to sync optimised animations. ### [`v11.3.27`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11327-2024-08-14) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.26...v11.3.27) ##### Changed - Allow manual setting of `startTime` via animation options (currently for internal use only). ### [`v11.3.26`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11326-2024-08-14) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.25...v11.3.26) ##### Fixed - Improving synchronisation between DOM animations on externally-provided `MotionValue`s and internal `MotionValue`s. - Fixing unit conversion on DOM animations with externally-provided `MotionValue`s. ### [`v11.3.25`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11325-2024-08-14) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.24...v11.3.25) ##### 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`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11324-2024-08-08) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.23...v11.3.24) ##### Fixed - Fixing incorrect version publish. ### [`v11.3.23`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11323-2024-08-07) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.22...v11.3.23) ##### 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`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11322-2024-08-07) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.21...v11.3.22) ##### Fixed - Fixing spring animations with explicit velocities that animate to their current value. ### [`v11.3.21`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11321-2024-07-27) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.20...v11.3.21) ##### Changed - Removing default transforms from generated `transform` string provided to `transformTemplate`. ### [`v11.3.20`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11320-2024-07-27) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.19...v11.3.20) ##### Changed - Improved performance of `transform` by up to 30% when providing many default transforms as `MotionValue`s. ### [`v11.3.19`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11319-2024-07-27) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.18...v11.3.19) ##### Fixed - Fixed problem with `AnimatePresence` not rerendering children unless their presence had changed. ### [`v11.3.18`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11318-2024-07-29) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.17...v11.3.18) ##### Fixed - Improved correctness of `AnimatePresence` and made safe to use with concurrent rendering. ### [`v11.3.17`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11317-2024-07-24) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.16...v11.3.17) ##### Added - `domMin` feature bundle. ### [`v11.3.16`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11316-2024-07-24) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.15...v11.3.16) ##### Changed - Exporting `UseScrollOptions` type. ### [`v11.3.15`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11315-2024-07-24) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.14...v11.3.15) ##### Changed - Improved types for `inView()`'s `margin` property. ### [`v11.3.14`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11314-2024-07-24) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.13...v11.3.14) ##### Fixed - Wrapping `usePresence`'s `safeToRemove` callback in `useCallback` leading to fewer re-renders. ### [`v11.3.13`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11313-2024-07-24) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.12...v11.3.13) ##### Fixed - Fixing `position: fixed` layout animations while scrolling. ### [`v11.3.12`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11312-2024-07-23) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.11...v11.3.12) ##### Fixed - Improving `useSpring` types so it accepts `MotionValueConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.