Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 633 Bytes

CHANGELOG.md

File metadata and controls

19 lines (14 loc) · 633 Bytes

Changelog

All notable changes to this project will be documented in this file.

1.0.3

Fixed

  • Replace deprecated componentWillReceiveProps with componentDidUpdate #8

1.0.2

Fixed

  • Do not attempt to stop a non-existing timer #7

1.0.0

Fixed

  • Cancel the animation timer on unmount. Fixes #4 thanks to @chrisjpatty

0.0.5

Updated

  • Compatibility with React 16 - #2 @vadimdemedes