@syncfusion/ej2-react-pdfviewer 20.2.40 → 20.2.45
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 +68 -0
- package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,73 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
- `#SF-389679` - Now ,form fields color should not be changed on read only mode.
|
|
6
|
+
- `#SF-390997`,`#SF-392717`,`#SF-394607` - The signature is now displayed and properly positioned in read only mode the document that was downloaded.
|
|
7
|
+
- `#SF-383430` - Now , form fields does not generate duplicates while using CTRL c and CRTL v.
|
|
8
|
+
- `#SF-394763` - Now , form fields is not deleted while trying to delete the text with delete key in property dialog.
|
|
9
|
+
- `#SF-394979` - The problem with continuously and programmatically adding a signature image disappearing has been resolved.
|
|
10
|
+
- `#SF-397495` - Now the signature and Initial field is visible in chrome downloaded in the PDF Viewer.
|
|
11
|
+
- `#F176687` - Now, markup text of Free Text annotation is proper for Arabic text.
|
|
12
|
+
- `#SF-394979` - The problem with continuously and programmatically adding a signature image disappearing has been resolved.
|
|
13
|
+
- `#SF-386832` - Now if the `zoomMode` is set to `FitToWidth`, we can update or get the form field values properly.
|
|
14
|
+
- `#SF-391994` - Now, The document download performance is improved if the PDF document contains above 1000 pages.
|
|
15
|
+
|
|
16
|
+
## 20.2.44 (2022-08-16)
|
|
17
|
+
|
|
18
|
+
- `#SF-394274`,`#SF-394827` - Now ,The signature and initial is updated after the 10th page.
|
|
19
|
+
- `#SF-395889` - Now ,script error occurs without injecting annotation has been fixed.
|
|
20
|
+
- `#F173061` - Now, we can able to zoom to specific annotation if the annotation is not visible in the viewport.
|
|
21
|
+
- `#SF-396556` - Now ,import and export for JSON and XFDF is document working properly.
|
|
22
|
+
|
|
23
|
+
## 20.2.43 (2022-08-08)
|
|
24
|
+
|
|
25
|
+
### PDF Viewer
|
|
26
|
+
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
- `#F176277` - Context menus will now open all the pages that are visible in the viewport.
|
|
30
|
+
- `#SF-3813` - The signature is now being downloaded without any pixel issue.
|
|
31
|
+
- `#SF-390997`,`#SF-392717`,`#SF-394607` - The signature is now displayed and properly positioned in the document that was downloaded.
|
|
32
|
+
- `#SF-383108` - Now,the custom stamp annotations are added properly in touch mode
|
|
33
|
+
- `#SF-377362` - Annotations are now placed in the correct position in the download PDF document with crop value.
|
|
34
|
+
- `#SF-383385` - The delete key can be used to remove annotations added in touch mode.
|
|
35
|
+
- `#SF-381030` - Unloading a PDF document from the first PDF Viewer component no longer affects the rendering of the PDF document in the second PDF Viewer component.
|
|
36
|
+
- `#SF-385936` - The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.
|
|
37
|
+
- `#SF-372855`, `#F173951` - An annotation can now be added and resized up to the edge of the PDF document.
|
|
38
|
+
- `#SF-380996` - The `TextSearchComplete` event will be triggered when the text is searched in the PDF viewer.
|
|
39
|
+
- `#SF-377035`,`#SF-379948` - A tooltip will be displayed in a form field even if the FormDesignerService is not injected.
|
|
40
|
+
- `#SF-380472` - Added form fields after pressing escape no longer shades form fields.
|
|
41
|
+
- `#SF-384112` - The `formFieldSelect` event will be triggered while selecting the first form field in the document.
|
|
42
|
+
- `#SF-386568` - In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.
|
|
43
|
+
- `#SF-382999` - The type signature in the signature fields will be modified based on the height of the Signature field while resizing.
|
|
44
|
+
- `#SF-379221` - Now, cache values (PDF_CONTENT) are updated in the `getCache()` method.
|
|
45
|
+
- `#SF-385864` - Now, the dropdown values will be changed programmatically in the PDF Viewer.
|
|
46
|
+
- `#SF-386545` - Now, the signature field color will appear while scrolling down long document.
|
|
47
|
+
- `#SF-272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
|
|
48
|
+
- `#F173953` - Now, Script error have been resolved.
|
|
49
|
+
- `#SF-378591` - The issue with the comment panel not opening after disabling and enabling again has been fixed.
|
|
50
|
+
- `#SF-386545` - Now, the signature field color will appear with opacity while scrolling down long document.
|
|
51
|
+
- `#SF-390764` - The issue of is document edited API is false while editing a document has been resolved.
|
|
52
|
+
- `#SF-388086` - The issue of replied comments merging with other annotations has been resolved.
|
|
53
|
+
- `#SF-379142`,`#SF-391296` - The x,y bounds of the form fields are proper while adding the form field.
|
|
54
|
+
- `#SF-386887` - The issue with radio button alignment with different zoom settings has been resolved.
|
|
55
|
+
- `#F175614` - For load failed and PDF file path not found errors, an error message is now displayed.
|
|
56
|
+
- `#SF-379627` - formFieldMouseover and formFieldMouseLeave is now trigger properly.
|
|
57
|
+
- `#SF-387260` - Now Signature Indicator Properties can be modified Programmatically in DOM.
|
|
58
|
+
- `#SF-384670` - Now that the type has been fixed, the signature value for the second time has been updated using form field collections.
|
|
59
|
+
- `#SF-382941`,`#SF-383132` - Now duplicate form fields able to select, move, delete and edit after deleting original form fields.
|
|
60
|
+
- `#SF-389566` - Now, Script Error is not occurs while try to change Pdf view to text view in sample.
|
|
61
|
+
- `#SF-376222` - Now, Annotation selector binds while dragging with right click and then clicking left click.
|
|
62
|
+
- `#SF-382568` - Now text boxes with the same name are saved and preserved after downloading and loading the document.
|
|
63
|
+
- `SF-387261` - The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.
|
|
64
|
+
- `#SF-380373` - Now the event triggering is fixed for Hand Written Signature only, if it is a Signature field, then the add and remove signature events are skipped.
|
|
65
|
+
- `#SF-383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
|
|
66
|
+
- `#SF-376526` - Now, Mobile device resizing of the Signature Form Field has been improved.
|
|
67
|
+
- `#SF-392270` - Now Signature is not drawn few inches away from the cursor on signature dialog.
|
|
68
|
+
- `#SF-389178` - If the target position is within the document, a form field will be added. As a result, adding Inaccessible Form fields is prevented.
|
|
69
|
+
|
|
70
|
+
## 20.2.40 (2022-07-26)
|
|
71
|
+
|
|
5
72
|
### PDF Viewer
|
|
6
73
|
|
|
7
74
|
#### Bug Fixes
|
|
@@ -13,6 +80,7 @@
|
|
|
13
80
|
- `#SF-380373` - Now the event triggering is fixed for Hand Written Signature only, if it is a Signature field, then the add and remove signature events are skipped.
|
|
14
81
|
- `#SF-383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
|
|
15
82
|
- `#SF-376526` - Now, Mobile device resizing of the Signature Form Field has been improved.
|
|
83
|
+
- `#SF-392270` - Now Signature is not drawn few inches away from the cursor on signature dialog.
|
|
16
84
|
|
|
17
85
|
## 20.2.39 (2022-07-19)
|
|
18
86
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pdfviewer.umd.min.js
|
|
3
|
-
* version : 20.2.
|
|
3
|
+
* version : 20.2.45
|
|
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.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-pdfviewer@20.2.44",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-F8eiF9d0I4tm5myv6yAsYrn8Rkv2FIvyXk2LDdnKMUH5CD8Bp/FnrAKlyGs69+wp6TWEKQaCpzTY3IRFwbRE4g==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.2.44.tgz",
|
|
23
|
+
"_shasum": "eb3db3b797db5ef13a04c8adab32c97720315317",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-pdfviewer@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.2.
|
|
35
|
-
"@syncfusion/ej2-pdfviewer": "20.2.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~20.2.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.2.45",
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "20.2.45",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.2.45"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 PDF viewer Component for React",
|
|
@@ -61,6 +61,6 @@
|
|
|
61
61
|
"type": "git",
|
|
62
62
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
63
63
|
},
|
|
64
|
-
"version": "20.2.
|
|
64
|
+
"version": "20.2.45",
|
|
65
65
|
"sideEffects": false
|
|
66
66
|
}
|