mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
25 lines
856 B
Plaintext
25 lines
856 B
Plaintext
shiny 0.1.4
|
|
--------------------------------------------------------------------------------
|
|
|
|
* Allow Bootstrap tabsets to act as reactive inputs; their value indicates which
|
|
tab is active
|
|
* Upgrade to Bootstrap 2.1
|
|
* Add `checkboxGroupInput` control, which presents a list of checkboxes and
|
|
returns a vector of the selected values
|
|
|
|
|
|
shiny 0.1.3
|
|
--------------------------------------------------------------------------------
|
|
|
|
* Introduce Shiny.inputBindings.register JS API and InputBinding class, for
|
|
creating custom input controls
|
|
* Add `step` parameter to numericInput
|
|
* Read names of input using `names(input)`
|
|
* Access snapshot of input as a list using `as.list(input)`
|
|
* Fix issue #10: Plots in tabsets not rendered
|
|
|
|
|
|
shiny 0.1.2
|
|
--------------------------------------------------------------------------------
|
|
|
|
Initial private beta release! |