Improved documentation, including a tutorial vignette.
updateReactInput()
applies namespace automatically.updateReactInput()
can be used to update components created with ButtonAdapter.Minor changes for CRAN resubmission.
This is the first public release, with several big interface changes:
withReact()
. Components now work without it!make_input()
, make_output()
and mark_as_react_tag()
. Components can now be defined by combining reactElement()
and asProps()
.reactWidget()
- no longer applicable / necessary.ShinyComponentWrapper
to ShinyBindingWrapper
and made it internal.setInput()
and triggerEvent()
helpers.Initial release made available to the early access group.