Changes in version 1.0.3.9000 Changes in version 1.0.3 (2022-08-19) Minor changes - Add support for hms::hms and character input values (#18) Changes in version 1.0.2 (2022-08-11) 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) Changes in version 1.0.1 (2019-08-06) Bug fixes - Removed use of ES6 that caused shinyTime to fail on older browsers (#8) Changes in version 1.0.0 (2019-05-28) Major changes - Input time with minutes rounded to the nearest user-specified multiple Changes in version 0.2.1 (2016-10-07) 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) Changes in version 0.2.0 (2016-07-20) 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 Changes in version 0.1.0 (2016-07-18) - Initial release