Skip to content

Releases: posit-dev/py-shiny

shiny 0.2.5

13 Aug 00:31
@wch wch

Choose a tag to compare

New features

  • Closed #269: The UI for a shiny.App object can now be provided as a function. (#299)
  • When a Shinylive deployment is made with shiny static, it the deployment code is now delegated to Shinylive. (#310)

Bug fixes

  • Fixed #279: When a Shiny application is mounted to a Starlette route, reactivity did not work. (#294)
  • Fixed #290: @render.plot now works as intended inside @module.server. (#292)
  • Fixed #289: input_selectize() now resolves the input id before using for other id-like attributes (#291)

shiny 0.2.4

01 Aug 15:42
@wch wch

Choose a tag to compare

  • Fixed #287: Running shiny static on Windows failed with PermissionError. (#288)

shiny 0.2.3

28 Jul 22:26
@wch wch

Choose a tag to compare

Bug fixes:

  • Fixed #281: Directory creation for Shinylive assets could fail if the parent directory did not exist. (#283)

shiny 0.2.2

27 Jul 20:48

Choose a tag to compare

Initial release of Shiny for Python https://shiny.rstudio.com/py/