Skip to content

Commit 9748a8f

Browse files
3.8.3
1 parent 8cb5cf7 commit 9748a8f

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

dist/jspdf.plugin.autotable.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
*
3-
* jsPDF AutoTable plugin v3.8.2
3+
* jsPDF AutoTable plugin v3.8.3
44
*
55
* Copyright (c) 2024 Simon Bengtsson, https://github.com/simonbengtsson/jsPDF-AutoTable
66
* Licensed under the MIT License.
@@ -490,7 +490,6 @@ function parseCss(supportedFonts, element, scaleFactor, style, window) {
490490
}
491491
}
492492
}
493-
console.log(result.lineWidth);
494493
var borderColor = parseColor(element, function (elem) {
495494
return window.getComputedStyle(elem)[borderColorSide];
496495
});

dist/jspdf.plugin.autotable.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jspdf.plugin.autotable.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ function parseCss(supportedFonts, element, scaleFactor, style, window) {
142142
}
143143
}
144144
}
145-
console.log(result.lineWidth);
146145
var borderColor = parseColor(element, function (elem) {
147146
return window.getComputedStyle(elem)[borderColorSide];
148147
});

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspdf-autotable",
3-
"version": "3.8.2",
3+
"version": "3.8.3",
44
"description": "Generate pdf tables with javascript (jsPDF plugin)",
55
"main": "dist/jspdf.plugin.autotable.js",
66
"exports": {

0 commit comments

Comments
 (0)