mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Don't require session to be explicitly passed to invalidateLater
These functions were created before getDefaultReactiveDomain() existed, so the only way to get ahold of the current session was if the caller explicitly passed it. This is slightly backwards incompatible, in that existing calls to invalidateLater() that don't pass a session argument will behave slightly differently (bound to the current session instead of to no session), but those calls would have triggered a warning for all but the very earliest versions of Shiny.
This commit is contained in:
3
NEWS
3
NEWS
@@ -30,6 +30,9 @@ shiny 0.12.2.9000
|
||||
Shiny UI/server logic and 2) make authoring and maintaining complex Shiny
|
||||
apps much easier. See the article linked from `?callModule`.
|
||||
|
||||
* `invalidateLater` and `reactiveTimer` no longer require an explicit `session`
|
||||
argument; the default value uses the current session.
|
||||
|
||||
shiny 0.12.2
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user