diff --git a/404.html b/404.html index 3efcf1359..10558d1da 100644 --- a/404.html +++ b/404.html @@ -33,7 +33,7 @@ diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index 45973a3e6..e7eb4184e 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -17,7 +17,7 @@ diff --git a/LICENSE-text.html b/LICENSE-text.html index da3b4f354..47394239c 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -17,7 +17,7 @@ diff --git a/TODO-promises.html b/TODO-promises.html index cdccc8acb..2034dd2aa 100644 --- a/TODO-promises.html +++ b/TODO-promises.html @@ -17,7 +17,7 @@ diff --git a/authors.html b/authors.html index 337fff0db..5ad4f6d5c 100644 --- a/authors.html +++ b/authors.html @@ -17,7 +17,7 @@ @@ -192,21 +192,21 @@
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.1.9000, +R package version 1.10.0, 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.1.9000,
+ note = {R package version 1.10.0,
https://github.com/rstudio/shiny},
url = {https://shiny.posit.co/},
}
diff --git a/index.html b/index.html
index 1891cf111..0a1953887 100644
--- a/index.html
+++ b/index.html
@@ -34,7 +34,7 @@
diff --git a/news/index.html b/news/index.html
index 778060c0f..40df2f949 100644
--- a/news/index.html
+++ b/news/index.html
@@ -17,7 +17,7 @@
@@ -44,20 +44,20 @@
Small improvements to the default pulse busy indicator to better blend with any background. It’s also now slightly smaller by default. (#4122)
When spinners and the pulse busy indicators are enabled, Shiny now shows the pulse indicator when dynamic UI elements are recalculating if no other spinners are present in the app. (#4137)
Improve collection of deep stack traces (stack traces that are tracked across steps in an async promise chain) with coro async generators such as elmer chat streams. Previously, Shiny treated each iteration of an async generator as a distinct deep stack, leading to pathologically long stack traces; now, Shiny only keeps/prints unique deep stack trace, discarding duplicates. (#4156)
Added an example to the ExtendedTask documentation. (@daattali #4087)
Fixed a bug in conditionalPanel() that would cause the panel to repeatedly show/hide itself when the provided condition was not boolean. (@kamilzyla, #4127)
Fixed a bug with sliderInput() when used as a range slider that made it impossible to change the slider value when both handles were at the maximum value. (#4131)
dateInput and dateRangeInput no longer send immediate updates to the server when the user is typing a date input. Instead, it waits until the user presses Enter or clicks out of the field to send the update, avoiding spurious and incorrect date values. Note that an update is still sent immediately when the field is cleared. (#3664)
R/extended-task.R
+ Source: R/extended-task.R
ExtendedTask.Rd