From cfad0c61cc137e10256df5c972e04a00e6ba54ab Mon Sep 17 00:00:00 2001 From: Onur Kerimov Date: Thu, 20 Feb 2020 16:25:07 +0300 Subject: [PATCH 1/2] Update the version and the READMEs --- CHANGELOG.md | 10 +++++++--- README.md | 22 ++++++++++++++-------- package.json | 2 +- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72110503b..f3d3d2499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 1.1.0 +## 1.0.0 ### Changed -- BREAKING: `date-fns` is now loaded as a peerDependency. You can use this plugin with your own project's `date-fns` version. However if you want to keep using date-fns versions older than 2.0.0, you need to pass the following props to your component. ([See the reason here](https://blog.date-fns.org/post/unicode-tokens-in-date-fns-v2-sreatyki91jg/)) +- BREAKING: `date-fns` is now loaded as a peerDependency. You can use this plugin with your own project's `date-fns` version. However if you want to keep using date-fns versions older than 2.0.0, (minimum version is 2.0.0-alpha.1) you need to pass the following props to your component. ([See the reason here](https://blog.date-fns.org/post/unicode-tokens-in-date-fns-v2-sreatyki91jg/), also see [this table](https://date-fns.org/docs/format)) ```jsx Date: Thu, 20 Feb 2020 16:54:04 +0300 Subject: [PATCH 2/2] Update the changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d3d2499..d26349bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,9 +26,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `fixedHeight` prop: Set this to `true` to prevent height change while selecting different months. Since some months require less than 6 lines to show, by setting this prop, you can force 6 lines for all months. +- `editableDateInputs` prop: Set this to `true` to make the inputs editable. Falls back to false. + +- `DateInput` and `InputRangeField` are exported as dedicated components. + ### Fixed -- +- Works with React 16, without warnings (Deprecated methods are removed: componentWillReceiveProps ) +- IE11 Bug where the last day of each week is not shown. +- Now infinite scroll mode works as expected. ## 1.0.0 beta