pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/R-shinyjs



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  4 02:02:23 UTC 2023

Modified Files:
        pkgsrc/www/R-shinyjs: Makefile distinfo

Log Message:
(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)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/R-shinyjs/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/R-shinyjs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/R-shinyjs/Makefile
diff -u pkgsrc/www/R-shinyjs/Makefile:1.2 pkgsrc/www/R-shinyjs/Makefile:1.3
--- pkgsrc/www/R-shinyjs/Makefile:1.2   Tue Aug 24 11:36:24 2021
+++ pkgsrc/www/R-shinyjs/Makefile       Sun Jun  4 02:02:23 2023
@@ -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@localhost

Index: pkgsrc/www/R-shinyjs/distinfo
diff -u pkgsrc/www/R-shinyjs/distinfo:1.4 pkgsrc/www/R-shinyjs/distinfo:1.5
--- pkgsrc/www/R-shinyjs/distinfo:1.4   Tue Oct 26 11:29:15 2021
+++ pkgsrc/www/R-shinyjs/distinfo       Sun Jun  4 02:02:23 2023
@@ -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



Home | Main Index | Thread Index | Old Index