@syncfusion/ej2-react-pdfviewer 22.1.36 → 22.1.37

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,18 @@
4
4
 
5
5
  ### PDF Viewer
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `#I473387` - Now, the fontStyle object is properly preserved in the annotationSelect event argument if we apply strikeout after underline.
10
+ - `#I472962` - Now, the isStrikeout property is properly preserved in the annotationSelect event argument when applying the underline programmatically.
11
+ - `#I470103` - Now, the ink annotation mode is maintained when resizing the PDF Viewer container.
12
+ - `#I473639` - Now, the ink annotation is preserved in the downloaded document when session storage exceeds in the application.
13
+ - `#I473865` - Now, the content of the typed Handwritten signature position is properly preserved in downloaded document.
14
+
15
+ ## 22.1.36 (2023-06-28)
16
+
17
+ ### PDF Viewer
18
+
7
19
  #### New Features
8
20
 
9
21
  - `#I832710` - Now, we can restrict the file download of export annotation and form fields.
@@ -24,7 +36,7 @@
24
36
  - `#I464829` - Now, we can select text in the comment panel using the mouse cursor.
25
37
  - `#I464868` - Now, the default placeholder text is automatically selected when the comment text box for free text annotation is in focus.
26
38
  - `#I430769` - Now, when the document is reloaded, exported, or imported into the PDF viewer, the order of the annotations is preserved.
27
- - `#I472757`- Now, the custom Stamp is not removed when downloading the document after undo and redo.
39
+ - `#I472757` - Now, the custom Stamp is not removed when downloading the document after undo and redo.
28
40
 
29
41
  #### New Features
30
42
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.min.js
3
- * version : 22.1.36
3
+ * version : 22.1.37
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 : 22.1.36
3
+ * version : 22.1.37
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@21.1.36",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@22.1.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-S1w82F9Qjh/J6W5IlC6Btjc/3TxHry2nHGYvkMpDNRXXdqRc7NbGf+Hr389Db1Ruuj+WAXVN+t5yIC1JRgK6sQ==",
5
+ "_integrity": "sha512-A9e81y1GeB/X6A1rc+kERD9SHP1J/SN+E0qlA0pPqDdx+Hc4Fg3yOw5xxHnJyHAJnqWJdv10+c3KduKHdJcKHw==",
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-21.1.36.tgz",
23
- "_shasum": "4aee43d84585ffeff36f5bd78e215dd589b30894",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-22.1.36.tgz",
23
+ "_shasum": "0d40a019097583fa575ad4eaf6d1646c0fb670e6",
24
24
  "_spec": "@syncfusion/ej2-react-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~22.1.34",
35
- "@syncfusion/ej2-pdfviewer": "22.1.36",
35
+ "@syncfusion/ej2-pdfviewer": "22.1.37",
36
36
  "@syncfusion/ej2-react-base": "~22.1.34"
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": "22.1.36",
57
+ "version": "22.1.37",
58
58
  "sideEffects": false
59
59
  }