Skip to content

Releases: wojtekmaj/react-date-picker

v9.0.0

14 Sep 09:59
28725ea

Choose a tag to compare

❗️ = breaking change

What's new?

  • Improved Preact compatibility.
  • Added support for portalContainer prop (#91).

What's changed?

❗️ React-Date-Picker no longer supports React versions lower than 16.8.

Bug fixes

  • Fixed inputs sometimes not properly sized until focused.
  • Fixed Calendar closing on value selection even if closeCalendar was set to false (#361).
  • Fixed memory leak when calling getFormatter (#405).

v8.4.0

04 Feb 12:11
ec6c1a9

Choose a tag to compare

What's new?

  • Added support for React 18.
  • Default to current year if year input is missing.
  • Calendar now closes when Escape key is pressed.

What's changed?

  • Improved performance of date formatters.

Bug fixes

  • Fixes styles not reset on Calendar close (#200).

v8.3.6

23 Nov 20:17
b8f18a3

Choose a tag to compare

Bug fixes

v8.3.5

03 Nov 09:50
d036665

Choose a tag to compare

Bug fixes

  • Work around an issue that prevented Firefox users from typing new value over the old one (#389).
  • Improve TypeScript typings (#391, #392). Thanks, @IsbahAhmed!

v8.3.4

09 Oct 06:35
91a1619

Choose a tag to compare

Bug fixes

  • Fix crash after make-event-props update (#387).

v8.3.3

27 Sep 09:31
b943339

Choose a tag to compare

Bug fixes

  • Fixed Calendar opening behind month dropdown (#328).
  • Fixed autoselect on focus not working on Internet Explorer 11.
  • Fixed typing over values not working on Internet Explorer 11.

v8.3.2

13 Aug 11:59
c85707b

Choose a tag to compare

Bug fixes

  • Fixed internal propTypes.

v8.3.1

13 Aug 11:59
9427569

Choose a tag to compare

Bug fixes

  • Fixed internal propTypes.

v8.3.0

13 Aug 11:42
f65d8d4

Choose a tag to compare

What's new?

  • Added support for closing calendar in shadow DOM. Thanks, @jorrit!

What's changed?

  • Refactored handling internal refs in DateInput to use React.createRef.

Bug fixes

  • Added autoFocus prop to TypeScript definitions.

v8.2.0

28 May 15:54
9321b49

Choose a tag to compare

What's new?