@syncfusion/ej2-angular-pdfviewer 32.2.9 → 33.1.44
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,17 +6,6 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#I810308` - Fixed an issue where grouped radio buttons did not update their selected state correctly during interaction.
|
|
10
|
-
- `#I810736` - Resolved a script error that occurred when annotation comments were edited programmatically after the annotation was locked.
|
|
11
|
-
- `#I813442` - Fixed an issue where the Angular Material Dialog was not properly disposed after closing when the PDF Viewer was used inside it.
|
|
12
|
-
- `#I813892` - Resolved an issue where `exportAsImages` returned empty or invalid image data when exporting after loading a second password-protected document.
|
|
13
|
-
|
|
14
|
-
## 32.2.8 (2025-12-22)
|
|
15
|
-
|
|
16
|
-
### PDF Viewer
|
|
17
|
-
|
|
18
|
-
#### Bug Fixes
|
|
19
|
-
|
|
20
9
|
- `#I812278` - Fixed an issue where textboxes did not receive focus in touch mode when a custom class and tooltip were used.
|
|
21
10
|
- `#I812633` - Fixed accessibility issues in the EJ2 PDF Viewer.
|
|
22
11
|
- `#I812685` - Fixed an issue where the viewer failed to load a new document after opening a corrupted PDF document.
|
|
@@ -81,15 +70,6 @@
|
|
|
81
70
|
|
|
82
71
|
#### Bug Fixes
|
|
83
72
|
|
|
84
|
-
- `#I802591` - Fixed an issue where the freetext annotation moved outside the PDF page when using a large font size and resizing or dragging it beyond the page boundaries.
|
|
85
|
-
- `#I798752` - Fixed an issue that caused difficulties in resizing the newly added Calibrate Area annotation when the `enableShapeLabel` API was set to true.
|
|
86
|
-
|
|
87
|
-
## 32.1.23 (2026-01-13)
|
|
88
|
-
|
|
89
|
-
### PDF Viewer
|
|
90
|
-
|
|
91
|
-
#### Bug Fixes
|
|
92
|
-
|
|
93
73
|
- `#I799300` - Resolved an issue where the print preview was not displayed for password-protected documents in the `standalone` PDF Viewer.
|
|
94
74
|
- `#I793340` - Fixed an issue where bounds in the `annotationCollection` deviated when adding a free text annotation using the `addAnnotation` method.
|
|
95
75
|
- `#I792304` - Fixed an issue where free text positions were misaligned when importing annotations as XFDF file.
|
|
@@ -139,11 +119,11 @@
|
|
|
139
119
|
|
|
140
120
|
#### Features
|
|
141
121
|
|
|
142
|
-
- `#I628857` - Implemented
|
|
122
|
+
- `#I628857` - Implemented Redaction support in the EJ2 PDF Viewer.
|
|
143
123
|
- `#I249427` - Implemented Extract Page support in [Page Organizer](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es6/organize-pages/overview).
|
|
144
124
|
- Enhanced [Print](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es6/print) preview performance, achieving up to 80% improvement.
|
|
145
125
|
|
|
146
|
-
- `#I628857` - Implemented
|
|
126
|
+
- `#I628857` - Implemented Redaction support in the EJ2 PDF Viewer.
|
|
147
127
|
- `#I249427` - Implemented Extract Page support in [Page Organizer](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/organize-pages/overview).
|
|
148
128
|
- Enhanced [Print](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/print) preview performance, achieving up to 80% improvement.
|
|
149
129
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-pdfviewer",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "33.1.44",
|
|
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": "~
|
|
10
|
-
"@syncfusion/ej2-angular-base": "~
|
|
11
|
-
"@syncfusion/ej2-pdfviewer": "
|
|
9
|
+
"@syncfusion/ej2-base": "~33.1.44",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~33.1.44",
|
|
11
|
+
"@syncfusion/ej2-pdfviewer": "33.1.44"
|
|
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 = "^28.
|
|
2
|
+
export declare const pkgVer = "^28.1.33";
|
|
3
3
|
export declare const moduleName = "PdfViewerModule";
|
|
4
|
-
export declare const themeVer = "~28.
|
|
4
|
+
export declare const themeVer = "~28.1.33";
|
|
@@ -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 = '^
|
|
4
|
+
exports.pkgVer = '^33.1.44';
|
|
5
5
|
exports.moduleName = 'PdfViewerModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~33.1.44';
|