Releases: posit-dev/shinylive
Releases · posit-dev/shinylive
Shinylive 0.3.0
Python:
- Updated to pyodide 0.25.1.
- Updated shiny to 0.9.0.
- Updated shinyswatch to 0.6.0.
- Updated shinywidgets to 0.3.2.
R:
- Updated to webR 0.3.1, which allows much faster package loading via emscripten VFS images.
- Updated to shiny 1.8.1.1.
- Updated editor to use 2-space indents for R.
Shinylive 0.2.8
- Updated py-shiny to 0.8.1.
- Updated py-shinywidgets to 0.3.1.
Shinylive 0.2.7
- Updated py-shiny to 0.8.0.
Shinylive 0.2.6
- Updated py-shiny to 0.7.1.
Shinylive 0.2.5
- Updated py-shiny to 0.7.0.
- Updated py-shinywidgets to 0.3.0.
- Updated py-faicons to 0.2.2.
- Added a shim so that
seaborn.load_dataset()
works in Shinylive.
Shinylive 0.2.4
- Updated to shiny 0.6.1 and htmltools 0.5.1.
- Fixed handling of binary files in
appCode
for R Shiny applications. - Changed build system from
yarn
tonpm
.
Shinylive 0.2.3
- Updated to webR 0.2.2.
- Fixed #69: Ensure that R's
shiny::isRunning()
returnsTRUE
.
Shinylive 0.2.2
- Updated to shiny 0.6.0.
Shinylive 0.2.1
What's Changed
- Automatically install R shiny app dependencies via
{webr}
&{renv}
by @schloerke in #68 - Determine engine from first arg in codeblock-to-json.ts by @schloerke in #70
Full Changelog: v0.2.0...v0.2.1
Shinylive 0.2.0
- Added support for running R Shiny applications.
runApp()
now requires anengine
argument (can be"r"
or"python"
).