diff --git a/404.html b/404.html index 4ca4fcaed..7af5fff82 100644 --- a/404.html +++ b/404.html @@ -39,7 +39,7 @@ diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index 779dc87f1..f85439075 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -17,7 +17,7 @@ diff --git a/LICENSE-text.html b/LICENSE-text.html index 4c3f812ef..6b7a93c44 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -17,7 +17,7 @@ diff --git a/TODO-promises.html b/TODO-promises.html index 0a9455823..1f03598d3 100644 --- a/TODO-promises.html +++ b/TODO-promises.html @@ -17,7 +17,7 @@ diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index 483a63175..e8e1ef0f5 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 641ca3e97..2fbd58d1d 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 ed6bceb75..77b2a24d2 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 f409febeb..de6929665 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 0c95cabc4..4ff275e15 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 549199b33..4bd28afff 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/authors.html b/authors.html index 5fb965870..803aea473 100644 --- a/authors.html +++ b/authors.html @@ -17,7 +17,7 @@ diff --git a/favicon-16x16.png b/favicon-16x16.png index 890b8d9e1..f1c54e03a 100644 Binary files a/favicon-16x16.png and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png index 66ea81e98..4046a5808 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/index.html b/index.html index 1477527d6..74c50f4c1 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@ diff --git a/news/index.html b/news/index.html index d794097fd..dd520a458 100644 --- a/news/index.html +++ b/news/index.html @@ -17,7 +17,7 @@ @@ -58,6 +58,7 @@
Updated selectizeInput()’s selectize.js dependency from v0.12.4 to v0.15.2. In addition to many bug fixes and improvements, this update also adds several new plugin options. (#3875)
Shiny’s CSS styling (for things like showNotification(), withProgress(), inputPanel(), etc.), has been updated with bslib’s upcoming CSS-only dark mode feature in mind. (#3882, #3914)
Default styles for showNotification() were tweaked slightly to improve accessibility, sizing, and padding. (#3913)
For InputBindings, the .receiveMessage() method can now be asynchronous or synchronous (previously it could only be synchronous). (#3930)