Releases: TeamWertarbyte/material-ui-time-picker
Releases · TeamWertarbyte/material-ui-time-picker
v1.3.0
Thanks to the 1 contributor who made this release possible. 🎉
Added
- Add
TimePickerProps
andClockProps
to theTimeInput
component to allow passing props through to the internal components #28 @TeaSeaLancs - Add a
openOnMount
prop to open theTimeInput
after it is mounted #28 @TeaSeaLancs
v1.2.0
v1.1.0
v1.0.0
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
Changed
- Increase the width of the
TimePicker
and the dialog ofTimeInput
so that the clock fits in it #2 - Fix display issues when using non-default
box-sizing
#3
Using a CSS rule like* { box-sizing: border-box; }
is pretty common, and now the time picker will still look the same. - Fix selection with single touches without swiping (e.g. just tapping on a number)
- Don't toggle between AM and PM in 12-hour mode whenever 12 hours are selected #1