Skip to content

Latest commit

 

History

History
96 lines (40 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

96 lines (40 loc) · 2.48 KB

2.3.0 (2017-09-26)

2.2.0 (2017-07-15)

Features

2.0.1 (2015-12-08)

2.0.0 (2015-11-30)

Features

  • add ability to resume and change delay of a timer (cfbdf7c)
  • add support for synchronizeWith property (de65117)

BREAKING CHANGES

  • tick, delay, stops are now properties of a timer prop

1.0.5 (2015-11-30)

Bug Fixes

  • fix typo in componentWillUnmount (12eadac)
  • fix typo in package.json property (1bbfeef)

1.0.4 (2015-11-28)

1.0.3 (2015-11-28)

Bug Fixes

1.0.2 (2015-11-28)

Bug Fixes

  • replace bad 1.0.1 build (38f767f)

1.0.1 (2015-11-28)

Bug Fixes

  • bug with props assignment (1703c99)

1.0.0 (2015-11-28)

Features

  • add timer hoc (001ae13)
  • pass down stop function (32264ed)
  • use setTimeout rather than setInterval to avoid drifting (8da189e)