diff --git a/404.html b/404.html index cefcce838..bde72935a 100644 --- a/404.html +++ b/404.html @@ -39,7 +39,7 @@ shiny - 1.7.4.9002 + 1.7.4.9003 diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index e60341e60..290622710 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -17,7 +17,7 @@ shiny - 1.7.4.9002 + 1.7.4.9003 diff --git a/LICENSE-text.html b/LICENSE-text.html index 02803b40f..127c02f60 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -17,7 +17,7 @@ shiny - 1.7.4.9002 + 1.7.4.9003 diff --git a/TODO-promises.html b/TODO-promises.html index 3d636fa8e..418dfb129 100644 --- a/TODO-promises.html +++ b/TODO-promises.html @@ -17,7 +17,7 @@ shiny - 1.7.4.9002 + 1.7.4.9003 diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index f28426e3e..c796bd7d5 100644 Binary files a/apple-touch-icon-120x120.png and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png index 8fbf5e548..3047f604a 100644 Binary files a/apple-touch-icon-152x152.png and b/apple-touch-icon-152x152.png differ diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png index a85707265..4378ae58d 100644 Binary files a/apple-touch-icon-180x180.png and b/apple-touch-icon-180x180.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png index 1f5eaaf55..514e11708 100644 Binary files a/apple-touch-icon-60x60.png and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png index 28d9a378b..ad41ecb6d 100644 Binary files a/apple-touch-icon-76x76.png and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index 1b74619b9..4a49ea4c3 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/authors.html b/authors.html index 7dbe4765f..ffde40175 100644 --- a/authors.html +++ b/authors.html @@ -17,7 +17,7 @@ shiny - 1.7.4.9002 + 1.7.4.9003 @@ -199,13 +199,13 @@

Chang W, Cheng J, Allaire J, Sievert C, Schloerke B, Xie Y, Allen J, McPherson J, Dipert A, Borges B (2023). shiny: Web Application Framework for R. -R package version 1.7.4.9002, https://shiny.posit.co/. +R package version 1.7.4.9003, 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 = {2023},
-  note = {R package version 1.7.4.9002},
+  note = {R package version 1.7.4.9003},
   url = {https://shiny.posit.co/},
 }
diff --git a/favicon-16x16.png b/favicon-16x16.png index b0ae818ea..b676a7a78 100644 Binary files a/favicon-16x16.png and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png index 7e79b29b2..21d647052 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/index.html b/index.html index 853348da3..030f6231d 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@ shiny - 1.7.4.9002 + 1.7.4.9003 diff --git a/news/index.html b/news/index.html index e1f85a229..aefde96d7 100644 --- a/news/index.html +++ b/news/index.html @@ -17,7 +17,7 @@ shiny - 1.7.4.9002 + 1.7.4.9003 @@ -60,6 +60,7 @@
  • For reactiveValues() objects, whenever the $names() or $values() methods are called, the keys are now returned in the order that they were inserted. (#3774)

  • Map objects are now initialized at load time instead of build time. This avoids potential problems that could arise from storing fastmap objects into the built Shiny package. (#3775)

  • Allow for shiny:::toJSON() to respect if digits= has class "AsIs" which represents if use_signif= is TRUE or FALSE. This is useful for testing to keep the digits smaller. For example, setting options(shiny.json.digits = 4) will save 4 digits after the decimal, rather than the default of I(16) which will save 16 significant digits. (#3819)

  • +
  • Closed #2956: Component authors can now prevent Shiny from creating an input binding on specific elements by adding the data-shiny-no-bind-input attribute to the element. The attribute may have any or no value; its presence will prevent binding. This feature is primarily useful for input component authors who want to use standard HTML input elements without causing Shiny to create an input binding for them. Additionally, Shiny now adds custom classes to its inputs. For example, checkboxInput() now has a shiny-input-checkbox class. These custom classes may be utilized in future updates to Shiny’s input binding logic. (#3861)

  • Bug fixes

    diff --git a/pkgdown.yml b/pkgdown.yml index 400304366..faf4e72c0 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: 3.1.2 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2023-07-07T14:46Z +last_built: 2023-07-31T15:45Z diff --git a/reference/MockShinySession.html b/reference/MockShinySession.html index de4129cac..81cfd349e 100644 --- a/reference/MockShinySession.html +++ b/reference/MockShinySession.html @@ -28,7 +28,7 @@ of testServer()."> shiny - 1.7.4.9002 + 1.7.4.9003
    diff --git a/reference/NS.html b/reference/NS.html index e94374611..4224e03b4 100644 --- a/reference/NS.html +++ b/reference/NS.html @@ -19,7 +19,7 @@ modules. See https://shiny.rstudio.com/articles/modules.html."> shiny - 1.7.4.9002 + 1.7.4.9003 diff --git a/reference/Progress.html b/reference/Progress.html index 32ed4928b..afdba1775 100644 --- a/reference/Progress.html +++ b/reference/Progress.html @@ -18,7 +18,7 @@ Reporting progress (object-oriented API)"> shiny - 1.7.4.9002 + 1.7.4.9003 diff --git a/reference/absolutePanel.html b/reference/absolutePanel.html index 04197582d..85dd28adc 100644 --- a/reference/absolutePanel.html +++ b/reference/absolutePanel.html @@ -17,7 +17,7 @@ shiny - 1.7.4.9002 + 1.7.4.9003 diff --git a/reference/actionButton.html b/reference/actionButton.html index 9a4885026..ca93e5413 100644 --- a/reference/actionButton.html +++ b/reference/actionButton.html @@ -18,7 +18,7 @@ each time it is pressed.">