@syncfusion/ej2-react-pdfviewer 20.4.48 → 20.4.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
|
@@ -4,6 +4,23 @@
|
|
|
4
4
|
|
|
5
5
|
### PDF Viewer
|
|
6
6
|
|
|
7
|
+
#### New Features
|
|
8
|
+
|
|
9
|
+
- `#I426307` - Improvements to page rendering for zoom levels under 25% by using thumbnail images.
|
|
10
|
+
- Now, support provided for tab navigation in form fields and form designer.
|
|
11
|
+
|
|
12
|
+
#### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- `#I429549` - Now, the check boxes are no longer offset to the right in the print preview.
|
|
15
|
+
- `#I429288` - Now, the deletion option for a draw signature type will visible in the context menu.
|
|
16
|
+
- `#I431758` - Now, the checkboxes with the same name are correctly selected.
|
|
17
|
+
- `#I429416` - Checkbox layer is now rendered properly when loading the provided PDF document.
|
|
18
|
+
- `#I431679` - Now, the handwritten signature does not now become empty when a random signature is added.
|
|
19
|
+
|
|
20
|
+
## 20.4.48 (2023-02-01)
|
|
21
|
+
|
|
22
|
+
### PDF Viewer
|
|
23
|
+
|
|
7
24
|
#### Bug Fixes
|
|
8
25
|
|
|
9
26
|
- `#I425450` - Now, when exporting as XFDF, the border no longer displays on free text annotation.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pdfviewer.min.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.49
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pdfviewer.umd.min.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.49
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-pdfviewer@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-pdfviewer@20.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-pdfviewer@20.4.48",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-rAxcoTGdR8i/2KOvg9l34Co9DCclG/z3K2xcNbawq8ZI2jVeFUWwNd7vc0qPcfZGhbBKXglOmMYn/VoIkXU1Yw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-pdfviewer",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.4.48.tgz",
|
|
23
|
+
"_shasum": "5168062bfc659d927ebfd63a97046a09f57c31e3",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-pdfviewer@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~20.4.48",
|
|
35
|
-
"@syncfusion/ej2-pdfviewer": "20.4.
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "20.4.49",
|
|
36
36
|
"@syncfusion/ej2-react-base": "~20.4.48"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -54,6 +54,6 @@
|
|
|
54
54
|
"type": "git",
|
|
55
55
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
56
56
|
},
|
|
57
|
-
"version": "20.4.
|
|
57
|
+
"version": "20.4.49",
|
|
58
58
|
"sideEffects": false
|
|
59
59
|
}
|