Skip to content

Latest commit

 

History

History
76 lines (34 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

76 lines (34 loc) · 3.2 KB

Changelog

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

3.2.5 (2021-10-13)

3.2.4 (2021-10-13)

3.2.3 (2020-08-25)

3.2.1 (2020-08-25)

3.2.1 (2020-08-25)

3.2.0 (2020-08-22)

Features

  • add inputRef to props (65b2c1f)
  • convert code to typescript (81a886c)

Bug Fixes

  • typings: build and provide type definitions to NPM (fa950cf)

3.0.0 (2019-09-29)

Bug Fixes

  • [BREAKING CHANGES] add event to callback arguments (closes #5) (5b5849c)
  • remove react deprecation warning, replace componentWillReceiveProps call (closes #11) (ad1f667)

2.0.3 (2019-04-10)

Bug Fixes

  • include build command to publish process (600a320)

2.0.2 (2019-04-10)

Bug Fixes

  • user can type letter when component first loads (closes #9) (8f51c70)

2.0.1 (2018-11-23)

Bug Fixes

  • check if undefined for 'value' and 'onChange' (issue #8) (08e6c2e)
  • update deps (e7f7d20)

2.0.0 (2018-02-01)

Bug Fixes

  • remove double usage of same code (ee99ce4)

Features