Skip to content

Releases: pmndrs/react-spring

v9.4.0

03 Jan 13:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.3.1...v9.4.0

v9.3.2

22 Dec 13:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.3.1...v9.3.2

v9.3.1

23 Nov 19:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.3.0...v9.3.1

v9.3.0

10 Oct 15:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.2.6...v9.3.0

v9.2.6

06 Oct 20:15
Compare
Choose a tag to compare

Fixes

  • useChain does not run hooks in sequence when duration is specified #1492
  • useSpring does not orchestrate animations if one is using config w/o duration, when others do #1584
  • Type inference failed with functions passed to useSpring etc.

v9.2.5

03 Oct 15:50
Compare
Choose a tag to compare

Fixes

  • zDog types (#1665)
  • Type inference fails when function is used with enter in useTransition (#1483)

v9.2.4

13 Jul 16:30
Compare
Choose a tag to compare

Fixes

  • Animated should not try to access Array.prototype (#1585)
  • Add immediate to payload in useTransition hook (#1600)
  • useSprings controller clear refs properly when length changes in React.StrictMode (#1597)

v9.2.3

09 Jun 08:14
Compare
Choose a tag to compare

Fixes

  • incorrect type imports for rafz (#1560)

v9.2.2

07 Jun 19:56
Compare
Choose a tag to compare

Features

  • NEW package @react-spring/rafz (a fork of the pmndrs library rafz) – did not constitute minor bump.

Fixes

  • Three – Array props were not been updated correctly, big thanks @midanosi! (#1430)
  • Three – XR session was breaking Springs, big thanks @ffdead (#1518)

Chores

  • update the yarn.lock with updated packages

v9.2.1

28 May 17:04
Compare
Choose a tag to compare

Fixes

  • Parallax – add position properties to layer