diff --git a/404.html b/404.html index bbb265839..1c69ab203 100644 --- a/404.html +++ b/404.html @@ -33,7 +33,7 @@ diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index 904c8e85c..aeca8ab43 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -17,7 +17,7 @@ diff --git a/LICENSE-text.html b/LICENSE-text.html index 7d4d121ba..68ef3367f 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -17,7 +17,7 @@ diff --git a/TODO-promises.html b/TODO-promises.html index 45e151d87..34f3e76f6 100644 --- a/TODO-promises.html +++ b/TODO-promises.html @@ -17,7 +17,7 @@ diff --git a/authors.html b/authors.html index 57a4765ac..255b7009b 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 (2025). shiny: Web Application Framework for R. -R package version 1.10.0.9000, https://shiny.posit.co/. +R package version 1.10.0.9001, https://shiny.posit.co/.
@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 = {2025},
- note = {R package version 1.10.0.9000},
+ note = {R package version 1.10.0.9001},
url = {https://shiny.posit.co/},
}
diff --git a/index.html b/index.html
index 7f8f45029..c764fd6e4 100644
--- a/index.html
+++ b/index.html
@@ -34,7 +34,7 @@
diff --git a/news/index.html b/news/index.html
index c72a88522..999bcec59 100644
--- a/news/index.html
+++ b/news/index.html
@@ -17,7 +17,7 @@
@@ -55,6 +55,10 @@
textAreaInput() gains a autoresize option, which automatically resizes the text area to fit its content. (#4210)
<input type="submit"> or <button type="submit"> is on the page. Instead, it now only suspends when a submitButton() is present. If you have reason for creating a submit button from custom HTML, add a CSS class of shiny-submit-button to the button. (#4209)When auto-reload is enabled, Shiny now reloads the entire app when support files, like Shiny modules, additional script files, or web assets, change. To enable auto-reload, call devmode(TRUE) to enable Shiny’s developer mode, or set options(shiny.autoreload = TRUE) to specifically enable auto-reload. You can choose which files are watched for changes with the shiny.autoreload.pattern option. (#4184)