Releases: burgerga/shinyTime
Releases · burgerga/shinyTime
shinyTime 1.0.3
Minor changes
- Add support for
hms::hms
and character input values (#18)
shinyTime 1.0.2
Minor changes
- Add information on
timeInput
return type (#14)
Bug fixes
v1.0.1
Bug fixes:
- Removed use of ES6 that caused shinyTime to fail on older browsers (#8)
v1.0.0
- Input time with minutes rounded to the nearest user-specified multiple
- Documentation improvements
v0.2.1
- 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)
Feature and bug fix release
Added
- Support for input in the %H:%M format (without seconds)
Fixed
- Fixed padding problem on keyboard input
- Keyboard input now properly causes change events
Initial release
Everything should be more or less working ;)