- Fix issue where the
react-tools.umd.cjsscript could be blocked by the browser in some cases, such as apps deployed on shinyapps.io #86
- retain
listinreactR::componentclasses #82 - hydrate props/attribs that are tags assuming tag-like props/attribs should be slots#67 #61
- update build tools to
vitefromwebpack - update js testing library from
karmatovitest
- Update react to
18.2.0
-
Update react to
16.12.0 -
Add
style-loaderandcss-loaderto webpack config pull 50 -
Update to
PACKAGE::widget_html.WIDGETNAMEfor newhtmlwidgetsconvention pull 49 -
Clean up template pull 45
-
Add element to Shiny input pull 41
-
Upgrade npm dependencies
-
Update react to
16.12.0 -
Update core-js to
2.6.11
-
Add support for
shiny::registerInputHandlerin Shiny inputs; pull 28 -
Add support for Shiny rate limit pull 29
-
Update react to
16.8.6 -
Add
mobxdependencies available throughhtml_dependency_mobx()
- Update react and react-dom to 16.8.1
- Add
usethisR dependency - Ignore node_modules in
.Rbuildignoreand.gitignore - Set
{modules:false}inbabel_transformto avoid"use strict"; pull 15 - Use webpack to build
react-tools.js; pull 16 - Attach component to the htmlwidget
- Add htmlwidget scaffold and helpers (see tutorial)
- Update react and react-dom to 16.6.7
- Update react and react-dom to 16.6.0
- Update react and react-dom to 16.2.0
- Add core-js shim so that React will show up in RStudio Viewer
- Update react and react-dom to 16.1.1
- Update react and react-dom to 16.0.0
- Update babel to 6.26.0
- Update to react
15.5.0 - Update to babel
6.24.0 - Add fluent-ui(fabric) example
- Build doc site with
pkgdown
- Added a
NEWS.mdfile to track changes to the package. - Provide offline babel-standalone for babel_transform
- Initial release