diff --git a/404.html b/404.html index d4f643a05..101942291 100644 --- a/404.html +++ b/404.html @@ -33,7 +33,7 @@ diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index e50932c55..02af2dc5c 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -17,7 +17,7 @@ diff --git a/LICENSE-text.html b/LICENSE-text.html index 5a55f721e..089cbf991 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -17,7 +17,7 @@ diff --git a/TODO-promises.html b/TODO-promises.html index 78ea228ac..b24aae929 100644 --- a/TODO-promises.html +++ b/TODO-promises.html @@ -17,7 +17,7 @@ diff --git a/authors.html b/authors.html index f0d5f24a9..4f62560ff 100644 --- a/authors.html +++ b/authors.html @@ -17,7 +17,7 @@ @@ -192,20 +192,20 @@
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.11.0.9000, https://shiny.posit.co/. +R package version 1.11.1, 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.11.0.9000},
+ note = {R package version 1.11.1},
url = {https://shiny.posit.co/},
}
diff --git a/index.html b/index.html
index a069127e2..ebd8dc46a 100644
--- a/index.html
+++ b/index.html
@@ -34,7 +34,7 @@
diff --git a/news/index.html b/news/index.html
index b6076b049..221008655 100644
--- a/news/index.html
+++ b/news/index.html
@@ -17,7 +17,7 @@
@@ -44,14 +44,20 @@
InputBinding’s that didn’t pass a value to their subscribe callback where to no longer working. (#4243)icon argument of actionButton(), downloadButton(), etc. now accepts values other than shiny::icon() (like fontawesome::fa() and bsicons::bs_icon()). (#4242)Padding is now provided between the icon and label of an actionButton(). (#4242) ## Bug fixes
Fixed a regression in v1.11.0 where InputBinding implementations that don’t pass a value to their subscribe callback were no longer notifying Shiny of input changes. (#4243)
updateActionButton() and updateActionLink() once again handle label updates correctly (which can now include HTML). (#4242)
R/extended-task.R
+ Source: R/extended-task.R
ExtendedTask.Rd