@syncfusion/ej2-react-pdfviewer 24.2.9 → 25.1.35
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 +31 -16
- package/diConfig.json +5 -2
- 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/CHANGELOG.md
CHANGED
|
@@ -6,8 +6,30 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I557034` - Now, the text markup content is preserved properly in the exported JSON for multiline annotations.
|
|
10
|
+
- `#I559996`, `#I556643` - Now, the author’s name does not update automatically upon moving the annotations.
|
|
11
|
+
- `#I560732` - Now, the empty file is not exported if the added annotations are deleted through the context menu delete option.
|
|
12
|
+
- `#I559473` - Now, the exporting rectangle annotation with custom thickness is working properly.
|
|
13
|
+
|
|
14
|
+
#### Features
|
|
15
|
+
|
|
16
|
+
- `#I551138`, `#I553282` - Implemented functionality to manage PDF page organization, including insertion, deletion, and rotation in the PDF Viewer.
|
|
17
|
+
- `#I325358`, `#I336517`, `#I355078` - Enabled customization of context menu items in the PDF Viewer by introducing the `addCustomMenu` API for adding custom menu items. Additionally, provided the `customContextMenuSelect` and `customContextMenuBeforeOpen` events to enhance flexibility and control over context menu interactions within the PDF Viewer.
|
|
18
|
+
- `#I516224` - Implemented the ability to programmatically control the opening and closing of the bookmark pane in the PDF Viewer through the introduction of the `openBookmarkPane` and `closeBookmarkPane` APIs. This allows users to conveniently interact with the bookmark pane within the PDF Viewer interface.
|
|
19
|
+
- `#I515986` - Introduced events, namely `pageRenderInitiate` and `pageRenderComplete`, in the PDF Viewer to provide notification regarding the initiation and completion of page rendering processes. These events offer users enhanced control and insights into the rendering workflow within the viewer interface.
|
|
20
|
+
- Integrated keyboard accessibility shortcuts and options for custom key commands using the `commandManager` API in the PDF Viewer, utilizing properties such as `keyboardCommand.name` for specifying custom command names and `keyboardCommand.gesture` for defining custom key gestures.
|
|
21
|
+
- `#I477482`- Enhanced support for rendering custom appearance stamp images in the PDF Viewer.
|
|
22
|
+
- Implemented support for utilizing PNG format images in the Standalone PDF Viewer for adding images to handwritten annotations, custom stamps, signatures, and initial form fields. Previously limited to certain formats like JPEG, now PNG images can also be saved and rendered for these purposes.
|
|
23
|
+
|
|
24
|
+
## 24.2.9 (2024-03-05)
|
|
25
|
+
|
|
26
|
+
### PDF Viewer
|
|
27
|
+
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
9
30
|
- `#I547297` - Now, the data property was updated properly in the `addSignature` event.
|
|
10
|
-
-
|
|
31
|
+
- `#I556216` - Now, the download was working properly for the provided document.
|
|
32
|
+
- `#I556594` - Now, the script error does not occur when programmatically changing the font size in mobile mode.
|
|
11
33
|
|
|
12
34
|
## 24.2.8 (2024-02-27)
|
|
13
35
|
|
|
@@ -15,19 +37,12 @@
|
|
|
15
37
|
|
|
16
38
|
#### Bug Fixes
|
|
17
39
|
|
|
18
|
-
- `#I550956` - Now, the comments do not overlap when the author name has more characters.
|
|
19
40
|
- `#I549538` - Now, the selected value and index of the dropdown are updated correctly for dropdown lists that are not selected.
|
|
20
|
-
- `#
|
|
21
|
-
- `#I558011` - Now, the form fields are rendered properly after pinch zooming in mobile mode.
|
|
22
|
-
- `#I553568` - Now, the `ValidateFormFields` event is triggered properly, even though the form designer module was not injected.
|
|
41
|
+
- `#I550956` - Now, the comments do not overlap when the author name has more characters.
|
|
23
42
|
- `#I545417` - Now, dynamically show and hide the text search pane is working properly.
|
|
24
|
-
|
|
25
|
-
- `#I550956` - Now, comments do not overlap when the author name has more characters.
|
|
26
|
-
- `#I549538` - Now, the selected value and index of the dropdown are updated correctly for dropdown lists that are not selected.
|
|
27
43
|
- `#I553949` - Now, the check box appearance is properly displayed on iOS devices.
|
|
28
44
|
- `#I558011` - Now, the form fields are rendered properly after pinch zooming in mobile mode.
|
|
29
45
|
- `#I553568` - Now, the `ValidateFormFields` event is triggered properly, even though the form designer module was not injected.
|
|
30
|
-
- `#I545417` - Now, dynamically show and hide the text search pane is working properly.
|
|
31
46
|
|
|
32
47
|
## 24.2.7 (2024-02-20)
|
|
33
48
|
|
|
@@ -55,11 +70,11 @@
|
|
|
55
70
|
#### Bug Fixes
|
|
56
71
|
|
|
57
72
|
- `#I543533` - Now, the `annotationPropertiesChange` event is triggered when updating the freetext annotation value for the first time.
|
|
58
|
-
- `#I549061` - Now, the tree text annotation selector is resized after programmatically changing font size.
|
|
59
73
|
- `#I549061` - Now, the text markup selection is working properly in mobile devices.
|
|
74
|
+
- `#I547297` - Now, the canvas within the Signature dialogue container is now centred for mobile view, and in the mobile view, the data property has been included in the `addSignature` event arguments.
|
|
75
|
+
- `#I549061` - Now, the tree text annotation selector is resized after programmatically changing font size.
|
|
60
76
|
- `#I549061` - Now, the page does not zoom when selecting the free text annotation on a mobile device.
|
|
61
77
|
- `#I542451` - Now, the background color of the freeText annotation does not appear as black after downloading the document in a Stand-alone PDF Viewer.
|
|
62
|
-
- `#I547297` - Now, the canvas within the Signature dialogue container is now centred for mobile view, and in the mobile view, the data property has been included in the `addSignature` event arguments.
|
|
63
78
|
|
|
64
79
|
## 24.2.4 (2024-02-06)
|
|
65
80
|
|
|
@@ -84,9 +99,9 @@
|
|
|
84
99
|
- `#I542557` - Now, multiline textbox field is not able to resize without form designer mode.
|
|
85
100
|
- `#I537053` - Now, the highlight button does not appear focused even after being clicked again.
|
|
86
101
|
- `#I537971` - Now, the signature content is visible when loading the customer provided PDF document.
|
|
102
|
+
- `#I545609` - Now, the current page does not change when selecting 400% from the zoom drop-down.
|
|
87
103
|
- `#I537057` - Now, the font sizes of the input element items in the toolbar does not vary across different themes.
|
|
88
104
|
- `#I537061` - Now, the vertical alignment of toolbar items does not vary across different themes.
|
|
89
|
-
- `#I545609` - Now, the current page does not change when selecting 400% from the zoom drop-down.
|
|
90
105
|
- `#I538873` - Now, the text search is working properly in the Stand-alone PDF Viewer.
|
|
91
106
|
- `#I545609` - The text selection in the Stand-alone PDF Viewer now works properly when zoomed in above 100%.
|
|
92
107
|
- `#I539013` - Scrolling now works even if the annotation module is not injected on iPad and iPhone devices.
|
|
@@ -109,10 +124,10 @@
|
|
|
109
124
|
|
|
110
125
|
#### Bug Fixes
|
|
111
126
|
|
|
112
|
-
- `#I537980` - Now, the form fields have rendered properly without injecting the annotation, text selection, and text search modules.
|
|
113
127
|
- `#I533753` - Now, only the formFieldSelect event is called when select the `formField`.
|
|
114
|
-
- `#
|
|
128
|
+
- `#I537980` - Now, the form fields have rendered properly without injecting the annotation, text selection, and text search modules.
|
|
115
129
|
- `#I536567` - Now, duplicate comment and replay content are not added to the annotation when exporting/importing the text markup annotation.
|
|
130
|
+
- `#I537955` - Now, programmatically opening the handwritten signature dialog is works properly after opening the Initial dialog.
|
|
116
131
|
- `#I536470` - Now, a script error is not occurs when rapidly adding a TextBox across multiple pages.
|
|
117
132
|
|
|
118
133
|
## 24.1.45 (2024-01-09)
|
|
@@ -129,7 +144,7 @@
|
|
|
129
144
|
- `#I524631` - Now, the custom stamp options are not being removed in the custom stamp menu when updating after control initialization.
|
|
130
145
|
- `#I531042` - Now, the custom data of the annotation is properly preserved after undoing the deletion of the imported annotation.
|
|
131
146
|
- `#I533144` - Now, the documents load properly in the Stand-alone PDF Viewer when using the document path and open option alternatively.
|
|
132
|
-
- `#
|
|
147
|
+
- `#I537955` - Now, programmatically opening the handwritten signature dialog is works properly after opening the Initial dialog.
|
|
133
148
|
|
|
134
149
|
## 24.1.44 (2024-01-03)
|
|
135
150
|
|
|
@@ -147,8 +162,8 @@
|
|
|
147
162
|
|
|
148
163
|
- `#I499403` - Now, the import functionality is working for the given custom stamp annotation.
|
|
149
164
|
- `#I525379` - Now, the PDF pages are rendered properly when zooming in the provided PDF document on the client-side rendering.
|
|
150
|
-
- `#I529609` - Now, the annotation time does not change in the comment panel without making any changes.
|
|
151
165
|
- `#F185745` - Now, the calibrate distance annotations is not flip when downloading the document and opening it in the other viewers.
|
|
166
|
+
- `#I529609` - Now, the annotation time does not change in the comment panel without making any changes.
|
|
152
167
|
- `#I529723` - Now, the radio button size does not enlarge when copied, pasted, or dragged.
|
|
153
168
|
- `#I529705` - Now, the annotations are displayed after importing XFDF file.
|
|
154
169
|
|
package/diConfig.json
CHANGED
|
@@ -53,7 +53,8 @@
|
|
|
53
53
|
"TextSearch",
|
|
54
54
|
"Annotation",
|
|
55
55
|
"FormDesigner",
|
|
56
|
-
"FormFields"
|
|
56
|
+
"FormFields",
|
|
57
|
+
"PageOrganizer"
|
|
57
58
|
],
|
|
58
59
|
"modules":[
|
|
59
60
|
{ "className": "BookmarkView", "propertyName": "bookmark"},
|
|
@@ -65,7 +66,9 @@
|
|
|
65
66
|
{ "className": "ThumbnailView", "propertyName": "thumbnailView"},
|
|
66
67
|
{ "className": "Annotation", "propertyName": "annotation"},
|
|
67
68
|
{ "className": "TextSelection", "propertyName": "textSelection"},
|
|
68
|
-
{ "className": "FormDesigner", "propertyName": "formDesigner"}
|
|
69
|
+
{ "className": "FormDesigner", "propertyName": "formDesigner"},
|
|
70
|
+
{ "className": "FormFields", "propertyName": "formFields"},
|
|
71
|
+
{ "className": "PageOrganizer", "propertyName": "pageOrganizer"}
|
|
69
72
|
],
|
|
70
73
|
"diModuleFiles": [
|
|
71
74
|
{ "fileName": "LinkAnnotation" },
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pdfviewer.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 25.1.35
|
|
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 :
|
|
3
|
+
* version : 25.1.35
|
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-pdfviewer@22.16.57",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-5VeedS7NxFEVzfI2uf4cfVy0Ku9ISy9nmUwXE/xhSmaVDK3AYAbMTYxngSZZ2zI1W9qM38iI+TtVNgHpY2444A==",
|
|
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.syncfusioninternal.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-22.16.57.tgz",
|
|
23
|
+
"_shasum": "64f7a5e05caf950706bebafc40725f1fc27bcbb1",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-pdfviewer@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_25.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": "~25.1.35",
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "25.1.35",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~25.1.35"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 PDF viewer Component for React",
|
|
@@ -53,6 +53,6 @@
|
|
|
53
53
|
"type": "git",
|
|
54
54
|
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
55
55
|
},
|
|
56
|
-
"version": "
|
|
56
|
+
"version": "25.1.35",
|
|
57
57
|
"sideEffects": false
|
|
58
58
|
}
|