shiny 0.3.3
New features
-
Added
shiny.experimentalas a place to put experimental features. When using Shiny's experimental features, we recommend importing them by callingimport shiny.experimental as x, so that all local function calls must start withx(e.g.x.ui.card()) to signify the method may be changed/removed without warning or future support. (#462) -
Added
penguinsexample. (#462) -
The bootstrap HTMLDependency is now created using the dev version of
{bslib}to get the latest features. (#462) -
Added
shiny.experimental.ui.input_text_area(), which supports auto-resizing height to fit the content whenautoresize=True. (#463)
Other changes
shiny.reactive.lockis now exported. (#458)