Skip to content

Commit 30880b4

Browse files
authored
2.4.0
1 parent 5f52ff8 commit 30880b4

File tree

109 files changed

+20740
-27829
lines changed

Some content is hidden

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

109 files changed

+20740
-27829
lines changed

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Copyright
2-
(c) 2010-2020 James Hall, https://github.com/MrRio/jsPDF
3-
(c) 2015-2020 yWorks GmbH, https://www.yworks.com/
2+
(c) 2010-2021 James Hall, https://github.com/MrRio/jsPDF
3+
(c) 2015-2021 yWorks GmbH, https://www.yworks.com/
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

README.md

+4-4
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.3.1/jspdf.umd.min.js"></script>
32+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.4.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.3.1/polyfills.umd.js"></script>
181+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.4.0/polyfills.umd.js"></script>
182182
```
183183

184184
## Use of Unicode Characters / UTF-8:
@@ -263,8 +263,8 @@ You can find information about building and testing jsPDF in the
263263
## License (MIT)
264264

265265
Copyright
266-
(c) 2010-2020 James Hall, https://github.com/MrRio/jsPDF
267-
(c) 2015-2020 yWorks GmbH, https://www.yworks.com/
266+
(c) 2010-2021 James Hall, https://github.com/MrRio/jsPDF
267+
(c) 2015-2021 yWorks GmbH, https://www.yworks.com/
268268

269269
Permission is hereby granted, free of charge, to any person obtaining
270270
a copy of this software and associated documentation files (the

bower.json

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

0 commit comments

Comments
 (0)