Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

38 lines (18 loc) · 1.67 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.2 (2019-01-16)

Bug Fixes

  • timer-start: trigger forceUpdate after component mount (4753ec1), closes #8

1.0.1 (2018-06-11)

Bug Fixes

  • callbacks-param: fix timer param offset by 1 second (081a8cd), closes #5

1.0.0 (2018-06-03)

Bug Fixes

  • commitlint: remove commitlint deprecation warning (ae7218b)
  • travis-ci: add commitlint-travis package to fix travis build error (5b270d9)

Features

  • timer: create controllable timer component (d2fd3f5)
  • timer-format: add function prop to format timer before render (7a14d57), closes #2