Skip to content

Commit 9422798

Browse files
authored
release: v0.4.0 (#184)
1 parent 4d76e82 commit 9422798

File tree

6 files changed

+87
-11
lines changed

6 files changed

+87
-11
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: shinylive
22
Title: Run 'shiny' Applications in the Browser
3-
Version: 0.3.0.9000
3+
Version: 0.4.0
44
Authors@R: c(
55
person("Barret", "Schloerke", , "barret@posit.co", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0001-9986-114X")),

NEWS.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
1-
# shinylive (development version)
1+
# shinylive 0.4.0
22

3-
* Updated default shinylive assets to [v0.10.6](https://github.com/posit-dev/shinylive/releases/tag/v0.10.6). (#165, #166)
3+
## Lifecycle changes
4+
5+
* `export(verbose=)` now signals its deprecation warning using
6+
`lifecycle::deprecate_warn()`. `verbose` was soft-deprecated in
7+
shinylive 0.2.0 in favor of `quiet` (#182).
8+
9+
## New features
10+
11+
* `export()` now displays `{cli}` progress bars when downloading
12+
WebAssembly packages (#169).
13+
14+
## Bug fixes and minor improvements
15+
16+
* Updated default shinylive assets to
17+
[v0.10.8](https://github.com/posit-dev/shinylive/releases/tag/v0.10.8)
18+
(#165, #166, #177).
19+
20+
* `export()` no longer produces an encoding error when exporting certain
21+
apps (#118, #172), now uses HTTPS when downloading WebAssembly packages
22+
(#171), and no longer warns when an app has zero package dependencies
23+
(#172).
424

525
# shinylive 0.3.0
626

R/packages.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,9 @@ download_wasm_packages <- function(
307307
cur_metadata <- vector("list", length(pkgs_app))
308308
names(cur_metadata) <- names(pkgs_app)
309309
if (has_dependencies) {
310-
withr::local_options(".shinylive.pkg_field_size" = max(nchar(pkgs_app)))
310+
withr::local_options(
311+
".shinylive.pkg_field_size" = max(c(0, nchar(pkgs_app)))
312+
)
311313
}
312314

313315
for (i in seq_along(pkgs_app)) {

cran-comments.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Comments
22

3+
#### 2026-03-31
4+
5+
Assets update and bug fixes.
6+
7+
Please let me know if there is anything else I can provide.
8+
9+
Best,
10+
Barret
11+
12+
313
## R CMD check results
414

515
0 errors | 0 warnings | 0 notes

inst/WORDLIST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Buie
22
CLI
33
CMD
4+
HTTPS
45
JS
6+
Lifecycle
57
ORCID
68
PBC
79
ROR

revdep/README.md

Lines changed: 49 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,64 @@
22

33
|field |value |
44
|:--------|:------------------------------|
5-
|version |R version 4.3.0 (2023-04-21) |
6-
|os |macOS Ventura 13.5.1 |
5+
|version |R version 4.5.2 (2025-10-31) |
6+
|os |macOS Tahoe 26.3.1 |
77
|system |aarch64, darwin20 |
88
|ui |X11 |
99
|language |(EN) |
1010
|collate |en_US.UTF-8 |
1111
|ctype |en_US.UTF-8 |
1212
|tz |America/New_York |
13-
|date |2023-09-12 |
14-
|pandoc |3.1 @ /opt/homebrew/bin/pandoc |
13+
|date |2026-03-31 |
14+
|pandoc |3.9 @ /opt/homebrew/bin/pandoc |
15+
|quarto |1.8.25 @ /usr/local/bin/quarto |
1516

1617
# Dependencies
1718

18-
|package |old |new |Δ |
19-
|:---------|:---|:----------|:--|
20-
|shinylive |NA |0.0.0.9000 |* |
19+
|package |old |new |Δ |
20+
|:-----------|:--------|:--------|:--|
21+
|shinylive |0.3.0 |0.4.0 |* |
22+
|archive |1.1.12.1 |1.1.12.1 | |
23+
|askpass |1.2.1 |1.2.1 | |
24+
|brio |1.1.5 |1.1.5 | |
25+
|callr |3.7.6 |3.7.6 | |
26+
|cli |3.6.5 |3.6.5 | |
27+
|crayon |1.5.3 |NA |* |
28+
|curl |7.0.0 |7.0.0 | |
29+
|desc |1.4.3 |1.4.3 | |
30+
|filelock |1.0.3 |1.0.3 | |
31+
|fs |2.0.1 |2.0.1 | |
32+
|gh |1.5.0 |1.5.0 | |
33+
|gitcreds |0.1.2 |0.1.2 | |
34+
|glue |1.8.0 |1.8.0 | |
35+
|hms |1.1.4 |NA |* |
36+
|httr2 |1.2.2 |1.2.2 | |
37+
|ini |0.3.1 |0.3.1 | |
38+
|jsonlite |2.0.0 |2.0.0 | |
39+
|lifecycle |1.0.5 |1.0.5 | |
40+
|lpSolve |5.6.23 |5.6.23 | |
41+
|magrittr |2.0.4 |2.0.4 | |
42+
|openssl |2.3.5 |2.3.5 | |
43+
|pillar |1.11.1 |1.11.1 | |
44+
|pkgbuild |1.4.8 |1.4.8 | |
45+
|pkgcache |2.2.4 |2.2.4 | |
46+
|pkgconfig |2.0.3 |2.0.3 | |
47+
|pkgdepends |0.9.0 |0.9.0 | |
48+
|prettyunits |1.2.0 |NA |* |
49+
|processx |3.8.6 |3.8.6 | |
50+
|progress |1.2.3 |NA |* |
51+
|ps |1.9.1 |1.9.1 | |
52+
|R6 |2.6.1 |2.6.1 | |
53+
|rappdirs |0.3.4 |0.3.4 | |
54+
|renv |1.2.0 |1.2.0 | |
55+
|rlang |1.1.7 |1.1.7 | |
56+
|sys |3.4.3 |3.4.3 | |
57+
|tibble |3.3.1 |3.3.1 | |
58+
|utf8 |1.2.6 |1.2.6 | |
59+
|vctrs |0.7.2 |0.7.2 | |
60+
|whisker |0.4.1 |0.4.1 | |
61+
|withr |3.0.2 |3.0.2 | |
62+
|zip |2.3.3 |2.3.3 | |
2163

2264
# Revdeps
2365

0 commit comments

Comments
 (0)