# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.3.1](https://github.com/antonfisher/react-simple-timefield/compare/v3.2.5...v3.3.1) (2023-01-26)


### Features

* support react 18 ([84e45a2](https://github.com/antonfisher/react-simple-timefield/commit/84e45a2ed719a2bd8f6bb94152427d93d8310f1f))

### [3.2.5](https://github.com/antonfisher/react-simple-timefield/compare/v3.2.4...v3.2.5) (2021-10-13)

### [3.2.4](https://github.com/antonfisher/react-simple-timefield/compare/v3.2.3...v3.2.4) (2021-10-13)

### [3.2.3](https://github.com/antonfisher/react-simple-timefield/compare/v3.2.2...v3.2.3) (2020-08-25)

### [3.2.1](https://github.com/antonfisher/react-simple-timefield/compare/v3.2.0...v3.2.1) (2020-08-25)

### [3.2.1](https://github.com/antonfisher/react-simple-timefield/compare/v3.2.0...v3.2.1) (2020-08-25)

## [3.2.0](https://github.com/antonfisher/react-simple-timefield/compare/v3.0.0...v3.2.0) (2020-08-22)


### Features

* add inputRef to props ([65b2c1f](https://github.com/antonfisher/react-simple-timefield/commit/65b2c1ff1aabdfd41fefb9233735d1cce23159fe))
* convert code to typescript ([81a886c](https://github.com/antonfisher/react-simple-timefield/commit/81a886ce7a1a0ac6b827e927f0db6a6794ac5fc0))


### Bug Fixes

* **typings:** build and provide type definitions to NPM ([fa950cf](https://github.com/antonfisher/react-simple-timefield/commit/fa950cf32a02da3bec2733b6a60eb495ca0df3cd))

## [3.0.0](https://github.com/antonfisher/react-simple-timefield/compare/v2.0.3...v3.0.0) (2019-09-29)


### Bug Fixes

* [BREAKING CHANGES] add event to callback arguments (closes [#5](https://github.com/antonfisher/react-simple-timefield/issues/5)) ([5b5849c](https://github.com/antonfisher/react-simple-timefield/commit/5b5849c))
* remove react deprecation warning, replace componentWillReceiveProps call (closes [#11](https://github.com/antonfisher/react-simple-timefield/issues/11)) ([ad1f667](https://github.com/antonfisher/react-simple-timefield/commit/ad1f667))

## [2.0.3](https://github.com/antonfisher/react-simple-timefield/compare/v2.0.2...v2.0.3) (2019-04-10)


### Bug Fixes

* include build command to publish process ([600a320](https://github.com/antonfisher/react-simple-timefield/commit/600a320))



## [2.0.2](https://github.com/antonfisher/react-simple-timefield/compare/v2.0.1...v2.0.2) (2019-04-10)


### Bug Fixes

* user can type letter when component first loads (closes [#9](https://github.com/antonfisher/react-simple-timefield/issues/9)) ([8f51c70](https://github.com/antonfisher/react-simple-timefield/commit/8f51c70))



<a name="2.0.1"></a>
## [2.0.1](https://github.com/antonfisher/react-simple-timefield/compare/v2.0.0...v2.0.1) (2018-11-23)


### Bug Fixes

* check if undefined for 'value' and 'onChange' (issue [#8](https://github.com/antonfisher/react-simple-timefield/issues/8)) ([08e6c2e](https://github.com/antonfisher/react-simple-timefield/commit/08e6c2e))
* update deps ([e7f7d20](https://github.com/antonfisher/react-simple-timefield/commit/e7f7d20))



<a name="2.0.0"></a>
# [2.0.0](https://github.com/antonfisher/react-simple-timefield/compare/v1.3.2...v2.0.0) (2018-02-01)


### Bug Fixes

* remove double usage of same code ([ee99ce4](https://github.com/antonfisher/react-simple-timefield/commit/ee99ce4))


### Features

* React v16 support ([127217b](https://github.com/antonfisher/react-simple-timefield/commit/127217b))
