Skip to content

Releases: wojtekmaj/react-date-picker

v6.11.2

17 Jul 07:04

Choose a tag to compare

Internal update allowing further development of linked packages: React-DateTime-Picker and React-DateRange-Picker.

v6.11.1

16 Jul 17:48

Choose a tag to compare

Bug fixes

  • Fixed name prop not passed to native input properly (#82).

v6.11.0

15 Jul 15:43

Choose a tag to compare

Largely a maintenance update. All dependencies have been updated and new Airbnb ESLint rules have been enforced.

Bug fixes

  • Fixed font in default styling not properly inherited
  • Fixed returnValue "range" not properly supported (#81).
  • Fixed potential issues with displaying inputs on locales largely different from American/European, like zh-CN.

v6.10.4

13 Jun 09:00

Choose a tag to compare

Bug fixes

  • Fixed uncaught TypeError when the user typed a date beyond maximum date allowed in JavaScript (#69).

v6.10.3

12 Jun 19:37

Choose a tag to compare

Updated react-lifecycles-compat to the newest version. There are no user- or developer-facing changes.

v6.10.2

06 Jun 07:48

Choose a tag to compare

Emergency update to fix common issues that were caused by breaking changes introduced in React 16.4.0.

What's new?

  • You can now hide clearIcon and calendarIcon by setting them explicitly to null (#65, #66). Thanks, @Zertz!

Bug fixes

  • Fixed Calendar's navigation, setting range and view broken or semi-broken on React 16.4+ (#74).
  • Fixed missing disabled, name, required and showLeadingZeros props in TypeScript typings.
  • Fixed calendar appearing behind the date picker in specific situation where two date pickers were placed one below the other.

v6.10.1

04 Apr 10:58

Choose a tag to compare

Bug fixes

  • Fixed Calendar widget opening for disabled date picker on Internet Explorer due to IE's non-standard behavior.

v6.10.0

31 Mar 18:40

Choose a tag to compare

What's new?

  • React-Date-Picker is now fully compatible with React 17 (sic!). Minimum version requirement remained unchanged (#60).

v6.9.1

14 Mar 22:30

Choose a tag to compare

Bug fixes

  • Fixed a configuration bug that could have caused React-Date-Picker to behave unexpectedly on React 15.x environments.

v6.9.0

07 Mar 22:29

Choose a tag to compare

What's new?

  • You can use disabled prop to disable the date picker (#45).

Bug fixes

  • Calendar will no longer render above the input if it looks equally bad as displaying it below the input in case of a collision with window border (#52).