Releases: wojtekmaj/react-date-picker
Releases · wojtekmaj/react-date-picker
v8.1.0-beta
What's new?
- Switched to input type="text" and @wojtekmaj/predict-input-value package to prevent invalid inputs (#185, #272).
v8.0.7
v8.0.6
v8.0.5
v8.0.4
v8.0.3
v8.0.2
v8.0.1
v8.0.0
❗️ = breaking change
What's new?
- Updated React-Calendar to v3.0.0 (#238). This will reduce your bundle size and allow access to new exciting functions.
- Added
closeCalendar
prop which, when set tofalse
, will overwrite default behavior of Calendar closing on value selection. - Added support for handling dates in year < 1000 (#240).
What's changed?
- ❗️ React-Date-Picker no longer supports React versions lower than 16.3 (#182).
- Typings were updated to add missing props (#223, #227). Thanks, @ismaeliberal!
Bug fixes
- Fixed native form validation triggered on input.
v7.10.0
What's new?
- You can no longer enter numbers longer than maximum number (e.g. if maximum year is 2019, you can't enter 12345) (#187).
What's changed?
- Default styling was slightly changed to prevent React-Date-Picker from shrinking too much & to expand it correctly when
width
CSS is applied to.react-date-picker
.
Bug fixes
- Fix focus not jumping to the next field if e.g.
"01"
was entered in day field (#219).