github posit-dev/py-shiny v0.3.3
shiny 0.3.3

latest releases: v1.1.0, v1.0.0, v0.10.2...
17 months 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 py-shiny release

NewReleases is sending notifications on new releases.