Skip to content

Releases: TeamWertarbyte/material-ui-time-picker

v1.3.0

23 Sep 13:30
Compare
Choose a tag to compare

Thanks to the 1 contributor who made this release possible. 🎉

Added

  • Add TimePickerProps and ClockProps to the TimeInput component to allow passing props through to the internal components #28 @TeaSeaLancs
  • Add a openOnMount prop to open the TimeInput after it is mounted #28 @TeaSeaLancs

v1.2.0

22 Apr 13:56
Compare
Choose a tag to compare

Added

  • Add a inputComponent prop to TimeInput to allow replacing the input component #11

Fixed

  • Fix selected value being displayed in controlled mode even if the value prop is not changed #24

v1.1.0

09 Dec 10:46
Compare
Choose a tag to compare

Thanks to the 2 contributors who made this release possible. 🎉

Added

Changed

  • Update peer dependency to be compatible with Material-UI ^3.0.0 #20 @Pajn

v1.0.0

20 May 11:01
Compare
Choose a tag to compare

Breaking Changes

  • Update to Material-UI 1.0.0 #15

v0.1.7

11 Apr 13:32
Compare
Choose a tag to compare

Changes

  • Fix scrolling issue in Safari #12

v0.1.6

25 Mar 15:41
Compare
Choose a tag to compare

Changed

  • Fix disabled property being ignored #10

v0.1.5

07 Feb 22:15
Compare
Choose a tag to compare

Thanks to the 1 contributor who made this release possible! 🎉

Changed

  • Update to Material UI 1.0.0-beta.30 #8 #9 @ddrmanxbxfr
  • Increase test coverage by adding tests for edge cases and finally test the TimeInput properly

v0.1.4

11 Nov 18:12
Compare
Choose a tag to compare

Changed

  • Take the shortest route when moving the hand #5

v0.1.3

11 Nov 18:07
Compare
Choose a tag to compare

Changed

  • Ensure that the clock never displays a text cursor
  • Add TimePicker example to the styleguide

v0.1.2

17 Oct 22:04
Compare
Choose a tag to compare

Changed

  • Increase the width of the TimePicker and the dialog of TimeInput 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