Open renovate[bot] opened 1 year ago
Latest commit: f61c8f910e48693c9d50ef1ffc80b23f363a6331
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Kudos, SonarCloud Quality Gate passed!
Kudos, no new issues were introduced!
0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication
This PR contains the following updates:
10.12.16
->10.18.0
Release Notes
framer/motion (framer-motion)
### [`v10.18.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10180-2024-01-10) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.17.12...v10.18.0) ##### Added - `globalTapTarget` for use in Framer. ### [`v10.17.12`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#101712-2024-01-09) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.17.11...v10.17.12) ##### Fixed - Fixed `animate` sequencing for `MotionValue`s. ### [`v10.17.11`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#101711-2024-01-09) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.17.9...v10.17.11) ##### Fixed - Fixed `layout` prop crashing Framer Motion 3D. ### [`v10.17.9`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10179-2024-02-05) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.17.8...v10.17.9) ##### Fixed - Improve error message when trying to animate multiple keyframes via spring. ### [`v10.17.8`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10178-2024-02-05) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.17.7...v10.17.8) ##### Fixed - Adding `null` safeguard for `useAnimationControls`. ### [`v10.17.7`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10177-2024-02-05) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.17.6...v10.17.7) ##### Fixed - Fix touch event filtering for hover gesture. ### [`v10.17.6`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10176-2024-02-04) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.17.5...v10.17.6) ##### Fixed - Ensure cancelled WAAPI animations can't finish. ### [`v10.17.5`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10175-2024-02-04) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.17.4...v10.17.5) ##### Fixed - Fixing final keyframe when using `repeatType` `"reverse"` and `"mirror"`. - Display warning if scroll `container` is `position: static`. - Adding `amount` to `useInView` dependencies. ### [`v10.17.4`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10174-2024-02-03) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.17.3...v10.17.4) ##### Fixed - Ensure keyframe animations don't rerun if all values are the same. ### [`v10.17.3`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10173-2024-02-03) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.17.2...v10.17.3) ##### Fixed - Unset gestures correctly animate back to values defined in parent variant. ### [`v10.17.2`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10172-2024-02-03) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.17.1...v10.17.2) ##### Fixed - Fixed issues with duration-based springs appearing stuck or snapping. ### [`v10.17.1`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10171-2024-02-03) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.17.0...v10.17.1) ##### Fixed - Fixed issue with `dragSnapToOrigin` not continuing animation when interrupted. ### [`v10.17.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10170-2024-02-01) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.16.16...v10.17.0) ##### Added - Adding `MotionGlobalConfig.skipAnimations` to globally disable animations when testing. ### [`v10.16.16`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#101616-2023-12-08) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.16.15...v10.16.16) ##### Fixed - `circInOut` easing fixed. - Improved optimised animation handoff. ### [`v10.16.15`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#101615-2023-12-07) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.16.14...v10.16.15) ##### Fixed - Ensure `animateChanges` only runs in layout effect in initial render. ### [`v10.16.14`](https://redirect.github.com/framer/motion/compare/v10.16.13...v10.16.14) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.16.13...v10.16.14) ### [`v10.16.13`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#101613-2023-12-05) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.16.12...v10.16.13) ##### Fixed - Ensure animations don't attempt to fire when `initial` equals `animate`. ### [`v10.16.12`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#101612-2023-12-01) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.16.11...v10.16.12) ##### Fixed - Use single animation to detect document paint ready before triggering optimised animations. - Measure one time for optimised animation start and one for handoff to emulate frame scheduling. ### [`v10.16.11`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#101611-2023-12-01) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.16.10...v10.16.11) ##### Fixed - Ensure animation is never skipped if it's an interrupting animation. ### [`v10.16.10`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#101610-2023-11-30) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.16.9...v10.16.10) ##### Fixed - Fixing appear animation optimisation when React portal is present. ### [`v10.16.9`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10169-2023-11-30) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.16.8...v10.16.9) ##### Fixed - Skipping no-op animations. ### [`v10.16.8`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10168-2023-11-29) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.16.7...v10.16.8) ##### Fixed - Added `disableInstantAnimation` private API. - Ensure optimised appear animations don't run post-hydration. ### [`v10.16.7`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10167-2023-11-29) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.16.6...v10.16.7) ##### Fixed - Fixing pan events within React portal. ### [`v10.16.6`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10166-2023-11-29) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.16.5...v10.16.6) ##### Fixed - Fixing `Reorder` component types. - Fixing `Reorder.Item` order calculation. - Fixing broken `dragConstraints` if component re-renders during resize. ### [`v10.16.5`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10165-2023-11-14) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.16.4...v10.16.5) ##### Fixed - Fixing `AnimatePresence` fast rerender bug. ### [`v10.16.4`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10164-2023-05-09) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.16.3...v10.16.4) ##### Fixed - Changed handoff `startTime` source from `performance.now()` to `document.timeline.currentTime`. ### [`v10.16.3`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10163-2023-04-09) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.16.2...v10.16.3) ##### Fixed - Improved compatibility of custom `RefObject` and `MutableRefObject` types. - Fixing `useScroll` dependencies array. - Fixing optimised handoff to WAAPI animations. ### [`v10.16.2`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10162-2023-08-30) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.16.1...v10.16.2) ##### Fixed - Improved performance of frameloop scheduling. - Fixed crasher when using SVGs as scroll animation targets. ### [`v10.16.1`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10161-2023-08-21) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.16.0...v10.16.1) ##### Fixed - SVGs mount read/writes are now batched. ### [`v10.16.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10160-2023-08-16) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.15.2...v10.16.0) ##### Added - New function syntax for `useTransform`. ##### Improved - Improved handoff animation performance. ### [`v10.15.2`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10152-2023-08-14) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.15.1...v10.15.2) ##### Fixed - Numerical CSS variables are now read correctly. ### [`v10.15.1`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10151-2023-08-07) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.15.0...v10.15.1) ##### Fixed - Replacing `requestAnimationFrame` timestamp with `performance.now()` to avoid [timestamp bug in Chrome](https://bugs.chromium.org/p/chromium/issues/detail?id=1470675#makechanges). ### [`v10.15.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10150-2023-07-28) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.14.0...v10.15.0) ##### Added - Updated types for public `inView` API. ### [`v10.14.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10140-2023-07-27) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.13.2...v10.14.0) ##### Added - `scroll()` now accepts animations from `animate()` to create hardware-accelerated animations. ### [`v10.13.2`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10132-2023-07-27) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.13.1...v10.13.2) ##### Fixed - Removed animation resync for optimised animation handoff. - Fixed offset not working with useScroll. ### [`v10.13.1`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10131-2023-07-24) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.13.0...v10.13.1) ##### Added - Fixed subpixel layout rounding in Chrome. ### [`v10.13.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#10130-2023-07-19) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.12.23...v10.13.0) ##### Added - `scroll()`, a universal API for powering scroll-driven animations via `ScrollTimeline`. ### [`v10.12.23`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#101223-2023-07-19) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.12.22...v10.12.23) ##### Fixed - Fixing subpixel layout support in Webkit. ### [`v10.12.22`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#101222-2023-07-17) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.12.21...v10.12.22) ##### Fixed - Supporting subpixel layouts in layout animations. ### [`v10.12.21`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#101221-2023-07-14) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.12.20...v10.12.21) ##### Fixed - Transforming values if new values have been read from props. ### [`v10.12.20`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#101220-2023-07-13) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.12.18...v10.12.20) ##### Fixed - Fixing race condition with animation `Promise`. - Attempt to read initial animation from props before reading from DOM. ### [`v10.12.18`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#101218-2023-06-30) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.12.17...v10.12.18) ##### Fixed - When layout animation is forced to be instant via `useInstantTransition`, ignore the delay option. ### [`v10.12.17`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#101217-2023-06-23) [Compare Source](https://redirect.github.com/framer/motion/compare/v10.12.16...v10.12.17) ##### Fixed - Fixing `useInstantTransition` when called on subsequent frames. - Fixing reverse animation with negative speed finishes too early when the time is set to the duration.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 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.
This PR was generated by Mend Renovate. View the repository job log.