Skip to content

Latest commit

 

History

History
69 lines (35 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

69 lines (35 loc) · 2.83 KB

Change Log for Shiny (for Python)

All notable changes to Shiny for Python will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[UNRELEASED]

New features

Bug fixes

  • panel_conditional now works correctly inside of Shiny modules. (Thanks, @gcaligari!) (#336)

  • Fix compatibility with Uvicorn 0.19.0 (#357)

Other changes

[0.2.7] - 2022-09-27

New features

  • shiny run now takes a --launch-browser argument that causes the default web browser to be launched after the app is successfully loaded. Also, the --port argument now interprets a value of 0 as "listen on a random port". (#329)

Other changes

  • Updated API document generation with updated paths to work with new version of Shinylive. (#331)

[0.2.6] - 2022-09-02

New features

  • Closed #312: Matplotlib plots in a @render.plot can now use the global figure, instead of returning a figure object. (#314)

  • Disabled shiny static command, in favor of shinylive export from the shinylive package. (#326)

[0.2.5] - 2022-08-12

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)

[0.2.4] - 2022-08-01

Bug fixes

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

[0.2.3] - 2022-07-28

Bug fixes

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

[0.2.2] - 2022-07-27

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