fix(deps): update dependency react-spring to v9 #57
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:
^6.1.5
->^9.0.0
Release Notes
pmndrs/react-spring
v9.5.5
Compare Source
What's Changed
Full Changelog: pmndrs/react-spring@v9.5.4...v9.5.5
v9.5.4
Compare Source
Full Changelog: pmndrs/react-spring@v9.5.3...v9.5.4
v9.5.3
Compare Source
What's Changed
config.precision
prop by @claytercek in https://github.com/pmndrs/react-spring/pull/1897New Contributors
Full Changelog: pmndrs/react-spring@v9.5.2...v9.5.3
v9.5.2
Compare Source
What's Changed
Full Changelog: pmndrs/react-spring@v9.5.1...v9.5.2
v9.5.1
Compare Source
What's Changed
Full Changelog: pmndrs/react-spring@v9.5.0...v9.5.1
v9.5.0
Compare Source
What's Changed
New Contributors
Full Changelog: pmndrs/react-spring@v9.4.5...v9.5.0
v9.4.5
Compare Source
What's Changed
New Contributors
Full Changelog: pmndrs/react-spring@v9.4.4...v9.4.5
v9.4.4
Compare Source
What's Changed
New Contributors
Full Changelog: pmndrs/react-spring@v9.4.3...v9.4.4
v9.4.3
Compare Source
What's Changed
New Contributors
Full Changelog: pmndrs/react-spring@v9.4.2...v9.4.3
v9.4.2
Compare Source
Full Changelog: pmndrs/react-spring@v9.4.1...v9.4.2
v9.4.1
Compare Source
Full Changelog: pmndrs/react-spring@v9.4.0...v9.4.1
v9.4.0
What's Changed
react-spring
by @joshuaellis in https://github.com/pmndrs/react-spring/pull/1752skipAnimation
not working as expected withdelay
prop by @martyan in https://github.com/pmndrs/react-spring/pull/1783New Contributors
Full Changelog: pmndrs/react-spring@v9.3.1...v9.4.0
v9.3.2
Compare Source
What's Changed
skipAnimation
not working as expected withdelay
prop by @martyan in https://github.com/pmndrs/react-spring/pull/1783New Contributors
Full Changelog: pmndrs/react-spring@v9.3.1...v9.3.2
v9.3.1
Compare Source
What's Changed
animated
by @gpoole in https://github.com/pmndrs/react-spring/pull/1734New Contributors
Full Changelog: pmndrs/react-spring@v9.3.0...v9.3.1
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
Fixes
v9.2.0
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
Includes #1414 to avoid downloading minor versions, only patches will be installed in deps.
v9.0.0
https://aleclarson.github.io/react-spring/v9/
v8.0.27
Compare Source
v8.0.26
Compare Source
v8.0.25
Compare Source
v8.0.24
Compare Source
v8.0.23
Compare Source
v8.0.22
Compare Source
v8.0.21
Compare Source
v8.0.20
Compare Source
v8.0.19
Compare Source
v8.0.18
Compare Source
v8.0.17
Compare Source
v8.0.16
Compare Source
v8.0.15
Compare Source
v8.0.14
Compare Source
v8.0.13
Compare Source
v8.0.12
Compare Source
v8.0.11
Compare Source
v8.0.10
Compare Source
v8.0.9
Compare Source
v8.0.8
Compare Source
v8.0.7
Compare Source
v8.0.6
Compare Source
v8.0.5
Compare Source
v8.0.4
Compare Source
v8.0.3
Compare Source
v8.0.2
Compare Source
v8.0.1
https://twitter.com/0xca0a/status/1093146801467781120
Breaking changes
Migrating from 7.x to 8.0 is painless. The only breaking change is the default export. If you have previously done something like this:
Then you will now do:
And if you have previously used hooks like so:
You will now do:
The lib comes with the following exports:
For commonjs, add ".cjs"
Both render-props and hooks will be kept and maintained for the forseeable future.
useTransition
See: http://react-spring.surge.sh/#/useTransition
v7.2.10
Compare Source
v7.2.9
Compare Source
v7.2.8
Compare Source
v7.2.7
Compare Source
v7.2.4
Compare Source
v7.2.3
Compare Source
v7.2.2
Compare Source
v7.2.1
Compare Source
v7.2.0
Compare Source
v7.1.3
Compare Source
v7.1.2
Compare Source
v7.1.1
Compare Source
v7.1.0
Compare Source
v7.0.0
Compare Source
v6.1.10
Compare Source
v6.1.9
Compare Source
v6.1.8
Compare Source
v6.1.7
Compare Source
v6.1.6
Compare Source
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.
This PR has been generated by Mend Renovate. View repository job log here.