v0.2.0
This is the first public release, with several big interface changes:
- Removed
withReact()
. Components now work without it! - Added
.shinyInput
suffix to components with interface modified to match vanilla Shiny inputs.
The corresponding components without the suffix now expose unaltered React interface. - Changed naming convention to
camelCase
. - Added
setInput()
andtriggerEvent()
helpers.