diff --git a/404.html b/404.html index d4f643a05..101942291 100644 --- a/404.html +++ b/404.html @@ -33,7 +33,7 @@ shiny - 1.11.0.9000 + 1.11.1 diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index e50932c55..02af2dc5c 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -17,7 +17,7 @@ shiny - 1.11.0.9000 + 1.11.1 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 @@ shiny - 1.11.0.9000 + 1.11.1 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 @@ shiny - 1.11.0.9000 + 1.11.1 diff --git a/authors.html b/authors.html index f0d5f24a9..4f62560ff 100644 --- a/authors.html +++ b/authors.html @@ -17,7 +17,7 @@ shiny - 1.11.0.9000 + 1.11.1 @@ -192,20 +192,20 @@

Citation

- Source: DESCRIPTION + Source: DESCRIPTION

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 @@ shiny - 1.11.0.9000 + 1.11.1 diff --git a/news/index.html b/news/index.html index 786f2b732..381586dba 100644 --- a/news/index.html +++ b/news/index.html @@ -17,7 +17,7 @@ shiny - 1.11.0.9000 + 1.11.1 @@ -44,20 +44,24 @@
- + +

This is a patch release primarily for addressing the bugs introduced in v1.11.0.

-

New features

+

Bug fixes

+
  • 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)

  • +
+
+

New features

-

Improvements

-
  • 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)

  • +

    Improvements

    +
diff --git a/pkgdown.yml b/pkgdown.yml index 4dae99d54..fd55770b3 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,4 +2,4 @@ pandoc: 3.1.11 pkgdown: 2.1.3 pkgdown_sha: ~ articles: {} -last_built: 2025-06-27T00:14Z +last_built: 2025-06-27T00:16Z diff --git a/reference/ExtendedTask.html b/reference/ExtendedTask.html index c3cea5bf0..ae8bbeeba 100644 --- a/reference/ExtendedTask.html +++ b/reference/ExtendedTask.html @@ -34,7 +34,7 @@ begin until the previous invocation has completed."> shiny - 1.11.0.9000 + 1.11.1
@@ -61,7 +61,7 @@ begin until the previous invocation has completed."> diff --git a/reference/MockShinySession.html b/reference/MockShinySession.html index f3bbbeaff..8099dbee4 100644 --- a/reference/MockShinySession.html +++ b/reference/MockShinySession.html @@ -28,7 +28,7 @@ of testServer()."> shiny - 1.11.0.9000 + 1.11.1
@@ -55,7 +55,7 @@ of testServer().">
diff --git a/reference/NS.html b/reference/NS.html index 9f823c449..5b048d5f8 100644 --- a/reference/NS.html +++ b/reference/NS.html @@ -19,7 +19,7 @@ modules. See https://shiny.rstudio.com/articles/modules.html."> shiny - 1.11.0.9000 + 1.11.1
@@ -46,7 +46,7 @@ modules. See https://shiny.rstudio.com/articles/modules.html."> diff --git a/reference/Progress.html b/reference/Progress.html index 953dc351f..0c24634ab 100644 --- a/reference/Progress.html +++ b/reference/Progress.html @@ -18,7 +18,7 @@ Reporting progress (object-oriented API)"> shiny - 1.11.0.9000 + 1.11.1 @@ -45,7 +45,7 @@ Reporting progress (object-oriented API)"> diff --git a/reference/absolutePanel.html b/reference/absolutePanel.html index 5507f779a..98a549c16 100644 --- a/reference/absolutePanel.html +++ b/reference/absolutePanel.html @@ -17,7 +17,7 @@ shiny - 1.11.0.9000 + 1.11.1 @@ -44,7 +44,7 @@
diff --git a/reference/actionButton.html b/reference/actionButton.html index 2cca1e6c0..aec75949a 100644 --- a/reference/actionButton.html +++ b/reference/actionButton.html @@ -18,7 +18,7 @@ each time it is pressed.">