Skip to content

Releases: wojtekmaj/react-date-picker

v0.6.5-alpha

28 Sep 23:34
Compare
Choose a tag to compare
v0.6.5-alpha Pre-release
Pre-release

What's new?

  • Updated sample and test suites to use React 16.0.0.
  • Updated dependencies.

v0.6.4-alpha

28 Sep 23:36
Compare
Choose a tag to compare
v0.6.4-alpha Pre-release
Pre-release

What's new?

  • Cleaned up dependencies to ensure small build size.

v0.6.3-alpha

28 Sep 23:41
Compare
Choose a tag to compare
v0.6.3-alpha Pre-release
Pre-release

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

28 Sep 23:38
Compare
Choose a tag to compare
v0.6.1-alpha Pre-release
Pre-release

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

28 Sep 23:42
Compare
Choose a tag to compare
v0.6.0-alpha Pre-release
Pre-release

What's new?

  • Added support for returnValue "start" and "end".

v0.5.1-alpha

28 Sep 23:44
Compare
Choose a tag to compare
v0.5.1-alpha Pre-release
Pre-release

Bug fixes

  • Fixed populating date fields not working properly in test suite.

v0.5.0-alpha

28 Sep 23:47
Compare
Choose a tag to compare
v0.5.0-alpha Pre-release
Pre-release

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.