@syncfusion/ej2-react-pdfviewer 25.1.39 → 25.1.40

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,19 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I571265` - Now, the author name is not changed for shape and free text annotations upon saving the document.
10
+ - `#I572045` - Now, the transparent background color is not changed to black upon importing exported annotation and saving the document.
11
+ - `#I572061` - Now, the standalone saved PDF document with a `Not Approved` dynamic stamp does not throw an error when opened in Adobe.
12
+ - `#I569884` - Now, the script error is not occurred when setting the text markup annotation module to false.
13
+ - `#F187662` - Now, the exception is not occurred when right clicking the form fields in the provided document.
14
+ - `#I572289` - Now, the exception does not occur when dynamically loading PDF documents in standalone mode.
15
+
16
+ ## 25.1.39 (2024-04-09)
17
+
18
+ ### PDF Viewer
19
+
20
+ #### Bug Fixes
21
+
9
22
  - `#I571236` - Now, the extra border will not appear on the page for the image element in the tagged PDF.
10
23
  - `#I569364` - Now, the form field click event is triggered properly for radio button in the customer provided document.
11
24
  - `#I570815` - Now, the unload request has not been triggered in the Stand-alone PDF Viewer on reloading the current page.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.min.js
3
- * version : 25.1.39
3
+ * version : 25.1.40
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.39
3
+ * version : 25.1.40
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@25.1.38",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@25.1.39",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Ly0hU1m4j4n5Pm5BMNqeIQLQk9PayRl5cFW1aMJE7M6V1RNx+0bfbwNPE1vjvoZTF0M5bT3qiYt5VtiQ8m16Ww==",
5
+ "_integrity": "sha512-vChjA4flyE49SYenRmYx1WNt7RpgH+5GcgMEEWJkL+Z7hx8zLYTE9coOfU3eVVLsFsgicZOiFkATtTpqmDMrVw==",
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-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-25.1.38.tgz",
23
- "_shasum": "8bf6215bde3869879597540a5ea9e71e9d2853cb",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-25.1.39.tgz",
23
+ "_shasum": "464bba451078a796473193a62e2e8392bb77d10e",
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.39",
35
+ "@syncfusion/ej2-pdfviewer": "25.1.40",
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.39",
56
+ "version": "25.1.40",
57
57
  "sideEffects": false
58
58
  }