Skip to content

Releases: wojtekmaj/react-time-picker

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.

v3.7.1

01 Aug 17:23
e31b6b3
Compare
Choose a tag to compare

Bug fixes

  • Fixed inputs not being measured again after font load.
  • Fixed some unit tests being unnecessarily parsed by Babel for distribution.

v3.7.0

30 Jul 10:34
7834a14
Compare
Choose a tag to compare

What's new?

  • You can replace default placeholders (--) with custom ones using hourPlaceholder, minutePlaceholder, secondPlaceholder props.

v3.6.1

12 Jul 01:38
7a8e3a3
Compare
Choose a tag to compare

Bug fixes

  • Fixed some locales displaying both 24- and 12-hour inputs (#30).
  • Fixed React-Time-Picker crashing occasionally when a number with decimals was entered as one of the values (#38).