@syncfusion/ej2-angular-pdfviewer 32.1.22 → 32.1.23
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
|
+
- `#I799300` - Resolved an issue where the print preview was not displayed for password-protected documents in the `standalone` PDF Viewer.
|
|
10
|
+
- `#I793340` - Fixed an issue where bounds in the `annotationCollection` deviated when adding a free text annotation using the `addAnnotation` method.
|
|
11
|
+
- `#I792304` - Fixed an issue where free text positions were misaligned when importing annotations as XFDF file.
|
|
12
|
+
- `#I800927` - Resolved an issue where Free Text Justify was not working properly when the right side had extra space.
|
|
13
|
+
|
|
14
|
+
## 32.1.22 (2026-01-06)
|
|
15
|
+
|
|
16
|
+
### PDF Viewer
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
9
20
|
- `#I795929` - Resolved an issue where the No matches found `popup` appeared when searching the text using enter key after rapid input.
|
|
10
21
|
- `#I795163` - Fixed an issue where programmatically importing annotations as XFDF was not working properly.
|
|
11
22
|
- `#I794404` , `#I794680` - Fixed an issue where less-than and greater-than characters were converted to HTML entities in Free Text annotations and the comment panel.
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-pdfviewer",
|
|
3
|
-
"version": "32.1.
|
|
3
|
+
"version": "32.1.23",
|
|
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": "~32.1.
|
|
9
|
+
"@syncfusion/ej2-base": "~32.1.23",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~32.1.19",
|
|
11
|
-
"@syncfusion/ej2-pdfviewer": "32.1.
|
|
11
|
+
"@syncfusion/ej2-pdfviewer": "32.1.23"
|
|
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 = '^32.1.
|
|
4
|
+
exports.pkgVer = '^32.1.23';
|
|
5
5
|
exports.moduleName = 'PdfViewerModule';
|
|
6
|
-
exports.themeVer = '~32.1.
|
|
6
|
+
exports.themeVer = '~32.1.23';
|