@syncfusion/ej2-react-pdfviewer 20.2.38 → 20.2.39

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,22 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#SF-390764` - The issue of is document edited API is false while editing a document has been resolved.
10
+ - `#SF-388086` - The issue of replied comments merging with other annotations has been resolved.
11
+ - `#SF-379142`,`#SF-391296` - The x,y bounds of the form fields are proper while adding the form field.
12
+ - `#SF-386887` - The issue with radio button alignment with different zoom settings has been resolved.
13
+ - `#F175614` - For load failed and PDF file path not found errors, an error message is now displayed.
14
+ - `#SF-379627` - formFieldMouseover and formFieldMouseLeave is now trigger properly.
15
+ - `#SF-387260` - Now Signature Indicator Properties can be modified Programmatically in DOM.
16
+ - `#SF-384670` - Now that the type has been fixed, the signature value for the second time has been updated using form field collections.
17
+ - `#SF-382941`,`#SF-383132` - Now duplicate form fields able to select, move, delete and edit after deleting original form fields.
18
+
19
+ ## 20.2.38 (2022-07-12)
20
+
21
+ ### PDF Viewer
22
+
23
+ #### Bug Fixes
24
+
9
25
  - `#SF-383108` - Now,the custom stamp annotations are added properly in touch mode
10
26
  - `#SF-377362` - Annotations are now placed in the correct position in the download PDF document with crop value.
11
27
  - `#SF-383385` - The delete key can be used to remove annotations added in touch mode.
@@ -24,6 +40,7 @@
24
40
  - `#SF-272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
25
41
  - `#F173953` - Now, Script error have been resolved.
26
42
  - `#SF-378591` - The issue with the comment panel not opening after disabling and enabling again has been fixed.
43
+ - `#SF-386545` - Now, the signature field color will appear with opacity while scrolling down long document.
27
44
 
28
45
  ## 20.2.36 (2022-06-30)
29
46
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.umd.min.js
3
- * version : 20.2.38
3
+ * version : 20.2.39
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.36",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@20.2.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-YjfasHUW1cC+8N9lVtrsfxQKO4y4IvduJZXClhbmDYNnfRdIx7m9/FAC8GvPdMz/zRaE+J+phzUh+1Xyy0TGsw==",
5
+ "_integrity": "sha512-QzYq2ArUMenzEvpAN/C+/aM4vEPMqVpp8EocyUuwB5iF5MJwlkRW5Sn68EPLESJFjlMAQjEaNxETmUW/QwAywg==",
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.36.tgz",
23
- "_shasum": "435cba4b65fe45893c3e1d607eacdb63342f320f",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.2.38.tgz",
23
+ "_shasum": "c259b6d690242c41069d1bfb0f29b2b724fe6c37",
24
24
  "_spec": "@syncfusion/ej2-react-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~20.2.38",
35
- "@syncfusion/ej2-pdfviewer": "20.2.38",
35
+ "@syncfusion/ej2-pdfviewer": "20.2.39",
36
36
  "@syncfusion/ej2-react-base": "~20.2.38"
37
37
  },
38
38
  "deprecated": false,
@@ -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.38",
64
+ "version": "20.2.39",
65
65
  "sideEffects": false
66
66
  }