diff --git a/404.html b/404.html index 1c69ab203..400923c23 100644 --- a/404.html +++ b/404.html @@ -89,7 +89,7 @@ Content not found. Please use links in the navbar.

-

Site built with pkgdown 2.1.2.

+

Site built with pkgdown 2.1.3.

diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index aeca8ab43..5bcaec91b 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -89,7 +89,7 @@
-

Site built with pkgdown 2.1.2.

+

Site built with pkgdown 2.1.3.

diff --git a/LICENSE-text.html b/LICENSE-text.html index 68ef3367f..6ea6e7de4 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -1077,7 +1077,7 @@ Public License instead of this License.
-

Site built with pkgdown 2.1.2.

+

Site built with pkgdown 2.1.3.

diff --git a/TODO-promises.html b/TODO-promises.html index 34f3e76f6..55390023b 100644 --- a/TODO-promises.html +++ b/TODO-promises.html @@ -132,7 +132,7 @@
-

Site built with pkgdown 2.1.2.

+

Site built with pkgdown 2.1.3.

diff --git a/authors.html b/authors.html index 255b7009b..86ec067e9 100644 --- a/authors.html +++ b/authors.html @@ -220,7 +220,7 @@ R package version 1.10.0.9001, -

Site built with pkgdown 2.1.2.

+

Site built with pkgdown 2.1.3.

diff --git a/index.html b/index.html index c764fd6e4..1576a9c53 100644 --- a/index.html +++ b/index.html @@ -212,7 +212,7 @@

-

Site built with pkgdown 2.1.2.

+

Site built with pkgdown 2.1.3.

diff --git a/news/index.html b/news/index.html index 999bcec59..be7da97cb 100644 --- a/news/index.html +++ b/news/index.html @@ -69,12 +69,14 @@
  • Shiny now uses cli instead of crayon for rich log messages. (@olivroy #4170)

  • Shiny’s Typescript assets are now compiled to ES2021 instead of ES5. (#4066)

  • +
  • ExtendedTask now catches synchronous values and errors and returns them via $result(). Previously, the extended task function was required to always return a promise. This change makes it easier to use ExtendedTask with a function that may return early or do some synchronous work before returning a promise. (#4225)

  • Bug fixes

    @@ -1464,7 +1466,7 @@
    -

    Site built with pkgdown 2.1.2.

    +

    Site built with pkgdown 2.1.3.

    diff --git a/pkgdown.yml b/pkgdown.yml index 2cbdb7bbd..1fe6d2b43 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -1,5 +1,5 @@ pandoc: 3.1.11 -pkgdown: 2.1.2 +pkgdown: 2.1.3 pkgdown_sha: ~ articles: {} -last_built: 2025-05-23T17:57Z +last_built: 2025-05-30T12:46Z diff --git a/reference/ExtendedTask.html b/reference/ExtendedTask.html index 31676968c..e1915e829 100644 --- a/reference/ExtendedTask.html +++ b/reference/ExtendedTask.html @@ -279,7 +279,7 @@ invalidation will be ignored.

    -

    Site built with pkgdown 2.1.2.

    +

    Site built with pkgdown 2.1.3.

    diff --git a/reference/MockShinySession.html b/reference/MockShinySession.html index b46c35d21..cbb42507a 100644 --- a/reference/MockShinySession.html +++ b/reference/MockShinySession.html @@ -761,7 +761,7 @@ output, or NULL if no output is currently executing.

    -

    Site built with pkgdown 2.1.2.

    +

    Site built with pkgdown 2.1.3.

    diff --git a/reference/NS.html b/reference/NS.html index 3460f0bfc..9a9c730e7 100644 --- a/reference/NS.html +++ b/reference/NS.html @@ -113,7 +113,7 @@ into a namespaced one, by combining them with ns.sep in between.

    -

    Site built with pkgdown 2.1.2.

    +

    Site built with pkgdown 2.1.3.

    diff --git a/reference/Progress.html b/reference/Progress.html index e2ce44a38..17dcb6b81 100644 --- a/reference/Progress.html +++ b/reference/Progress.html @@ -287,7 +287,7 @@ relative to message.

    -

    Site built with pkgdown 2.1.2.

    +

    Site built with pkgdown 2.1.3.

    diff --git a/reference/absolutePanel.html b/reference/absolutePanel.html index 35687a31c..2a2ea7b3f 100644 --- a/reference/absolutePanel.html +++ b/reference/absolutePanel.html @@ -176,7 +176,7 @@ rather than the more obvious width = "100%" and height = "100
    -

    Site built with pkgdown 2.1.2.

    +

    Site built with pkgdown 2.1.3.

    diff --git a/reference/actionButton.html b/reference/actionButton.html index 9b6a56954..4e90c5f79 100644 --- a/reference/actionButton.html +++ b/reference/actionButton.html @@ -167,7 +167,7 @@ This implies two things: