Skip to content

Commit d0c605f

Browse files
authored
3.0.0
1 parent 7aa332e commit d0c605f

File tree

99 files changed

+111
-111
lines changed

Some content is hidden

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

99 files changed

+111
-111
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ yarn add jspdf
2929
Alternatively, load it from a CDN:
3030

3131
```html
32-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.2/jspdf.umd.min.js"></script>
32+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/3.0.0/jspdf.umd.min.js"></script>
3333
```
3434

3535
Or always get latest version via [unpkg](https://unpkg.com/browse/jspdf/)
@@ -178,7 +178,7 @@ Alternatively, you can load the prebundled polyfill file. This is not recommende
178178
loading polyfills multiple times. Might still be nifty for small applications or quick POCs.
179179

180180
```html
181-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.2/polyfills.umd.js"></script>
181+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/3.0.0/polyfills.umd.js"></script>
182182
```
183183

184184
## Use of Unicode Characters / UTF-8:

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspdf",
3-
"version": "2.5.2",
3+
"version": "3.0.0",
44
"homepage": "https://github.com/mrrio/jspdf",
55
"description": "PDF Document creation from JavaScript",
66
"main": [

dist/jspdf.es.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @license
22
*
33
* jsPDF - PDF Document creation from JavaScript
4-
* Version 2.5.2 Built on 2024-09-17T13:29:57.859Z
4+
* Version 3.0.0 Built on 2025-02-19T09:26:58.791Z
55
* CommitID 00000000
66
*
77
* Copyright (c) 2010-2021 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
@@ -6679,7 +6679,7 @@ jsPDF.API = {
66796679
* @memberof jsPDF#
66806680
*/
66816681

6682-
jsPDF.version = "2.5.2";
6682+
jsPDF.version = "3.0.0";
66836683

66846684
var jsPDFAPI = jsPDF.API;
66856685
var scaleFactor = 1;

dist/jspdf.es.min.js

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

dist/jspdf.node.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @license
22
*
33
* jsPDF - PDF Document creation from JavaScript
4-
* Version 2.5.2 Built on 2024-09-17T13:29:57.860Z
4+
* Version 3.0.0 Built on 2025-02-19T09:26:58.792Z
55
* CommitID 00000000
66
*
77
* Copyright (c) 2010-2021 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
@@ -6891,7 +6891,7 @@ jsPDF.API = {
68916891
* @type {string}
68926892
* @memberof jsPDF#
68936893
*/
6894-
jsPDF.version = "2.5.2";
6894+
jsPDF.version = "3.0.0";
68956895

68966896
/* global jsPDF */
68976897

dist/jspdf.node.min.js

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

dist/jspdf.umd.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @license
22
*
33
* jsPDF - PDF Document creation from JavaScript
4-
* Version 2.5.2 Built on 2024-09-17T13:29:57.856Z
4+
* Version 3.0.0 Built on 2025-02-19T09:26:58.789Z
55
* CommitID 00000000
66
*
77
* Copyright (c) 2010-2021 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
@@ -6698,7 +6698,7 @@
66986698
* @memberof jsPDF#
66996699
*/
67006700

6701-
jsPDF.version = "2.5.2";
6701+
jsPDF.version = "3.0.0";
67026702

67036703
var jsPDFAPI = jsPDF.API;
67046704
var scaleFactor = 1;

dist/jspdf.umd.min.js

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

dist/polyfills.es.js

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

dist/polyfills.umd.js

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

docs/GState.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ <h5>Type:</h5>
458458
<br class="clear">
459459

460460
<footer>
461-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Sep 17 2024 15:30:15 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
461+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Wed Feb 19 2025 10:27:16 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
462462
</footer>
463463

464464
<script>prettyPrint();</script>

docs/Matrix.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1753,7 +1753,7 @@ <h4 class="name" id="toString"><span class="type-signature"></span>toString<span
17531753
<br class="clear">
17541754

17551755
<footer>
1756-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Sep 17 2024 15:30:15 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1756+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Wed Feb 19 2025 10:27:16 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
17571757
</footer>
17581758

17591759
<script>prettyPrint();</script>

docs/global.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2198,7 +2198,7 @@ <h5>Type:</h5>
21982198
<br class="clear">
21992199

22002200
<footer>
2201-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Sep 17 2024 15:30:15 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2201+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Wed Feb 19 2025 10:27:15 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
22022202
</footer>
22032203

22042204
<script>prettyPrint();</script>

docs/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2>Install</h2>
7676
yarn add jspdf
7777
</code></pre>
7878
<p>Alternatively, load it from a CDN:</p>
79-
<pre class="prettyprint source lang-html"><code>&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.2/jspdf.umd.min.js&quot;>&lt;/script>
79+
<pre class="prettyprint source lang-html"><code>&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf/3.0.0/jspdf.umd.min.js&quot;>&lt;/script>
8080
</code></pre>
8181
<p>Or always get latest version via <a href="https://unpkg.com/browse/jspdf/">unpkg</a></p>
8282
<pre class="prettyprint source lang-html"><code>&lt;script src=&quot;https://unpkg.com/jspdf@latest/dist/jspdf.umd.min.js&quot;>&lt;/script>
@@ -181,7 +181,7 @@ <h3>Polyfills</h3>
181181
</code></pre>
182182
<p>Alternatively, you can load the prebundled polyfill file. This is not recommended, since you might end up
183183
loading polyfills multiple times. Might still be nifty for small applications or quick POCs.</p>
184-
<pre class="prettyprint source lang-html"><code>&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.2/polyfills.umd.js&quot;>&lt;/script>
184+
<pre class="prettyprint source lang-html"><code>&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf/3.0.0/polyfills.umd.js&quot;>&lt;/script>
185185
</code></pre>
186186
<h2>Use of Unicode Characters / UTF-8:</h2>
187187
<p>The 14 standard fonts in PDF are limited to the ASCII-codepage. If you want to use UTF-8 you have to integrate a
@@ -280,7 +280,7 @@ <h2>License (MIT)</h2>
280280
<br class="clear">
281281

282282
<footer>
283-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Sep 17 2024 15:30:15 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
283+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Wed Feb 19 2025 10:27:15 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
284284
</footer>
285285

286286
<script>prettyPrint();</script>

docs/jsPDF-API.GState.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ <h5>Parameters:</h5>
219219
<br class="clear">
220220

221221
<footer>
222-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Sep 17 2024 15:30:15 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
222+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Wed Feb 19 2025 10:27:16 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
223223
</footer>
224224

225225
<script>prettyPrint();</script>

0 commit comments

Comments
 (0)