@syncfusion/ej2-react-pdfviewer 24.1.43 → 24.1.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
@@ -2,6 +2,25 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### PDF Viewer
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I529607` - Now, the formatting is not applying to extraneous line spacing in freetext annotation for PDF Viewer and downloaded document.
10
+
11
+ ## 24.1.43 (2023-12-27)
12
+
13
+ ### PDF Viewer
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I499403` - Now, the import functionality is working for the given custom stamp annotation.
18
+ - `#I525379` - Now, the PDF pages are rendered properly when zooming in the provided PDF document on the client-side rendering.
19
+ - `#I529609` - Now, the annotation time does not change in the comment panel without making any changes.
20
+ - `#F185745` - Now, the calibrate distance annotations is not flip when downloading the document and opening it in the other viewers.
21
+ - `#I529723` - Now, the radio button size does not enlarge when copied, pasted, or dragged.
22
+ - `#I529705` - Now, the annotations are displayed after importing XFDF file.
23
+
5
24
  ## 24.1.41 (2023-12-18)
6
25
 
7
26
  ### PDF Viewer
package/README.md CHANGED
@@ -163,4 +163,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
163
163
 
164
164
  See [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm) for more info.
165
165
 
166
- © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
166
+ © Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.min.js
3
- * version : 24.1.43
3
+ * version : 24.1.44
4
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.umd.min.js
3
- * version : 24.1.43
3
+ * version : 24.1.44
4
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
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-react-pdfviewer@24.1.41",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@24.1.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Wy8EpsY90SQhu52ix0CwRwQRr/qAtk3yWr2rc+b5hfyn8sR2z0r/toJ4wX5IuLIChkB4Kdzxhd7wFJufkEcfNw==",
5
+ "_integrity": "sha512-7mhzUYeshY07wCAUXLf1aoue4KzX2cAKrqvNNs8aQiPQu4+Lkx5/OpylFb89COLGNPYjcv1XtoDtu+rBfC1YuA==",
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-24.1.41.tgz",
23
- "_shasum": "1cd89cd629effc14e7708bf7f522c18ecb457568",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-24.1.43.tgz",
23
+ "_shasum": "019efa475c3c58a3334f06a88f8bdbb6041c9b0d",
24
24
  "_spec": "@syncfusion/ej2-react-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~24.1.42",
35
- "@syncfusion/ej2-pdfviewer": "24.1.43",
35
+ "@syncfusion/ej2-pdfviewer": "24.1.44",
36
36
  "@syncfusion/ej2-react-base": "~24.1.41"
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": "24.1.43",
57
+ "version": "24.1.44",
58
58
  "sideEffects": false
59
59
  }