@syncfusion/ej2-react-pdfviewer 23.1.36 → 23.1.38

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
@@ -4,6 +4,27 @@
4
4
 
5
5
  ### PDF Viewer
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `#I498978` - Now, the tooltip will not be displayed when no value is provided for the tooltip on radio buttons and checkboxes fields.
10
+ - `#I498981` - Now, the tooltip is not visible after deleting the tooltip value for the dropdown field.
11
+ - `#I494968` - Now, the annotation toolbar opens properly in mobile mode when 'isAnnotationToolbarOpen' is set to TRUE.
12
+ - `#I495804` - Now, the loading indicator is enabled while the document is being zoomed.
13
+ - `#I497662` - Now, the close button in the comment panel is properly hidden when switching from mobile mode to desktop mode.
14
+ - `#I497663` - Now, the annotation toolbar shows properly if the comment panel is opened while enabling desktop mode on a mobile device.
15
+ - `#I497269` - Now, the read-only multi-line text box field is not resized in form preview mode.
16
+ - `#I498984` - Now, the tabs within the form field properties do not navigate when swiping over labels.
17
+ - `#I498244` - Now, the allowed interaction is respected when creating locked annotations.
18
+ - `#I496823` - Now, the form field hover does not disappears after adding many form fields.
19
+ - `#I497857` - Now, the cursor position is updated properly when clicking the content in the text box field.
20
+ - `#I496823` - Now, it is possible to resize the form fields if placed at the edge of the page.
21
+ - `#I498980` - Now, if the value of the radio button is null, then the name of the radio button is automatically assigned to the value.
22
+ - `#I502251` - Now, the content of the annotation comment is properly exported in the exported object.
23
+
24
+ ## 23.1.36 (2023-09-15)
25
+
26
+ ### PDF Viewer
27
+
7
28
  #### New Features
8
29
 
9
30
  - `#I472310` - Provided support to render the digital signature appearance in the exported images using the 'Export as Image APIs'.
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.min.js
3
- * version : 23.1.36
4
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
3
+ * version : 23.1.38
4
+ * Copyright Syncfusion Inc. 2001 - 2023. 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
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.umd.min.js
3
- * version : 23.1.36
4
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
3
+ * version : 23.1.38
4
+ * Copyright Syncfusion Inc. 2001 - 2023. 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
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-react-pdfviewer@22.13.0",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@23.1.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-G/XgnoKIyHUrGvaBMK/0H7qI6bX1FD2milIHnhAIRbS46Hsew0RHj5qQcvifKyjI1x990LBuPb0IAP9T2W3G5Q==",
5
+ "_integrity": "sha512-FaVSRF78vPFUQl9a8EU5uirz0S+PJ/0Hkn/UDIZKyNbgd/O54I84YBmL0C1uZQDn5gP6c5cBtBwRtnEXYz/jHg==",
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-release/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-22.13.0.tgz",
23
- "_shasum": "e6412dfdbce8e16eea9cc4d5521464f03e61a4dd",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-23.1.36.tgz",
23
+ "_shasum": "a534f84ce4406648cc191b7afd00d7a28d0d261f",
24
24
  "_spec": "@syncfusion/ej2-react-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~23.1.36",
35
- "@syncfusion/ej2-pdfviewer": "23.1.36",
34
+ "@syncfusion/ej2-base": "~23.1.38",
35
+ "@syncfusion/ej2-pdfviewer": "23.1.38",
36
36
  "@syncfusion/ej2-react-base": "~23.1.36"
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": "23.1.36",
57
+ "version": "23.1.38",
58
58
  "sideEffects": false
59
59
  }