Skip to content

Releases: ameyms/react-animated-number

v0.4.4

02 Jan 19:10
Compare
Choose a tag to compare

Changes

  • Upgrade build dependencies
  • Remove extraneous eslint rules
  • Add React 16 as a peer dependency (#20)

v0.4.2

15 Aug 04:09
Compare
Choose a tag to compare
  • Filter out invalid props before transferring them to underlying node (#4)
  • Ensure 16ms gap between frames (f3c10c9)

v0.4.1

23 Jun 16:53
43294c0
Compare
Choose a tag to compare

Changelog

  • Update dependencies
  • Correctly teardown animations. See #2.

v0.4.0

08 Jun 17:39
4006999
Compare
Choose a tag to compare

BREAKING: Change format to formatValue. See #1.

v0.3.0

18 Apr 23:14
Compare
Choose a tag to compare

Changelog

  • Replace setIntervals with requestAnimationFrame
  • Remove frameDuration prop

v0.2.1

24 Mar 20:58
Compare
Choose a tag to compare
Fix typo

v0.2.0

24 Mar 20:52
Compare
Choose a tag to compare
Allow stepPrecision to not be defined

v0.1.1

24 Mar 19:28
Compare
Choose a tag to compare
Add npm install instructions to README

v0.1.0

24 Mar 18:56
Compare
Choose a tag to compare
Fix flow annotations