@syncfusion/ej2-react-pdfviewer 22.1.34 → 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
@@ -6,10 +6,37 @@
6
6
 
7
7
  #### Bug Fixes
8
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
+
19
+ #### New Features
20
+
21
+ - `#I832710` - Now, we can restrict the file download of export annotation and form fields.
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I470152` - Now, when making the form fields read-only, the background color is visible.
26
+ - `#I473505` - Now, the PDF pages are rendered properly for the provided PDF file.
27
+ - `#I472797` - Now, the wrap box for free text annotation automatically updates when changing the font size if the autofit property is set to true.
28
+ - `#I473873` - Now, the content of the typed handwritten signature is properly preserved in the saved document.
29
+
30
+ ## 22.1.34 (2023-06-21)
31
+
32
+ ### PDF Viewer
33
+
34
+ #### Bug Fixes
35
+
9
36
  - `#I464829` - Now, we can select text in the comment panel using the mouse cursor.
10
37
  - `#I464868` - Now, the default placeholder text is automatically selected when the comment text box for free text annotation is in focus.
11
38
  - `#I430769` - Now, when the document is reloaded, exported, or imported into the PDF viewer, the order of the annotations is preserved.
12
- - `#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.
13
40
 
14
41
  #### New Features
15
42
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.min.js
3
- * version : 22.1.34
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.34
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@20.10.23",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@22.1.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-SqaJIS30l5AJuqmUHgC32mhnTeD324xv5+nkycyOE95AUoS8aUpV2yozbcf+y4uJmTc1qyJ0Y/xWx6bNXzjtVw==",
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-release/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.10.23.tgz",
23
- "_shasum": "eb5b583439e76ae0cd2153f0e8262c200994fb9f",
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.34",
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.34",
57
+ "version": "22.1.37",
58
58
  "sideEffects": false
59
59
  }