Releases: posit-dev/shinylive
Releases · posit-dev/shinylive
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"
).
Shinylive 0.1.6
- Fixed loading of truncated text files from gists.
- Updated Orbit example.
- Fix
readLines
import in Deno TS script. (quarto-ext/shinylive#18)
Shinylive 0.1.5
- Updated to shiny 0.5.1.