From e2113bfb94681676fd3c30a1ac44541e00f8788a Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 4 Jun 2023 02:02:23 +0000 Subject: [PATCH] (www/R-shinyjs) Updated 2.0.0 to 2.1.0 # 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) --- www/R-shinyjs/Makefile | 4 ++-- www/R-shinyjs/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/R-shinyjs/Makefile b/www/R-shinyjs/Makefile index 5c227393d9c6..ba746dd94761 100644 --- a/www/R-shinyjs/Makefile +++ b/www/R-shinyjs/Makefile @@ -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= pkgsrc-users@NetBSD.org diff --git a/www/R-shinyjs/distinfo b/www/R-shinyjs/distinfo index 58628df100cc..22ac93badd70 100644 --- a/www/R-shinyjs/distinfo +++ b/www/R-shinyjs/distinfo @@ -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