Minor changes

  • Add support for hms::hms and character input values (#18)

Minor changes

  • Add information on timeInput return type (#14)

Bug fixes

  • Replaced outdated shiny utils label functions (#16)

  • Added correct timezone handling to roundTime function (#11)

Bug fixes

  • Removed use of ES6 that caused shinyTime to fail on older browsers (#8)

Major changes

  • Input time with minutes rounded to the nearest user-specified multiple

Minor changes

  • Updated style to match other shiny inputs

  • Added input validation so that the time returned is always a valid time (invalid values are set to 0)

Minor changes

  • Added support for input in the %H:%M format (without seconds)

Bug fixes

  • Fixed padding problem on keyboard input

  • Keyboard input now properly causes change events

  • Initial release