Skip to content

Commit 69eb04e

Browse files
chore(release): 0.13.0 [skip ci]
1 parent a4c4916 commit 69eb04e

10 files changed

Lines changed: 30108 additions & 6467 deletions

dist/html2pdf.bundle.js

Lines changed: 277 additions & 111 deletions
Large diffs are not rendered by default.

dist/html2pdf.bundle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/html2pdf.bundle.min.js.LICENSE.txt

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
*/
66

77
/*!
8-
* html2pdf.js v0.12.1
9-
* Copyright (c) 2025 Erik Koopmans
8+
* html2pdf.js v0.13.0
9+
* Copyright (c) 2026 Erik Koopmans
1010
* Released under the MIT License.
1111
*/
1212

@@ -172,8 +172,6 @@ PERFORMANCE OF THIS SOFTWARE.
172172

173173
/*! ../internals/get-iterator-method */
174174

175-
/*! ../internals/get-json-replacer-function */
176-
177175
/*! ../internals/get-method */
178176

179177
/*! ../internals/get-set-record */
@@ -222,6 +220,8 @@ PERFORMANCE OF THIS SOFTWARE.
222220

223221
/*! ../internals/is-pure */
224222

223+
/*! ../internals/is-raw-json */
224+
225225
/*! ../internals/is-regexp */
226226

227227
/*! ../internals/is-symbol */
@@ -256,6 +256,8 @@ PERFORMANCE OF THIS SOFTWARE.
256256

257257
/*! ../internals/microtask */
258258

259+
/*! ../internals/native-raw-json */
260+
259261
/*! ../internals/new-promise-capability */
260262

261263
/*! ../internals/not-a-regexp */
@@ -296,6 +298,8 @@ PERFORMANCE OF THIS SOFTWARE.
296298

297299
/*! ../internals/own-keys */
298300

301+
/*! ../internals/parse-json-string */
302+
299303
/*! ../internals/path */
300304

301305
/*! ../internals/perform */
@@ -530,7 +534,7 @@ PERFORMANCE OF THIS SOFTWARE.
530534

531535
/*! @babel/runtime/helpers/typeof */
532536

533-
/*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */
537+
/*! @license DOMPurify 3.3.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.0/LICENSE */
534538

535539
/*! canvg */
536540

@@ -652,7 +656,7 @@ PERFORMANCE OF THIS SOFTWARE.
652656

653657
/*! iobuffer */
654658

655-
/*! jspdf */
659+
/*! jspdf/dist/jspdf.es.min.js */
656660

657661
/*! pako */
658662

@@ -954,6 +958,10 @@ PERFORMANCE OF THIS SOFTWARE.
954958
!*** ./node_modules/core-js/internals/is-iterable.js ***!
955959
\*******************************************************/
956960

961+
/*!*******************************************************!*\
962+
!*** ./node_modules/core-js/internals/is-raw-json.js ***!
963+
\*******************************************************/
964+
957965
/*!*******************************************************!*\
958966
!*** ./node_modules/core-js/internals/object-keys.js ***!
959967
\*******************************************************/
@@ -1246,6 +1254,10 @@ PERFORMANCE OF THIS SOFTWARE.
12461254
!*** ./node_modules/core-js/internals/iterator-define.js ***!
12471255
\***********************************************************/
12481256

1257+
/*!***********************************************************!*\
1258+
!*** ./node_modules/core-js/internals/native-raw-json.js ***!
1259+
\***********************************************************/
1260+
12491261
/*!***********************************************************!*\
12501262
!*** ./node_modules/core-js/internals/promise-resolve.js ***!
12511263
\***********************************************************/
@@ -1362,6 +1374,10 @@ PERFORMANCE OF THIS SOFTWARE.
13621374
!*** ./node_modules/core-js/internals/internal-metadata.js ***!
13631375
\*************************************************************/
13641376

1377+
/*!*************************************************************!*\
1378+
!*** ./node_modules/core-js/internals/parse-json-string.js ***!
1379+
\*************************************************************/
1380+
13651381
/*!*************************************************************!*\
13661382
!*** ./node_modules/core-js/internals/safe-get-built-in.js ***!
13671383
\*************************************************************/
@@ -1754,10 +1770,6 @@ PERFORMANCE OF THIS SOFTWARE.
17541770
!*** ./node_modules/core-js/internals/create-property-descriptor.js ***!
17551771
\**********************************************************************/
17561772

1757-
/*!**********************************************************************!*\
1758-
!*** ./node_modules/core-js/internals/get-json-replacer-function.js ***!
1759-
\**********************************************************************/
1760-
17611773
/*!**********************************************************************!*\
17621774
!*** ./node_modules/core-js/internals/promise-native-constructor.js ***!
17631775
\**********************************************************************/

dist/html2pdf.bundle.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)