Updated pdfmake to 0.1.29

Improved performance to pdf generation significantly!
This commit is contained in:
Emanuel Schütze 2017-05-31 23:10:26 +02:00
parent 5771eab820
commit 5e8a508890
2 changed files with 3 additions and 1 deletions

View File

@ -52,6 +52,8 @@ General:
- Switched from npm to Yarn [#3188]. - Switched from npm to Yarn [#3188].
- Several bugfixes and minor improvements. - Several bugfixes and minor improvements.
- Bugfixes for PDF creation [#3227, #3251] - Bugfixes for PDF creation [#3227, #3251]
- Improved performance for pdf generation significantly (by upgrading
to pdfmake 0.1.29) [#3278].
Version 2.1.1 (2017-04-05) Version 2.1.1 (2017-04-05)

View File

@ -35,7 +35,7 @@
"ngstorage": "~0.3.11", "ngstorage": "~0.3.11",
"ngBootbox": "~0.1.3", "ngBootbox": "~0.1.3",
"papaparse": "~4.1.2", "papaparse": "~4.1.2",
"pdfmake": "0.1.27", "pdfmake": "0.1.29",
"roboto-fontface": "~0.6.0" "roboto-fontface": "~0.6.0"
}, },
"overrides": { "overrides": {