diff --git a/DESCRIPTION b/DESCRIPTION index a1b68d3..a2160c4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: shinyjs Title: Easily Improve the User Experience of Your Shiny Apps in Seconds -Version: 0.8.0.9004 +Version: 0.9 Authors@R: person("Dean", "Attali", email = "daattali@gmail.com", role = c("aut", "cre")) Description: Perform common useful JavaScript operations in Shiny apps that will diff --git a/NEWS.md b/NEWS.md index b48b95f..11aa1fa 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ -# shinyjs 0.8.xxxx +# shinyjs 0.9 + +2016-12-26 - added support for shinyAce editor as the input for `runcodeUI()` (#93) - `showLog()` no longer needs to be specified in `useShinyjs()`, and it can be used by just calling it in the server code once (#105) diff --git a/inst/srcjs/shinyjs-default-funcs.js b/inst/srcjs/shinyjs-default-funcs.js index b07fea3..b0bc08a 100644 --- a/inst/srcjs/shinyjs-default-funcs.js +++ b/inst/srcjs/shinyjs-default-funcs.js @@ -1,4 +1,4 @@ -// shinyjs 0.8 by Dean Attali +// shinyjs 0.9 by Dean Attali // Perform common JavaScript operations in Shiny apps using plain R code shinyjs = function() {