Releases: posit-dev/py-shinylive
Releases · posit-dev/py-shinylive
shinylive Python package 0.2.3
- Updated to Shinylive web assets 0.2.7.
shinylive Python package 0.2.2
- Updated to Shinylive web assets 0.2.6.
shinylive Python package 0.2.1
- Added support for packages which are listed in
requirements.txt
and are part of the Pyodide distribution, but are notimport
ed in the code, and are soft dependencies ofimport
ed packages (they are optionally loaded, as opposed to hard dependencies which are always loaded). (#25)
shinylive Python package 0.2.0
-
Added
shinylive url encode
andshinylive url decode
commands to encode local apps into a shinylive.io URL or decode a shinylive.io URL into local files. These commands are accompanied byurl_encode()
andurl_decode()
functions for programmatic use. They are supported by the newShinyliveIoApp
class which provides methods to get the app URL, save the app locally, or create a Shinylive quarto chunk from the app's files. (#20, #23) -
Updated to Shinylive web assets 0.2.5.
shinylive Python package 0.1.3
-
Fixed
shinylive assets install-from-local
. -
Updated to Shinylive web assets 0.2.4.
shinylive Python package 0.1.2
Library updates
- Updated to Shinylive web assets 0.2.3.
What's Changed
- v0.1.2 by @schloerke in #19
Full Changelog: v0.1.1...v0.1.2
shinylive Python package 0.1.1
Library updates
- Updated to Shinylive web assets 0.2.2
shinylive Python package 0.1.0
Library updates
- Updated to Shinylive web assets 0.2.1
What's Changed
- Use version value supplied to bundle url function by @schloerke in #9
- Update name load-shinylive-sw.js to load-shinylive-sw.js by @schloerke in #15
- Remove redundant logic by @schloerke in #10
- chore(README.md): Update links from
rstudio
toposit-dev
by @schloerke in #11 - Add support for multiple replacements in template by @schloerke in #13
all_files
support for py-shinylive's base-deps function by @schloerke in #14- cli!: Move quarto extension methods under
extension
. Return core and python assets only by @schloerke in #16
New Contributors
- @schloerke made their first contribution in #9
Full Changelog: v0.0.17...v0.1.0
shinylive Python package 0.0.17
Library updates
Updated to Shinylive web assets 0.1.6.
shinylive Python package 0.0.16
Library updates
- Updated to Shinylive web assets 0.1.5.