react-time-picker

A time picker for your React app.

MIT License

Downloads
589.5K
Stars
332
Committers
6
react-time-picker -

Published by wojtekmaj almost 3 years ago

Bug fixes

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

Published by wojtekmaj about 3 years ago

Bug fixes

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

Published by wojtekmaj about 3 years ago

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.
react-time-picker -

Published by wojtekmaj about 3 years ago

Bug fixes

  • Fixed internal propTypes.
react-time-picker -

Published by wojtekmaj about 3 years ago

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.
react-time-picker -

Published by wojtekmaj over 3 years ago

What's new?

  • Added support for openClockOnFocus prop (#119).
react-time-picker -

Published by wojtekmaj over 3 years ago

Bug fixes

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

Published by wojtekmaj over 3 years ago

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).
react-time-picker -

Published by wojtekmaj over 3 years ago

What's new?

Bug fixes

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

Published by wojtekmaj almost 4 years ago

Bug fixes

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

Published by wojtekmaj almost 4 years ago

Bug fixes

  • Fixed crash in SSR environment.
react-time-picker -

Published by wojtekmaj almost 4 years ago

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
react-time-picker -

Published by wojtekmaj over 4 years ago

Bug fixes

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

Published by wojtekmaj over 4 years ago

❗️ = 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.
react-time-picker -

Published by wojtekmaj almost 5 years ago

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).
react-time-picker -

Published by wojtekmaj almost 5 years ago

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).
react-time-picker -

Published by wojtekmaj about 5 years ago

Bug fixes

  • Fixed checking if font was loaded if no font was given.
react-time-picker -

Published by wojtekmaj about 5 years ago

Bug fixes

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

Published by wojtekmaj about 5 years ago

What's new?

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

Published by wojtekmaj over 5 years ago

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).