@syncfusion/ej2-react-pdfviewer 20.4.42 → 20.4.48
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,11 +6,25 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#I425450` - Now, when exporting as XFDF, the border no longer displays on free text annotation.
|
|
10
|
+
- `#F179811` - Now, the `AnnotationResize` event is triggered properly for Line and Arrow annotation.
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
## 20.4.44 (2023-01-18)
|
|
12
13
|
|
|
13
|
-
|
|
14
|
+
### PDF Viewer
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- `#I426541` - Now, the signature renders successfully even if the document contains an invalid signature field name.
|
|
19
|
+
- `#F179704` - If `enableMeasureAnnotation` is set to false, the Annotation events for shape annotations are now properly triggered.
|
|
20
|
+
- `#I426591` - After programmatically updating the signature field, the focus form field is now functioning.
|
|
21
|
+
- `#I427179` - Now, blank pages prints on iPad printing issue has been fixed.
|
|
22
|
+
- `#I427451` - Now, script error does not occurs while changing the dropdown value.
|
|
23
|
+
- `#I427404` - Now, the signature field indicator sizes have been adjusted in consistent with the signature fields.
|
|
24
|
+
|
|
25
|
+
## 20.4.42 (2023-01-04)
|
|
26
|
+
|
|
27
|
+
### PDF Viewer
|
|
14
28
|
|
|
15
29
|
#### Bug Fixes
|
|
16
30
|
|
|
@@ -20,6 +34,12 @@
|
|
|
20
34
|
- `#I427362` - Now, the checkbox background color is properly updated while rendering using form field module.
|
|
21
35
|
- `#I427364` - Now, the button images are rendered properly while scrolling the document.
|
|
22
36
|
- `#I421445` - Now, the multiple Font-styles(bold, italic, underline and strikeout) can be applied together for textbox fields.
|
|
37
|
+
- `#I426174` - Now, the form fields that have been selected programmatically can be deleted by using the delete key.
|
|
38
|
+
- `#I422813` - Now, value in the free text annotation will be updated properly in mobile environment.
|
|
39
|
+
|
|
40
|
+
#### New Features
|
|
41
|
+
|
|
42
|
+
- `#I424468` - Provided support for rendering the existing comb type textbox in form designer module.
|
|
23
43
|
|
|
24
44
|
## 20.4.40 (2022-12-28)
|
|
25
45
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pdfviewer.min.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.48
|
|
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.48
|
|
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.44",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-0dhJIgt7vphkyb6IpUy4/7NqTmUMAcA0laFSxq6AUd1V1HKTV8kFjYZ6qRlYxRHIG6hKexfTkbOi6zl9pAntuw==",
|
|
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.44.tgz",
|
|
23
|
+
"_shasum": "59ac9e3d5e05e76e1910e21d2304d01944b831d6",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-pdfviewer@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.4.
|
|
35
|
-
"@syncfusion/ej2-pdfviewer": "20.4.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~20.4.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.4.48",
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "20.4.48",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.4.48"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 PDF viewer Component for React",
|
|
@@ -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.48",
|
|
58
58
|
"sideEffects": false
|
|
59
59
|
}
|
package/styles/material.css
CHANGED
|
@@ -2392,6 +2392,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2392
2392
|
border-color: transparent;
|
|
2393
2393
|
}
|
|
2394
2394
|
|
|
2395
|
+
.e-btn.e-outline.e-primary,
|
|
2396
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
2397
|
+
color: #d71456;
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2395
2400
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
2396
2401
|
margin-bottom: 1px;
|
|
2397
2402
|
}
|
|
@@ -2392,6 +2392,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2392
2392
|
border-color: transparent;
|
|
2393
2393
|
}
|
|
2394
2394
|
|
|
2395
|
+
.e-btn.e-outline.e-primary,
|
|
2396
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
2397
|
+
color: #d71456;
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2395
2400
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
2396
2401
|
margin-bottom: 1px;
|
|
2397
2402
|
}
|