@syncfusion/ej2-react-pdfviewer 20.3.58 → 20.3.59

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,28 @@
6
6
 
7
7
  #### New Features
8
8
 
9
+ - `#I421694` - Now, Angular applications may render PDF Viewer controls without ID properties.
10
+ - `#I409823` - Support was given for a custom margin property in the free text annotation.
11
+
12
+ #### Bug Fixes
13
+
14
+ - `#I419557` - Now, the `IsPrint` property values for text markup annotation have been properly updated.
15
+ - `#I418726` - Now, the draw and image signature is now preserved while changing tabs on mobile devices.
16
+ - `#I420588` - Now, the Script error does not occur while printing the document contains signature fields on non-rendered pages.
17
+ - `#I420304` - Now, the script error does not occur while updating read only property programmatically.
18
+
19
+ ## 20.3.58 (2022-11-22)
20
+
21
+ ### PDF Viewer
22
+
23
+ #### New Features
24
+
9
25
  - `#I412460` - Now, the ability to support retrying Ajax requests with a status code collection.
10
26
 
11
27
  #### Bug Fixes
12
28
 
13
29
  - `#I418731` - Now, for fields with the same name, the export and import form fields' values have been properly updated.
30
+ - `#I416298` - Now, the focus for signature and initial fields are proper in different zoom levels.
14
31
  - `#I411856` - The issue with programmatically updating the initial indicator properties has been resolved.
15
32
  - `#F178660` - Fixed issue with `RenderAnnotationComments` on `.NET 6.0` platform.
16
33
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.min.js
3
- * version : 20.3.58
3
+ * version : 20.3.59
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.3.58
3
+ * version : 20.3.59
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.3.57",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@20.3.58",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-+DRN8enmZVJqmzk3XL+9YiX6uIRZuh1qWMGy+WteQLNiW2Ok+XdIjHLwpRqmoo3zcATEsGTQBWYdTfzTfCjs/g==",
5
+ "_integrity": "sha512-ZiVFDixR25STejgep6Zjty+Z/Ikkcfj+3zt1xeYeC91fOCXjm7/cR6Aljhpi9H12CdS7rUOkphFKyoS4d/A7Fg==",
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.3.57.tgz",
23
- "_shasum": "71127f20c3a54ff77130571ee361831d8639d3dc",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.3.58.tgz",
23
+ "_shasum": "5daa43b92ecb57e8a3a936bf461ed18543fba1bb",
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.3.56",
35
- "@syncfusion/ej2-pdfviewer": "20.3.58",
35
+ "@syncfusion/ej2-pdfviewer": "20.3.59",
36
36
  "@syncfusion/ej2-react-base": "~20.3.56"
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.3.58",
64
+ "version": "20.3.59",
65
65
  "sideEffects": false
66
66
  }