diff --git a/404.html b/404.html index 519ee9723..4206c838d 100644 --- a/404.html +++ b/404.html @@ -39,7 +39,7 @@ shiny - 1.7.1.9003 + 1.7.2 diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index 1e420c6a8..eeb3c350e 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -17,7 +17,7 @@ shiny - 1.7.1.9003 + 1.7.2 diff --git a/LICENSE-text.html b/LICENSE-text.html index f5fadb23e..613474a12 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -17,7 +17,7 @@ shiny - 1.7.1.9003 + 1.7.2 diff --git a/TODO-promises.html b/TODO-promises.html index 5e40f1f5a..a2a0da67c 100644 --- a/TODO-promises.html +++ b/TODO-promises.html @@ -17,7 +17,7 @@ shiny - 1.7.1.9003 + 1.7.2 diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index 1e8929f8a..6d5b9c873 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 29fe2054b..090095960 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 c909a4d72..b6728db7d 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 ef56c6af0..6c813c34b 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 782fd7707..910841227 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 2b54548fa..5f8898ee9 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/authors.html b/authors.html index e3b65ec44..f01e1465c 100644 --- a/authors.html +++ b/authors.html @@ -17,7 +17,7 @@ shiny - 1.7.1.9003 + 1.7.2 @@ -199,13 +199,13 @@

Chang W, Cheng J, Allaire J, Sievert C, Schloerke B, Xie Y, Allen J, McPherson J, Dipert A, Borges B (2022). shiny: Web Application Framework for R. -R package version 1.7.1.9003, https://shiny.rstudio.com/. +R package version 1.7.2, https://shiny.rstudio.com/.

@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 = {2022},
-  note = {R package version 1.7.1.9003},
+  note = {R package version 1.7.2},
   url = {https://shiny.rstudio.com/},
 }
diff --git a/favicon-16x16.png b/favicon-16x16.png index 6c9ba86d2..5627faf34 100644 Binary files a/favicon-16x16.png and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png index b4a1559fd..996ef924f 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/index.html b/index.html index 7580d0d11..c2984212c 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@ shiny - 1.7.1.9003 + 1.7.2 @@ -89,7 +89,7 @@
  • A prebuilt set of highly sophisticated, customizable, and easy-to-use widgets (e.g., plots, tables, sliders, dropdowns, date pickers, and more).
  • An attractive default look based on Bootstrap which can also be easily customized with the bslib package or avoided entirely with more direct R bindings to HTML/CSS/JavaScript.
  • Seamless integration with R Markdown, making it easy to embed numerous applications natively within a larger dynamic document.
  • -
  • Tools for improving and monitoring performance, including native support for async programming, caching, load testing, and more.
  • +
  • Tools for improving and monitoring performance, including native support for async programming, caching, load testing, and more.
  • Modules: a framework for reducing code duplication and complexity.
  • An ability to bookmark application state and/or generate code to reproduce output(s).
  • diff --git a/news/index.html b/news/index.html index 43d5e04d1..3be6cd1b2 100644 --- a/news/index.html +++ b/news/index.html @@ -17,7 +17,7 @@ shiny - 1.7.1.9003 + 1.7.2 @@ -47,6 +47,42 @@ Source: NEWS.md +
    + +
    +

    Full changelog

    +
    +

    Breaking changes

    +
    +
    +

    New features and improvements

    +
    • Closed #1545: insertUI() now executes <script> tags. (#3630)

    • +
    • fileInput() can set the capture attribute to facilitates user access to a device’s media capture mechanism, such as a camera, or microphone, from within a file upload control (W3C HTML Media Capture). (Thanks to khaled-alshamaa, #3481)

    • +
    • Closed tidyverse/dplyr#5552: Compatibility of dplyr 1.0 (and rlang chained errors in general) with req(), validate(), and friends.

    • +
    • Closed tidyverse/dplyr#6154: Values from an actionButton() had S3 classes in the incorrect order.

    • +
    • Closed #3346: Default for ref input in runGithub() changed from "master" to "HEAD". (#3564)

    • +
    • Closed #3619: In R 4.2, splitLayout() no longer raises warnings about incorrect length in an if statement. (Thanks to @dmenne, #3625)

    • +
    +
    +

    Bug fixes

    +
    • Closed #3250:rlang/{tidyeval} conditions (i.e., warnings and errors) are no longer filtered from stack traces. (#3602)

    • +
    • Closed #3581: Errors in throttled/debounced reactive expressions no longer cause the session to exit. (#3624)

    • +
    • Closed #3657: throttle.ts and the Throttler typescript objects it provides now function as intended. (Thanks gto @dvg-p4, #3659)

    • +
    • The auto-reload feature (options(shiny.autoreload=TRUE)) was not being activated by devmode(TRUE), despite a console message asserting that it was. (#3620)

    • +
    • Closed #2297: If an error occurred in parsing a value in a bookmark query string, an error would be thrown and nothing would be restored. Now a message is displayed and that value is ignored. (Thanks to @daattali, #3385)

    • +
    • Restored the previous behavior of automatically guessing the Content-Type header for downloadHandler functions when no explicit contentType argument is supplied. (#3393)

    • +
    • Previously, updating an input value without a corresponding Input binding element did not trigger a JavaScript shiny:inputchanged event. Now, if no Input binding element is found, the shiny:inputchanged event is triggered on window.document. (#3584)

    • +
    • Closed #2955: Input and output bindings previously attempted to use el['data-input-id'], but that never worked. They now use el.getAttribute('data-input-id') instead. (#3538)

    • +
    +
    +

    Minor improvements

    +
    • When taking a test snapshot, the sort order of the json keys of the input, output, and export fields is currently sorted using the locale of the machine. This can lead to inconsistent test snapshot results. To opt-in to a consistent ordering of snapshot fields with shinytest, please set the global option options(shiny.snapshotsortc = TRUE). shinytest2 users do not need to set this value. (#3515)

    • +
    • Closed rstudio/shinytest2#222: When restoring a context (i.e., bookmarking) from a URL, Shiny now better handles a trailing = after _inputs_ and _values_. (#3648)

    • +
    • Shiny’s internal HTML dependencies are now mounted dynamically instead of statically. (#3537)

    • +
    • HTML dependencies that are sent to dynamic UI now have better type checking, and no longer require a dep.src.href field. (#3537)

    • +
    +
    +
    @@ -375,7 +411,7 @@
  • The internal URLdecode() function previously was a copy of httpuv::decodeURIComponent(), assigned at build time; now it invokes the httpuv function at run time.

  • Fixed #1840: with the release of Shiny 1.0.5, we accidently changed the relative positioning of the icon and the title text in navbarMenus and tabPanels. This fix reverts this behavior back (i.e. the icon should be to the left of the text and/or the downward arrow in case of navbarMenus). (#1848)

  • Fixed #1600: URL-encoded bookmarking did not work with sliders that had dates or date-times. (#1961)

  • -
  • Fixed #1962: File dragging and dropping broke in the presence of jQuery version 3.0 as introduced by the rhandsontable htmlwidget. (#2005)

  • +
  • Fixed #1962: File dragging and dropping broke in the presence of jQuery version 3.0 as introduced by the rhandsontable htmlwidget. (#2005)

  • Improved the error handling inside the addResourcePath() function, to give end users more informative error messages when the directoryPath argument cannot be normalized. This is especially useful for runtime: shiny_prerendered Rmd documents, like learnr tutorials. (#1968)

  • Changed script tags in reactlog (inst/www/reactive-graph.html) from HTTP to HTTPS in order to avoid mixed content blocking by most browsers. (Thanks, @jekriske-lilly! #1844)

  • Addressed #1784: runApp() will avoid port 6697, which is considered unsafe by Chrome.

  • diff --git a/pkgdown.yml b/pkgdown.yml index a8f48ecf2..c09a8ac8a 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: 2.7.3 pkgdown: 2.0.5 pkgdown_sha: ~ articles: {} -last_built: 2022-07-06T01:06Z +last_built: 2022-07-06T01:12Z diff --git a/reference/MockShinySession.html b/reference/MockShinySession.html index 827aba1e8..dc38becb1 100644 --- a/reference/MockShinySession.html +++ b/reference/MockShinySession.html @@ -28,7 +28,7 @@ of testServer()."> shiny - 1.7.1.9003 + 1.7.2
    diff --git a/reference/NS.html b/reference/NS.html index c5de3213c..502a1dda8 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.1.9003 + 1.7.2
    diff --git a/reference/Progress.html b/reference/Progress.html index 1bba429ea..64de728d1 100644 --- a/reference/Progress.html +++ b/reference/Progress.html @@ -18,7 +18,7 @@ Reporting progress (object-oriented API)"> shiny - 1.7.1.9003 + 1.7.2 diff --git a/reference/absolutePanel.html b/reference/absolutePanel.html index 270b4ef98..7986a5317 100644 --- a/reference/absolutePanel.html +++ b/reference/absolutePanel.html @@ -17,7 +17,7 @@ shiny - 1.7.1.9003 + 1.7.2 diff --git a/reference/actionButton.html b/reference/actionButton.html index 53d1888a7..820ec4ad9 100644 --- a/reference/actionButton.html +++ b/reference/actionButton.html @@ -18,7 +18,7 @@ each time it is pressed.">