We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f7b14 commit ac841bcCopy full SHA for ac841bc
NEWS.md
@@ -1,7 +1,11 @@
1
# reactR 0.3.1
2
3
-* Add `usethis` dependency
+* Update react and react-dom to 16.8.1
4
+* Add `usethis` R dependency
5
* Ignore node_modules in `.Rbuildignore` and `.gitignore`
6
+* Set `{modules:false}` in `babel_transform` to avoid `"use strict"`; [pull 15](https://github.com/react-R/reactR/pull/15)
7
+* Use webpack to build `react-tools.js`; [pull 16](https://github.com/react-R/reactR/pull/16)
8
+* Attach component to the htmlwidget
9
10
# reactR 0.3.0
11
0 commit comments