@syncfusion/ej2-react-pdfviewer 24.2.9 → 25.1.37

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,8 +6,49 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I562878` - Now, the custom data is not missing from deleted annotation properties when initializing settings with custom data.
10
+ - `#I565199` - Now, the annotation custom data is not missing in `AnnotationSelect` events.
11
+ - `#I563333` - Now, the comments cannot be edited when the annotation is locked.
12
+ - `#I874338` - Now, the locked annotations are preserved properly when importing the annotation.
13
+ - `#I561320` - Now, the undo has restored the programmatically deleted annotations.
14
+ - `#I566765` - Now, the create and clear buttons are not enabled if the text box is empty in the text signature tab.
15
+ - `#I564309` - Now, the script error not occurred when dynamically updating toolbar items without annotation module.
16
+ - `#I564643` - Now, the form fields are rendered properly after deleting it from the customer document.
17
+
18
+ #### Features
19
+
20
+ - `#I531005` - Now, provided the option to turn off the autocomplete option for comments in the comment panel.
21
+
22
+ ## 25.1.35 (2024-03-15)
23
+
24
+ ### PDF Viewer
25
+
26
+ #### Bug Fixes
27
+
28
+ - `#I557034` - Now, the text markup content is preserved properly in the exported JSON for multiline annotations.
29
+ - `#I559996`, `#I556643` - Now, the author’s name does not update automatically upon moving the annotations.
30
+ - `#I560732` - Now, the empty file is not exported if the added annotations are deleted through the context menu delete option.
31
+ - `#I559473` - Now, the exporting rectangle annotation with custom thickness is working properly.
32
+
33
+ #### Features
34
+
35
+ - `#I551138`, `#I553282` - Implemented functionality to manage PDF page organization, including insertion, deletion, and rotation in the PDF Viewer.
36
+ - `#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.
37
+ - `#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.
38
+ - `#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.
39
+ - 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.
40
+ - `#I477482`- Enhanced support for rendering custom appearance stamp images in the PDF Viewer.
41
+ - 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.
42
+
43
+ ## 24.2.9 (2024-03-05)
44
+
45
+ ### PDF Viewer
46
+
47
+ #### Bug Fixes
48
+
9
49
  - `#I547297` - Now, the data property was updated properly in the `addSignature` event.
10
- - `I556216` - Now, the download was working properly for the provided document.
50
+ - `#I556216` - Now, the download was working properly for the provided document.
51
+ - `#I556594` - Now, the script error does not occur when programmatically changing the font size in mobile mode.
11
52
 
12
53
  ## 24.2.8 (2024-02-27)
13
54
 
@@ -15,19 +56,12 @@
15
56
 
16
57
  #### Bug Fixes
17
58
 
18
- - `#I550956` - Now, the comments do not overlap when the author name has more characters.
19
59
  - `#I549538` - Now, the selected value and index of the dropdown are updated correctly for dropdown lists that are not selected.
20
- - `#I553949` - Now, the check box appearance is properly displayed on iOS devices.
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.
60
+ - `#I550956` - Now, the comments do not overlap when the author name has more characters.
23
61
  - `#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
62
  - `#I553949` - Now, the check box appearance is properly displayed on iOS devices.
28
63
  - `#I558011` - Now, the form fields are rendered properly after pinch zooming in mobile mode.
29
64
  - `#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
65
 
32
66
  ## 24.2.7 (2024-02-20)
33
67
 
@@ -55,11 +89,11 @@
55
89
  #### Bug Fixes
56
90
 
57
91
  - `#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
92
  - `#I549061` - Now, the text markup selection is working properly in mobile devices.
93
+ - `#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.
94
+ - `#I549061` - Now, the tree text annotation selector is resized after programmatically changing font size.
60
95
  - `#I549061` - Now, the page does not zoom when selecting the free text annotation on a mobile device.
61
96
  - `#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
97
 
64
98
  ## 24.2.4 (2024-02-06)
65
99
 
@@ -84,9 +118,9 @@
84
118
  - `#I542557` - Now, multiline textbox field is not able to resize without form designer mode.
85
119
  - `#I537053` - Now, the highlight button does not appear focused even after being clicked again.
86
120
  - `#I537971` - Now, the signature content is visible when loading the customer provided PDF document.
121
+ - `#I545609` - Now, the current page does not change when selecting 400% from the zoom drop-down.
87
122
  - `#I537057` - Now, the font sizes of the input element items in the toolbar does not vary across different themes.
88
123
  - `#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
124
  - `#I538873` - Now, the text search is working properly in the Stand-alone PDF Viewer.
91
125
  - `#I545609` - The text selection in the Stand-alone PDF Viewer now works properly when zoomed in above 100%.
92
126
  - `#I539013` - Scrolling now works even if the annotation module is not injected on iPad and iPhone devices.
@@ -109,10 +143,10 @@
109
143
 
110
144
  #### Bug Fixes
111
145
 
112
- - `#I537980` - Now, the form fields have rendered properly without injecting the annotation, text selection, and text search modules.
113
146
  - `#I533753` - Now, only the formFieldSelect event is called when select the `formField`.
114
- - `#I537955` - Now, programmatically opening the handwritten signature dialog is works properly after opening the Initial dialog.
147
+ - `#I537980` - Now, the form fields have rendered properly without injecting the annotation, text selection, and text search modules.
115
148
  - `#I536567` - Now, duplicate comment and replay content are not added to the annotation when exporting/importing the text markup annotation.
149
+ - `#I537955` - Now, programmatically opening the handwritten signature dialog is works properly after opening the Initial dialog.
116
150
  - `#I536470` - Now, a script error is not occurs when rapidly adding a TextBox across multiple pages.
117
151
 
118
152
  ## 24.1.45 (2024-01-09)
@@ -129,7 +163,7 @@
129
163
  - `#I524631` - Now, the custom stamp options are not being removed in the custom stamp menu when updating after control initialization.
130
164
  - `#I531042` - Now, the custom data of the annotation is properly preserved after undoing the deletion of the imported annotation.
131
165
  - `#I533144` - Now, the documents load properly in the Stand-alone PDF Viewer when using the document path and open option alternatively.
132
- - `#I528636` - Now, the saved text markup annotation is rendered properly when adding the annotation programmatically.
166
+ - `#I537955` - Now, programmatically opening the handwritten signature dialog is works properly after opening the Initial dialog.
133
167
 
134
168
  ## 24.1.44 (2024-01-03)
135
169
 
@@ -147,8 +181,8 @@
147
181
 
148
182
  - `#I499403` - Now, the import functionality is working for the given custom stamp annotation.
149
183
  - `#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
184
  - `#F185745` - Now, the calibrate distance annotations is not flip when downloading the document and opening it in the other viewers.
185
+ - `#I529609` - Now, the annotation time does not change in the comment panel without making any changes.
152
186
  - `#I529723` - Now, the radio button size does not enlarge when copied, pasted, or dragged.
153
187
  - `#I529705` - Now, the annotations are displayed after importing XFDF file.
154
188
 
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 : 24.2.9
3
+ * version : 25.1.37
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.2.9
3
+ * version : 25.1.37
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.2.8",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@25.1.35",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-uGtiQn7ZwyNfTeXsZzWXQdrKvP+5Rl0ynLjESIQUXoJOf8VaplYE1MLkPXAGFsWWcqLBthL+XHL3beoBuBzOPg==",
5
+ "_integrity": "sha512-dD9Y/1+8CV8Z/o0ifmLxSinwR5cIxwaXftCgDP/K2Tzh4xKTovIIUjS4wzdKvCExGugEE3a67bjoUP4Wms8W6A==",
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-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-24.2.8.tgz",
23
- "_shasum": "8c5cadb8d1821edf16dd04f31753812250236f21",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-25.1.35.tgz",
23
+ "_shasum": "b5b4e4071b20cc8265d3612ace4d00491338671b",
24
24
  "_spec": "@syncfusion/ej2-react-pdfviewer@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
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": "~24.2.7",
35
- "@syncfusion/ej2-pdfviewer": "24.2.9",
36
- "@syncfusion/ej2-react-base": "~24.2.7"
34
+ "@syncfusion/ej2-base": "~25.1.35",
35
+ "@syncfusion/ej2-pdfviewer": "25.1.37",
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": "24.2.9",
56
+ "version": "25.1.37",
57
57
  "sideEffects": false
58
58
  }