File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
Package: shinyjs
2
2
Title: Easily Improve the User Experience of Your Shiny Apps in Seconds
3
- Version: 2.0.0.9001
3
+ Version: 2.1.0
4
4
Authors@R: person("Dean", "Attali",
5
5
email = "daattali@gmail.com",
6
6
role = c("aut", "cre"),
@@ -27,7 +27,6 @@ Suggests:
27
27
shinydisconnect,
28
28
testthat (>= 0.9.1)
29
29
License: MIT + file LICENSE
30
- LazyData: true
31
30
VignetteBuilder: knitr
32
31
Roxygen: list(markdown = TRUE)
33
32
RoxygenNote: 7.1.1
Original file line number Diff line number Diff line change 1
- # Unreleased version
1
+ # shinyjs 2.1.0 (2021-12-20)
2
2
3
3
- New feature: you can now reset all inputs on the page by calling ` reset() ` with no arguments (#222 )
4
4
- New feature: Add a ` removeEvent() ` function which removes events added to HTML elements with ` onclick() ` or ` onevent() ` (#244 )
Original file line number Diff line number Diff line change 1
- // shinyjs 2.0 .0 by Dean Attali
1
+ // shinyjs 2.1 .0 by Dean Attali
2
2
// Perform common JavaScript operations in Shiny apps using plain R code
3
3
4
4
shinyjs = function ( ) {
You can’t perform that action at this time.
0 commit comments