fix(deps): update dependency react-spring to v9 #117
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^8.0.27
->^9.0.0
Release Notes
pmndrs/react-spring
v9.3.0
Compare Source
What's Changed
Full Changelog: pmndrs/react-spring@v9.2.6...v9.3.0
v9.2.6
Compare Source
Fixes
v9.2.5
Compare Source
Fixes
v9.2.4
Compare Source
Fixes
immediate
to payload in useTransition hook (#1600)v9.2.3
Compare Source
Fixes
v9.2.2
Compare Source
Features
Fixes
Chores
v9.2.1
Compare Source
Fixes
v9.2.0
Compare Source
Features
POTENTIALLY_BREAKING_CHANGE
Parallax – child horizontal prop defaults to parent's (#1458)Fixes
POTENTIALLY_BREAKING_CHANGE
SpringRef – has been re-written as a function resolving (#1423)Chores
v9.1.2
Compare Source
Fixes
onStart
andonRest
were not fired causing a build up of events in the queue.Chores
react-spring.io
v9.1.1
Compare Source
Chores
~
instead of^
. This will help users not interenally download minor version of the package incase we have potential breaking changes like in v9.1.0 – #1414 (thanks @CPatchane)v9.1.0
Compare Source
Features
[styles, api] = useSpring()
we have aliased callingapi
to beapi.start
#1359 (thanks to @dbismut)POTENTIALLY BREAKING CHANGE
We've unified the return of all eventsonStart
,onChange
,onRest
etc. to be the following -(animationResult, controller, item)
item will only not beundefined
when usinguseTransition
.Fixes
Chores
v9.0.1
Compare Source
Includes #1414 to avoid downloading minor versions, only patches will be installed in deps.
v9.0.0
Compare Source
https://aleclarson.github.io/react-spring/v9/
Configuration
📅 Schedule: "before 2am" (UTC).
🚦 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 WhiteSource Renovate. View repository job log here.