diff --git a/404.html b/404.html index 9f5ce0196..f33d2c7da 100644 --- a/404.html +++ b/404.html @@ -39,7 +39,7 @@ diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index a60e00f1a..cb190be76 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -17,7 +17,7 @@ diff --git a/LICENSE-text.html b/LICENSE-text.html index 365cacc3d..c14ed09e6 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -17,7 +17,7 @@ diff --git a/TODO-promises.html b/TODO-promises.html index 391421cd6..12abca47c 100644 --- a/TODO-promises.html +++ b/TODO-promises.html @@ -17,7 +17,7 @@ diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index f2a1d510f..a0f18d8d4 100644 Binary files a/apple-touch-icon-120x120.png and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png index 2a2a98665..c39155bf1 100644 Binary files a/apple-touch-icon-152x152.png and b/apple-touch-icon-152x152.png differ diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png index f3345f6ad..dfbefbbd0 100644 Binary files a/apple-touch-icon-180x180.png and b/apple-touch-icon-180x180.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png index 4402c4bfc..81c8c0aa2 100644 Binary files a/apple-touch-icon-60x60.png and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png index 0074cc971..318b49cf9 100644 Binary files a/apple-touch-icon-76x76.png and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index 1007e2114..4d1466877 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/authors.html b/authors.html index 956b735c9..23a28ab23 100644 --- a/authors.html +++ b/authors.html @@ -17,7 +17,7 @@ @@ -199,13 +199,13 @@
Chang W, Cheng J, Allaire J, Sievert C, Schloerke B, Xie Y, Allen J, McPherson J, Dipert A, Borges B (2022). shiny: Web Application Framework for R. -R package version 1.7.3.9001, https://shiny.rstudio.com/. +R package version 1.7.4, https://shiny.rstudio.com/.
@Manual{,
title = {shiny: Web Application Framework for R},
author = {Winston Chang and Joe Cheng and JJ Allaire and Carson Sievert and Barret Schloerke and Yihui Xie and Jeff Allen and Jonathan McPherson and Alan Dipert and Barbara Borges},
year = {2022},
- note = {R package version 1.7.3.9001},
+ note = {R package version 1.7.4},
url = {https://shiny.rstudio.com/},
}
diff --git a/favicon-16x16.png b/favicon-16x16.png
index 8f1a70fb4..64dce1a2a 100644
Binary files a/favicon-16x16.png and b/favicon-16x16.png differ
diff --git a/favicon-32x32.png b/favicon-32x32.png
index cf7c21b70..9c9916f71 100644
Binary files a/favicon-32x32.png and b/favicon-32x32.png differ
diff --git a/index.html b/index.html
index 9607ff1a9..b5e8dd52f 100644
--- a/index.html
+++ b/index.html
@@ -43,7 +43,7 @@
diff --git a/news/index.html b/news/index.html
index feb8c08f6..21659043c 100644
--- a/news/index.html
+++ b/news/index.html
@@ -17,7 +17,7 @@
@@ -48,21 +48,21 @@
Closed #3719: Output container sizes, which are available via session$clientData and getCurrentOutputInfo(), no longer round to the nearest pixel (i.e., they are now more exact, possibly fractional values). (#3720)
Closed #3704, #3735, and #3740: renderPlot() no longer generates an error (or segfault) when it executes before the output is visible. Instead, it’ll now use the graphics device’s default size for it’s initial size. Relatedly, plotPNG() now ignores NULL values for width/height (and uses the device’s default width/height instead). (#3739)
plotOutput(), imageOutput(), and uiOutput() gain a fill argument. If TRUE (the default for plotOutput()), the output container is allowed to grow/shrink to fit a fill container (created via htmltools::bindFillRole()) with an opinionated height. This means plotOutput() will grow/shrink by default inside of bslib::card_body_fill(), but imageOutput() and uiOutput() will have to opt-in to similar behavior with fill = TRUE. (#3715)
Internal: Added clearer and strict TypeScript type definitions (#3644)