Releases: posit-dev/shinylive
Releases · posit-dev/shinylive
shinylive 0.10.1
Python:
- Updated to Pyodide 0.27.3, which fixed a problem with Pyodide running on iOS. (828bb54) (pyodide/pyodide#5428, pyodide/pyodide#5445)
shinylive 0.10.0
General:
- feat: Support
#|
,# |
and##|
for quarto metadata comment indicators by @gadenbuie in #197
Python:
- upgrade: Pyodide to 0.27.2 by @wch in #199
- upgrade: Shiny to 1.3.0 and shinywidgets to 0.5.1 in #202
- chore: Add
done.
signal when package installation is completed by @gadenbuie in #195
Full Changelog: v0.9.3...v0.10.0
shinylive 0.9.3
Bumped shinywidgets from v0.4.0 to v0.4.2
Full Changelog: v0.9.2...v0.9.3
shinylive 0.9.2
What's Changed
- fix: Install full pkg requirement not just name by @gadenbuie in #194
Full Changelog: v0.9.1...v0.9.2
shinylive v0.9.1
What's Changed
- chore: Update shinyswatch to v0.8.0 by @gadenbuie in #186
- fix(examples): Don't repeat
caption
ID by @gadenbuie in #179 - feat: brand.yml support in shinylive for Python by @gadenbuie in #187
Full Changelog: v0.9.0...v0.9.1
shinylive 0.9.0
Shinylive 0.8.0
R:
-
Upgraded webR to v0.4.2. This adds support for (and makes the default) directly mounting R packages built for WebAssembly as filesystem images using their
.tgz
archive. -
Fixed an issue in the WebAssembly build of R Shiny leading to problems when using the
req()
function.
Shinylive 0.7.0
General:
- Minor UI tweaks.
Python:
- Updated to Shiny 1.1.0.
Shinylive 0.6.0
Shinylive 0.5.0
- Updated shiny for Python to 1.0.0
- Update htmltools for Python to 0.5.3
- Updated webR to 0.4.0
- Updated pyright
- Added
viewerHeight
andeditorHeight
parameters - Don't
Array
convert when creating an R raw vector - Avoid Partial Content downloads in webR
- Avoid intercepting in SW when not app URL
- Added listener for files from parent window