pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-crosstalk



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Jun 13 13:15:58 UTC 2023

Modified Files:
        pkgsrc/textproc/R-crosstalk: Makefile distinfo

Log Message:
(textproc/R-crosstalk) 1.1.1 to 1.2.0

## crosstalk 1.2.0

### Breaking changes

* Removed the Bootstrap HTML dependency attached to `filter_select()`,
  `filter_checkbox()`, and `bscols()`. This allows `{crosstalk}` to be
  used in a non-Bootstrap CSS framework (e.g., `{distill}`) without
  de-grading the overall look. If this change happens to break
  functionality or de-grade the overall appearance of your
  `{crosstalk}` site, consider adding
  `bslib::bs_theme_dependencies(bslib::bs_theme(version = 3))` to the
  UI definition, which will add back the Bootstrap dependency.

### Improvements

* Upgraded `filter_select()`'s selectize.js dependency to v0.12.4.


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

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

Modified files:

Index: pkgsrc/textproc/R-crosstalk/Makefile
diff -u pkgsrc/textproc/R-crosstalk/Makefile:1.3 pkgsrc/textproc/R-crosstalk/Makefile:1.4
--- pkgsrc/textproc/R-crosstalk/Makefile:1.3    Wed Sep  8 02:24:26 2021
+++ pkgsrc/textproc/R-crosstalk/Makefile        Tue Jun 13 13:15:58 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2021/09/08 02:24:26 mef Exp $
+# $NetBSD: Makefile,v 1.4 2023/06/13 13:15:58 mef Exp $
 
 R_PKGNAME=     crosstalk
-R_PKGVER=      1.1.1
+R_PKGVER=      1.2.0
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/textproc/R-crosstalk/distinfo
diff -u pkgsrc/textproc/R-crosstalk/distinfo:1.4 pkgsrc/textproc/R-crosstalk/distinfo:1.5
--- pkgsrc/textproc/R-crosstalk/distinfo:1.4    Tue Oct 26 11:21:30 2021
+++ pkgsrc/textproc/R-crosstalk/distinfo        Tue Jun 13 13:15:58 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:21:30 nia Exp $
+$NetBSD: distinfo,v 1.5 2023/06/13 13:15:58 mef Exp $
 
-BLAKE2s (R/crosstalk_1.1.1.tar.gz) = 085434f011d4c4951d82992df0ff2b0adda787a87439ff4520d3dd28d7eac68b
-SHA512 (R/crosstalk_1.1.1.tar.gz) = 49042a544855c9bf13a2703f26d6347d9c9d114272f15a2cf4202fe677913fedd7b5899b4fc719f599ed8dc63cba9ad29fefb7f83a2bc2cf5845ecf9896f72d0
-Size (R/crosstalk_1.1.1.tar.gz) = 676543 bytes
+BLAKE2s (R/crosstalk_1.2.0.tar.gz) = 21c7379a935e11762c538d92cacc932fe252744d3230347c5da3b2ed3fdeda0f
+SHA512 (R/crosstalk_1.2.0.tar.gz) = b14eeb88f0d0e57b3637e3fa69b16a9c82e191c9f1b39f75ed7c74b34a5d68585c5a9064576fb0d50429276cc6d9046ec7e385a6f494653f6d1517e91cbc7a7f
+Size (R/crosstalk_1.2.0.tar.gz) = 296495 bytes



Home | Main Index | Thread Index | Old Index