Skip to content

Commit

Permalink
(www/R-shinyjs) Updated 2.0.0 to 2.1.0
Browse files Browse the repository at this point in the history
# 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)
- Fix bug: `disable()` did not work on nested download buttons (#223)
- Fix bug: Don't automatically namespace ID arguments in custom
  extendShinyjs functions (#229)
- Fix bug: ensure that `extendShinyjs()` functions don't overwrite
  native {shinyjs} functions (#230)
  • Loading branch information
mef committed Jun 4, 2023
1 parent 32a2327 commit e2113bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions www/R-shinyjs/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2021/08/24 11:36:24 mef Exp $
# $NetBSD: Makefile,v 1.3 2023/06/04 02:02:23 mef Exp $

R_PKGNAME= shinyjs
R_PKGVER= 2.0.0
R_PKGVER= 2.1.0
CATEGORIES= www

MAINTAINER= [email protected]
Expand Down
8 changes: 4 additions & 4 deletions www/R-shinyjs/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 11:29:15 nia Exp $
$NetBSD: distinfo,v 1.5 2023/06/04 02:02:23 mef Exp $

BLAKE2s (R/shinyjs_2.0.0.tar.gz) = 3802405caa1ec4314c2091ac038e65a43baf1ed01ba40ad6b47aacb9e78618e3
SHA512 (R/shinyjs_2.0.0.tar.gz) = f81abe6d305cfde17a46f1975d4accecf5f2e6dad39b10e04badd16859e490b02f705db474350f1ecfbc62f9e2258e5d2056c30cb7f3273de3c36e156c4820c1
Size (R/shinyjs_2.0.0.tar.gz) = 1043727 bytes
BLAKE2s (R/shinyjs_2.1.0.tar.gz) = e69187180123f7e58815fee7e535c4560e7207faffc7f6651cd8d97e53c8c142
SHA512 (R/shinyjs_2.1.0.tar.gz) = a1c6435be7ccc0d93fab1c3bc484238beab18465bc642235f5ce34d91269e92fdc821f15115183e1b9b10bd20c3a019765fe7152da09067ec704a14099c15eb4
Size (R/shinyjs_2.1.0.tar.gz) = 1019936 bytes

0 comments on commit e2113bf

Please sign in to comment.