@syncfusion/ej2-angular-pdfviewer 30.2.5 → 30.2.6
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
|
@@ -6,6 +6,17 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I751541` - Resolved an issue where annotations were not displayed after saving and reloading the document when using multiple PDF viewers on a single page.
|
|
10
|
+
- `#I754856` - Resolved an issue where the script error occurred when importing annotations with Unicode characters in server rendering mode.
|
|
11
|
+
- `#I750256` - Resolved a script error that occurred when passing long text to the `findText` method.
|
|
12
|
+
- `#I751635` - Resolved an issue where the last few characters were missing when programmatically highlighting multi-line sentences using the `findText`.
|
|
13
|
+
|
|
14
|
+
## 30.2.5 (2025-08-13)
|
|
15
|
+
|
|
16
|
+
### PDF Viewer
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
9
20
|
- `#I747378` - Resolved an issue where custom fonts were not properly applied to form fields when reloading the PDF document.
|
|
10
21
|
- `#I747633` - Resolved an issue where the script error occurs when saving PDF after adding rectangle annotation with zero height and zero width.
|
|
11
22
|
- `#I751778` - Resolved an issue where the annotations in non-rendered pages are not deleting properly when deleted using `deleteAnnotationById` method.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-pdfviewer",
|
|
3
|
-
"version": "30.2.
|
|
3
|
+
"version": "30.2.6",
|
|
4
4
|
"description": "Essential JS 2 PDF viewer Component for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@syncfusion/ej2-base": "~30.2.4",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~30.2.4",
|
|
11
|
-
"@syncfusion/ej2-pdfviewer": "30.2.
|
|
11
|
+
"@syncfusion/ej2-pdfviewer": "30.2.6"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-pdfviewer';
|
|
4
|
-
exports.pkgVer = '^30.2.
|
|
4
|
+
exports.pkgVer = '^30.2.6';
|
|
5
5
|
exports.moduleName = 'PdfViewerModule';
|
|
6
|
-
exports.themeVer = '~30.2.
|
|
6
|
+
exports.themeVer = '~30.2.6';
|