color parameter to shinyTimer() and updateShinyTimer() functions (#57).shinyTimer (#63). It can be accessed via input${inputId}_content, where inputId is the id of the shinyTimer widget.background parameter to frame to better reflect its purpose. Added fill parameter to pass colors to the background of the shinyTimer (#60).input$timer_done to input${inputId}_done, where inputId is the id of the shinyTimer widget (#67).This is the first release presenting the timer widget for Shiny applications with the following features:
shinyTimer(), updateShinyTimer(), countDown() and countUp() functions (#1, #11, #28).hours, minutes and seconds parameters and different formats of the timer with the type parameter (#9, #13, #30, #31).pauseTimer() (#23) and resetTimer() (#10).background to shinyTimer() (#47).