@syncfusion/ej2-react-pdfviewer 25.1.35 → 25.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
@@ -6,6 +6,36 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I565875` - Now, the page does not navigate to undefined when loading the provided PDF document.
10
+ - `#I559473` - Now, the thickness value is properly loaded when loading float thickness value annotations on the server side.
11
+ - `#I567299` - Now, does not throw NullReferenceException when loading Empty PDF document.
12
+ - `#I567306` - Now, the annotations are not shifted to the left in landscape documents.
13
+
14
+ ## 25.1.37 (2024-03-26)
15
+
16
+ ### PDF Viewer
17
+
18
+ #### Bug Fixes
19
+
20
+ - `#I562878` - Now, the custom data is not missing from deleted annotation properties when initializing settings with custom data.
21
+ - `#I565199` - Now, the annotation custom data is not missing in `AnnotationSelect` events.
22
+ - `#I563333` - Now, the comments cannot be edited when the annotation is locked.
23
+ - `#I874338` - Now, the locked annotations are preserved properly when importing the annotation.
24
+ - `#I561320` - Now, the undo has restored the programmatically deleted annotations.
25
+ - `#I566765` - Now, the create and clear buttons are not enabled if the text box is empty in the text signature tab.
26
+ - `#I564309` - Now, the script error not occurred when dynamically updating toolbar items without annotation module.
27
+ - `#I564643` - Now, the form fields are rendered properly after deleting it from the customer document.
28
+
29
+ #### Features
30
+
31
+ - `#I531005` - Now, provided the option to turn off the autocomplete option for comments in the comment panel.
32
+
33
+ ## 25.1.35 (2024-03-15)
34
+
35
+ ### PDF Viewer
36
+
37
+ #### Bug Fixes
38
+
9
39
  - `#I557034` - Now, the text markup content is preserved properly in the exported JSON for multiline annotations.
10
40
  - `#I559996`, `#I556643` - Now, the author’s name does not update automatically upon moving the annotations.
11
41
  - `#I560732` - Now, the empty file is not exported if the added annotations are deleted through the context menu delete option.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.min.js
3
- * version : 25.1.35
3
+ * version : 25.1.38
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 : 25.1.35
3
+ * version : 25.1.38
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@22.16.57",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@25.1.37",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-5VeedS7NxFEVzfI2uf4cfVy0Ku9ISy9nmUwXE/xhSmaVDK3AYAbMTYxngSZZ2zI1W9qM38iI+TtVNgHpY2444A==",
5
+ "_integrity": "sha512-KG8B53wHMxUGCXGF+ewUafM6e3qfsEhS+wBiCEOwWwhGXZcq//fttAHDY0/b4WjjeeqkqEFD9kKEX4j209NIIA==",
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.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-22.16.57.tgz",
23
- "_shasum": "64f7a5e05caf950706bebafc40725f1fc27bcbb1",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-25.1.37.tgz",
23
+ "_shasum": "97b4dfb8672cd92d9f6bf7f59dbbd5223cf0b554",
24
24
  "_spec": "@syncfusion/ej2-react-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~25.1.35",
35
- "@syncfusion/ej2-pdfviewer": "25.1.35",
35
+ "@syncfusion/ej2-pdfviewer": "25.1.38",
36
36
  "@syncfusion/ej2-react-base": "~25.1.35"
37
37
  },
38
38
  "deprecated": false,
@@ -53,6 +53,6 @@
53
53
  "type": "git",
54
54
  "url": "https://github.com/syncfusion/ej2-react-ui-components.git"
55
55
  },
56
- "version": "25.1.35",
56
+ "version": "25.1.38",
57
57
  "sideEffects": false
58
58
  }