Blink
Blink copied to clipboard
fix(deps): update dependency framer-motion to v11.3.30
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
framer-motion | 11.3.19 -> 11.3.30 |
Release Notes
framer/motion (framer-motion)
v11.3.30
Fixed
- Removed double
"change"
handler on externally-providedMotionValue
s.
v11.3.29
Fixed
- Selective cancellation of optimised appear animations.
v11.3.28
Fixed
- Use
startTime
instead ofelapsed
to sync optimised animations.
v11.3.27
Changed
- Allow manual setting of
startTime
via animation options (currently for internal use only).
v11.3.26
Fixed
- Improving synchronisation between DOM animations on externally-provided
MotionValue
s and internalMotionValue
s. - Fixing unit conversion on DOM animations with externally-provided
MotionValue
s.
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
Fixed
- Fixing incorrect version publish.
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
Fixed
- Fixing spring animations with explicit velocities that animate to their current value.
v11.3.21
Changed
- Removing default transforms from generated
transform
string provided totransformTemplate
.
v11.3.20
Changed
- Improved performance of
transform
by up to 30% when providing many default transforms asMotionValue
s.
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.