Compare commits

...

1 Commits

Author SHA1 Message Date
Carson
7eb2191601 Follow up to #3870: fix location of news item 2025-06-16 11:10:02 -05:00

View File

@@ -39,6 +39,8 @@
* Fixed an issue with `ExtendedTask` where synchronous errors would cause an error that would stop the current session. (#4225)
* `shiny::shinyAppTemplate()` no longer errors without a call to `library(shiny)`. (#3870)
# shiny 1.10.0
## New features and improvements
@@ -198,8 +200,6 @@ In addition, various properties of the spinners and pulse can be customized with
* Fixed #3833: When `width` is provided to `textAreaInput()`, we now correctly set the width of the `<textarea>` element. (#3838)
* `shiny::shinyAppTemplate()` no longer errors without a call to `library(shiny)`. (#3870)
# shiny 1.7.4.1
## Full changelog