@syncfusion/ej2-react-pdfviewer 22.2.11 → 23.1.36
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 +25 -6
- package/dist/ej2-react-pdfviewer.min.js +1 -1
- package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
- package/package.json +9 -9
- package/styles/material-dark.css +0 -1
- package/styles/material.css +0 -1
- package/styles/material3-dark.css +0 -1
- package/styles/material3.css +0 -1
- package/styles/pdfviewer/material-dark.css +0 -1
- package/styles/pdfviewer/material.css +0 -1
- package/styles/pdfviewer/material3-dark.css +0 -1
- package/styles/pdfviewer/material3-dark.scss +1 -1
- package/styles/pdfviewer/material3.css +0 -1
- package/styles/pdfviewer/material3.scss +1 -1
- package/styles/pdfviewer/tailwind-dark.css +0 -1
- package/styles/pdfviewer/tailwind.css +0 -1
- package/styles/tailwind-dark.css +0 -1
- package/styles/tailwind.css +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,25 @@
|
|
|
4
4
|
|
|
5
5
|
### PDF Viewer
|
|
6
6
|
|
|
7
|
+
#### New Features
|
|
8
|
+
|
|
9
|
+
- `#I472310` - Provided support to render the digital signature appearance in the exported images using the 'Export as Image APIs'.
|
|
10
|
+
- `#I445342` - Provided support to enable or disable the lock on comment replies for annotations.
|
|
11
|
+
- `#I320602`, `#I332921`, `#I335469`, `#I334005`, `#I336580`, `#I338402`, `#I340993`, `#I342275`, `#I342451`, `#I344418`, `#I345156`, `#I297938`, `#I374753`, `#F156674`, `#379682`, `#I379543`, `#I381844`, `#I428937`, `#I448747`, `#I450636`, `#I448292`, `#I453737`, `#I453781`, `#I494648`, `#I495352` - Provided support for client side rendering using the PDFIUM Web Assembly.
|
|
12
|
+
- Provided support to restrict file downloads when exporting form fields and annotations using the event argument "cancel".
|
|
13
|
+
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- `#I489522` - Now, when annotations are double-clicked, the `isDocumentEdited API` no longer switches to the TRUE state.
|
|
17
|
+
- `#I492457` - Now, the page renders properly after zooming in and out when the provided PDF document is loaded.
|
|
18
|
+
- `#I488322` - Now, the annotations exported from the older version are imported into the latest version
|
|
19
|
+
- `#I491908` - Now, the type of handwritten signature in Arabic language is retained when downloading the document.
|
|
20
|
+
- `#I490945` - Now, the rotation of the annotations is properly preserved when importing them before rendering the pages.
|
|
21
|
+
|
|
22
|
+
## 22.2.11 (2023-08-29)
|
|
23
|
+
|
|
24
|
+
### PDF Viewer
|
|
25
|
+
|
|
7
26
|
#### Bug Fixes
|
|
8
27
|
|
|
9
28
|
- `#I490803` - The script error is now resolved when deleting annotations from different pages.
|
|
@@ -56,7 +75,7 @@
|
|
|
56
75
|
|
|
57
76
|
- `#I481075` - Now, the link navigation is working properly in the provided document.
|
|
58
77
|
- `#I481233` - Now, the selected value of the dropdown field is properly preserved in the downloaded document when we programmatically set the form fields to be read-only.
|
|
59
|
-
- `#I479497` - Now, the annotations are locked properly when setting the isLock true in
|
|
78
|
+
- `#I479497` - Now, the annotations are locked properly when setting the isLock to true in `annotationSettings`.
|
|
60
79
|
|
|
61
80
|
## 22.1.39 (2023-07-18)
|
|
62
81
|
|
|
@@ -66,8 +85,8 @@
|
|
|
66
85
|
|
|
67
86
|
- `#I476124` - Now, able to cut, copy and paste the comments on the comment panel using keyboard shortcuts.
|
|
68
87
|
- `#I475392` - Now, `Ctrl + Z` does not removes the entire comment text while editing the comment.
|
|
69
|
-
- `#I478671` - Now, annotations have been rendered and no script error occurred while loading the given document by setting the enableMeasureAnnotation to false.
|
|
70
|
-
- `#I464868` - Now, we can automatically select the placeholder text in the comment panel for the FreeText annotation without having to set the defaultText in freeTextSettings
|
|
88
|
+
- `#I478671` - Now, annotations have been rendered and no script error occurred while loading the given document by setting the `enableMeasureAnnotation` to false.
|
|
89
|
+
- `#I464868` - Now, we can automatically select the placeholder text in the comment panel for the FreeText annotation without having to set the `defaultText` in `freeTextSettings`.
|
|
71
90
|
- `#I480522` - Now, the deleted imported annotations do not appear when we resize the PDF Viewer.
|
|
72
91
|
- `#F182930` - Now, the script error no longer occurs when updating the values for the signature and initial fields that have the same name, which are found in pages that are not being rendered.
|
|
73
92
|
- `#I477780` - Now, we are able to add the annotations properly using the add annotation API.
|
|
@@ -80,7 +99,7 @@
|
|
|
80
99
|
|
|
81
100
|
- `#I476114` - Now, the text selection is properly preserved in the comment panel for text markup annotation.
|
|
82
101
|
- `#I470260` - Now, the signature content prints properly in the printed outputs.
|
|
83
|
-
- `#I475929` - Now, the annotation's isReadonly behavior is working properly when the allowedInteractions set to Select and the isLock property is set to true.
|
|
102
|
+
- `#I475929` - Now, the annotation's `isReadonly` behavior is working properly when the `allowedInteractions` set to Select and the isLock property is set to true.
|
|
84
103
|
|
|
85
104
|
## 22.1.37 (2023-07-04)
|
|
86
105
|
|
|
@@ -88,8 +107,8 @@
|
|
|
88
107
|
|
|
89
108
|
#### Bug Fixes
|
|
90
109
|
|
|
91
|
-
- `#I473387` - Now, the fontStyle object is properly preserved in the annotationSelect event argument if we apply strikeout after underline.
|
|
92
|
-
- `#I472962` - Now, the isStrikeout property is properly preserved in the annotationSelect event argument when applying the underline programmatically.
|
|
110
|
+
- `#I473387` - Now, the `fontStyle` object is properly preserved in the annotationSelect event argument if we apply strikeout after underline.
|
|
111
|
+
- `#I472962` - Now, the `isStrikeout` property is properly preserved in the annotationSelect event argument when applying the underline programmatically.
|
|
93
112
|
- `#I470103` - Now, the ink annotation mode is maintained when resizing the PDF Viewer container.
|
|
94
113
|
- `#I473639` - Now, the ink annotation is preserved in the downloaded document when session storage exceeds in the application.
|
|
95
114
|
- `#I473865` - Now, the content of the typed Handwritten signature position is properly preserved in downloaded document.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pdfviewer.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 23.1.36
|
|
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 :
|
|
3
|
+
* version : 23.1.36
|
|
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@22.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-pdfviewer@22.13.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-G/XgnoKIyHUrGvaBMK/0H7qI6bX1FD2milIHnhAIRbS46Hsew0RHj5qQcvifKyjI1x990LBuPb0IAP9T2W3G5Q==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-pdfviewer",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-22.13.0.tgz",
|
|
23
|
+
"_shasum": "e6412dfdbce8e16eea9cc4d5521464f03e61a4dd",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-pdfviewer@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-pdfviewer": "
|
|
36
|
-
"@syncfusion/ej2-react-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~23.1.36",
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "23.1.36",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~23.1.36"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 PDF viewer Component for React",
|
|
@@ -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": "
|
|
57
|
+
"version": "23.1.36",
|
|
58
58
|
"sideEffects": false
|
|
59
59
|
}
|
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
package/styles/material3.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-pdfviewer/styles/pdfviewer/material3-dark.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-pdfviewer/styles/pdfviewer/material3.scss';
|
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED