@syncfusion/ej2-angular-pdfviewer 33.1.47 → 33.1.49
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
|
+
- `#I825684` - Fixed an issue where the `updateFormFieldsValue` method did not update the Radio Button in the UI when the Form Designer module was not injected.
|
|
10
|
+
- `#I825682` - Fixed an issue where List Box options were not displayed correctly when the Form Designer module was not injected.
|
|
11
|
+
- `#I827597` - Fixed an issue where the `findText` method did not work for a customer-provided document.
|
|
12
|
+
- `#I812588` - Resolved an issue where the form field tab order did not work in rotated documents in server-rendering mode.
|
|
13
|
+
|
|
14
|
+
## 33.1.47 (2026-04-07)
|
|
15
|
+
|
|
16
|
+
### PDF Viewer
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
9
20
|
- `#I823501` - Fixed an issue where the List Box font color was not retained in the print preview and the downloaded PDF documents.
|
|
10
21
|
- `#I823444` - The `findTextAsync` method now works in server side rendering mode before the `extractTextCompleted` event is triggered.
|
|
11
22
|
- `#I821565` - Fixed an issue where changes to handwritten signature opacity were not applied correctly when adjusting opacity and interacting with the PDF page.
|
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.49",
|
|
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.49"
|
|
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.49';
|
|
5
5
|
exports.moduleName = 'PdfViewerModule';
|
|
6
|
-
exports.themeVer = '~33.1.
|
|
6
|
+
exports.themeVer = '~33.1.49';
|