NEWS


shiny.react 0.4.0 (2024-05-20)

shiny.react 0.3.0 (2022-12-25)

  1. Render React asynchronously and only once Shiny is fully initialized:
    • reactOutput() can now be nested.
    • ShinyProxy is no longer needed and was removed from the JavaScript API.
  2. Support rate limiting (debounce and throttle) in InputAdapter.
  3. updateReactInput() now works correctly with tibbles.

shiny.react 0.2.3 (2021-09-08)

Improved documentation, including a tutorial vignette.

shiny.react 0.2.2

shiny.react 0.2.1

Minor changes for CRAN resubmission.

shiny.react 0.2.0

This is the first public release, with several big interface changes:

shiny.react 0.1.0

Initial release made available to the early access group.