Skip to content

Releases: burgerga/shinyTime

shinyTime 1.0.3

19 Aug 21:24
Compare
Choose a tag to compare

Minor changes

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

shinyTime 1.0.2

11 Aug 08:44
Compare
Choose a tag to compare

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)

v1.0.1

06 Aug 20:04
Compare
Choose a tag to compare

Bug fixes:

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

v1.0.0

28 May 15:12
Compare
Choose a tag to compare
  • Input time with minutes rounded to the nearest user-specified multiple
  • Documentation improvements

v0.2.1

07 Oct 10:55
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • 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

20 Jul 06:25
Compare
Choose a tag to compare
Pre-release

Notable Changes

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

18 Jul 14:09
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Everything should be more or less working ;)