New features
-
Added
shiny.experimental
as 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
penguins
example. (#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.lock
is now exported. (#458)