pdfmake 0.2.21 → 0.2.22

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.22 - 2026-01-07
4
+
5
+ - Added object type validation for parameters in method `createPdf` and `createPdfKitDocument`
6
+ - Added support `SVGElement` object for `svg` node (`SVGElement` object is available only in browser)
7
+ - Fixed rendering SVG without viewBox
8
+
3
9
  ## 0.2.21 - 2025-12-22
4
10
 
5
11
  - Added `wordBreak` property for `text` node, supported values: `'normal'` (default), `'break-all'`
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
  The MIT License (MIT)
2
2
 
3
3
  Copyright (c) 2014-2015 bpampuch
4
- 2016-2025 liborm85
4
+ 2016-2026 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