@syncfusion/ej2-angular-pdfviewer 31.2.17 → 31.2.18
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,19 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I788313` - Resolved an issue where free text justify alignment was not working properly.
|
|
10
|
+
- `#I788324` - Resolved an issue where the post button was enabled even after clearing the text in comment panel.
|
|
11
|
+
- `#I788308` - Resolved an issue where the free text border overlapped with text when changing the thickness.
|
|
12
|
+
- `#I790733` - Resolved an issue where annotation toolbar items were not visible when `enableDesktop` API was set to true on devices with smaller widths.
|
|
13
|
+
- `#I791260` - Resolved an issue where the comment panel did not open on double-click when the `enableDesktop` API was set to true on smaller-width devices.
|
|
14
|
+
- `#I791261` - Resolved an issue where free text annotation color changed to black in the downloaded document when FillColor in `freeTextSettings` was set to transparent.
|
|
15
|
+
|
|
16
|
+
## 31.2.16 (2025-12-02)
|
|
17
|
+
|
|
18
|
+
### PDF Viewer
|
|
19
|
+
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
9
22
|
- `#I788326` - Fixed an issue where the `previousText` value in the `annotationPropertiesChange` event was incorrect when updating annotation text from the Comments panel.
|
|
10
23
|
- Resolved an issue where the signature was rendered twice in the same field after updating other form fields.
|
|
11
24
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-pdfviewer",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.18",
|
|
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": "~31.2.
|
|
9
|
+
"@syncfusion/ej2-base": "~31.2.18",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~31.2.12",
|
|
11
|
-
"@syncfusion/ej2-pdfviewer": "31.2.
|
|
11
|
+
"@syncfusion/ej2-pdfviewer": "31.2.18"
|
|
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 = '^31.2.
|
|
4
|
+
exports.pkgVer = '^31.2.18';
|
|
5
5
|
exports.moduleName = 'PdfViewerModule';
|
|
6
|
-
exports.themeVer = '~31.2.
|
|
6
|
+
exports.themeVer = '~31.2.18';
|