Skip to content

Releases: pmndrs/react-spring

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

v9.2.0

27 May 16:51
Compare
Choose a tag to compare

Features

  • Parallax – Sticky!! Thanks to @kindoflew (#619)
  • POTENTIALLY_BREAKING_CHANGE Parallax – child horizontal prop defaults to parent's (#1458)

Fixes

  • Parallax – scrollTo gets correct scroll value (#1455)
  • Core – SpringValue would jump to to value at end of decay (#1437)
  • Core – SpringValue wouldn't animate after immediate value has been changed (#1026)
  • useTransition – useTransition wasn't passing it's ref (#1453)
  • useTransition – Delay prop wasn't being added to the trail delay caused by the trail prop (#1099)
  • Core – Springs sometimes return undefined (#1096)
  • POTENTIALLY_BREAKING_CHANGE SpringRef – has been re-written as a function resolving (#1423)

Chores

  • repo now uses preconstruct and changesets
  • recrawl has been removed from repo due to lack of windows support
  • support react@17 in peer deps (#1478)

v9.2.0-beta.7

27 May 08:19
Compare
Choose a tag to compare
v9.2.0-beta.7 Pre-release
Pre-release

Fixes

  • POTENTIALLY BREAKING CHANGE – SpringRef has been re-written as a function resolving #1423

v9.2.0-beta.6

17 May 21:24
Compare
Choose a tag to compare
v9.2.0-beta.6 Pre-release
Pre-release

Fixes

  • Springs sometimes return undefined (#1096)

Features

v9.2.0-beta.5

17 May 21:23
Compare
Choose a tag to compare
v9.2.0-beta.5 Pre-release
Pre-release

Fixes

  • remove returning string from SpringRef constructor (#1423)

v9.2.0-beta.4

10 May 20:10
Compare
Choose a tag to compare
v9.2.0-beta.4 Pre-release
Pre-release

Fixes

  • useTransition – useTransition wasn't passing it's ref (#1453)
  • useTransition – Delay prop wasn't being added to the trail delay caused by the trail prop (#1099)

Chores

  • Edit Licenses

v9.2.0-beta.3

10 May 20:08
Compare
Choose a tag to compare
v9.2.0-beta.3 Pre-release
Pre-release

Chores

  • support react@17 in peer deps (#1478)

v9.2.0-beta.2

10 May 20:08
Compare
Choose a tag to compare
v9.2.0-beta.2 Pre-release
Pre-release

Fixes

Revert #1475

v9.2.0-beta.1

28 Apr 21:15
Compare
Choose a tag to compare
v9.2.0-beta.1 Pre-release
Pre-release

Fixes

  • useTransition – assign controller to provided ref for useTransition (#1475)