pdfmake 0.3.0-beta.14 → 0.3.0-beta.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/CHANGELOG.md +14 -1
  2. package/LICENSE +1 -1
  3. package/README.md +2 -2
  4. package/build/pdfmake.js +61066 -59517
  5. package/build/pdfmake.js.map +1 -1
  6. package/build/pdfmake.min.js +2 -2
  7. package/build/pdfmake.min.js.map +1 -1
  8. package/build/vfs_fonts.js +4 -5
  9. package/fonts/Roboto/Roboto-Italic.ttf +0 -0
  10. package/fonts/Roboto/Roboto-Medium.ttf +0 -0
  11. package/fonts/Roboto/Roboto-MediumItalic.ttf +0 -0
  12. package/fonts/Roboto/Roboto-Regular.ttf +0 -0
  13. package/js/DocMeasure.js +7 -8
  14. package/js/PDFDocument.js +1 -1
  15. package/js/TextBreaker.js +1 -1
  16. package/js/base.js +1 -1
  17. package/js/browser-extensions/URLBrowserResolver.js +10 -5
  18. package/js/browser-extensions/index.js +1 -1
  19. package/js/browser-extensions/standard-fonts/Courier.js +4 -4
  20. package/js/browser-extensions/standard-fonts/Helvetica.js +4 -4
  21. package/js/browser-extensions/standard-fonts/Symbol.js +1 -1
  22. package/js/browser-extensions/standard-fonts/Times.js +4 -4
  23. package/js/browser-extensions/standard-fonts/ZapfDingbats.js +1 -1
  24. package/js/index.js +1 -1
  25. package/package.json +22 -23
  26. package/src/DocMeasure.js +3 -5
  27. package/src/PDFDocument.js +1 -1
  28. package/src/TextBreaker.js +1 -1
  29. package/src/base.js +1 -1
  30. package/src/browser-extensions/URLBrowserResolver.js +10 -5
  31. package/src/browser-extensions/index.js +1 -1
  32. package/src/browser-extensions/standard-fonts/Courier.js +4 -4
  33. package/src/browser-extensions/standard-fonts/Helvetica.js +4 -4
  34. package/src/browser-extensions/standard-fonts/Symbol.js +1 -1
  35. package/src/browser-extensions/standard-fonts/Times.js +4 -4
  36. package/src/browser-extensions/standard-fonts/ZapfDingbats.js +1 -1
  37. package/src/index.js +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.0-beta.16 - 2025-04-26
4
+
5
+ - Update pdfkit to 0.17.0
6
+ - Update Roboto font (version 3.011)
7
+ - Fixed URL resolving for same URL in browser
8
+ - Fixed sharing URL resolver for not available URLs
9
+
10
+ ## 0.3.0-beta.15 - 2025-01-01
11
+
12
+ - Reverted to the original `pdfkit` package, moving away from `@foliojs-fork`
13
+ - Update pdfkit to 0.16.0
14
+ - Fixed a potential issue in the minimized library when detecting the orientation of JPEG images
15
+
3
16
  ## 0.3.0-beta.14 - 2024-12-23
4
17
 
5
- - Fix big size pdfmake bundle for browser
18
+ - Fixed big size pdfmake bundle for browser
6
19
 
7
20
  ## 0.3.0-beta.13 - 2024-12-15
8
21
 
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
  The MIT License (MIT)
2
2
 
3
3
  Copyright (c) 2014-2015 bpampuch
4
- 2016-2024 liborm85
4
+ 2016-2025 liborm85
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy of
7
7
  this software and associated documentation files (the "Software"), to deal in
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # pdfmake [![Node.js CI][githubactions_img]][githubactions_url] [![GitHub][github_img]][github_url] [![npm][npm_img]][npm_url] [![Bower][bower_img]][bower_url] [![Packagist][packagist_img]][packagist_url] [![CDNJS][cdnjs_img]][cndjs_url]
2
2
 
3
- [githubactions_img]: https://github.com/bpampuch/pdfmake/workflows/Node.js%20CI/badge.svg?branch=master
3
+ [githubactions_img]: https://github.com/bpampuch/pdfmake/actions/workflows/node.js.yml/badge.svg?branch=master
4
4
  [githubactions_url]: https://github.com/bpampuch/pdfmake/actions
5
5
 
6
- [github_img]: https://img.shields.io/github/release/bpampuch/pdfmake.svg
6
+ [github_img]: https://img.shields.io/github/release/bpampuch/pdfmake.svg?colorB=0E7FBF
7
7
  [github_url]: https://github.com/bpampuch/pdfmake/releases/latest
8
8
 
9
9
  [npm_img]: https://img.shields.io/npm/v/pdfmake.svg?colorB=0E7FBF