The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated to Shinylive web assets 0.9.3.
- Updated to Shinylive web assets 0.9.2.
- Updated to Shinylive web assets 0.9.1.
-
Updated to Shinylive web assets 0.9.0.
-
Download status is now displayed while downloading Shinylive assets.
-
Updated to Shinylive web assets 0.6.0.
-
Fixed a problem with dependency detection when the package name differed from the key in package-lock.json (#36).
-
Updated to Shinylive web assets 0.5.0.
-
shinylive.export()
gainstemplate_params
andtemplate_dir
arguments that are reflected in the CLI as--template-params
and--template-dir
arguments toshinylive export
.These options control the template HTML files used in the export, allowing users to partially or completely customize the exported HTML. The export template is provided by the shinylive assets and may change from release-to-release. Use
shinylive assets info
to locate installed shinylive assets; the template files for a given release are in theexport_template
directory of the release. (#32)template_params
takes a list of parameters to be interpolated into the template. In the CLI--template-params
takes a string of JSON or a path to a JSON file. The default template includestitle
(the title for the page with the exported app),include_in_head
(HTML added to the<head>
of the page), andinclude_before_body
(HTML added just after<body>
) andinclude_after_body
(HTML added just after</body>
).template_dir
is the directory containing the template files. The default is theexport_template
directory of the shinylive assets being used for the export. Useshinylive assets info
to locate installed shinylive assets where you can find the default template files.
- Updated to Shinylive web assets 0.4.1.
-
Updated to Shinylive web assets 0.4.0.
-
Closed #28: On Windows, extended characters were not handled correctly. Files are now always loaded with UTF-8 encoding. (#29)
- Updated to Shinylive web assets 0.3.0.
- Updated to Shinylive web assets 0.2.8.
- Updated to Shinylive web assets 0.2.7.
- Updated to Shinylive web assets 0.2.6.
- 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)
-
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.
-
Fixed
shinylive assets install-from-local
. -
Updated to Shinylive web assets 0.2.4.
- Updated to Shinylive web assets 0.2.3.
- Adjusted cli api to have all quarto extension commands under
extension
. (#16)
- Updated to Shinylive web assets 0.2.2.
- Updated to Shinylive web assets 0.2.0.
- Updated to Shinylive web assets 0.1.6.
- Updated to Shinylive web assets 0.1.5.
- Updated to Shinylive web assets 0.1.4.
- Fixed a bug where, if a module name did not match the name of the package (e.g., "cv2" and "opencv-python"), then
shinylive export
would fail to copy the package. (#7)
- Updated to Shinylive web assets 0.1.3.
- Updated to Shinylive web assets 0.1.2.
- Updated to Shinylive web assets 0.1.1.
- Updated to Shinylive web assets 0.1.0.
- Updated to Shinylive web assets 0.0.13.
- Updated to Shinylive web assets 0.0.12.
- Updated to Shinylive web assets 0.0.11.
- Added fix to avoid tarfile path traversal (CVE-2007-4559). (#3)
- Updated to Shinylive web assets 0.0.10.
- Updated to Shinylive web assets 0.0.9.
- Fixed bug in removal of symlinked asset directories.
- Added
shinylive assets version
command, which prints out the version of the Shinylive web assets.
- Fixed #1:
verbose_print()
raised an error due to an extra argument.
-
Added
shinylive assets link-from-local
command. -
Print messages to stderr instead of stdout.
- Updated command-line tool to work better with Quarto extension.
-
Changed
shinylive deploy
toshinylive export
. -
Update to use Shinylive web assets version 0.0.7.