Skip to content

Releases: chriscerie/roact-spring

roact-spring 2.0.0

31 Jul 04:35
Compare
Choose a tag to compare

What's Changed

  • Use React and ReactRoblox from jsdotlua (@vocksel in #51)

New Contributors

Full Changelog: v1.1.6...v2.0.0

roact-spring 1.1.6

07 Jun 23:01
Compare
Choose a tag to compare

What's Changed

  • Fixed incorrect easing functions for easeInExpo, easeOutExpo, easeInOutCirc, easeInElastic, and easeOutElastic. This is potentially breaking if you relied on the incorrect easing behavior (@passhley in #49)
  • Added easing easeInOutElastic (@passhley in #49)

New Contributors

Full Changelog: v1.1.5...v1.1.6

roact-spring 1.1.5

23 Apr 18:37
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue where the spring would never finish if precision is too low

Full Changelog: v1.1.4...v1.1.5

roact-spring 1.1.4

23 Apr 03:50
Compare
Choose a tag to compare

What's Changed

  • Fix luau typings (@chriscerie in #42)
  • Fix controller using dot operator for rbxts (@chriscerie in #45)
  • Added roact and roact-hooks as peer dependencies for rbxts (@chriscerie in #46)
  • Fixed isRoact17 require for rbxts users

Full Changelog: v1.1.3...v1.1.4

roact-spring 1.1.3

21 Jan 05:27
Compare
Choose a tag to compare

What's Changed

  • Fixed roblox-ts false positives when running plugins on roblox-ts games (@sasial-dev in #40)
  • Fixed roblox-ts typings (@Xuleos in #29)

Special thanks to @Xuleos for the major rewrite of ts types

New Contributors

Full Changelog: v1.1.2...v1.1.3

roact-spring 1.1.2

30 Nov 01:08
Compare
Choose a tag to compare

What's Changed

  • Fixed reset prop not properly resetting velocity, previously yielding really fast springs in certain cases (@chriscerie in #36)

Full Changelog: v1.1.1...v1.1.2

roact-spring 1.1.1

05 Nov 23:54
Compare
Choose a tag to compare

What's Changed

  • Fixed error when passing reset = true without using from prop (@chriscerie in #28)
  • Fixed error when passing from prop without including all keys (@chriscerie in #28)
  • Fixed useTrail not returning promises on api.start (@rwilliaise in #33)
  • Added support for Roact17 (@chriscerie in #35)

Full Changelog: v1.0.1...v1.1.1

roact-spring 1.0.1

27 May 04:51
526ea04
Compare
Choose a tag to compare

What's Changed

  • Fixed documentation incorrectly using dot operator for controllers
  • Fixed from prop during imperative updates (@lopi-py in #22)
  • Added Additional Notes section to docs

Full Changelog: v1.0.0...v1.0.1

roact-spring 1.0.0

21 Apr 21:34
f0c53a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v1.0.0

roact-spring 0.3.1

29 Mar 23:15
23bafcd
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue where duration-based anims would always start from the same position

Full Changelog: v0.3.0...v0.3.1