@syncfusion/ej2-angular-pdfviewer 28.1.39 → 28.1.41
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,10 +6,23 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#I674223` - Now, the form field alignment is correctly preserved after downloading the document in a `standalone` PDF Viewer.
|
|
10
|
-
- `#I665085` - Now, the PDF viewer no longer crashes when loading large size digital signature document.
|
|
11
9
|
- `#I676738` - Now, the radio button is visible on the non-rendered page when saving the document.
|
|
12
10
|
- `#I675055`, `#678431` - Now, the script error no longer occurs when using the PDF Viewer in React with `Vite` in production.
|
|
11
|
+
- `#I678021` - Now, the free text annotation is not missing when saving a document with Unicode text and newline characters.
|
|
12
|
+
- `#I680495` - Now, the annotations are visible in the customer provided document.
|
|
13
|
+
|
|
14
|
+
#### Breaking Changes
|
|
15
|
+
|
|
16
|
+
- `#I676549` - In the `pageRenderComplete` event, the page number property now reflects the actual page number instead of the page index.
|
|
17
|
+
|
|
18
|
+
## 28.1.39 (2025-01-14)
|
|
19
|
+
|
|
20
|
+
### PDF Viewer
|
|
21
|
+
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
- `#I674223` - Now, the form field alignment is correctly preserved after downloading the document in a `standalone` PDF Viewer.
|
|
25
|
+
- `#I665085` - Now, the PDF viewer no longer crashes when loading large size digital signature document.
|
|
13
26
|
|
|
14
27
|
## 28.1.38 (2025-01-07)
|
|
15
28
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-pdfviewer@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-pdfviewer@28.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-pdfviewer@28.1.39",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-ZYOoRnUvxHJTzgVbG6ADf/aYM/GABvk1eXOngD2YA1VFOl2RPqg4hvWvCbvW2hWgbfEhvugAjT8fMK+otPzjDQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-pdfviewer",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-28.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-28.1.39.tgz",
|
|
23
|
+
"_shasum": "bf0cfbca51637db4b17e2530a5b8ba3f97230ae5",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-pdfviewer@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~28.1.33",
|
|
35
35
|
"@syncfusion/ej2-base": "~28.1.33",
|
|
36
|
-
"@syncfusion/ej2-pdfviewer": "28.1.
|
|
36
|
+
"@syncfusion/ej2-pdfviewer": "28.1.41"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 PDF viewer Component for Angular",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"schematics": "./schematics/collection.json",
|
|
70
70
|
"sideEffects": false,
|
|
71
71
|
"typings": "syncfusion-ej2-angular-pdfviewer.d.ts",
|
|
72
|
-
"version": "28.1.
|
|
72
|
+
"version": "28.1.41"
|
|
73
73
|
}
|
|
@@ -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 = '^28.1.
|
|
4
|
+
exports.pkgVer = '^28.1.41';
|
|
5
5
|
exports.moduleName = 'PdfViewerModule';
|
|
6
|
-
exports.themeVer = '~28.1.
|
|
6
|
+
exports.themeVer = '~28.1.41';
|