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.
- 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)
- Fixed #287: Running
shiny static
on Windows failed withPermissionError
. (#288)
- Fixed #281: Directory creation for Shinylive assets could fail if the parent directory did not exist. (#283)
Initial release of Shiny for Python https://shiny.rstudio.com/py/