@syncfusion/ej2-angular-pdfviewer 33.2.13 → 33.2.15
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,27 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I841310` - Resolved an issue where the Organize PDF dialog did not close after organizing large PDF documents.
|
|
10
|
+
- `#I843473` - Fixed a script error that occurred when updating the `isAnnotationToolbarVisible` API before the document was loaded.
|
|
11
|
+
- `#I847238` - Resolved an issue where a script error occurred when saving the PDF document after deleting a signature from the Signature Field.
|
|
12
|
+
- `#I844885` - Fixed an issue where the hyperlink position was incorrect for rotated documents.
|
|
13
|
+
|
|
14
|
+
## 33.2.13 (2026-06-16)
|
|
15
|
+
|
|
16
|
+
### PDF Viewer
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- `#I842822` - Resolved an issue where the distance annotation leader length was incorrect during printing and downloading.
|
|
21
|
+
- `#I844468` - Fixed a script error that occurred when adding the redaction annotation when the `enableFormDesigner` is set to false.
|
|
22
|
+
- `#I845713` - Resolved an issue where the stamp annotations were not rendered when the `enableMagnification` is set to false.
|
|
23
|
+
|
|
24
|
+
## 33.2.12 (2026-06-09)
|
|
25
|
+
|
|
26
|
+
### PDF Viewer
|
|
27
|
+
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
9
30
|
- `#I841172` - Resolved the issue where the undo functionality was not working properly for comment status changes.
|
|
10
31
|
|
|
11
32
|
## 33.2.10 (2026-06-02)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-pdfviewer",
|
|
3
|
-
"version": "33.2.
|
|
3
|
+
"version": "33.2.15",
|
|
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": "~33.2.3",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~33.2.10",
|
|
11
|
-
"@syncfusion/ej2-pdfviewer": "33.2.
|
|
11
|
+
"@syncfusion/ej2-pdfviewer": "33.2.15"
|
|
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 = '^33.2.
|
|
4
|
+
exports.pkgVer = '^33.2.15';
|
|
5
5
|
exports.moduleName = 'PdfViewerModule';
|
|
6
|
-
exports.themeVer = '~33.2.
|
|
6
|
+
exports.themeVer = '~33.2.15';
|