@syncfusion/ej2-angular-pdfviewer 30.2.6 → 30.2.7
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,16 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I756156` - Resolved an issue where the page became unresponsive when searching the provided line in the UI.
|
|
10
|
+
- `#I755829` - Resolved an issue where the exception thrown when saving the customer provided document in server rendering mode.
|
|
11
|
+
- `#I758341` , `#I758504` - Resolved an issue where the script error occurs when retrieving bookmarks in the customer provided document.
|
|
12
|
+
|
|
13
|
+
## 30.2.6 (2025-08-19)
|
|
14
|
+
|
|
15
|
+
### PDF Viewer
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
9
19
|
- `#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
20
|
- `#I754856` - Resolved an issue where the script error occurred when importing annotations with Unicode characters in server rendering mode.
|
|
11
21
|
- `#I750256` - Resolved a script error that occurred when passing long text to the `findText` method.
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-pdfviewer",
|
|
3
|
-
"version": "30.2.
|
|
3
|
+
"version": "30.2.7",
|
|
4
4
|
"description": "Essential JS 2 PDF viewer Component for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~30.2.
|
|
9
|
+
"@syncfusion/ej2-base": "~30.2.6",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~30.2.4",
|
|
11
|
-
"@syncfusion/ej2-pdfviewer": "30.2.
|
|
11
|
+
"@syncfusion/ej2-pdfviewer": "30.2.7"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-pdfviewer";
|
|
2
|
-
export declare const pkgVer = "^30.
|
|
2
|
+
export declare const pkgVer = "^30.2.6";
|
|
3
3
|
export declare const moduleName = "PdfViewerModule";
|
|
4
|
-
export declare const themeVer = "~30.
|
|
4
|
+
export declare const themeVer = "~30.2.6";
|
|
@@ -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.7';
|
|
5
5
|
exports.moduleName = 'PdfViewerModule';
|
|
6
|
-
exports.themeVer = '~30.2.
|
|
6
|
+
exports.themeVer = '~30.2.7';
|