Releases: wojtekmaj/react-time-picker
Releases · wojtekmaj/react-time-picker
v4.4.4
Bug fixes
- Work around an issue that prevented Firefox users from typing new value over the old one (#92).
v4.4.3
Bug fixes
- Fix crash after make-event-props update (#127).
v4.4.2
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
Bug fixes
- Fixed internal propTypes.
v4.4.0
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
What's new?
- Added support for
openClockOnFocus
prop (#119).
v4.2.1
Bug fixes
- Fixed leading zero not added when input value was "0" (#114).
v4.2.0
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
What's new?
Bug fixes
- Fixed possibility to enter "99" in minutes input (#74, #88).
v4.1.2
Bug fixes
- Fix crash when typing in React-Time-Picker with only one input.