pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/R-DT (textproc/R-DT) Updated 0.15 to 0.19
details: https://anonhg.NetBSD.org/pkgsrc/rev/c3af225b24ed
branches: trunk
changeset: 457887:c3af225b24ed
user: mef <mef%pkgsrc.org@localhost>
date: Sat Sep 04 12:34:42 2021 +0000
description:
(textproc/R-DT) Updated 0.15 to 0.19
(from: https://github.com/rstudio/DT/releases/tag/v0.19 etc)
DT 0.19
NEW FEATUERS
* Add vertical and opacity option to filter which applies to the noUiSliders.
This is useful with limited width DataTables to prevent x overflow (thanks,
@alexvpickering, #919).
* Now the user is able to restrict the editing to accept only numbers by,
e.g., datatable(..., editable = list(target = "cell", numeric = 3:5)). By
default, the editing is restricted to numbers for all numeric columns; set
numeric = "none" to disable this behavior (thanks, @stla, #860 #824).
* Now the user can request text areas for the editing by, e.g., datatable
(..., editable = list(target = "cell", area = 1:2)). Text areas are useful
for cells with large contents (thanks, @stla #860, @fabiangehring #671).
MAJOR CHANGES
* Upgraded jQuery from v1.12.4 to v3.x imported from the jquerylib R package.
DT 0.18
NEW FEATURES
* datatable()'s style argument now defaults to 'auto', which resolves to
either 'bootstrap' or 'bootstrap4' when a {bslib} theme is relevant. If a
{bslib} theme isn't relevant, 'auto' resolves to the old default value of
'default' (thanks, @cpsievert, #852).
* Add a new function styleRow(). It's useful when you want to apply CSS
styles based on Row Indexes (thanks, @s-fleck, #894).
BUG FIXES
* datatable(data) and datatable(data, fillContainer = TRUE) now work as
expected when statically rendered inside flexdashboard::flex_dashboard()
(thanks, @cpsievert, #904).
DT 0.17
NEW FEATURES
* Support the new datatables' extension SearchBuilder. With this new
extension, users can construct a complex search query by adding groups and
conditions. Note, as the time of writing, this extension only works on the
client-side processing mode (thanks, @stla, #875)
* Add a new plugin diacritics-neutralise, which can be used for searching
accented, non-Latin characters with their unaccented counterparts. Note, it
will only work in the client-side processing mode (thanks,
@tyler-richardett, #887).
MINOR CHANGES
* The autoHideNavigation argument now works with the default theme. In
addition, the prerequisite is properly documented. Specifically speaking,
it only works when the pageLength option is provided and is rendered in the
client-side processing mode (thanks, @bhogan-mitre, #856).
* When editing factor columns, editData() now automatically updates the
factor levels if it's necessary (thanks, @aman-malik3010, #865).
BUG FIXES
* Fix the issue that addRow() would fail when the proxy DT table contains no
data (e.g., a zero-row data.frame) (thanks, @chalioui, #888).
* DT no longer overrides the options$responsive to TRUE. Thus, it enables
users to provide customized options for the Responsive extension (thanks,
@hdrab127, #885).
DT 0.16
NEW FEATURES
* Add a new plugin accent-neutralise, which can be used for searching
accented characters with their unaccented counterparts. Note, it will only
work in the client-side processing mode (#822).
* addRow() now has a new parameter resetPaging. By setting it to FALSE, we
can keep the paging position after adding a row (thanks, @stanstrup, #853).
MINOR CHANGES
* Upgrade the SearchPanes extension to v1.1.1 so that it can display all the
entries properly with the Scroller extension (thanks, @JonasMandel @stla, #
820).
* The class argument now keeps user-defined classes with bootstrap themes
(thanks, @mmuurr, #806).
* Now DT will throw a clear error message if the value of search provided in
datatables(..., options=) is illegal (thanks, @realHenningLorenzen, #848).
BUG FIXES
* Fix the issue that the sorting results may not be expected after formatting
functions applied. This is a regression of PR #777 (thanks,
@fernandofernandezgonzalez @shrektan, #837).
* styleColorBar() now displays correctly on Safari, when the data is greater
than the upper limit, due to negative css percentage values (thanks,
@Seyphaton, #843).
diffstat:
textproc/R-DT/Makefile | 4 ++--
textproc/R-DT/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 68d65ca5df3c -r c3af225b24ed textproc/R-DT/Makefile
--- a/textproc/R-DT/Makefile Sat Sep 04 11:51:33 2021 +0000
+++ b/textproc/R-DT/Makefile Sat Sep 04 12:34:42 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2020/09/20 09:33:39 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/09/04 12:34:42 mef Exp $
R_PKGNAME= DT
-R_PKGVER= 0.15
+R_PKGVER= 0.19
CATEGORIES= textproc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r 68d65ca5df3c -r c3af225b24ed textproc/R-DT/distinfo
--- a/textproc/R-DT/distinfo Sat Sep 04 11:51:33 2021 +0000
+++ b/textproc/R-DT/distinfo Sat Sep 04 12:34:42 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/09/20 09:33:39 mef Exp $
+$NetBSD: distinfo,v 1.3 2021/09/04 12:34:42 mef Exp $
-SHA1 (R/DT_0.15.tar.gz) = e0cf0fd454f2311ccad27bb4ac9e5a8bd624e760
-RMD160 (R/DT_0.15.tar.gz) = 50e336a9d944c3a7934d8fb5c352e8de3f4b183b
-SHA512 (R/DT_0.15.tar.gz) = ed23d756fbb3a9e6a1b48282b36540b9bc618bd10d6c594ae971581272d1be739062794c32df6f49a09e017eef386131792ec0828fc48d81d05b79542a44b1f7
-Size (R/DT_0.15.tar.gz) = 1508722 bytes
+SHA1 (R/DT_0.19.tar.gz) = 0348a853841121251a5ac4acc71b7516ff91afd0
+RMD160 (R/DT_0.19.tar.gz) = c4f106df3393af536dbd232278a49950152c4bec
+SHA512 (R/DT_0.19.tar.gz) = 9f3ae844aff34b432bd61d258c28f954dafab28565522b2e7006b3e0df2793562ce49dd52388c2666a0174dc62cddbf998582f5472db52d1699cf7ddb6b9453f
+Size (R/DT_0.19.tar.gz) = 1545669 bytes
Home |
Main Index |
Thread Index |
Old Index