Skip to content

v0.3.0

Compare
Choose a tag to compare
@jakubnowicki jakubnowicki released this 11 Oct 12:03
· 46 commits to main since this release
  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.