shinylive 0.3.0
-
Updated default shinylive assets to v0.9.1. (#120, #129, #135)
-
Resources are now built relative to Quarto project root. (#130)
-
In CI and other automated workflow settings the
SHINYLIVE_WASM_PACKAGESenvironment variable can now be used to control whether WebAssembly R package binaries are bundled with the exported shinylive app, in addition to thewasm_packagesargument of theexport()function. (#116) -
shinylive now avoids bundling WebAssembly R package dependencies listed only in the
LinkingTosection of required packages. With this change dependencies that are only required at build time are no longer included as part of the exported WebAssembly asset bundle. This reduces the total static asset size and improves the loading time of affected shinylive apps. (#115) -
shinylive now supports adding files in virtual subdirectories in
shinylive-rapps embedded in Quarto documents. For example,## file: R/load_data.Rin ashinylive-rchunk followed by theload_data.Rcode will create a fileload_data.Rin theRsubdirectory of the exported app. (#119)