Skip to content

shiny 0.2.5

Compare
Choose a tag to compare
@wch wch released this 13 Aug 00:31
· 1025 commits to main since this release

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)