Changes in version 0.6.1 (2024-09-14) - Fix issue where the react-tools.umd.cjs script could be blocked by the browser in some cases, such as apps deployed on shinyapps.io #86 Changes in version 0.6.0 (2024-06-26) - retain list in reactR::component classes #82 - hydrate props/attribs that are tags assuming tag-like props/attribs should be slots#67 #61 - update build tools to vite from webpack - update js testing library from karma to vitest Changes in version 0.5.0 (2023-10-11) - Update react to 18.2.0 Changes in version 0.4.4 (2021-02-22) - Update react to 16.12.0 - Add style-loader and css-loader to webpack config pull 50 - Update to PACKAGE::widget_html.WIDGETNAME for new htmlwidgets convention pull 49 - Clean up template pull 45 Changes in version 0.4.3 (2020-07-12) - Add element to Shiny input pull 41 - Upgrade npm dependencies Changes in version 0.4.2 (2020-01-24) - Update react to 16.12.0 - Update core-js to 2.6.11 Changes in version 0.4.1 (2019-07-07) - Add support for shiny::registerInputHandler in Shiny inputs; pull 28 - Add support for Shiny rate limit pull 29 - Update react to 16.8.6 - Add mobx dependencies available through html_dependency_mobx() Changes in version 0.4.0 (2019-04-17) - Add Shiny input scaffold and functionality; tutorial and pull 22 thanks @alandipert Changes in version 0.3.1 - Update react and react-dom to 16.8.1 - Add usethis R dependency - Ignore node_modules in .Rbuildignore and .gitignore - Set {modules:false} in babel_transform to avoid "use strict"; pull 15 - Use webpack to build react-tools.js; pull 16 - Attach component to the htmlwidget Changes in version 0.3.0 (2019-01-15) - Add htmlwidget scaffold and helpers (see tutorial) - Update react and react-dom to 16.6.7 Changes in version 0.2.1 (2018-10-25) - Update react and react-dom to 16.6.0 Changes in version 0.2.0 (2018-02-21) - Update react and react-dom to 16.2.0 - Add core-js shim so that React will show up in RStudio Viewer Changes in version 0.1.4 (2017-11-22) - Update react and react-dom to 16.1.1 Changes in version 0.1.3 (2017-10-12) - Update react and react-dom to 16.0.0 - Update babel to 6.26.0 Changes in version 0.1.2 (2017-04-10) - Update to react 15.5.0 - Update to babel 6.24.0 - Add fluent-ui(fabric) example - Build doc site with pkgdown Changes in version 0.1.1 - Added a NEWS.md file to track changes to the package. - Provide offline babel-standalone for babel_transform Changes in version 0.1.0 (2016-11-05) - Initial release