framer/motion (framer-motion)
### [`v11.2.10`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#11210-2024-05-31)
[Compare Source](https://togithub.com/framer/motion/compare/v11.2.9...v11.2.10)
##### Fixed
- Changing invalid number interpolation from error to warning and immediate mix.
### [`v11.2.9`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1129-2024-05-29)
[Compare Source](https://togithub.com/framer/motion/compare/v11.2.8...v11.2.9)
##### Fixed
- Fixing animation of CSS variables when leading space is present.
### [`v11.2.8`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1128-2024-05-29)
[Compare Source](https://togithub.com/framer/motion/compare/v11.2.7...v11.2.8)
##### Fixed
- Ensuring instant animations return animation controls.
### [`v11.2.7`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1127-2024-05-29)
[Compare Source](https://togithub.com/framer/motion/compare/v11.2.6...v11.2.7)
##### Fixed
- Only allow layout animations to cancel optimised appear animations when on the same node or an ancestor.
### [`v11.2.6`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1126-2024-05-22)
[Compare Source](https://togithub.com/framer/motion/compare/v11.2.5...v11.2.6)
##### Fixed
- Fixed optimised appear animations interrupted by layout animations triggered by a state update within `useLayoutEffect`.
### [`v11.2.5`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1125-2024-05-21)
[Compare Source](https://togithub.com/framer/motion/compare/v11.2.4...v11.2.5)
##### Fixed
- Fixing layout animations within portals. Tag `motion` root within portal with `data-framer-portal-id` attribute.
### [`v11.2.4`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1124-2024-05-16)
[Compare Source](https://togithub.com/framer/motion/compare/v11.2.3...v11.2.4)
##### Fixed
- Batching triggering animations with `useSpring`.
### [`v11.2.3`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1123-2024-05-16)
[Compare Source](https://togithub.com/framer/motion/compare/v11.2.2...v11.2.3)
##### Fixed
- `MotionValue`s created with `undefined` can track velocity correctly.
### [`v11.2.2`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1122-2024-05-15)
[Compare Source](https://togithub.com/framer/motion/compare/v11.2.1...v11.2.2)
##### Fixed
- Fixed visual jump when interrupting an optimised appear animation.
### [`v11.2.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1121-2024-05-15)
[Compare Source](https://togithub.com/framer/motion/compare/v11.2.0...v11.2.1)
##### Changed
- Improved performance of resolving variants by lazy resolving current `MotionValue` state.
### [`v11.2.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1120-2024-05-14)
[Compare Source](https://togithub.com/framer/motion/compare/v11.1.9...v11.2.0)
##### Added
- Binary visibility interpolation i.e `display: ["block", "none"]` now maintains the visible state throughout the animation.
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
11.1.9
->11.2.10
Release Notes
framer/motion (framer-motion)
### [`v11.2.10`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#11210-2024-05-31) [Compare Source](https://togithub.com/framer/motion/compare/v11.2.9...v11.2.10) ##### Fixed - Changing invalid number interpolation from error to warning and immediate mix. ### [`v11.2.9`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1129-2024-05-29) [Compare Source](https://togithub.com/framer/motion/compare/v11.2.8...v11.2.9) ##### Fixed - Fixing animation of CSS variables when leading space is present. ### [`v11.2.8`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1128-2024-05-29) [Compare Source](https://togithub.com/framer/motion/compare/v11.2.7...v11.2.8) ##### Fixed - Ensuring instant animations return animation controls. ### [`v11.2.7`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1127-2024-05-29) [Compare Source](https://togithub.com/framer/motion/compare/v11.2.6...v11.2.7) ##### Fixed - Only allow layout animations to cancel optimised appear animations when on the same node or an ancestor. ### [`v11.2.6`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1126-2024-05-22) [Compare Source](https://togithub.com/framer/motion/compare/v11.2.5...v11.2.6) ##### Fixed - Fixed optimised appear animations interrupted by layout animations triggered by a state update within `useLayoutEffect`. ### [`v11.2.5`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1125-2024-05-21) [Compare Source](https://togithub.com/framer/motion/compare/v11.2.4...v11.2.5) ##### Fixed - Fixing layout animations within portals. Tag `motion` root within portal with `data-framer-portal-id` attribute. ### [`v11.2.4`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1124-2024-05-16) [Compare Source](https://togithub.com/framer/motion/compare/v11.2.3...v11.2.4) ##### Fixed - Batching triggering animations with `useSpring`. ### [`v11.2.3`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1123-2024-05-16) [Compare Source](https://togithub.com/framer/motion/compare/v11.2.2...v11.2.3) ##### Fixed - `MotionValue`s created with `undefined` can track velocity correctly. ### [`v11.2.2`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1122-2024-05-15) [Compare Source](https://togithub.com/framer/motion/compare/v11.2.1...v11.2.2) ##### Fixed - Fixed visual jump when interrupting an optimised appear animation. ### [`v11.2.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1121-2024-05-15) [Compare Source](https://togithub.com/framer/motion/compare/v11.2.0...v11.2.1) ##### Changed - Improved performance of resolving variants by lazy resolving current `MotionValue` state. ### [`v11.2.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1120-2024-05-14) [Compare Source](https://togithub.com/framer/motion/compare/v11.1.9...v11.2.0) ##### Added - Binary visibility interpolation i.e `display: ["block", "none"]` now maintains the visible state throughout the animation.Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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 has been generated by Mend Renovate. View repository job log here.