Update dependency framer-motion to v11 - autoclosed
Created by: renovate
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
framer-motion | dependencies | major | ^10.16.4 -> ^11.0.0 |
Release Notes
framer/motion
v11.0.20
Fixed
- Fixed interrupting shared element animations that contain
rotate
orskew
transforms.
v11.0.19
Fixed
- Fixed layout animations when combined with
skew
transforms.
v11.0.18
Fixed
- Default
duration
doesn't overrideduration: 0
WAAPI animations. - Fix error when trying to animate unmounted element.
- Avoid resolving WAAPI animation when stopping unresolved animation.
v11.0.17
Fixed
- Interruption of WAAPI animations now animates from correct value.
v11.0.16
Fixed
- Restored animation promise handling to match behaviour of <11.0.11.
v11.0.15
Fixed
- Fixed measurements when more than one transform changes unit type.
v11.0.14
Fixed
- Fixed animation controls in instances where keyframes resolve to be unanimatable.
v11.0.13
Added
- Added default value types for
backgroundPositionX
andbackgroundPositionY
.
Fixed
- Fixed
height: auto
animations.
v11.0.12
Fixed
- Updated
@emotion/is-valid-prop
as peer dependency.
v11.0.11
Changed
- Keyframes now resolved asynchronously.
- External event handlers now fired synchronously.
- CSS variables and unit conversion now supported with >2 keyframe animations.
- Removed WAAPI animation of
background-color
.
v11.0.10
Fixed
- Improved speed and stability of regexes.
v11.0.9
Added
- Added support for Content Security Policy (CSP) nonces via
MotionConfig
.
v11.0.8
Fixed
- Ensure optimised appear animations are cancelled before layout animation measurements.
v11.0.7
Fixed
- Strip comments from strings before testing if they're CSS variables to prevent significant performance degradation.
v11.0.6
Updated
- Added support for
motion(Fragment)
for controlling variants. For internal Framer use only.
v11.0.5
Updated
- Performance updates.
v11.0.4
Fixed
- Tighten check for
navigator.userAgent
.
v11.0.3
Fixed
- Fixed layout animation bug in Framer.
v11.0.2
Fixed
- Fixed interrupting shared element animations that contain
rotate
orskew
transforms.
v11.0.1
Fixed
- Fixed layout animations when combined with
skew
transforms.
v11.0.0
Changed
- Replaced velocity-check jobs in favour of passive detection.
- Post-commit render moved to a microtask.
Configuration
-
If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Renovate Bot.