@syncfusion/ej2-pdf 24.1.44 → 24.1.48
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 +10 -0
- package/dist/ej2-pdf.umd.min.js +1 -10
- package/dist/ej2-pdf.umd.min.js.map +1 -1
- package/dist/es6/ej2-pdf.es2015.js +548 -167
- package/dist/es6/ej2-pdf.es2015.js.map +1 -1
- package/dist/es6/ej2-pdf.es5.js +582 -167
- package/dist/es6/ej2-pdf.es5.js.map +1 -1
- package/dist/global/ej2-pdf.min.js +1 -10
- package/dist/global/ej2-pdf.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +60 -60
- package/src/pdf/core/annotations/annotation.d.ts +57 -14
- package/src/pdf/core/annotations/annotation.js +129 -34
- package/src/pdf/core/form/field.d.ts +203 -5
- package/src/pdf/core/form/field.js +453 -133
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 24.1.47 (2024-01-23)
|
|
6
|
+
|
|
7
|
+
### PDF Parser
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- The issues related to the preservation of transparent background colour in form fields and free text annotation have been resolved.
|
|
12
|
+
|
|
13
|
+
## 24.1.44 (2024-01-03)
|
|
14
|
+
|
|
5
15
|
### PDF Parser
|
|
6
16
|
|
|
7
17
|
#### Bug Fixes
|