Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 1c61f59

Browse files
committed
Update the changelog
1 parent cfad0c6 commit 1c61f59

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2626

2727
- `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.
2828

29+
- `editableDateInputs` prop: Set this to `true` to make the inputs editable. Falls back to false.
30+
31+
- `DateInput` and `InputRangeField` are exported as dedicated components.
32+
2933

3034
### Fixed
31-
-
35+
- Works with React 16, without warnings (Deprecated methods are removed: componentWillReceiveProps )
36+
- IE11 Bug where the last day of each week is not shown.
37+
- Now infinite scroll mode works as expected.
3238

3339
## 1.0.0 beta
3440

0 commit comments

Comments
 (0)