diff --git a/DESCRIPTION b/DESCRIPTION index f873a98..16fae4a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: shinyjs Title: Easily Improve the User Experience of Your Shiny Apps in Seconds -Version: 2.0.0.9001 +Version: 2.1.0 Authors@R: person("Dean", "Attali", email = "daattali@gmail.com", role = c("aut", "cre"), @@ -27,7 +27,6 @@ Suggests: shinydisconnect, testthat (>= 0.9.1) License: MIT + file LICENSE -LazyData: true VignetteBuilder: knitr Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 diff --git a/NEWS.md b/NEWS.md index 1c82da4..249c4b1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# Unreleased version +# shinyjs 2.1.0 (2021-12-20) - New feature: you can now reset all inputs on the page by calling `reset()` with no arguments (#222) - New feature: Add a `removeEvent()` function which removes events added to HTML elements with `onclick()` or `onevent()` (#244) diff --git a/inst/srcjs/shinyjs-default-funcs.js b/inst/srcjs/shinyjs-default-funcs.js index 624e92f..cb89ab1 100644 --- a/inst/srcjs/shinyjs-default-funcs.js +++ b/inst/srcjs/shinyjs-default-funcs.js @@ -1,4 +1,4 @@ -// shinyjs 2.0.0 by Dean Attali +// shinyjs 2.1.0 by Dean Attali // Perform common JavaScript operations in Shiny apps using plain R code shinyjs = function() {