Skip to content

Releases: posit-dev/shinylive

Shinylive 0.2.7

04 Mar 17:19
@wch wch
Compare
Choose a tag to compare
  • Updated py-shiny to 0.8.0.

Shinylive 0.2.6

05 Feb 20:46
@wch wch
Compare
Choose a tag to compare
  • Updated py-shiny to 0.7.1.

Shinylive 0.2.5

25 Jan 18:32
@wch wch
Compare
Choose a tag to compare
  • 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

19 Dec 17:46
@wch wch
Compare
Choose a tag to compare
  • 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 to npm.

Shinylive 0.2.3

29 Nov 23:59
@wch wch
Compare
Choose a tag to compare
  • Updated to webR 0.2.2.
  • Fixed #69: Ensure that R's shiny::isRunning() returns TRUE.

Shinylive 0.2.2

31 Oct 20:50
b16631d
Compare
Choose a tag to compare
  • Updated to shiny 0.6.0.

Shinylive 0.2.1

05 Oct 14:56
0cd59dc
Compare
Choose a tag to compare

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

17 Sep 05:10
@wch wch
7d0c799
Compare
Choose a tag to compare
  • Added support for running R Shiny applications.
  • runApp() now requires an engine argument (can be "r" or "python").

Shinylive 0.1.6

23 Aug 20:32
@wch wch
Compare
Choose a tag to compare
  • 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

08 Aug 21:28
@wch wch
Compare
Choose a tag to compare
  • Updated to shiny 0.5.1.