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

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

+
-

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

+

New features

-

Improvements

-
  • Padding is now provided between the icon and label of an actionButton(). (#4242)
  • +

    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)

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