@syncfusion/ej2-angular-pdfviewer 33.1.46 → 33.1.47
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
|
+
- `#I823501` - Fixed an issue where the List Box font color was not retained in the print preview and the downloaded PDF documents.
|
|
10
|
+
- `#I823444` - The `findTextAsync` method now works in server side rendering mode before the `extractTextCompleted` event is triggered.
|
|
11
|
+
- `#I821565` - Fixed an issue where changes to handwritten signature opacity were not applied correctly when adjusting opacity and interacting with the PDF page.
|
|
12
|
+
- `#I821279` - Resolved a script error that occurred while redacting the customer provided document.
|
|
13
|
+
|
|
14
|
+
## 33.1.46 (2026-03-31)
|
|
15
|
+
|
|
16
|
+
### PDF Viewer
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
9
20
|
- `I821668` - Fixed an issue where the browser default print dialog appeared even when `enablePrint` was set to false while the PDF Viewer was in focus.
|
|
10
21
|
- `I819221` - Resolved an exception that occurred when printing a PDF in Microsoft Edge with the `AlwaysOpenPdfExternally` policy enabled.
|
|
11
22
|
- `I821467` - Fixed an issue where Free Text annotation bounds were incorrectly exported after updating bounds using the `editAnnotation` method.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-pdfviewer",
|
|
3
|
-
"version": "33.1.
|
|
3
|
+
"version": "33.1.47",
|
|
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.1.45",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~33.1.46",
|
|
11
|
-
"@syncfusion/ej2-pdfviewer": "33.1.
|
|
11
|
+
"@syncfusion/ej2-pdfviewer": "33.1.47"
|
|
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.1.
|
|
4
|
+
exports.pkgVer = '^33.1.47';
|
|
5
5
|
exports.moduleName = 'PdfViewerModule';
|
|
6
|
-
exports.themeVer = '~33.1.
|
|
6
|
+
exports.themeVer = '~33.1.47';
|