Releases: wojtekmaj/react-date-picker
Releases · wojtekmaj/react-date-picker
v0.6.5-alpha
What's new?
- Updated sample and test suites to use React 16.0.0.
- Updated dependencies.
v0.6.4-alpha
What's new?
- Cleaned up dependencies to ensure small build size.
v0.6.3-alpha
Bug fixes
- Fix an issue with detect-element-overflow mistakenly taking ES6 module as default, which may have caused problems on ES5 environments.
- Fixed several other issues which may have caused problems on ES5 environments.
- Fix dividers not properly matched on Internet Explorer 11 and Edge, causing keyboard navigation not to work.
- Fixed setting undefined dates resulting in Na-Na-NaN as a date in test suite.
- Fixed dates being set to wrong values when maxValue was not set.
v0.6.1-alpha
What's new?
- Increased compatibility of development builds with Internet Explorer 11 and other legacy browsers.
Bug fixes
- Fix accessibility issue in LocaleOptions in test suite.
v0.6.0-alpha
What's new?
- Added support for
returnValue
"start" and "end".
v0.5.1-alpha
Bug fixes
- Fixed populating date fields not working properly in test suite.
v0.5.0-alpha
What's new?
- Documentation has been introduced.
- Add support for minDate, maxDate and all other React-Calendar props except for
returnValue
. - Test suite has been vastly expanded.