pypi shiny 0.3.3
shiny 0.3.3

latest releases: 1.5.0, 1.4.0, 1.3.0...
2 years ago

New features

  • Added shiny.experimental as a place to put experimental features. When using Shiny's experimental features, we recommend importing them by calling import shiny.experimental as x, so that all local function calls must start with x (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 when autoresize=True. (#463)

Other changes

  • shiny.reactive.lock is now exported. (#458)

Don't miss a new shiny release

NewReleases is sending notifications on new releases.