Skip to content

Releases: inokawa/react-animatable

0.15.2

28 Nov 14:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.1...0.15.2

0.15.1

27 Nov 14:08
Compare
Choose a tag to compare

What's Changed

Remove internal fields from d.ts

Full Changelog: 0.15.0...0.15.1

0.15.0

03 Sep 16:04
Compare
Choose a tag to compare

What's Changed

  • BREAKING: autoPlay option is removed
  • Overhaul internal architecture
  • Fix regression of TypedKeyframe
  • Support ScrollTimeline and ViewTimeline by @inokawa in #75

Full Changelog: 0.14.1...0.15.0

0.14.1

01 Sep 13:29
Compare
Choose a tag to compare

What's Changed

Update readme

Full Changelog: 0.14.0...0.14.1

0.14.0

08 Aug 15:05
Compare
Choose a tag to compare

BREAKING: Add exports field to package.json

Full Changelog: 0.13.7...0.14.0

0.13.7

21 Jun 13:51
Compare
Choose a tag to compare

What's Changed

  • Add autoPlay option to useAnimation by @inokawa in #44
  • Add "use client" to bundle for React Server Components support by @inokawa in #63

Full Changelog: 0.13.6...0.13.7

0.13.6

28 Jan 02:20
Compare
Choose a tag to compare
  • Init animation in setTime to start animation without calling play

Full Changelog: 0.13.5...0.13.6

0.13.5

08 Jan 02:10
Compare
Choose a tag to compare
  • BREAKING: Change some of minor APIs
  • Fixed to reset playback direction if finished
  • Add css variables type to TypedKeyframe
  • Replace useState with useRef

Full Changelog: 0.13.4...0.13.5

0.13.4

27 Nov 11:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.3...0.13.4

0.13.3

25 Nov 16:47
Compare
Choose a tag to compare
  • BREAKING: Replaced end with waitFor
  • BREAKING: Fixed argument of useTransitionAnimation
  • Changed some type aliases to interface.

What's Changed

  • Reset reversed playback direction of reused animation by @inokawa in #28
  • Change end method to waitFor and support waiting reverseFinish by @inokawa in #29
  • Generate API reference with typedoc by @inokawa in #30

Full Changelog: 0.13.2...0.13.3