@syncfusion/ej2-react-pdfviewer 20.4.42 → 20.4.44

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,16 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I422813` - Now, value in the free text annotation will be updated properly in mobile environment.
9
+ - `#I426541` - Now, the signature renders successfully even if the document contains an invalid signature field name.
10
+ - `#F179704` - If `enableMeasureAnnotation` is set to false, the Annotation events for shape annotations are now properly triggered.
11
+ - `#I426591` - After programmatically updating the signature field, the focus form field is now functioning.
12
+ - `#I427179` - Now, blank pages prints on iPad printing issue has been fixed.
13
+ - `#I427451` - Now, script error does not occurs while changing the dropdown value.
14
+ - `#I427404` - Now, the signature field indicator sizes have been adjusted in consistent with the signature fields.
10
15
 
11
- #### New Features
16
+ ## 20.4.42 (2023-01-04)
12
17
 
13
- - `#I424468` - Provided support for rendering the existing comb type textbox in form designer module.
18
+ ### PDF Viewer
14
19
 
15
20
  #### Bug Fixes
16
21
 
@@ -20,6 +25,12 @@
20
25
  - `#I427362` - Now, the checkbox background color is properly updated while rendering using form field module.
21
26
  - `#I427364` - Now, the button images are rendered properly while scrolling the document.
22
27
  - `#I421445` - Now, the multiple Font-styles(bold, italic, underline and strikeout) can be applied together for textbox fields.
28
+ - `#I426174` - Now, the form fields that have been selected programmatically can be deleted by using the delete key.
29
+ - `#I422813` - Now, value in the free text annotation will be updated properly in mobile environment.
30
+
31
+ #### New Features
32
+
33
+ - `#I424468` - Provided support for rendering the existing comb type textbox in form designer module.
23
34
 
24
35
  ## 20.4.40 (2022-12-28)
25
36
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.min.js
3
- * version : 20.4.42
3
+ * version : 20.4.44
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.42
3
+ * version : 20.4.44
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.40",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@20.4.42",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-6VvXrxAzjEjcYDJfAmTqsxZgz67Ac9QHjTK/ZZD4OrYjonJCKTFTt8UHhNWJp3w6kIGqZaaK16uiRcCJWKikhA==",
5
+ "_integrity": "sha512-3uU5tQX8FI6j6nMTNtKcdXEswPERow87Ii69LEeTkL+erTHTRDY4VMcS9eBB/sgTWS8mEg0upF63uVVGke2Ilg==",
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.40.tgz",
23
- "_shasum": "85b0060d629be2dfe64c30ac0387452d5e23f975",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.4.42.tgz",
23
+ "_shasum": "d8877e8f0f0ad9bf5bdc616f83400b915a0e8e38",
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,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.4.42",
35
- "@syncfusion/ej2-pdfviewer": "20.4.42",
34
+ "@syncfusion/ej2-base": "~20.4.44",
35
+ "@syncfusion/ej2-pdfviewer": "20.4.44",
36
36
  "@syncfusion/ej2-react-base": "~20.4.42"
37
37
  },
38
38
  "deprecated": false,
@@ -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.42",
57
+ "version": "20.4.44",
58
58
  "sideEffects": false
59
59
  }
@@ -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
  }