Skip to content

Commit f837b54

Browse files
authored
Upgrade DataTables Library to 1.11.3 (#942)
* when there's a web image on updating datatables library, it should be downloaded before encoded to base64 * upgrade DataTablesVersion * bumper version * upgrade the DataTables' library source files to version 1.11.3
1 parent 9aafe3c commit f837b54

File tree

213 files changed

+1476
-997
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+1476
-997
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: DT
22
Type: Package
33
Title: A Wrapper of the JavaScript Library 'DataTables'
4-
Version: 0.19.1
4+
Version: 0.19.2
55
Authors@R: c(
66
person("Yihui", "Xie", email = "xie@yihui.name", role = c("aut", "cre")),
77
person("Joe", "Cheng", role = "aut"),

R/package.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
#' @import stats utils
66
NULL
77

8-
DataTablesVersion = '1.10.20'
8+
DataTablesVersion = '1.11.3'

inst/htmlwidgets/lib/datatables-extensions/AutoFill/css/autoFill.bootstrap.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/htmlwidgets/lib/datatables-extensions/AutoFill/css/autoFill.bootstrap4.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/htmlwidgets/lib/datatables-extensions/AutoFill/css/autoFill.bootstrap5.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/htmlwidgets/lib/datatables-extensions/AutoFill/css/autoFill.bulma.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/htmlwidgets/lib/datatables-extensions/AutoFill/css/autoFill.dataTables.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/htmlwidgets/lib/datatables-extensions/AutoFill/css/autoFill.foundation.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)