Skip to content

Releases: chriscerie/roact-spring

roact-spring 0.3.0

29 Mar 22:06
40d2079
Compare
Choose a tag to compare

What's Changed

  • Removed implementation detail from return table
  • Added getting started page to documentation
  • Added reset prop (@chriscerie in #17)
  • Added loop and default props (@chriscerie in #18)

Full Changelog: v0.2.3...v0.3.0

roact-spring 0.2.3

21 Feb 00:52
3a5f7a4
Compare
Choose a tag to compare

What's Changed

  • Updated npm metadata
  • Fixed library requires from packages

Full Changelog: v0.2.2...v0.2.3

roact-spring 0.2.2

19 Feb 22:57
0345042
Compare
Choose a tag to compare

What's Changed

  • Added progress config for easing animations (@chriscerie in #13)
  • Hooks now cancel animations when they are unmounted
  • Added staggered text story to demos
  • Fixed useSprings not removing unused springs when length arg decreases
  • Added tests for useSpring and useSprings
  • Added rbxts typings

Full Changelog: v0.2.1...v0.2.2

roact-spring 0.2.1

17 Feb 22:46
5efc441
Compare
Choose a tag to compare

What's Changed

  • Fixed useTrail delaying the wrong amount for varying delay times
  • Fixed typo in docs

Full Changelog: v0.2.0...v0.2.1

roact-spring 0.2.0

12 Feb 05:27
f955cb8
Compare
Choose a tag to compare

What's Changed

  • Fixed color3 animating with wrong values
  • Cleaned up all stories to use circle button component
  • Added support for hex color strings (@chriscerie in #6)
  • Added motivation in docs
  • Added delay prop
  • Added useTrail
  • Added optional dependency array to hooks

Full Changelog: v0.1.1...v0.2.0

roact-spring 0.1.1

04 Feb 04:10
322b90b
Compare
Choose a tag to compare

What's Changed

  • Added useSpring
  • Added useSprings
  • Added Controller
  • Added SpringValue
  • Added config
  • Added easings

Full Changelog: https://github.com/chriscerie/roact-spring/commits/v0.1.1