Skip to content

Releases: wojtekmaj/react-time-picker

v4.4.4

03 Nov 09:49
8f83399
Compare
Choose a tag to compare

Bug fixes

  • Work around an issue that prevented Firefox users from typing new value over the old one (#92).

v4.4.3

09 Oct 06:37
cb158dc
Compare
Choose a tag to compare

Bug fixes

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

v4.4.2

27 Sep 09:41
5371ef0
Compare
Choose a tag to compare

Bug fixes

  • Fixed Clock opening behind AM/PM dropdown.
  • Fixed autoselect on focus not working on Internet Explorer 11.
  • Fixed typing over values not working on Internet Explorer 11.

v4.4.1

13 Aug 11:59
44f584c
Compare
Choose a tag to compare

Bug fixes

  • Fixed internal propTypes.

v4.4.0

13 Aug 11:42
7360c5d
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 TimeInput to use React.createRef.

v4.3.0

28 May 15:55
6bb249a
Compare
Choose a tag to compare

What's new?

  • Added support for openClockOnFocus prop (#119).

v4.2.1

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

Bug fixes

  • Fixed leading zero not added when input value was "0" (#114).

v4.2.0

10 Mar 18:48
d4e4551
Compare
Choose a tag to compare

What's new?

  • Use strings instead of numbers in internal input state (#113).

Bug fixes

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

v4.2.0-beta

10 Mar 15:48
0e5de59
Compare
Choose a tag to compare
v4.2.0-beta Pre-release
Pre-release

What's new?

Bug fixes

  • Fixed possibility to enter "99" in minutes input (#74, #88).

v4.1.2

06 Jan 21:36
ff3bfc4
Compare
Choose a tag to compare

Bug fixes

  • Fix crash when typing in React-Time-Picker with only one input.