Skip to content

Releases: wojtekmaj/react-date-picker

v8.3.6

23 Nov 20:17
b8f18a3
Compare
Choose a tag to compare

Bug fixes

v8.3.5

03 Nov 09:50
d036665
Compare
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
Compare
Choose a tag to compare

Bug fixes

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

v8.3.3

27 Sep 09:31
b943339
Compare
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
Compare
Choose a tag to compare

Bug fixes

  • Fixed internal propTypes.

v8.3.1

13 Aug 11:59
9427569
Compare
Choose a tag to compare

Bug fixes

  • Fixed internal propTypes.

v8.3.0

13 Aug 11:42
f65d8d4
Compare
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
Compare
Choose a tag to compare

What's new?

v8.1.1

24 Mar 18:02
e09b058
Compare
Choose a tag to compare

Bug fixes

  • Fixed leading zero not added when input value was "0".

v8.1.0

10 Mar 18:46
46c6769
Compare
Choose a tag to compare

What's new?

  • Use strings instead of numbers in internal input state (#350).
  • Added ARIA labels to TypeScript definitions. Thanks, @tenKinetic!

Bug fixes

  • Fixed double leading zeros displayed if the user typed leading zero themselves (#185, #350).