Releases: wojtekmaj/react-time-picker
Releases · wojtekmaj/react-time-picker
v4.1.1
v4.1.0
v4.0.1
v4.0.0
❗️ = breaking change
What's new?
- Added
closeClock
prop which, when set tofalse
, 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
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
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).