Skip to content

v0.1.2

Compare
Choose a tag to compare
@leMaik leMaik released this 17 Oct 22:04
· 41 commits to master since this release

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