Skip to content

Releases: pmndrs/react-spring

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)

v9.2.0-beta.0

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

Features

  • Parallax – child horizontal prop defaults to parent's (#1458) – POTENTIALLY_BREAKING_CHANGE

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)

Chores

  • repo now uses preconstruct and changesets
  • recrawl has been removed from repo due to lack of windows support

v9.1.2

22 Apr 07:47
Compare
Choose a tag to compare

Fixes

  • revert changes from #1023 because of a misunderstanding of the API
  • resolve #1419 where onStart and onRest were not fired causing a build up of events in the queue.

Chores

  • Updating demos to work with react-spring.io

v9.1.1

12 Apr 22:02
Compare
Choose a tag to compare

Chores

  • Deps of packages now use ~ 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.0.1

12 Apr 21:55
Compare
Choose a tag to compare

Includes #1414 to avoid downloading minor versions, only patches will be installed in deps.

v9.1.0

08 Apr 18:26
Compare
Choose a tag to compare

Features

  • We listened to the feedback people had, so whilst we encourage people to use the pattern [styles, api] = useSpring() we have aliased calling api to be api.start #1359 (thanks to @dbismut)
  • POTENTIALLY BREAKING CHANGE We've unified the return of all events onStart, onChange, onRest etc. to be the following - (animationResult, controller, item) item will only not be undefined when using useTransition.

Fixes

  • scrollTop is not set when from & to are equal #1185 (thanks @Rohanhacker)
  • skip animation with async to infinite loop #1160
  • Stop jank in animation when duration changes on SpringValue #1163

Chores

  • We have our test suite working again! hooray, it means we can review and commit PR's quicker and more effectively
  • We've updated all our examples in this repo to v9 #1386 (huge thanks to @dbismut)

v9.0.0

23 Mar 11:59
Compare
Choose a tag to compare