@syncfusion/ej2-pdf-export 25.1.35 → 25.1.38
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 +9 -1
- package/dist/ej2-pdf-export.min.js +2 -2
- package/dist/ej2-pdf-export.umd.min.js +2 -2
- package/dist/ej2-pdf-export.umd.min.js.map +1 -1
- package/dist/es6/ej2-pdf-export.es2015.js +11 -11
- package/dist/es6/ej2-pdf-export.es2015.js.map +1 -1
- package/dist/es6/ej2-pdf-export.es5.js +11 -11
- package/dist/es6/ej2-pdf-export.es5.js.map +1 -1
- package/dist/global/ej2-pdf-export.min.js +2 -2
- package/dist/global/ej2-pdf-export.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +5 -5
- package/src/implementation/structured-elements/grid/layout/grid-layouter.js +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- The border preservation issue of the parent grid cell has been resolved.
|
|
10
|
+
|
|
11
|
+
## 25.1.35 (2024-03-15)
|
|
12
|
+
|
|
13
|
+
### Pdf Export
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
9
17
|
- The issue with the missing `PdfPageNumberField` on the minified file has been resolved.
|
|
10
18
|
|
|
11
19
|
### Pdf Export
|
|
@@ -44,4 +52,4 @@
|
|
|
44
52
|
|
|
45
53
|
#### Bug Fixes
|
|
46
54
|
|
|
47
|
-
- `#I452302` - Resolved the PDF grid row preservation issue.
|
|
55
|
+
- `#I452302` - Resolved the PDF grid row preservation issue.
|