Skip to content

Releases: wojtekmaj/react-time-picker

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.

v4.1.1

30 Nov 14:50
7d78ecb
Compare
Choose a tag to compare

Bug fixes

  • Fixed crash in SSR environment.

v4.1.0

30 Nov 08:39
2260c85
Compare
Choose a tag to compare

What's new?

  • Updated React-Clock to 3.0 (#98).

Bug fixes

  • Fixed text keyboard shown on iOS
  • Fixed focus/select loop when iOS Safari autofill is triggered

v4.0.1

06 Apr 07:24
03cfc01
Compare
Choose a tag to compare

Bug fixes

  • Disallow non-numeric characters from being entered in number field (#84).

v4.0.0

30 Mar 13:54
195d870
Compare
Choose a tag to compare

❗️ = breaking change

What's new?

  • Added closeClock prop which, when set to false, will overwrite default behavior of Clock closing on value selection.

What's changed?

  • ❗️ React-Time-Picker no longer supports React versions lower than 16.3 (#49).

Bug fixes

  • Fixed native form validation triggered on input.

v3.9.0

02 Jan 11:01
b9485af
Compare
Choose a tag to compare

What's new?

  • You can no longer enter numbers longer than maximum number (e.g. if maximum hour is 9, you can't enter 12) (#45).

What's changed?

  • Default styling was slightly changed to prevent React-Time-Picker from shrinking too much & to expand it correctly when width CSS is applied to .react-time-picker.

Bug fixes

  • Fix focus not jumping to the next field if e.g. "01" was entered in hour field (#70).

v3.8.0

28 Nov 20:32
Compare
Choose a tag to compare

What's new?

  • Added support for autoFocus prop. More details in README (#62).

What's changed?

  • Remove role="presentation" from TimeInput which may have caused accessibility issues (#57). Thanks, @emilyuhde!
  • React-Time-Picker no longer relies on React-Calendar with date calculations. Instead, they both use common shared library: @wojtekmaj/date-utils (#61).
  • Implemented optimizations which should decrease build size (#59).

v3.7.2

19 Sep 18:14
e9f01e8
Compare
Choose a tag to compare

Bug fixes

  • Fixed checking if font was loaded if no font was given.