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 4d558b1 commit 5dc3f5cCopy full SHA for 5dc3f5c
NEWS.md
@@ -1,9 +1,11 @@
1
-# master
+# reactR 0.4.1
2
3
* Add support for `shiny::registerInputHandler` in Shiny inputs; [pull 28](https://github.com/react-R/reactR/pull/28)
4
5
* Add support for Shiny rate limit [pull 29](https://github.com/react-R/reactR/pull/29)
6
7
+* Update react to `16.8.6`
8
+
9
# reactR 0.4.0
10
11
* Add Shiny input scaffold and functionality; [tutorial](https://react-r.github.io/reactR/articles/intro_inputs.html) and [pull 22](https://github.com/react-R/reactR/pull/22) thanks @alandipert
R/meta.R
@@ -1,3 +1,3 @@
#'@keywords internal
-react_version <- function(){'16.8.1'}
+react_version <- function(){'16.8.6'}
babel_version <- function(){'6.26.0'}
0 commit comments