diff --git a/404.html b/404.html index 5f50e1b02..ddfb9e9c4 100644 --- a/404.html +++ b/404.html @@ -33,7 +33,7 @@ shiny - 1.9.0 + 1.8.1.9001 diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index a76b6d847..711d4bac5 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -17,7 +17,7 @@ shiny - 1.9.0 + 1.8.1.9001 diff --git a/LICENSE-text.html b/LICENSE-text.html index 8068b0fca..bb068fef4 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -17,7 +17,7 @@ shiny - 1.9.0 + 1.8.1.9001 diff --git a/TODO-promises.html b/TODO-promises.html index b023c79bd..9c0b6a02e 100644 --- a/TODO-promises.html +++ b/TODO-promises.html @@ -17,7 +17,7 @@ shiny - 1.9.0 + 1.8.1.9001 diff --git a/authors.html b/authors.html index c2872e7f5..e37cc2017 100644 --- a/authors.html +++ b/authors.html @@ -17,7 +17,7 @@ shiny - 1.9.0 + 1.8.1.9001 @@ -192,21 +192,21 @@

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 (2024). shiny: Web Application Framework for R. -R package version 1.9.0, +R package version 1.8.1.9001, https://github.com/rstudio/shiny, 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 = {2024},
-  note = {R package version 1.9.0,
+  note = {R package version 1.8.1.9001,
     https://github.com/rstudio/shiny},
   url = {https://shiny.posit.co/},
 }
diff --git a/index.html b/index.html index 0a11d129c..e614e4c4e 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@ shiny - 1.9.0 + 1.8.1.9001 diff --git a/news/index.html b/news/index.html index b4a2e6bf3..7d91c0ff2 100644 --- a/news/index.html +++ b/news/index.html @@ -17,7 +17,7 @@ shiny - 1.9.0 + 1.8.1.9001 @@ -44,18 +44,18 @@
- +
-

New busy indication feature

+

New busy indication feature

Shiny now includes busy indication by default, which more specifically means: 1. Calculating/recalculating outputs now have a spinner overlay. 2. When no outputs are calculating, but Shiny is busy calculating something (e.g., a download, side-effect, etc), a page-level pulsing banner is shown.

If either 1 or 2 leads to undesirable behavior in your app, you can disable them entirely with useBusyIndicators(spinners = FALSE, pulse = FALSE). In addition, various properties of the spinners and pulse can be customized with busyIndicatorOptions(). For more details, see ?busyIndicatorOptions. (#4040, #4104)

-

New features and improvements

+

New features and improvements

  • The client-side TypeScript code for Shiny has been refactored so that the Shiny object is now an instance of class ShinyClass. (#4063)

  • In TypeScript, the Shiny object has a new property initializedPromise, which is a Promise-like object that can be awaited or chained with .then(). This Promise-like object corresponds to the shiny:sessioninitialized JavaScript event, but is easier to use because it can be used both before and after the events have occurred. (#4063)

  • Output bindings now include the .recalculating CSS class when they are first bound, up until the first render. This makes it possible/easier to show progress indication when the output is calculating for the first time. (#4039)

  • @@ -63,10 +63,11 @@
  • Added function reactlogAddMark() to programmatically add _mark_ed locations in the reactlog log without the requirement of keyboard bindings during an idle reactive moment. (#4103)

-

Bug fixes

+

Bug fixes

  • downloadButton() and downloadLink() are now disabled up until they are fully initialized. This prevents the user from clicking the button/link before the download is ready. (#4041)

  • Output bindings that are removed, invalidated, then inserted again (while invalidated) now correctly include the .recalculating CSS class. (#4039)

  • Fixed a recent issue with uiOutput() and conditionalPanel() not properly lower opacity when recalculation (in a Bootstrap 5 context). (#4027)

  • +
  • Image outputs that were scaled by CSS had certain regions that were unresponsive to hover/click/brush handlers. (#3234)

diff --git a/pkgdown.yml b/pkgdown.yml index 76b17e901..64cdeef72 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,4 +2,4 @@ pandoc: 3.1.11 pkgdown: 2.1.0 pkgdown_sha: ~ articles: {} -last_built: 2024-07-25T15:59Z +last_built: 2024-07-26T16:11Z diff --git a/reference/ExtendedTask.html b/reference/ExtendedTask.html index 425ef0814..7340e7efe 100644 --- a/reference/ExtendedTask.html +++ b/reference/ExtendedTask.html @@ -34,7 +34,7 @@ begin until the previous invocation has completed."> shiny - 1.9.0 + 1.8.1.9001
@@ -61,7 +61,7 @@ begin until the previous invocation has completed."> diff --git a/reference/MockShinySession.html b/reference/MockShinySession.html index 8824d1e0d..07ca34bef 100644 --- a/reference/MockShinySession.html +++ b/reference/MockShinySession.html @@ -28,7 +28,7 @@ of testServer()."> shiny - 1.9.0 + 1.8.1.9001
@@ -55,7 +55,7 @@ of testServer().">
diff --git a/reference/NS.html b/reference/NS.html index 946573548..080ae66eb 100644 --- a/reference/NS.html +++ b/reference/NS.html @@ -19,7 +19,7 @@ modules. See https://shiny.rstudio.com/articles/modules.html."> shiny - 1.9.0 + 1.8.1.9001
@@ -46,7 +46,7 @@ modules. See https://shiny.rstudio.com/articles/modules.html."> diff --git a/reference/Progress.html b/reference/Progress.html index 966d885c7..ecbf7b0f6 100644 --- a/reference/Progress.html +++ b/reference/Progress.html @@ -18,7 +18,7 @@ Reporting progress (object-oriented API)"> shiny - 1.9.0 + 1.8.1.9001 @@ -45,7 +45,7 @@ Reporting progress (object-oriented API)"> diff --git a/reference/absolutePanel.html b/reference/absolutePanel.html index 4da8802b4..6ff5a2fdd 100644 --- a/reference/absolutePanel.html +++ b/reference/absolutePanel.html @@ -17,7 +17,7 @@ shiny - 1.9.0 + 1.8.1.9001 @@ -44,7 +44,7 @@
diff --git a/reference/actionButton.html b/reference/actionButton.html index 5b404f47e..e9cecf6c2 100644 --- a/reference/actionButton.html +++ b/reference/actionButton.html @@ -18,7 +18,7 @@ each time it is pressed.">