# 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.

### [1.3.10](https://github.com/optimify-studio/react-month-picker-input/compare/v1.3.9...v1.3.10) (2022-06-30)

* Fix links to demo page and package repository

### [1.3.9](https://github.com/optimify-studio/react-month-picker-input/compare/v1.3.8...v1.3.9) (2022-06-24)

* Bump react and react-dom to 16.14.0
* Bump typescript to 2.9.2
* Other dependabot updates, see full list [here](https://github.com/optimify-studio/react-month-picker-input/compare/v1.3.8...v1.3.9)


### [1.3.8](https://github.com/optimify-studio/react-month-picker-input/compare/v1.3.7...v1.3.8) (2020-06-08)

### [1.3.7](https://github.com/optimify-studio/react-month-picker-input/compare/v1.3.4...v1.3.7) (2020-04-06)

### [1.3.6](https://github.com/optimify-studio/react-month-picker-input/compare/v1.3.4...v1.3.6) (2020-04-06)

### [1.3.5](https://github.com/optimify-studio/react-month-picker-input/compare/v1.3.4...v1.3.5) (2020-04-06)

### [1.3.4](https://github.com/optimify-studio/react-month-picker-input/compare/v1.3.3...v1.3.4) (2020-01-15)

### [1.3.3](https://github.com/optimify-studio/react-month-picker-input/compare/v1.3.2...v1.3.3) (2020-01-10)

### [1.3.2](https://github.com/optimify-studio/react-month-picker-input/compare/v1.3.1...v1.3.2) (2019-12-25)

### [1.3.1](https://github.com/optimify-studio/react-month-picker-input/compare/v1.3.0...v1.3.1) (2019-12-25)

## [1.3.0](https://github.com/optimify-studio/react-month-picker-input/compare/v1.2.11...v1.3.0) (2019-10-08)

* Added support for minDate and maxDate [#12](https://github.com/vk-lab/react-month-picker-input/pull/38)

### [1.2.11](https://github.com/optimify-studio/react-month-picker-input/compare/v1.2.10...v1.2.11) (2019-10-03)

### [1.2.10](https://github.com/optimify-studio/react-month-picker-input/compare/v1.2.9...v1.2.10) (2019-10-03)

### [1.2.9](https://github.com/optimify-studio/react-month-picker-input/compare/v1.2.8...v1.2.9) (2019-10-02)

* chore(deps): bump forwarded from 0.1.1 to 0.1.2 dependencies
* chore(deps-dev): bump webpack-dev-server from 2.7.1 to 3.1.11 dependencies
* chore(deps): bump handlebars from 4.0.10 to 4.4.0 dependencies
* chore(deps): bump lodash.template from 4.4.0 to 4.5.0 dependencies
* chore(deps): bump tough-cookie from 2.3.2 to 2.3.4 dependencies
* chore(deps): bump concat-with-sourcemaps from 1.0.4 to 1.1.0 dependencies
* chore(deps): bump stringstream from 0.0.5 to 0.0.6 dependencies
* chore(deps): bump lodash from 4.17.4 to 4.17.15 dependencies
* chore(deps): bump clean-css from 4.1.8 to 4.1.11 dependencies
* chore(deps): bump extend from 3.0.1 to 3.0.2 dependencies
* chore(deps): bump macaddress from 0.2.8 to 0.2.9 dependencies
* chore(deps): bump lodash.merge from 4.6.1 to 4.6.2 dependencies
* chore(deps): bump sshpk from 1.13.1 to 1.16.1 dependencies


<a name="1.2.8"></a>
## [1.2.8](https://github.com/optimify-studio/react-month-picker-input/compare/v1.2.7...v1.2.8) (2019-10-02)

Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2.

<a name="1.2.7"></a>
## [1.2.7](https://github.com/optimify-studio/react-month-picker-input/compare/v1.2.6...v1.2.7) (2019-08-15)



<a name="1.2.6"></a>
## [1.2.6](https://github.com/optimify-studio/react-month-picker-input/compare/v1.2.5...v1.2.6) (2019-08-15)



<a name="1.2.5"></a>
## [1.2.5](https://github.com/optimify-studio/react-month-picker-input/compare/v1.2.4...v1.2.5) (2019-08-06)



<a name="1.2.4"></a>
## [1.2.4](https://github.com/optimify-studio/react-month-picker-input/compare/v1.2.3...v1.2.4) (2019-07-14)



<a name="1.2.3"></a>
## [1.2.3](https://github.com/optimify-studio/react-month-picker-input/compare/v1.2.2...v1.2.3) (2019-06-11)



<a name="1.2.2"></a>
## [1.2.2](https://github.com/optimify-studio/react-month-picker-input/compare/v1.2.1...v1.2.2) (2019-03-27)



<a name="1.2.1"></a>
## [1.2.1](https://github.com/optimify-studio/react-month-picker-input/compare/v1.1.6...v1.2.1) (2019-03-27)

* Added component modes. Default is `normal`. Can be changed via `mode` prop. Available modes:
  * `normal` - input and calendar can be used as usual
  * `readOnly` - input cannot be changed, calendar can be opened but selection is disabled
  * `calendarOnly` - input cannot be changed,
  calendar works as usual

<a name="1.2.0"></a>
# [1.2.0](https://github.com/optimify-studio/react-month-picker-input/compare/v1.1.6...v1.2.0) (2019-01-09)

* Isolated component styles in the `.react-month-picker` selector
