Skip to content

Latest commit

 

History

History
104 lines (59 loc) · 4.5 KB

CHANGELOG.md

File metadata and controls

104 lines (59 loc) · 4.5 KB

Changelog

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

1.3.10 (2022-06-30)

  • Fix links to demo page and package repository

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

1.3.8 (2020-06-08)

1.3.7 (2020-04-06)

1.3.6 (2020-04-06)

1.3.5 (2020-04-06)

1.3.4 (2020-01-15)

1.3.3 (2020-01-10)

1.3.2 (2019-12-25)

1.3.1 (2019-12-25)

1.3.0 (2019-10-08)

  • Added support for minDate and maxDate #12

1.2.11 (2019-10-03)

1.2.10 (2019-10-03)

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

1.2.8 (2019-10-02)

Bumps tar from 2.2.1 to 2.2.2.

1.2.7 (2019-08-15)

1.2.6 (2019-08-15)

1.2.5 (2019-08-06)

1.2.4 (2019-07-14)

1.2.3 (2019-06-11)

1.2.2 (2019-03-27)

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

1.2.0 (2019-01-09)

  • Isolated component styles in the .react-month-picker selector