github posit-dev/py-shiny v0.5.0
shiny 0.5.0

latest releases: v1.1.0, v1.0.0, v0.10.2...
13 months ago

New features

  • The new fast-scrolling data table/grid feature (ui.output_data_frame/render.data_frame) now has a filtering feature. To enable, pass the argument filters=True to the render.DataTable or render.DataGrid constructors. (#592)
  • shiny run now takes a --reload-dir <DIR> argument that indicates a directory --reload should (recursively) monitor for changes, in addition to the app's parent directory. Can be used more than once. (#353)
  • The default theme has been updated to use Bootstrap 5 with custom Shiny style enhancements. (#624)
  • Added experimental UI tooltip(), update_tooltip(), and toggle_tooltip() for easy creation (and server-side updating) of Bootstrap tooltips (a way to display additional information when focusing (or hovering over) a UI element). (#629)

Bug fixes

  • Using update_slider to update a slider's value to a datetime object or other non-numeric value would result in an error. (#649)

Other changes

  • Documentation updates. (#591)
  • Removed Python 3.7 support. (#590)

Don't miss a new py-shiny release

NewReleases is sending notifications on new releases.