@syncfusion/ej2-react-pdfviewer 20.1.56 → 20.1.57

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,16 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#SF-376240`- Multiple words in the typed handwritten signature and signature fields are preserved correctly in the downloaded document.
10
+ - `#F174506`- Improved the printing quality of the PDF viewer.
11
+ - `#SF-372853`- Now, ink annotation will be added programmatically with path data available in the annotationAdd event.
12
+
13
+ ## 20.1.56 (2022-05-17)
14
+
15
+ ### PDF Viewer
16
+
17
+ #### Bug Fixes
18
+
9
19
  - `#SF-371824`- The properties of form fields will be updated properly using the `updateFormField` method while scrolling over pages.
10
20
 
11
21
  ## 20.1.55 (2022-05-12)
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.umd.min.js
3
- * version : 20.1.56
3
+ * version : 20.1.57
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.1.55",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@20.1.56",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-krRqzsyDOF9BNzMx8dvkVkCs1W47V/unhqq4+3OsJ2RTcNpZgiWfQMGwJW7v/sJUAQpYZ/H+Fkw7HMEhiWxSaQ==",
5
+ "_integrity": "sha512-YjgVyubv7F99a6jSV1hvCNgVmY8lBD/WmgyByXJzHFqlainWXhe/xfa0Y8TGIhCQ3hmdEJypaL4K7hgr2+Fnsg==",
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.1.55.tgz",
23
- "_shasum": "b87fcb760698b61c6094d8959f8591396e5b0e2e",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.1.56.tgz",
23
+ "_shasum": "b389942733257b45771249b5fc04ee42e0093fbb",
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,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~20.1.56",
35
- "@syncfusion/ej2-pdfviewer": "20.1.56",
36
- "@syncfusion/ej2-react-base": "~20.1.55"
35
+ "@syncfusion/ej2-pdfviewer": "20.1.57",
36
+ "@syncfusion/ej2-react-base": "~20.1.57"
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.1.56",
64
+ "version": "20.1.57",
65
65
  "sideEffects": false
66
66
  }