diff --git a/404.html b/404.html index 101942291..d4f643a05 100644 --- a/404.html +++ b/404.html @@ -33,7 +33,7 @@ diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index 02af2dc5c..e50932c55 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -17,7 +17,7 @@ diff --git a/LICENSE-text.html b/LICENSE-text.html index 089cbf991..5a55f721e 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -17,7 +17,7 @@ diff --git a/TODO-promises.html b/TODO-promises.html index b24aae929..78ea228ac 100644 --- a/TODO-promises.html +++ b/TODO-promises.html @@ -17,7 +17,7 @@ diff --git a/authors.html b/authors.html index 4f62560ff..f0d5f24a9 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.1, https://shiny.posit.co/. +R package version 1.11.0.9000, 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.1},
+ note = {R package version 1.11.0.9000},
url = {https://shiny.posit.co/},
}
diff --git a/index.html b/index.html
index ebd8dc46a..a069127e2 100644
--- a/index.html
+++ b/index.html
@@ -34,7 +34,7 @@
diff --git a/news/index.html b/news/index.html
index 381586dba..786f2b732 100644
--- a/news/index.html
+++ b/news/index.html
@@ -17,7 +17,7 @@
@@ -44,24 +44,20 @@
This is a patch release primarily for addressing the bugs introduced in v1.11.0.
+Fixed an issue 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)
icon argument of actionButton(), downloadButton(), etc. now accepts values other than shiny::icon() (like fontawesome::fa() and bsicons::bs_icon()). (#4242)icon and label of an actionButton(). (#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