@syncfusion/ej2-angular-documenteditor 30.1.40-ngcc → 30.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 +4597 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +134 -0
- package/esm2020/src/document-editor/documenteditor.component.mjs +311 -0
- package/esm2020/src/document-editor/documenteditor.module.mjs +25 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +32 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +73 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +25 -0
- package/esm2020/src/index.mjs +8 -0
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +584 -0
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +584 -0
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
- package/package.json +20 -7
- package/public_api.d.ts +1 -1
- package/src/document-editor/documenteditor-all.module.d.ts +48 -42
- package/src/document-editor/documenteditor.component.d.ts +57 -54
- package/src/document-editor/documenteditor.module.d.ts +11 -5
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +14 -8
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +47 -44
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +11 -5
- package/src/index.d.ts +7 -7
- package/syncfusion-ej2-angular-documenteditor.d.ts +5 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js +0 -646
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-documenteditor.js +0 -616
- package/@syncfusion/ej2-angular-documenteditor.js.map +0 -1
- package/LICENSE +0 -10
- package/dist/ej2-angular-documenteditor.umd.js +0 -1360
- package/dist/ej2-angular-documenteditor.umd.js.map +0 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +0 -11
- package/dist/ej2-angular-documenteditor.umd.min.js.map +0 -1
- package/ej2-angular-documenteditor.d.ts +0 -6
- package/ej2-angular-documenteditor.metadata.json +0 -1
package/CHANGELOG.md
ADDED
@@ -0,0 +1,4597 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
## [Unreleased]
|
4
|
+
|
5
|
+
### DocumentEditor
|
6
|
+
|
7
|
+
#### Bug Fixes
|
8
|
+
|
9
|
+
- `#I736018` - Fixed browser hanging issue that occurred when accepting page breaks in track changes mode.
|
10
|
+
- `#I738556` - Fixed section break deletion issue in multi-column documents.
|
11
|
+
|
12
|
+
## 30.1.39 (2025-07-08)
|
13
|
+
|
14
|
+
### DocumentEditor
|
15
|
+
|
16
|
+
#### Bug Fixes
|
17
|
+
|
18
|
+
- `#I736749` - Resolved the text overlap issue when deleting content.
|
19
|
+
- `#I738500` - Resolved the issue with removing content.
|
20
|
+
- `#I739874` - Resolved the issue with selection updates on right-click.
|
21
|
+
- `#I724502` - Fixed the paste issue with non-editable content controls.
|
22
|
+
- `#I737044` - Fixed the issue where the "Capitalize Each Word" function does not work after tabulation.
|
23
|
+
- `#I725100` - Resolved the Border and shading dialog responsive issue specific to localized non-English language.
|
24
|
+
|
25
|
+
#### Features
|
26
|
+
|
27
|
+
- `#I720493` - Added API to set the custom data in revision.
|
28
|
+
|
29
|
+
## 30.1.38 (2025-07-02)
|
30
|
+
|
31
|
+
### DocumentEditor
|
32
|
+
|
33
|
+
#### Bug Fixes
|
34
|
+
|
35
|
+
- `#I732868` - Improved the performance when applying formatting to content.
|
36
|
+
- `#I723831` - Fixed issue where the spell checker not triggered when the selection moved outside the content after delete action.
|
37
|
+
- `#I728253`, `#F68214` - Resolved script error when pasting content into a table cell with the spell checker enabled.
|
38
|
+
- `#I738426` - Fixed header and footer selection position issue when `enableLayout` is set to false.
|
39
|
+
- `#I731084` - Addressed script error when selecting content inside a table cell that spans across two pages.
|
40
|
+
- `#I728388` - Improved dropdown item selection behaviour in the zoom factor control.
|
41
|
+
- `#I726264` - Fixed header and footer reference mismatch when deleting a section break.
|
42
|
+
- `#I731465` - Resolved document scrolling issue when moving the mouse outside the Document Editor area.
|
43
|
+
- `#I713824` - Fixed layout issue involving shape elements in the header.
|
44
|
+
- `#I732155` - Corrected invalid characters being added to footnotes during DOCX export.
|
45
|
+
- `#I726900` - Resolved table layout issues in multi-column sections when opening documents.
|
46
|
+
- `#I731473` - Fixed issue where bullet language changed unexpectedly in the Document Editor.
|
47
|
+
- `#I734383` - Addressed issues with find and replace functionality for selected content.
|
48
|
+
- `#I736267` - Resolved script error triggered by backspace action.
|
49
|
+
- `#I729239` - Fixed script error when inserting a merge field after a bullet point.
|
50
|
+
|
51
|
+
## 30.1.37 (2025-06-25)
|
52
|
+
|
53
|
+
### DocumentEditor
|
54
|
+
|
55
|
+
#### Bug Fixes
|
56
|
+
|
57
|
+
- `#I720298` - Resolved the content overlapping issue that occurred when deleting section break content.
|
58
|
+
- `#I725100` - Fixed issues in the borders and shading dialog of the Document Editor.
|
59
|
+
- `#I726431` - Fixed the table of contents display issue and the table layout problem in multi-column sections.
|
60
|
+
- `#I725020` - Resolved the document opening issue on Mac devices.
|
61
|
+
- `#I720002` - Fixed the exporting issue for nested block content controls.
|
62
|
+
- `#I712003` - Resolved the table resizing issue when selecting a table row.
|
63
|
+
|
64
|
+
##### Features
|
65
|
+
|
66
|
+
- `#I364681`, `#I659735`, `#I659690`, `#I690350`, `#I706236`, `#I683493`, `#I713243`, `#I386519` - Added the ribbon interface support in Document Editor.
|
67
|
+
- `#I702584` - Added support for removing empty paragraph based on current selection.
|
68
|
+
- `#I712717` - Added support for grouping undo and redo action.
|
69
|
+
- `#I710413` - Added support for synchronized scrolling.
|
70
|
+
- `#I728576` - Added support to enable and disable layout options.
|
71
|
+
- `#I273578` - Added support to preserve group shape.
|
72
|
+
|
73
|
+
## 29.2.10 (2025-06-10)
|
74
|
+
|
75
|
+
### DocumentEditor
|
76
|
+
|
77
|
+
#### Bug Fixes
|
78
|
+
|
79
|
+
- `#I681319` - Fixed content overlapping issue when pasting inside a table cell.
|
80
|
+
- `#I728184` - Fixed table layout issue when the table height type is set to `Exactly`.
|
81
|
+
- `#I722688` - Fixed list formatting issues in documents with duplicate abstract list collections.
|
82
|
+
- `#I724060` - Fixed a script error that occurred when pasting content into merged cells.
|
83
|
+
- `#I709787` - Improved rendering performance by reducing unnecessary re-rendering in Document Editor.
|
84
|
+
- `#I723846` - Fixed a stack overflow error caused by recursive processing of a large number of paragraphs.
|
85
|
+
- `#I723712` - Fixed incorrect offset calculation for space elements when inserting text at the beginning of a line.
|
86
|
+
|
87
|
+
## 29.2.8 (2025-06-03)
|
88
|
+
|
89
|
+
### DocumentEditor
|
90
|
+
|
91
|
+
#### Bug Fixes
|
92
|
+
|
93
|
+
- `#I724519` - Fixed a script error that occurred when pasting content into a table.
|
94
|
+
- `#I717943` - Addressed a performance issue when deleting content on the last page.
|
95
|
+
- `#I715113` - Fixed an issue where image width values were not preserved when exporting to DOCX.
|
96
|
+
- `#I715058`, `#I712565` - Resolved issues with mapped content controls in headers and footers.
|
97
|
+
- `#I709838` - Fixed script errors that occurred during `Accept All` and `Reject All` operations in track changes.
|
98
|
+
- `#I714933` - Fixed paragraph layout issues in multi-column documents.
|
99
|
+
- `#I707365` - Addressed the auto fit table layout problems occurring during text insertion.
|
100
|
+
- `#I718360` - Fixed placeholder text insertion issue when using the `insertContentControl` API.
|
101
|
+
- `#I712236` - Fixed the style preservation issue when inserting text programmatically within selected bookmarks.
|
102
|
+
- `#I712559` - Improved behaviour when pasting table content into another table in the Document Editor.
|
103
|
+
- `#I715683` - Resolved layout inconsistencies in headers and footers while loading documents.
|
104
|
+
- `#I713462` - Fixed layout issues in footnote body content when pressing the Enter key.
|
105
|
+
- `#I720302` - Fixed the page number field updates issue during edit operations.
|
106
|
+
|
107
|
+
## 29.2.5 (2025-05-21)
|
108
|
+
|
109
|
+
### DocumentEditor
|
110
|
+
|
111
|
+
#### Bug Fixes
|
112
|
+
|
113
|
+
- `#I710210` - Fixed the issue with bookmark navigation in the editor.
|
114
|
+
- `#I715670` - Addressed the problem where the `LinkToPrevious` property for header and footer table widgets was not updating correctly.
|
115
|
+
- `#I713244` - Fixed the scrollbar not updating properly in the Document Editor when using Web Layout.
|
116
|
+
- `#I710185` - Resolved the issue where pasted content inside a table was not tracked correctly.
|
117
|
+
- `#I724703` - Fixed the issue with incorrect list numbering when pasting content.
|
118
|
+
|
119
|
+
## 29.2.4 (2025-05-14)
|
120
|
+
|
121
|
+
### DocumentEditor
|
122
|
+
|
123
|
+
#### Bug Fixes
|
124
|
+
|
125
|
+
- `#I709841`,`#I722525` - Improved editing performance when spell check is enabled.
|
126
|
+
- `#I716525` - Fixed performance issues related to bookmark manipulation during editing operations.
|
127
|
+
- `#I715428` - Resolved a script error that occurred when loading SFDT without injecting the editor module.
|
128
|
+
- `#I716353` - Fixed an issue where table cell content was clipped when zooming out.
|
129
|
+
- `#I709838` - Resolved a script error that occurred when exporting after performing a delete operation with track changes enabled.
|
130
|
+
|
131
|
+
#### Features
|
132
|
+
|
133
|
+
- `#I682661` - Added support for removing editing region in the current selection position.
|
134
|
+
- `#I706446` - Added support for retrieving fields within the selected range.
|
135
|
+
- `#I712473` - Added screen reader support in Document Editor.
|
136
|
+
|
137
|
+
## 29.1.41 (2025-05-06)
|
138
|
+
|
139
|
+
### DocumentEditor
|
140
|
+
|
141
|
+
#### Bug Fixes
|
142
|
+
|
143
|
+
- `#I712778` - Fixed an issue where a new paragraph was inserted outside the editable region in protected documents.
|
144
|
+
- `#I713902` - Corrected the underline rendering for the appropriate word during spell check.
|
145
|
+
- `#I710270` - Resolved a table formatting issue when applying shading to specific cells.
|
146
|
+
- `#I707681` - Fixed the DocumentEditor refresh issue when the spell checker is enabled.
|
147
|
+
- `#I701076` - Addressed an issue where bullet points were not applied correctly when pasting SFDT content.
|
148
|
+
- `#I719946` - Resolved a script error that occurred during repeated find-and-replace operations.
|
149
|
+
|
150
|
+
## 29.1.40 (2025-04-29)
|
151
|
+
|
152
|
+
### DocumentEditor
|
153
|
+
|
154
|
+
#### Bug Fixes
|
155
|
+
|
156
|
+
- `#I713147` - Fixed an issue where list formatting was not restored correctly after performing an undo action.
|
157
|
+
- `#FB66240` - Fixed an issue where spaces were incorrectly removed when checking or unchecking a checkbox.
|
158
|
+
|
159
|
+
## 29.1.39 (2025-04-22)
|
160
|
+
|
161
|
+
### DocumentEditor
|
162
|
+
|
163
|
+
#### Bug Fixes
|
164
|
+
|
165
|
+
- `#I705934` - Fixed the issue where paragraph borders were splitting during merge field insertion using the `insertField` API.
|
166
|
+
- `#I706158` - Improved cell content control insertion behaviour and resolved border rendering issues.
|
167
|
+
- `#I708026` - Fixed the overlapping issue with header tags.
|
168
|
+
- `#I705207` - Addressed the layout issue caused by section breaks during document editing.
|
169
|
+
- `#I705451` - Resolved the revision pane issue when opening documents using the Document Editor open API.
|
170
|
+
- `#I703602` - Fixed the `isComplete` flag incorrectly remaining true when dragging the mouse outside the Document Editor view.
|
171
|
+
|
172
|
+
## 29.1.38 (2025-04-15)
|
173
|
+
|
174
|
+
### DocumentEditor
|
175
|
+
|
176
|
+
#### Bug Fixes
|
177
|
+
|
178
|
+
- `#I699159` - Fixed the issue where indent was decreasing incorrectly in a list for the entire selection.
|
179
|
+
- `#I699123` - Fixed the issue with applying numbering and bullet lists.
|
180
|
+
- `#I703013` - Fixed the issue where the paragraph mark was not included when inserting a bookmark.
|
181
|
+
- `#I700209` - Fixed the issue where inserting a nested content control only inserted text instead of another content control.
|
182
|
+
- `#I702581` - Fixed the content control border rendering issue when the paragraph had an indent.
|
183
|
+
- `#I706170` - Fixed the content overlapping issue with the previous page footer during paragraph deletion.
|
184
|
+
- `#I705530` - Fixed the rendering issue of double underlines for spell check inside table cell.
|
185
|
+
|
186
|
+
## 29.1.37 (2025-04-08)
|
187
|
+
|
188
|
+
### DocumentEditor
|
189
|
+
|
190
|
+
#### Bug Fixes
|
191
|
+
|
192
|
+
- `#I702414` - Fixed an issue where a paragraph was inserted outside the editable region after pressing the End key in a restricted editing document.
|
193
|
+
- `#I703674` - Addressed the issue where paragraph borders were not fully visible.
|
194
|
+
- `#I697400` - Resolved a looping issue encountered when opening certain documents.
|
195
|
+
- `#I701520` - Fixed a formatting issue that occurred after inserting a hyperlink.
|
196
|
+
- `#I700199` - Resolved a paragraph splitting issue that occurred when removing multiple bookmarks programmatically.
|
197
|
+
- `#I698715` - Fixed key input issues caused by the timing of composition end for Japanese text.
|
198
|
+
- `#I698829` - Resolved a discrepancy in the `isComplete` property during selection changes made using the keyboard.
|
199
|
+
- `#I702270` - Fixed an issue where an extra new line was added in server-side exported documents.
|
200
|
+
|
201
|
+
## 29.1.35 (2025-04-01)
|
202
|
+
|
203
|
+
### DocumentEditor
|
204
|
+
|
205
|
+
#### Bug Fixes
|
206
|
+
|
207
|
+
- `#I689728` - Fixed text shifting to the previous page when applying formatting styles to a combined paragraph.
|
208
|
+
- `#I698686` - Fixed the undo issue for merged table cells.
|
209
|
+
- `#I693506` - Fixed table header row resizing incorrectly when adding a row to the table.
|
210
|
+
- `#I693683` - Fixed the issue where the document editor remained stuck on loading and failed to open documents.
|
211
|
+
- `#I698863` - Fixed the outline rendering issue for rounded rectangle shapes.
|
212
|
+
- `#I702446` - Fixed the edit region highlight issue when switching between print and web layouts.
|
213
|
+
- `#I701024` - Fixed the malformed URI issue on Mac during document serialization.
|
214
|
+
- `#I694808` - Fixed incorrect cursor positioning when continuously pressing Enter in a table cell that extends to the next page.
|
215
|
+
- `#I698411` - Improved performance when scrolling and typing in large documents with spell check enabled.
|
216
|
+
- `#I681319` - Fixed the issue where comments were removed when selecting text before the comment's end offset.
|
217
|
+
- `#I699227`, `#I699397` - Improved editing performance when continuously typing characters.
|
218
|
+
- `#I700275` - Fixed table layout issues with repeated header rows.
|
219
|
+
- `#I697583` - Fixed missing table cell content when exporting to DOCX.
|
220
|
+
- `#I652799` - Fixed incorrect cursor positioning when selecting a column cell.
|
221
|
+
- `#I701772` - Fixed style issues in content control text.
|
222
|
+
- `#I697055` - Fixed script errors when saving a document as a blob after deleting tracked changes content.
|
223
|
+
|
224
|
+
## 29.1.33 (2025-03-25)
|
225
|
+
|
226
|
+
### DocumentEditor
|
227
|
+
|
228
|
+
#### Features
|
229
|
+
|
230
|
+
- `#I690626` - Added support for preserving hidden text when opening and exporting Word documents.
|
231
|
+
|
232
|
+
## 28.2.12 (2025-03-19)
|
233
|
+
|
234
|
+
### DocumentEditor
|
235
|
+
|
236
|
+
#### Bug Fixes
|
237
|
+
|
238
|
+
- `#I691095` - Fixed an issue where the `getComments` API returned the same comment ID for both parent and reply comments.
|
239
|
+
- `#I695884` - Resolved a browser hanging issue caused by table row splitting when opening an attached document.
|
240
|
+
- `#I691853` - Fixed a list numbering issue in the Document Editor that occurred when pasting content multiple times.
|
241
|
+
- `#I693444` - Addressed an issue where the toggling of a checkbox content control did not reflect its character format.
|
242
|
+
- `#I701050` - Fixed a blob document import issue in the Document Editor when using a Docker container.
|
243
|
+
- `#I689203` - Resolved an issue where content deletion with track changes was not functioning correctly.
|
244
|
+
- `#I695107` - Fixed a cursor disappearance issue when pressing and holding the arrow button.
|
245
|
+
|
246
|
+
## 28.2.11 (2025-03-11)
|
247
|
+
|
248
|
+
### DocumentEditor
|
249
|
+
|
250
|
+
#### Bug Fixes
|
251
|
+
|
252
|
+
- `#F196134` - Fixed a script error that occurred when copying content containing checkbox content control properties.
|
253
|
+
- `#I688686` - Fixed the selection issue when applying upper-case formatting to text.
|
254
|
+
- `#I644193` - Fixed the XML mapping issue when copy pasting content controls within Document Editor.
|
255
|
+
- `#I691211` - Fixed the incorrect drop down list display by using the display text instead of the value.
|
256
|
+
- `#I691064` - Fixed the issue of removing and adding highlights to editable ranges using the `highlightEditableRanges` property.
|
257
|
+
- `#I686376` - Fixed a script error that occurred when undoing after performing Enter and Apply Style actions.
|
258
|
+
- `#I693248` - Fixed the issue where the editing region moved out of the viewport when the keyboard opened on mobile devices.
|
259
|
+
- `#I684310`, `#I693656` - Fixed the border rendering issue for nested content controls.
|
260
|
+
- `#I691211` - Improved typing performance inside a table when the document contains more than 400 content controls.
|
261
|
+
|
262
|
+
## 28.2.9 (2025-03-04)
|
263
|
+
|
264
|
+
### DocumentEditor
|
265
|
+
|
266
|
+
#### Bug Fixes
|
267
|
+
|
268
|
+
- `#I687932` - Fixed the issue where focus was not updated to the document when selecting a comment in the comment pane.
|
269
|
+
- `#I685571`, `#I694238` - Fixed the tab element formatting issue when opening the reported document.
|
270
|
+
- `#I683091` - Fixed the issue where cell size was not reverting correctly and an extra column was created after deleting a row.
|
271
|
+
- `#I683159` - Fixed the issue where the editable region start marker was not rendering correctly when a paragraph had a right margin.
|
272
|
+
- `#I691849` - Fixed the issue where Document Editor became unresponsive when accepting all changes in SFDT files containing multiple lists copied from Word.
|
273
|
+
|
274
|
+
## 28.2.7 (2025-02-25)
|
275
|
+
|
276
|
+
### DocumentEditor
|
277
|
+
|
278
|
+
#### Bug Fixes
|
279
|
+
|
280
|
+
- `#I682091` - Fixed a document corruption issue when applying a custom style and exporting to Docx.
|
281
|
+
- `#I683126` - Fixed a script error that occurred when performing undo, delete, and reject actions on track changes content.
|
282
|
+
- `#I691258` - Fixed an issue where undoing the deletion of list items did not work correctly with track changes enabled.
|
283
|
+
- `#I687962` - Fixed incorrect behaviour when applying "Capitalize Each Word" to sentences containing multiple words with apostrophes.
|
284
|
+
- `#I683579` - Fixed a spell checker issue that occurred when track changes were enabled on combined insertion and deletion content.
|
285
|
+
- `#I688793` - Fixed a script error that occurred when opening an SFDT document containing track changes content.
|
286
|
+
|
287
|
+
## 28.2.6 (2025-02-18)
|
288
|
+
|
289
|
+
### DocumentEditor
|
290
|
+
|
291
|
+
#### Bug Fixes
|
292
|
+
|
293
|
+
- `#I682967` - Fixed a script error that occurred when deleting content inside an edit region.
|
294
|
+
- `#I684112` - Fixed a script issue when opening a line-marker chart in Document Editor.
|
295
|
+
- `#I683052` - Fixed a bookmark insertion issue when spell check is enabled.
|
296
|
+
|
297
|
+
## 28.2.5 (2025-02-11)
|
298
|
+
|
299
|
+
### DocumentEditor
|
300
|
+
|
301
|
+
#### Bug Fixes
|
302
|
+
|
303
|
+
- `#I683467` - Improved performance by optimizing bookmark manipulation during text insertion.
|
304
|
+
- `#I684634` - Fixed an issue where focus moved to the document editor when selecting a tracked revision.
|
305
|
+
- `#I684435` - Resolved a freezing issue when accepting all tracked changes.
|
306
|
+
- `#I686056` - Fixed an issue where the background color was not updating properly in the properties pane.
|
307
|
+
- `#I679707` - Corrected the continuation of page numbers after restarting page numbering.
|
308
|
+
- `#I680995` - Fixed font rendering issues when applying the theme font to text.
|
309
|
+
- `#I687189` - Resolved caret height inconsistencies in collaborative editing.
|
310
|
+
- `#I682585` - Fixed incorrect list indentation when performing an undo action.
|
311
|
+
- `#F195801` - Resolved an issue where the content change event was triggered twice when applying a paragraph style.
|
312
|
+
|
313
|
+
## 28.2.4 (2025-02-04)
|
314
|
+
|
315
|
+
### DocumentEditor
|
316
|
+
|
317
|
+
#### Bug Fixes
|
318
|
+
|
319
|
+
- `#I680965` - Fixed document corruption when opening a client-side exported DOCX in Microsoft Word.
|
320
|
+
- `#I681505` - Fixed issues with programmatically added comment replies and text range selection in the Document Editor.
|
321
|
+
- `#I684705` - Fixed wavy underline rendering issue for non-misspelled words when pressing backspace.
|
322
|
+
- `#I680849` - Fixed missing split cell content when a row spans multiple pages.
|
323
|
+
- `#I667699` - Fixed missing content in shapes after copying and pasting the entire content, followed by server-side DOCX export.
|
324
|
+
- `#I678996`, `#I678997`, `#I678999` - Fixed script errors when accepting track changes in list paragraphs and table paragraphs.
|
325
|
+
|
326
|
+
## 28.1.39 (2024-01-14)
|
327
|
+
|
328
|
+
### DocumentEditor
|
329
|
+
|
330
|
+
#### Bug Fixes
|
331
|
+
|
332
|
+
- `#I660432` - Improved performance when applying formatting to an entire document.
|
333
|
+
- `#I668208` - Fixed text duplication caused by the move-down action outside the editable element after inserting text using Japanese IME on Windows.
|
334
|
+
- `#I665638` - Addressed issues with arrow keys, deletion, and keyboard input in form field protection mode for Content Controls.
|
335
|
+
|
336
|
+
## 28.1.38 (2025-01-07)
|
337
|
+
|
338
|
+
### DocumentEditor
|
339
|
+
|
340
|
+
#### Bug Fixes
|
341
|
+
|
342
|
+
- `#I665316` - Fixed layout issue during editing due to start and end fields being in different paragraphs.
|
343
|
+
- `#I664308` - Addressed the problem of HTML content not copying correctly to the clipboard when copying table content with block content control.
|
344
|
+
- `#I669203` - Corrected the issue where revisions in headers were not reflected in the track changes pane due to existing header/footer conditions.
|
345
|
+
- `#I675010` - Resolved script error encountered when removing inline contents that include field elements.
|
346
|
+
- `#I658140` - Improved performance when inserting text into split table cells across multiple pages.
|
347
|
+
- `#I665482` - Fixed script error that occurred when pasting content from Microsoft Word into the Document Editor after selecting table cell content.
|
348
|
+
|
349
|
+
## 28.1.37 (2024-12-31)
|
350
|
+
|
351
|
+
### DocumentEditor
|
352
|
+
|
353
|
+
#### Bug Fixes
|
354
|
+
|
355
|
+
- `#I646103` - Fixed the rendering issue of dot and circle bullets in the Ubuntu environment.
|
356
|
+
- `#I664612` - Fixed the application hanging issue when searching for text within a split cell widget using the find option.
|
357
|
+
- `#I665316` - Fixed the layout issue during editing actions caused by field start and end tags being in different paragraphs.
|
358
|
+
- `#I656347` - Fixed the issue where an empty cell was not added in a split row widget.
|
359
|
+
- `#I662866` - Fixed a script error that occurred when opening a document with block content controls inside a cell with revisions.
|
360
|
+
- `#I660441` - Fixed the issue where a table became corrupt after merging cells.
|
361
|
+
- `#I660453` - Fixed the issue where the replace API was not working when using a pattern to find and replace text.
|
362
|
+
|
363
|
+
## 28.1.36 (2024-12-24)
|
364
|
+
|
365
|
+
### DocumentEditor
|
366
|
+
|
367
|
+
#### Bug Fixes
|
368
|
+
|
369
|
+
- `#I664697` - Implemented image cropping for metafile images in the Document Editor.
|
370
|
+
- `#I662670` - Fixed the navigation pane issue where it moved to the start position when clicking sub-level headings. The selected heading is now properly highlighted.
|
371
|
+
- `#I653747` - Resolved the font family rendering issue for special characters when the `FontHintType` property is applied in the character format.
|
372
|
+
- `#I658305` - Corrected the updating of ordered list numbers when the list includes level overrides.
|
373
|
+
- `#I662705` - The `setDefaultCharacterFormat` API now functions correctly in the Document Editor.
|
374
|
+
- `#I652850` - Fixed cursor position updates and keyboard navigation issues for content controls in the Document Editor.
|
375
|
+
- `#I668350` - Addressed the bullet list symbol rendering issue in exported DOCX documents after inserting a bullet list in the Document Editor.
|
376
|
+
- `#I662244` - Resolved the track changes inconsistency issue in collaborative mode.
|
377
|
+
- `#I660426` - Fixed the undo issue that occurred after merging table cells.
|
378
|
+
- `#I661535` - Resolved the issue of span elements being present in comment data.
|
379
|
+
|
380
|
+
## 28.1.35 (2024-12-18)
|
381
|
+
|
382
|
+
### DocumentEditor
|
383
|
+
|
384
|
+
#### Bug Fixes
|
385
|
+
|
386
|
+
- `#I653914` - Script error no longer thrown when drag and drop the text in document editor.
|
387
|
+
- `#I655487` - Now, table column is rendered properly when imported the exported document.
|
388
|
+
- `#I656985` - Now, oval shape is preserved properly in the document editor.
|
389
|
+
- `#I658167` - Now table row get resized properly when we resize the row fast.
|
390
|
+
- `F194125` - Now, Footnote and content does not get overlap when edit inside the document.
|
391
|
+
- `#I640675` - Resolved the document freezing issue when reject the track changes.
|
392
|
+
- `#I651428` - Now, comment get removed properly when delete the paragraph and accept the changes.
|
393
|
+
- `#I661065` - Table border is rendered properly when table cell border's line style is set as none.
|
394
|
+
- `#I658922` - Now, check box is rendered properly after change the value as checked.
|
395
|
+
- `#I651509` - Provided content change event support to notify when protect and unprotected the document.
|
396
|
+
- `#I658140` - Resolved the performance issue that occurs when performing the undo and redo functions after copy pasting multiple paragraphs within a table.
|
397
|
+
- `#I656347` - Resolved the table layout issue when opening the exported document due to an improperly added row widget during exporting.
|
398
|
+
- `#I645286`, `#I647203` - Handled the logic to combine text ranges with the same character formatting in the paragraph when exporting as SFDT to resolve performance issues.
|
399
|
+
- `#I653756` - Resolved the content control border rendering issue for paragraph with lists and indentation applied.
|
400
|
+
|
401
|
+
## 27.2.4 (2024-11-26)
|
402
|
+
|
403
|
+
### DocumentEditor
|
404
|
+
|
405
|
+
#### Bug Fixes
|
406
|
+
|
407
|
+
- `#I647577` - Resolved the control freezing issue when opening Word document in Document Editor.
|
408
|
+
- `#I648529` - Resolved the script error issue when form fields inside header and footer.
|
409
|
+
- `#I649632` - Resolved the lists with negative `nsid` values in exported document.
|
410
|
+
- `#I649605` - Resolved the missing other properties of content control in `setContentControlInfo` API.
|
411
|
+
- `#I651950` - Now, disabled the comment insertion when selection inside footnote and endnote.
|
412
|
+
|
413
|
+
## 27.2.3 (2024-11-21)
|
414
|
+
|
415
|
+
### DocumentEditor
|
416
|
+
|
417
|
+
#### Bug Fixes
|
418
|
+
|
419
|
+
- `#I642653` - Resolved the XML mapping data document importing issue.
|
420
|
+
- `#I639842` - Resolved the layouting issue in RTL table.
|
421
|
+
- `#I644826` - Resolved the comments escape characters issue when opening exported document.
|
422
|
+
- `#I645913` - Resolved the selection issue incorrect behaviour with Comments.
|
423
|
+
- `#I623329` - Resolved the performance issues with document editor.
|
424
|
+
- `#I650898` - Resolved the Document generates a corrupted docx issue.
|
425
|
+
- `#I643649` - Now selection in document does not get changed after modifying the style.
|
426
|
+
- `#I644795` - Resolved the adding enter in syncfusion editor leads to weird tab behaviour issue.
|
427
|
+
- `#I645817` - Resolved the change case functionality bugs.
|
428
|
+
- `#I645091` - Resolved the table text outside table at end of page issue.
|
429
|
+
|
430
|
+
## 27.2.2 (2024-11-15)
|
431
|
+
|
432
|
+
### DocumentEditor
|
433
|
+
|
434
|
+
#### Bug Fixes
|
435
|
+
|
436
|
+
- `#I650912` - Resolved the comment pane is not shown issue while inserting the empty comment.
|
437
|
+
|
438
|
+
## 27.1.58 (2024-11-05)
|
439
|
+
|
440
|
+
### DocumentEditor
|
441
|
+
|
442
|
+
#### Bug Fixes
|
443
|
+
|
444
|
+
- `#I914903` - Resolved the endNote layouting issue.
|
445
|
+
|
446
|
+
## 27.1.57 (2024-10-29)
|
447
|
+
|
448
|
+
### DocumentEditor
|
449
|
+
|
450
|
+
#### Bug Fixes
|
451
|
+
|
452
|
+
- `#I644412` - Resolved the issue of editor deletes all text in document.
|
453
|
+
- `#I642436` - Resolve the issue with track Changes when pasting Word contents multiple times.
|
454
|
+
- `F194706` - Now able to copy highlighted text from word processor when Restrict Editing property is true.
|
455
|
+
- `#I640675` - Resolve script error when using track changes.
|
456
|
+
- `#I639276` - Resolved the issue of page freezes when trying to load document in document editor.
|
457
|
+
|
458
|
+
## 27.1.55 (2024-10-22)
|
459
|
+
|
460
|
+
### DocumentEditor
|
461
|
+
|
462
|
+
#### Bug Fixes
|
463
|
+
|
464
|
+
- `#I636914` - Now track changes working as expected when using collaboration.
|
465
|
+
- `#I641336` - Resolved the text overlap issue in document uploading.
|
466
|
+
- `#I636876` - Now script error does not get thrown when unmounting the DocumentEditor with collaboration.
|
467
|
+
- `#I638548` - Resolved the issue of document stays loading.
|
468
|
+
- `#I637068` - Now proper font family is updated for splitted Chinese text.
|
469
|
+
- `#I618565` - Now text get highlighted properly if user clicks on comment.
|
470
|
+
|
471
|
+
## 27.1.53 (2024-10-15)
|
472
|
+
|
473
|
+
### DocumentEditor
|
474
|
+
|
475
|
+
#### Bug Fixes
|
476
|
+
|
477
|
+
- `#I628955` - Resolved the Pie chart color issue in Blazor word processor.
|
478
|
+
- `#I627890` - Resolved the error in opening the document.
|
479
|
+
- `#I631391` - Resolved the Word Preview Freezes Browser issue.
|
480
|
+
- `#I632707` - Resolved the issue of tables with complex structures that have cells wrapping to the next page are not rendered.
|
481
|
+
- `#FB61513` - Resolved the error when saving track changes.
|
482
|
+
- `#I631081` - Resolved the table looping issue while opening attached sfdt.
|
483
|
+
- `#I638813` - Resolved the XSS vulnerability issue.
|
484
|
+
- `#I635143` - Resolved the mailto issue in the Document editor.
|
485
|
+
- `#I632855` - Resolved script error when try to download the document with unposted comments.
|
486
|
+
- `#I627023` - Now SpellCheck API pass the custom header when using beforeXmlHttpRequestSend.
|
487
|
+
- `#I631727` - Resolved the issue bullet points loses it style.
|
488
|
+
- `#I636298` - Now stopProtectionAsync reject properly when entered wrong password.
|
489
|
+
- `#I626464` - Resolved the Characters get hidden when typing multi languages with Track changes OFF.
|
490
|
+
- `#I632911` - Resolved console warning for missing modules in document editor.
|
491
|
+
- `#I630998` - Now able to add text after a content control when no other element is next to it.
|
492
|
+
- `#I622732` - Resolved script error while delete content after search text.
|
493
|
+
- `#I624123` - Resolved the footnote overlap with table issue in document editor.
|
494
|
+
- `#I635035` - Now Content control has been exported properly in document editor.
|
495
|
+
- `#I633148` - Resolved the issue multiple spell check triggered when inserting text.
|
496
|
+
|
497
|
+
#### Features
|
498
|
+
|
499
|
+
- `#I629004` - Added support for selecting revision in beforeAcceptRejectChanges event in document editor.
|
500
|
+
- `#I568983` - Provided support to refer external font in Document Editor.
|
501
|
+
|
502
|
+
## 27.1.52 (2024-10-08)
|
503
|
+
|
504
|
+
### DocumentEditor
|
505
|
+
|
506
|
+
#### Bug Fixes
|
507
|
+
|
508
|
+
- `#I636488` - Resolved the console error thrown when opening attached SFDT document.
|
509
|
+
- `#I630929` - Resolved the content not syncing properly after removing content control at the end of the document.
|
510
|
+
- `#I627161` - Resolved the RTL text formatting issue in Document Editor.
|
511
|
+
|
512
|
+
## 27.1.51 (2024-09-30)
|
513
|
+
|
514
|
+
### DocumentEditor
|
515
|
+
|
516
|
+
#### Bug Fixes
|
517
|
+
|
518
|
+
- `#I630170` - Resolved the paragraph shifting issue when pasting text content.
|
519
|
+
- `#I626306` - Resolved the font family and page content is not rendered properly.
|
520
|
+
- `F193063` - Resolved the time delay issue when using moveToDocumentStart and End API continuously after paste operation.
|
521
|
+
- `#I620990` - Resolved the script errors while undo / redo the bookmark.
|
522
|
+
- `#I631993` - Text gets selected properly now after deleting a selected bookmark.
|
523
|
+
- `#I627023` - Now changes are present when we use beforeXmlHttpRequestSend to modify the xmlhttprequest.
|
524
|
+
- `#I628666` - Resolved Script error occur when using save blob in Blazor maui hybrid mode.
|
525
|
+
- `#I629140` - Resolved script error when loading the document with content control.
|
526
|
+
- `#I631762` - Check box under font popup dialog now retained properly.
|
527
|
+
- `#I628921` - Heading font styles are now preserved properly while save and open the document.
|
528
|
+
- `#I635930` - Table background color now change properly when using the table properties pane.
|
529
|
+
|
530
|
+
## 27.1.50 (2024-09-24)
|
531
|
+
|
532
|
+
### DocumentEditor
|
533
|
+
|
534
|
+
#### Bug Fixes
|
535
|
+
|
536
|
+
- `#I623329` - Resolved the Heap memory increasing issue even after destroying the component.
|
537
|
+
- `#I624644` - Improved the performance of rendering border for content control.
|
538
|
+
- `#I627238` - Resolved formatting different when layouting the document.
|
539
|
+
- `#I625566` - Content control with multiple paragraph now exported properly.
|
540
|
+
- `#I626922` - Resolved script error when highlighting edit range.
|
541
|
+
- `#I624612` - Nested table border is not render properly.
|
542
|
+
- `#I627042` - Alert message it now shown properly when opening broken sfdt.
|
543
|
+
- `#I624582` - Formatting now preserved properly when copy/paste content from excel document.
|
544
|
+
|
545
|
+
## 27.1.48 (2024-09-18)
|
546
|
+
|
547
|
+
### DocumentEditor
|
548
|
+
|
549
|
+
#### Features
|
550
|
+
|
551
|
+
- `#I420700`, `#I425501`, `#I476988`, `#I508922`, `#I542244`, `#I556252`, `#I600435` - Added shapes support feature which allows you to preserve shapes in Word documents when opening and saving them in the Word Processor. Please refer to the [documentation](https://ej2.syncfusion.com/documentation/document-editor/shapes) and [demo](https://ej2.syncfusion.com/demos/#/fluent2/document-editor/autoshapes.html) for more details.
|
552
|
+
- `#F155458`, `#I329106`, `#I324222`, `#I315874`, `#I295727`, `#I291743`, `#I282998`, `#I280778`, `#I277336`, `#I275144`, `#I274602`, `#I273391`, `#I269063`, `#I268167`, `#I269063`, `#I361328`, `#I438671`, `#I546241`, `#I582321` - Added XML mapped content controls feature which allows you to insert content controls in your document that are linked to custom XML data. By mapping specific parts of your document to XML data, you can ensure that the content within these controls is automatically updated whenever the underlying XML data changes, making it ideal for dynamic documents. Please refer to the [documentation](https://ej2.syncfusion.com/documentation/document-editor/content-control) for more details.
|
553
|
+
|
554
|
+
- `#I420700`, `#I425501`, `#I476988`, `#I508922`, `#I542244`, `#I556252`, `#I600435` - Added shapes support feature which allows you to preserve shapes in Word documents when opening and saving them in the Word Processor. Please refer to the [documentation](https://ej2.syncfusion.com/angular/documentation/document-editor/shapes) and [demo](https://ej2.syncfusion.com/angular/demos/#/fluent2/document-editor/autoshapes) for more details.
|
555
|
+
- `#F155458`, `#I329106`, `#I324222`, `#I315874`, `#I295727`, `#I291743`, `#I282998`, `#I280778`, `#I277336`, `#I275144`, `#I274602`, `#I273391`, `#I269063`, `#I268167`, `#I269063`, `#I361328`, `#I438671`, `#I546241`, `#I582321` - Added XML mapped content controls feature which allows you to insert content controls in your document that are linked to custom XML data. By mapping specific parts of your document to XML data, you can ensure that the content within these controls is automatically updated whenever the underlying XML data changes, making it ideal for dynamic documents. Please refer to the [documentation](https://ej2.syncfusion.com/angular/documentation/document-editor/content-control) for more details.
|
556
|
+
|
557
|
+
## 26.2.12 (2024-09-10)
|
558
|
+
|
559
|
+
### DocumentEditor
|
560
|
+
|
561
|
+
#### Bug Fixes
|
562
|
+
|
563
|
+
- `#I626531` - Resolved the alignment issue column (spacing and width) in the page setup dialog box.
|
564
|
+
- `#I620813` - Resolved the script error issue when exporting the attached document.
|
565
|
+
- `#I618994` - Resolved the script error issue when copy pasting content for the given document.
|
566
|
+
- `#I620006` - Resolved the content overlapping issue when copy pasting external text.
|
567
|
+
- `#I625188`, `#I627428` - Resolved the multi column content copying issue.
|
568
|
+
- `#I624334` - Resolved the error when using text only option.
|
569
|
+
- `#I623974` - Resolved the line spacing issue after selecting text only in paste options.
|
570
|
+
- `#I618565` - Resolved the Issue appears while editing the track change document.
|
571
|
+
|
572
|
+
## 26.2.11 (2024-08-27)
|
573
|
+
|
574
|
+
### DocumentEditor
|
575
|
+
|
576
|
+
#### Bug Fixes
|
577
|
+
|
578
|
+
- `#I617570` - Resolved the time delay issue when opening the provided documents.
|
579
|
+
- `#I616985` - Resolved the issue that searching the content present in the document displays as no matches found.
|
580
|
+
- `#I622039` - Resolved the track changes pane is not opening while deleting changes.
|
581
|
+
- `#I608091` - Resolved the content overlapping issue when using insert text method.
|
582
|
+
- `#I618189` - Resolved the paging issue printing documents in landscape mode.
|
583
|
+
- `#F191318` - Resolved the double click behaviour changes.
|
584
|
+
- `#F193935` - Resolved the control freeze issue when preforming accept all action.
|
585
|
+
- `#I605284` - Paragraph marks in the Track Changes pane are now shown or hidden according to the value of the `showHiddenMarks`.
|
586
|
+
|
587
|
+
#### Features
|
588
|
+
|
589
|
+
- `#I617641` - Added support for context based paste options.
|
590
|
+
|
591
|
+
## 26.2.10 (2024-08-20)
|
592
|
+
|
593
|
+
### DocumentEditor
|
594
|
+
|
595
|
+
#### Bug Fixes
|
596
|
+
|
597
|
+
- `#I613623` - Resolved the script error occurs while copy pasting the content from Word when enabling spellcheck.
|
598
|
+
- `#I616511` - Resolved the problem with selecting and editing text after the comment inserted.
|
599
|
+
- `#I616207` - Resolved the table left margin issue when opening attached document.
|
600
|
+
- `#I616276` - Resolved the can edit and can delete values in content control are bound inversely.
|
601
|
+
- `#I620559` - Resolved the issue that Ctrl + H opens the Find option instead of replace option.
|
602
|
+
- `#I613766` - Resolved the single page content expanded into 13 pages issue in Document Editor.
|
603
|
+
- `#I616846` - Resolved the overlapping issue when updating table of contents field.
|
604
|
+
|
605
|
+
## 26.2.9 (2024-08-13)
|
606
|
+
|
607
|
+
### DocumentEditor
|
608
|
+
|
609
|
+
#### Bug Fixes
|
610
|
+
|
611
|
+
- `#I612018` - Resolved the combined merged cells deleting issue when deleting entire column.
|
612
|
+
- `#I614400` - Resolved the document corrupted issue when exporting document with TOC revisions.
|
613
|
+
- `#I612515` - Resolved the maximum call stack size exceeded issue after document loaded.
|
614
|
+
- `#I612103` - Resolved the text cannot be edited issue when picture is layouted behind the text.
|
615
|
+
- `#I606994` - Resolved the list paragraph copy pasting issue.
|
616
|
+
|
617
|
+
## 26.2.8 (2024-08-06)
|
618
|
+
|
619
|
+
### DocumentEditor
|
620
|
+
|
621
|
+
#### Bug Fixes
|
622
|
+
|
623
|
+
- `#I616045` - Resolved the endnote format is not applied and label mismatch in note property dialog.
|
624
|
+
- `#I595112` - Resolved the copy pasting issue while pasting the content as destination format.
|
625
|
+
- `#I597283` - Resolved the issues with bookmarks in Document Editor.
|
626
|
+
- `#I610080` - Resolved the revision split issue when inserting comment on deleted content.
|
627
|
+
- `#I607949` - Resolved the table row alignment issue when opening a document in editor
|
628
|
+
- `#I610857` - Resolved the issue that footnote is inserted but cannot be edited in protection enabled document.
|
629
|
+
- `#I613938` - Resolved the Editor formatting getting corrupted issue.
|
630
|
+
|
631
|
+
## 26.2.7 (2024-07-30)
|
632
|
+
|
633
|
+
### DocumentEditor
|
634
|
+
|
635
|
+
#### Bug Fixes
|
636
|
+
|
637
|
+
- `#I597088` - Resolved the footnote and endnote numbers appearing as box issue.
|
638
|
+
- `#I613353`, `#I610202` - Resolved the issue occurs when copying the paragraph.
|
639
|
+
- `#I607408` - Resolved the copy pasting issue with certain chars on enabling local paste.
|
640
|
+
- `#I605357`, `I605371` - Resolved the footnote and endnote inconsistent behaviour with track changes.
|
641
|
+
- `#I609576` - Resolved the content layout issue on protected edit region.
|
642
|
+
- `#I607325` - Resolved the content gets overlapped issue when selection moves to header.
|
643
|
+
- `#I607277` - Resolved the script error when applying border for merged cells.
|
644
|
+
- `#I606994` - Resolved the script error issue when copy pasting list.
|
645
|
+
- `#I606137` - Resolved the content overlapping issue when the track changes alert dialog closed.
|
646
|
+
- `#I610807` - Resolved the script error issue when exporting document as PDF.
|
647
|
+
|
648
|
+
## 26.2.4 (2024-07-24)
|
649
|
+
|
650
|
+
### DocumentEditor
|
651
|
+
|
652
|
+
#### Bug Fixes
|
653
|
+
|
654
|
+
- `#I604324` - Resolved the issue that endnote are not visible in DocumentEditor when it splitted to next page.
|
655
|
+
- `#I611455` - Word document viewer now working properly in open method when display control after document open.
|
656
|
+
- `#I605521` - Text in comment section is now showing in correct format.
|
657
|
+
- `#I603460` - Resolved the content control border issue when insert multiple paragraph.
|
658
|
+
|
659
|
+
## 26.1.42 (2024-07-16)
|
660
|
+
|
661
|
+
### DocumentEditor
|
662
|
+
|
663
|
+
#### Bug Fixes
|
664
|
+
|
665
|
+
- `#I597193` - DocumentEditor properly edited table cell that sprawls multiple pages.
|
666
|
+
- `#I600466` - Resolved the table overlapping issue.
|
667
|
+
- `#F188884` - Resolved the type error cannot read properties of undefined (reading 'paragraph') when switching layout modes.
|
668
|
+
- `#I602758`, `I607110` - Resolved the issue that bullet points disappearing when adding new lines before.
|
669
|
+
- `#I605797` - Resolved the Alt text missing when copy/paste the title *Impression:*.
|
670
|
+
- `#I605542` - Resolved the issue that adding time stamp parameter to image URLs Causing 403 Error.
|
671
|
+
- `#I607449` - Resolved the issue that inserting footnotes in headings trigger layout issues when navigation pane is open.
|
672
|
+
- `#I609613` - Resolved the issue that script error occurs while switching from web layout to print layout.
|
673
|
+
- `#I604994` - Resolved the issue of selected content isn't deleted properly.
|
674
|
+
- `#I598395` - Resolved the script error issue when exporting attached document as SFDT.
|
675
|
+
- `#I603179`, `I604479` - Resolved the issue that Added the revision with text table of content while clicking the find button.
|
676
|
+
- `#I604994` - Resolved the improper deletion when track changes enabled.
|
677
|
+
|
678
|
+
## 26.1.41 (2024-07-09)
|
679
|
+
|
680
|
+
### DocumentEditor
|
681
|
+
|
682
|
+
#### Bug Fixes
|
683
|
+
|
684
|
+
- `#I596607` - Resolved the bookmark marker rendering issue.
|
685
|
+
- `#I604485` - Resolved the shape rendering issue.
|
686
|
+
- `#I595112` - Resolved the copy pasting issue while pasting the content as destination format.
|
687
|
+
- `#I595816` - Resolved the hanging issue occurred while opening the attached sfdt.
|
688
|
+
- `#I601514` - Resolved the table overlapping issue when editing inside the table.
|
689
|
+
- `#I602853` - Resolved the lines disappear issue when pressing tab from backward and undoing.
|
690
|
+
- `#I595604` - Resolved the form field highlight issue while switching web to page layout.
|
691
|
+
- `#I598645` - Resolved the document loading issue with custom header.
|
692
|
+
|
693
|
+
## 26.1.40 (2024-07-02)
|
694
|
+
|
695
|
+
### DocumentEditor
|
696
|
+
|
697
|
+
#### Bug Fixes
|
698
|
+
|
699
|
+
- `#I599170` - Resolved the bookmarks are not added properly in Document Editor.
|
700
|
+
- `#I599982` - Resolved the bookmark not navigation issue while clicking the hyperlink.
|
701
|
+
- `#I600181` - Resolved the script error issue when modify the levels in table of contents.
|
702
|
+
- `#I598250` - Resolved the before comment action event behaviour issues.
|
703
|
+
- `#I576525` - Resolved the performance issue when editing paragraph that split into multiple pages.
|
704
|
+
- `#I600212`, `#I429607` - Resolved the bookmark is not retrieved when selecting the table cell.
|
705
|
+
|
706
|
+
#### Features
|
707
|
+
|
708
|
+
- `#I559439` - Added support to apply multicolumn for selected paragraph.
|
709
|
+
|
710
|
+
## 26.1.39 (2024-06-25)
|
711
|
+
|
712
|
+
### DocumentEditor
|
713
|
+
|
714
|
+
#### Bug Fixes
|
715
|
+
|
716
|
+
- `#I585937`, `I588421` - Resolve the editor shrink issue, while close the comment pane.
|
717
|
+
- `#I466554` - Resolved the unresponsive issue while backspacing table.
|
718
|
+
- `#I588278`, `I558603` - Resolved table layout issue while opening HTML pages.
|
719
|
+
- `#I595405` - Resolved the paste image issue after opening document content through paste API.
|
720
|
+
- `#I597223` - SFDT is exported properly for selected content.
|
721
|
+
- `#I600065` - Resolved the script error issue when accept or reject track changes.
|
722
|
+
- `#I588943` - Resolved the script error, while delete the contents.
|
723
|
+
- `#I591394` - Resolved the coping and pasting lists loses indentation issue.
|
724
|
+
- `#I591792` - Resolved the table border render issue when opening exported document.
|
725
|
+
- `#I591145` - Resolved the overlapping issue while opening the attached sfdt.
|
726
|
+
|
727
|
+
## 26.1.38 (2024-06-19)
|
728
|
+
|
729
|
+
### DocumentEditor
|
730
|
+
|
731
|
+
#### Bug Fixes
|
732
|
+
|
733
|
+
- `#I590548` - Resolved the layout issue when opening the attached document.
|
734
|
+
- `#I598215` - Resolved the table auto fit columns issue when opening attached document
|
735
|
+
- `#I591154` - Resolved the spellcheck local storage issue.
|
736
|
+
- `#I592343` - Resolved the comment icon removal issue.
|
737
|
+
- `#I576560` - Resolved the multi column layout issue in Word 2010 Compatibility mode.
|
738
|
+
- `#I588649` - Resolved the table resizing issue.
|
739
|
+
|
740
|
+
#### Features
|
741
|
+
|
742
|
+
- `#I559439` - Added the support to add a paragraph before the table.
|
743
|
+
|
744
|
+
## 26.1.35 (2024-06-11)
|
745
|
+
|
746
|
+
### DocumentEditor
|
747
|
+
|
748
|
+
#### Features
|
749
|
+
|
750
|
+
- `#F155458`, `#I329106`, `#I324222`, `#I315874`, `#I295727`, `#I291743`, `#I282998`, `#I280778`, `#I277336`, `#I275144`, `#I274602`, `#I273391`, `#I269063`, `#I268167`, `#I269063`, `#I361328`, `#I438671`, `#I546241`, `#I582321` - Content controls are individual controls that users can add and customize for use in templates, forms, and documents. (Rich text, plain text, dropdown list, check box, date picker, combo box and picture). Check out the [demo](https://ej2.syncfusion.com/demos/#/bootstrap5/document-editor/bindUI-to-document.html) here.
|
751
|
+
|
752
|
+
- `#F155458`, `#I329106`, `#I324222`, `#I315874`, `#I295727`, `#I291743`, `#I282998`, `#I280778`, `#I277336`, `#I275144`, `#I274602`, `#I273391`, `#I269063`, `#I268167`, `#I269063`, `#I361328`, `#I438671`, `#I546241`, `#I582321` - Content controls are individual controls that users can add and customize for use in templates, forms, and documents. (Rich text, plain text, dropdown list, check box, date picker, combo box and picture). Check out the [demo](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/document-editor/bind-ui-document) here.
|
753
|
+
|
754
|
+
## 25.2.7 (2024-06-04)
|
755
|
+
|
756
|
+
### DocumentEditor
|
757
|
+
|
758
|
+
#### Bug Fixes
|
759
|
+
|
760
|
+
- `#I586051` - Resolved the script error when passing null value to open API.
|
761
|
+
- `#F188215` - Resolved the Horizontal scrollbar in Continuous layout type.
|
762
|
+
- `#I576525` - Resolved the script error issue when inserting bookmarks with the same name.
|
763
|
+
- `#I578500` - Resolved the hanging and layout issue when split the widow control paragraph inside table.
|
764
|
+
- `#I588495` - Resolved the hanging issue when opening a document with big image inside table.
|
765
|
+
- `#I592601` - Resolved a script error when undoing style changes.
|
766
|
+
- `#I592608` - Resolved a content syncing issue when switching paste options.
|
767
|
+
|
768
|
+
## 25.2.6 (2024-05-28)
|
769
|
+
|
770
|
+
### DocumentEditor
|
771
|
+
|
772
|
+
#### Bug Fixes
|
773
|
+
|
774
|
+
- `#I588344` - Resolved the content overlapping issue when editing multi column document.
|
775
|
+
- `#I586107` - Resolved the script error when inserting image.
|
776
|
+
- `#I585401` - Resolved the tab anchor issue in ruler when right clicking on it.
|
777
|
+
- `#I586654` - Resolved the strange indentation behaviour when editing list item.
|
778
|
+
|
779
|
+
## 25.2.5 (2024-05-21)
|
780
|
+
|
781
|
+
### DocumentEditor
|
782
|
+
|
783
|
+
#### Bug Fixes
|
784
|
+
|
785
|
+
- `#I584933` - Resolved the Manage Styles is missing from the DocumentEditor.
|
786
|
+
- `#I585396` - Resolved the odd cursor behaviour with superscript and subscript.
|
787
|
+
- `#I583968` - Resolved the insert field issue when local paste is enabled.
|
788
|
+
- `#I587711` - Resolved the spellcheck change all does not work on document opening case.
|
789
|
+
- `#I586658` - Resolved the backspace issue while deleting list item.
|
790
|
+
- `#I585406` - Resolved the spellcheck annotation disappears issue when cursor is in range.
|
791
|
+
|
792
|
+
## 25.2.4 (2024-05-14)
|
793
|
+
|
794
|
+
### DocumentEditor
|
795
|
+
|
796
|
+
#### Bug Fixes
|
797
|
+
|
798
|
+
- `#F187485` - Resolved the issue of Form Field dialog always pops up upon double clicking anywhere within the word document.
|
799
|
+
- `#I575901` - Resolved the table divided to next page.
|
800
|
+
- `#I560985` - Resolved table cell split issue in the attached document.
|
801
|
+
- `#F187818` - Resolved the document collapse issue while undoing.
|
802
|
+
|
803
|
+
## 25.1.42 (2024-04-30)
|
804
|
+
|
805
|
+
### DocumentEditor
|
806
|
+
|
807
|
+
#### Bug Fixes
|
808
|
+
|
809
|
+
- `#I575385` - Resolved the multi column line split issue when opening attached document.
|
810
|
+
- `#I576161` - Resolved the hyperlink preservation issue in pane.
|
811
|
+
- `#I576442` - Resolved the table not properly aligned issue.
|
812
|
+
- `#I576647` - Resolved list numbering change issue, while editing the content.
|
813
|
+
- `#I580085` - Resolved the Combo box focus issue in document editor.
|
814
|
+
- `#I561167` - Resolved hyperlink style issue while reject the changes.
|
815
|
+
|
816
|
+
## 25.1.41 (2024-04-23)
|
817
|
+
|
818
|
+
### DocumentEditor
|
819
|
+
|
820
|
+
#### Bug Fixes
|
821
|
+
|
822
|
+
- `#I576244` - Resolved the tracking changes avatar undefined when last name empty.
|
823
|
+
- `#I572963` - Resolved the overlapping issue when hitting the backspace key.
|
824
|
+
- `#I575590` - Resolve the console error issue while adding the mail merge fields.
|
825
|
+
|
826
|
+
## 25.1.40 (2024-04-16)
|
827
|
+
|
828
|
+
### DocumentEditor
|
829
|
+
|
830
|
+
#### Bug Fixes
|
831
|
+
|
832
|
+
- `#I565023` - Resolved the list formatting issue in the attached document.
|
833
|
+
- `#I542227` - Resolved the overlapping issue when editing the justified paragraph.
|
834
|
+
- `#I573648` - Resolved the empty paragraph added issue while pasting content.
|
835
|
+
|
836
|
+
## 25.1.39 (2024-04-09)
|
837
|
+
|
838
|
+
### DocumentEditor
|
839
|
+
|
840
|
+
#### Bug Fixes
|
841
|
+
|
842
|
+
- `#I556448` - Resolved the table header rendering issue.
|
843
|
+
- `#I559218` - Resolved the table border issue in the attached document.
|
844
|
+
- `#I561167` - Resolved the hyperlink style issue while reject the changes.
|
845
|
+
- `#I562628` - Resolved the application crashes when performing reject all changes.
|
846
|
+
- `#I562668` - Resolved the list level preservation issue.
|
847
|
+
- `#I562943` - Resolved the track changes disable issue while stop RevisionsOnly protection.
|
848
|
+
- `#I563223` - Resolved the paragraph indentation and border render issues inside table.
|
849
|
+
- `#I565315` - Resolved the issue of applying character style to the selected text.
|
850
|
+
- `#I529797` - Resolved the search issue when using plus symbol.
|
851
|
+
- `#I565843` - Resolved the undo issue while applying border style in table.
|
852
|
+
|
853
|
+
## 25.1.38 (2024-04-02)
|
854
|
+
|
855
|
+
### DocumentEditor
|
856
|
+
|
857
|
+
#### Bug Fixes
|
858
|
+
|
859
|
+
- `#I558448` - Added the preservation support for the list's paragraph style property.
|
860
|
+
- `#I543917` - Resolved the table layout and border rendering issue.
|
861
|
+
|
862
|
+
## 25.1.37 (2024-03-26)
|
863
|
+
|
864
|
+
### DocumentEditor
|
865
|
+
|
866
|
+
#### Bug Fixes
|
867
|
+
|
868
|
+
- `#I545513` - Added the preservation support for table style property in Document editor.
|
869
|
+
- `#I548396` - Resolved the page number not refreshed issue while delete page.
|
870
|
+
- `#I549835` - Resolved the document lagging issue.
|
871
|
+
- `#I553758` - Resolved the editing issue in the attached document, which contains a chart.
|
872
|
+
- `#I556874` - Resolved the script error issue when performing undo action on table.
|
873
|
+
- `#I558460` - Resolved the tab rendering issue in the attached document.
|
874
|
+
- `#I558529` - Resolved the form field editing issue in read only mode.
|
875
|
+
- `#I558289` - Resolved the list numbering issue.
|
876
|
+
- `#I558259` - Resolved the content formatting issue when removing hyperlink.
|
877
|
+
- `#I559197` - Resolved the drag and drop issue.
|
878
|
+
- `#I559912` - Resolved the image removed issue when selecting an image and perform enter action.
|
879
|
+
- `#I561716` - Resolved the duplicate image string added to sfdt issue while drag and drop.
|
880
|
+
- `#I561052` - Resolved the cursor position issue in mobile mode.
|
881
|
+
- `#I563837` - Resolved the table overlapping issue in the attached document.
|
882
|
+
- `#F186648` - Resolved the script error issue while opening a attached document.
|
883
|
+
- `#F186745` - Resolved the table splitting issue in the merge cell.
|
884
|
+
|
885
|
+
## 25.1.35 (2024-03-15)
|
886
|
+
|
887
|
+
### DocumentEditor
|
888
|
+
|
889
|
+
#### Features
|
890
|
+
|
891
|
+
- `#I560979` - Added the server action settings API for spellcheck by page.
|
892
|
+
- `#F139237`, `#I225881`, `#I238529`, `F147966`, `#I251329`, `#I255850`, `#I269572`, `F156967`, `#I294592`, `#I308077`, `#I285839`, `#I312842`, `#I315455`, `#I325461`, `#I326378`, `F169367`, `#I345520`, `#I348003`, `#I357490`, `#I357833`, `#I357923`, `#I361570`, `#I361614`, `#I364681`, `#I369799`, `#I369893`, `#I370223`, `#I371589`, `#I391523` - Added support for collaborative editing. With this feature you can draft and edit Word documents together with multiple users at the same time.
|
893
|
+
- `#I304171`, `#I269478`, `#419821`, `#I500679` - Added support for heading navigation support.
|
894
|
+
- `#I317930`, `#I318103`, `#I343750`, `#349393`, `#F164868` - Added change case functionality allows users to quickly change the capitalization of the selected text.
|
895
|
+
- Document Editor now supports saving the document as a Word Template (DOTX).
|
896
|
+
- `#I458609`, `#I355736`, `#I257172`, `#I348514`, `#F165825` - Add support to customize color picker in Document Editor.
|
897
|
+
- `#I264509`, `#I280374`, `#I291521`, `#I327285`, `#F166016`, `#F176988` - Added mention support for comments.
|
898
|
+
|
899
|
+
## 24.2.9 (2024-03-05)
|
900
|
+
|
901
|
+
### DocumentEditor
|
902
|
+
|
903
|
+
#### Bug Fixes
|
904
|
+
|
905
|
+
- `#I555058` - Resolved the shape position issue in the attached document.
|
906
|
+
- `#I546422` - Resolved the presence of additional spacing in the Arabic document.
|
907
|
+
- `#I544048` - Resolved the before spacing issue.
|
908
|
+
- `#I547781` - Resolved the show revisions API not working properly issue.
|
909
|
+
- `#I540605`, `I527154` - Resolved the copy pasting issue in blazor.
|
910
|
+
|
911
|
+
## 24.2.8 (2024-02-27)
|
912
|
+
|
913
|
+
### DocumentEditor
|
914
|
+
|
915
|
+
#### Bug Fixes
|
916
|
+
|
917
|
+
- `#I549317` - Resolved the layouting issue when opening attached document.
|
918
|
+
- `#I541401` - Resolved the indentation rendering issue.
|
919
|
+
- `#I546320` - Resolved the spell checker suggestions not replacing issue.
|
920
|
+
- `#I543922` - Resolved the layouting issue when line spacing type is exactly.
|
921
|
+
- `#I545234` - Resolved the spell check issues in blazor.
|
922
|
+
- `#I555335` - Resolved the character format applying issue when pasting sfdt content.
|
923
|
+
- `#I529782` - Resolved the overlapping issue while opening the attached document.
|
924
|
+
- `#I524548` - Resolved the font family issue in table of content.
|
925
|
+
- `#I547495` - Resolved the column content missing issue.
|
926
|
+
- `#I547296` - Resolved the Arabic content copy pasting issue.
|
927
|
+
|
928
|
+
## 24.2.7 (2024-02-20)
|
929
|
+
|
930
|
+
### DocumentEditor
|
931
|
+
|
932
|
+
#### Bug Fixes
|
933
|
+
|
934
|
+
- `#I553680` - Resolved the script error issue while click print button.
|
935
|
+
- `#I542229` - Resolved the document layout issue in Blazor.
|
936
|
+
- `#I548069` - Resolved the spell check squiggly lines render issue on print.
|
937
|
+
- `#I546222` - Resolved the script error issue while applying table border.
|
938
|
+
- `#I533544` - Resolved the table resize undo issue.
|
939
|
+
- `#I526592` - Resolved the list numbering is not continuing issue.
|
940
|
+
- `#I548595` - Resolved the text ordered incorrectly while typing in Blazor.
|
941
|
+
|
942
|
+
## 24.2.5 (2024-02-13)
|
943
|
+
|
944
|
+
### DocumentEditor
|
945
|
+
|
946
|
+
#### Bug Fixes
|
947
|
+
|
948
|
+
- `#I554171` - Resolved the document corruption in save as blob exported document.
|
949
|
+
- `#I544606` - Resolved the arabic text selection issue when selecting justified rtl paragraph.
|
950
|
+
- `#I544673` - Resolved the page number field text update issue.
|
951
|
+
- `#I543368` - Resolved the numbers of each section has been changed to roman numerals issue.
|
952
|
+
- `#I543923` - Resolved the extra table is being displayed on the first page.
|
953
|
+
|
954
|
+
## 24.2.4 (2024-02-06)
|
955
|
+
|
956
|
+
### DocumentEditor
|
957
|
+
|
958
|
+
#### Bug Fixes
|
959
|
+
|
960
|
+
- `#I526349` - Resolved the shape overlapping issue.
|
961
|
+
- `#I507001` - Resolved the track changes count mismatch issue.
|
962
|
+
- `#I542276` - Resolved the shape alignment issue when insert enter.
|
963
|
+
- `#I543927` - Resolved the spacing issue of the image is being pushed to a third page.
|
964
|
+
- `#I538962` - Resolved the issues when accepting the track changes.
|
965
|
+
- `#I534920` - Resolved the track changes issue.
|
966
|
+
- `#I539334` - Resolved the undo issue with deleted table on track changes enabled.
|
967
|
+
- `#I543421` - Resolved the spell check issue in Blazor.
|
968
|
+
- `#I525746` - Resolved the input lag issue when using multi columns.
|
969
|
+
- `#I541459` - Resolved the table border style issue.
|
970
|
+
|
971
|
+
## 24.1.47 (2024-01-23)
|
972
|
+
|
973
|
+
### DocumentEditor
|
974
|
+
|
975
|
+
#### Bug Fixes
|
976
|
+
|
977
|
+
- `#I515234` - Resolved the issue in paragraph goes to page end while press enter.
|
978
|
+
- `#I533538` - Resolved the tracking issue in the revisions only protection mode.
|
979
|
+
- `#I539142` - Resolved the script error issue while pasting content.
|
980
|
+
- `#I536328` - Resolved the footnote duplicating issue.
|
981
|
+
- `#I539648` - Resolved script error issue and layout issue in the exported document.
|
982
|
+
|
983
|
+
## 24.1.46 (2024-01-17)
|
984
|
+
|
985
|
+
### DocumentEditor
|
986
|
+
|
987
|
+
#### Bug Fixes
|
988
|
+
|
989
|
+
- `#I532824` - Resolved list numbering issue in the attached document.
|
990
|
+
- `#I531058` - Resolved the reply comment sorted issue.
|
991
|
+
- `#I532310` - Resolved Issue while opening the document Editor exported document.
|
992
|
+
- `#F185679` - Resolve script error and deleting cell from table removes other texts outside table.
|
993
|
+
|
994
|
+
## 24.1.45 (2024-01-09)
|
995
|
+
|
996
|
+
### DocumentEditor
|
997
|
+
|
998
|
+
#### Bug Fixes
|
999
|
+
|
1000
|
+
- `#I528964` - Resolved the table border issue when exporting as docx.
|
1001
|
+
- `#I531058` - Resolved the reply comment sorted issue.
|
1002
|
+
- `#I453495` - Resolved the shape element shifting issue when pressing enter.
|
1003
|
+
- `#I528503` - Resolved the script error issue in server side rendering.
|
1004
|
+
|
1005
|
+
## 24.1.44 (2024-01-03)
|
1006
|
+
|
1007
|
+
### DocumentEditor
|
1008
|
+
|
1009
|
+
#### Bug Fixes
|
1010
|
+
|
1011
|
+
- `#I523857` - Resolved the performance issue while updating the field in document.
|
1012
|
+
- `#I526974` - Resolved control freeze issue while pasting content inside table.
|
1013
|
+
- `#I526633` - Resolved the issue in rendering of shape element.
|
1014
|
+
|
1015
|
+
## 24.1.43 (2023-12-27)
|
1016
|
+
|
1017
|
+
### DocumentEditor
|
1018
|
+
|
1019
|
+
#### Bug Fixes
|
1020
|
+
|
1021
|
+
- `#I514005` - Resolved section break parsing issue while pasting.
|
1022
|
+
- `#I515062` - Resolved Locale constant missing in Vietnamese.
|
1023
|
+
- `#I520469` - Resolved Alignment issue in document editor.
|
1024
|
+
- `#I524057` - Resolved The arabic selection issue.
|
1025
|
+
- `#I520821` - Resolved Justify Enter issue for Arabic text.
|
1026
|
+
- `#I523987` - Resolved the hyphen text is not rendered issue.
|
1027
|
+
- `#I526246` - Resolved Spell Check dialog popup issue.
|
1028
|
+
- `#I526232` - Resolved the list continuity issue on paste content.
|
1029
|
+
- `#I527224` - Resolved Open Hyperlink & Copy Hyperlink missing in contextMenu while readOnly mode.
|
1030
|
+
- `#I529797` - Resolved the Search result return Zero.
|
1031
|
+
- `#I532949` - Resolved the list numbering issue
|
1032
|
+
|
1033
|
+
## 24.1.41 (2023-12-18)
|
1034
|
+
|
1035
|
+
### DocumentEditor
|
1036
|
+
|
1037
|
+
#### Bug Fixes
|
1038
|
+
|
1039
|
+
- `#I516207` - Resolved the issue of search text of footnote content.
|
1040
|
+
- `#I513118` - Resolved the Background Color is missing in exported document issue.
|
1041
|
+
- `#I517682` - Resolved the document corrupted issue on exporting as Docx.
|
1042
|
+
- `#I514089` - Resolved overlapping issue while pasting.
|
1043
|
+
- `#I521049` - Resolved the issue in search the font in style dropdown.
|
1044
|
+
- `#I514009` - Resolved the script error when undoing pasted table.
|
1045
|
+
- `#I515234` - Resolved the issue in paragraph goes to page end while press enter.
|
1046
|
+
- `#I516988` - Resolved the SFDT list property is not populated issue.
|
1047
|
+
- `#I515700` - Resolved script error issue while exporting the document.
|
1048
|
+
- `#I514962` - Resolved the issue in selection is not updated properly while inserting text.
|
1049
|
+
- `#I513117` - Resolved editing and last page delete issue.
|
1050
|
+
- `#I525400` - Resolved issue in paste.
|
1051
|
+
- `#I513061` - Resolved editing issues in the attached document.
|
1052
|
+
- `#I516733` - Resolved the script error issue while pasting content.
|
1053
|
+
|
1054
|
+
#### Features
|
1055
|
+
|
1056
|
+
- `#F139237`,`#I225881`,`#I238529`,`F147966`,`#I251329`,`#I255850`,`#I269572`,`F156967`,`#I294592`,`#I308077`,`#I285839`,`#I312842`,`#I315455`,`#I325461`,`#I326378`,`F169367`,`#I345520`,`#I348003`,`#I357490`,`#I357833`,`#I357923`,`#I361570`,`#I361614`,`#I364681`,`#I369799`,`#I369893`,`#I370223`,`#I371589`,`#I391523` - Added support for collaborative editing in `preview` mode. With this feature you can draft and edit Word documents together with multiple users at the same time.
|
1057
|
+
|
1058
|
+
## 23.2.6 (2023-11-28)
|
1059
|
+
|
1060
|
+
### DocumentEditor
|
1061
|
+
|
1062
|
+
#### Bug Fixes
|
1063
|
+
|
1064
|
+
- `#I515528` - Resolved the strange behaviour of track changes on backspace and delete action.
|
1065
|
+
- `#I517039` - Resolved the cut issue in table when track changes is enabled.
|
1066
|
+
- `#I518614` - Resolved the hyperlink removing issue.
|
1067
|
+
- `#I513222` - Resolved the script error issue when opening attached document.
|
1068
|
+
- `#I513443` - Resolved the Exception issue when disable toolbar in blazor.
|
1069
|
+
- `#I507772` - Resolved the spellcheck underline issue on editing text.
|
1070
|
+
- `#I518011` - Resolved the find and replace issue for restricted document.
|
1071
|
+
|
1072
|
+
## 23.2.5 (2023-11-23)
|
1073
|
+
|
1074
|
+
### DocumentEditor
|
1075
|
+
|
1076
|
+
#### Bug Fixes
|
1077
|
+
|
1078
|
+
- `#I512661` - Resolved the TOC updating issue in the attached document.
|
1079
|
+
- `#I519561` - Resolved the track changes issues.
|
1080
|
+
- `#I521082` - Resolved the script error issue while accepting tracked changes.
|
1081
|
+
- `#I514000` - Resolved the script error while opening the attached document.
|
1082
|
+
- `#I516382` - Resolved the page ordering issue in the exported document.
|
1083
|
+
- `#I519451` - Resolved the script error issue when export as docx after accept all changes.
|
1084
|
+
- `#I519571` - Resolved the issue in track changes on enter.
|
1085
|
+
- `#I520505` - Resolved the issue of undo track changes with bullet numbering.
|
1086
|
+
|
1087
|
+
## 23.2.4 (2023-11-20)
|
1088
|
+
|
1089
|
+
### DocumentEditor
|
1090
|
+
|
1091
|
+
#### Bug Fixes
|
1092
|
+
|
1093
|
+
- `#I509814` - Resolved the bullet list character format losses issue when pasting the sfdt.
|
1094
|
+
- `#I511667` - Resolved the TIFF image rendering issue with RTF file.
|
1095
|
+
- `#I512264` - Resolved the section Break continuous issue.
|
1096
|
+
- `#I513068` - Resolved script error issue while deleting the floating table.
|
1097
|
+
- `#I513107` - Resolved the section break continuous issue when press the delete key.
|
1098
|
+
- `#I504697` - Resolved the control hanging issue while opening the document.
|
1099
|
+
- `#I512059` - Resolved the URL image not appear issue until interact with document.
|
1100
|
+
- `#I509812` - Resolved the format losses issue when pasting the copied HTML text.
|
1101
|
+
|
1102
|
+
#### Features
|
1103
|
+
|
1104
|
+
- `#I491720` - Added support to set target element to append the Dialog and Context menu.
|
1105
|
+
- `#I499751` - Added support to display the symbol field code text in client side.
|
1106
|
+
- `#I501878` - Added support to preserve the carriage return character.
|
1107
|
+
- `#I503197` - Added API to check whether the document is empty or not.
|
1108
|
+
|
1109
|
+
## 23.1.44 (2023-11-07)
|
1110
|
+
|
1111
|
+
### DocumentEditor
|
1112
|
+
|
1113
|
+
#### Bug Fixes
|
1114
|
+
|
1115
|
+
- `#I510408` - Resolved keep para together issue with RTF file.
|
1116
|
+
- `#I509697` - Resolved script error throws while opening a document.
|
1117
|
+
- `#I511095` - Resolved the paragraph and table rendering issue on If field condition.
|
1118
|
+
- `#I510706` - The text is not inserted in proper order on spell check enable mode.
|
1119
|
+
- `#I513307` - Resolved the SFDT pasting issue in blazor DocumentEditor.
|
1120
|
+
- `#I508874` - Resolved the script error when export as docx document.
|
1121
|
+
- `#I511641` - Underline for misspelled word not rendering properly in RTL text.
|
1122
|
+
- `#I509516` - Resolved the SVG image export and import issue as URL.
|
1123
|
+
- `#I513724` - Resolved the image rendering for screen tip text while hovering hyperlink.
|
1124
|
+
- `#I508875` - Resolved the cell content control layout issue in table.
|
1125
|
+
|
1126
|
+
## 23.1.43 (2023-10-31)
|
1127
|
+
|
1128
|
+
### DocumentEditor
|
1129
|
+
|
1130
|
+
#### Bug Fixes
|
1131
|
+
|
1132
|
+
- `#I510262` - Resolved the edit issue of Restrict Editing with comments only.
|
1133
|
+
- `#I508928` - Resolved the exception when update field the attached document.
|
1134
|
+
- `#I510261` - Resolved the duplicate last page on save when using external styles.
|
1135
|
+
|
1136
|
+
## 23.1.42 (2023-10-24)
|
1137
|
+
|
1138
|
+
### DocumentEditor
|
1139
|
+
|
1140
|
+
#### Bug Fixes
|
1141
|
+
|
1142
|
+
- `#FB47474` - Resolved the serialize API returns hyperlink to number
|
1143
|
+
- `#I508875` - Resolved the cell content control check box alignment issue in table.
|
1144
|
+
- `#I494044` - Resolved the Issue in bullet and numbering list
|
1145
|
+
- `#I509697` - Resolved script error throws while opening a document
|
1146
|
+
- `#I507568` - Word Processor now loads the RTF file with margin properly.
|
1147
|
+
- `#I505872` - Resolved the issue with respect to page break and section break continuous.
|
1148
|
+
|
1149
|
+
## 23.1.41 (2023-10-17)
|
1150
|
+
|
1151
|
+
### DocumentEditor
|
1152
|
+
|
1153
|
+
#### Bug Fixes
|
1154
|
+
|
1155
|
+
- `#I504910` - Resolve the script error issue when loading document in blazor.
|
1156
|
+
- `#I506290` - When performing edit operation and save the document it throws script error document is not saved.
|
1157
|
+
- `#I506225` - Resolve the issue of reply comments in the comment tab.
|
1158
|
+
- `#I506000` - Resolve script error issue while opening the attached document.
|
1159
|
+
|
1160
|
+
## 23.1.40 (2023-10-10)
|
1161
|
+
|
1162
|
+
### DocumentEditor
|
1163
|
+
|
1164
|
+
#### Bug Fixes
|
1165
|
+
|
1166
|
+
- `#I483749` - Resolved the table title and description preservation issue in server side save.
|
1167
|
+
- `#I504150` - Resolved the svg image issue.
|
1168
|
+
- `#I485502` - Resolved the URL image refresh issue while opening the exported document.
|
1169
|
+
- `#I505977` - Heading style destroyed when insert hyperlink.
|
1170
|
+
- `#I506107` - Resolved the issue, footnote content is disappeared when open saved sfdt.
|
1171
|
+
- `#I506619` - Resolved the exporting issue of attached sfdt.
|
1172
|
+
- `#I503945` - Script error occurred when tried to save the document using java server.
|
1173
|
+
|
1174
|
+
#### New Features
|
1175
|
+
|
1176
|
+
- `#I397854`, `#I401771` - Added support for editing alternate text for images.
|
1177
|
+
- `#I370306`, `#I438565` - Added support for character spacing and scaling.
|
1178
|
+
- `#I273864`, `#I318326`, `#I325320`, `#I331615`, `#I339872`, `#F164047` - Added support for linking to the previous header/footer.
|
1179
|
+
- `#I445060`, `#I468741` - Added a property in the `selectionChanged` event arguments to identify whether the user has completed their selection.
|
1180
|
+
|
1181
|
+
## 21.2.10 (2023-06-13)
|
1182
|
+
|
1183
|
+
### Document Editor
|
1184
|
+
|
1185
|
+
#### Bug Fixes
|
1186
|
+
|
1187
|
+
- `#I470779` - Resolved the script error when inserting comments while restrict editing is enabled.
|
1188
|
+
- `#I467632` - Resolved the Script error is thrown when opening a document after performing FindAllAsync.
|
1189
|
+
- `#I444469`, `#I467461` - Resolved the Script error occurs when opening a document.
|
1190
|
+
- `#I467769` - Print widow now closed properly after closing the parent window.
|
1191
|
+
|
1192
|
+
## 21.2.9 (2023-06-06)
|
1193
|
+
|
1194
|
+
### Document Editor
|
1195
|
+
|
1196
|
+
#### Bug Fixes
|
1197
|
+
|
1198
|
+
- `#I454822` - Resolved the issue occurred when performing the pasting functionality.
|
1199
|
+
- `#I455887` - Resolved the Editor height is increased issue when selecting or inserting text.
|
1200
|
+
- `#I461390` - Resolved the Endnote/footnote number inconsistency.
|
1201
|
+
- `#F182256` - Table cell border now applying properly.
|
1202
|
+
- `#I458144` - Now, Docx exporting properly.
|
1203
|
+
- `#I464522` - Resolved the issue in bookmark removal when deleting table.
|
1204
|
+
- `#I466742` - Resolved the text selection issue while retrieving the selected text.
|
1205
|
+
|
1206
|
+
## 21.2.8 (2023-05-30)
|
1207
|
+
|
1208
|
+
### Document Editor
|
1209
|
+
|
1210
|
+
#### Bug Fixes
|
1211
|
+
|
1212
|
+
- `#I454919` - ShowComment API is now working properly.
|
1213
|
+
- `#FB43366` - when track changes is enabled, chinese letters are now properly rendered.
|
1214
|
+
- `#I457517` - Resolved script error occurred when removing the content.
|
1215
|
+
- `#I454821` - Resolved the issue with document parsing in the Tika server.
|
1216
|
+
- `#I457688` - Resolved the selected content removing issue.
|
1217
|
+
- `#I457853` - Select all content is now removed properly.
|
1218
|
+
- `#I458134` - Table is now rendered properly without overlapping issue.
|
1219
|
+
- `#I459215` - Resolved Black color chart appearance while exporting as Docx.
|
1220
|
+
- `#I459220` - Resolved the component hanging issue on loading a document.
|
1221
|
+
- `#I459229` - Delete/backspace is now working for RTL last content.
|
1222
|
+
- `#I461305` - Resolved the style issue while pasting content from office 365.
|
1223
|
+
- `#I453980` - When opening the exported document with chart in Document Editor is not throwing an error.
|
1224
|
+
- `#I459906` - Header/Footer class is now added while converting docx/SFDT into HTML.
|
1225
|
+
- `#F182457` - Resolved the style issue while pasting content from office 365.
|
1226
|
+
|
1227
|
+
## 21.2.6 (2023-05-23)
|
1228
|
+
|
1229
|
+
### Document Editor
|
1230
|
+
|
1231
|
+
#### Bug Fixes
|
1232
|
+
|
1233
|
+
- `#I455945` - Resolved the issue in Shape position.
|
1234
|
+
- `#I457467` - Now, getStyle() API will return the paragraph format.
|
1235
|
+
- `#I454858` - Resolved the image missing issue in footer.
|
1236
|
+
- `#I451667` - Horizontal scroll bar is not update properly based on cursor position.
|
1237
|
+
- `#I457039` - Resolved the console error while giving accept all.
|
1238
|
+
- `#I453407` - Resolved the script error when loading the document with smileys.
|
1239
|
+
|
1240
|
+
#### New Features
|
1241
|
+
|
1242
|
+
- `#I448978` - Added preservation support for text wrapping break.
|
1243
|
+
- `#F179297` - Added navigation support between the multiple comments in a single line while clicking the comment icon.
|
1244
|
+
- `#I433546` - Added support to show start and end markers for restricted range.
|
1245
|
+
- `#I450206` - Added support to restrict maximum number of columns when creating a table.
|
1246
|
+
|
1247
|
+
## 21.2.5 (2023-05-16)
|
1248
|
+
|
1249
|
+
### Document Editor
|
1250
|
+
|
1251
|
+
#### Bug Fixes
|
1252
|
+
|
1253
|
+
- `#I449912` - Resolved layout issue while opening document.
|
1254
|
+
- `#I450342` - Resolved the wrong Font issue while opening a document.
|
1255
|
+
- `#I458331` - Resolved the paragraph combine issue when insert and delete comment.
|
1256
|
+
- `#I458334` - Cursor position issue is resolved when shift enter key is pressed.
|
1257
|
+
- `#I449581` - Resolved the script error when loading the track changes document with author field empty
|
1258
|
+
- `#I452303` - Layout issue is now not occurred when editing the document.
|
1259
|
+
- `#I452150` - Resolved the hanging issue when opening the attached document.
|
1260
|
+
- `#I453495` - Resolved the Overlapping issue when we do enter/page break before the shape.
|
1261
|
+
- `#I453196` - Resolved the issue in when perform undo action for Arabic content
|
1262
|
+
- `#I454659` - Resolved the issue occurred when performing track changes for Arabic content.
|
1263
|
+
- `#I449049` - A performance issue is resolved when typing inside the table.
|
1264
|
+
|
1265
|
+
## 21.2.4 (2023-05-09)
|
1266
|
+
|
1267
|
+
### Document Editor
|
1268
|
+
|
1269
|
+
#### Bug Fixes
|
1270
|
+
|
1271
|
+
- `#I451421` - Resolved the issue with list indentation.
|
1272
|
+
- `#I450834` - Resolved the Script issue while opening SFDT.
|
1273
|
+
- `#I452243` - Resolved the issue with modifying the style in existing styles.
|
1274
|
+
- `#I449324` - Resolved the issue occurred while exporting the document in the .docx format.
|
1275
|
+
|
1276
|
+
## 21.2.3 (2023-05-03)
|
1277
|
+
|
1278
|
+
### Document Editor
|
1279
|
+
|
1280
|
+
#### Bug Fixes
|
1281
|
+
|
1282
|
+
- `#SF-446881` - Using getFormFieldNames() methods, now form fields are retrieved in order.
|
1283
|
+
- `#F181200` - Resolved Script error thrown when attempting to delete a checkbox form field.
|
1284
|
+
- `#SF-448155` - Resolved the position issue while resizing table.
|
1285
|
+
- `#FB42313`- Resolved Table Merge Cell & Insert Column bug.
|
1286
|
+
- `#SF-449967` - Resolved the problem with the loading of the document.
|
1287
|
+
|
1288
|
+
## 21.1.41 (2023-04-18)
|
1289
|
+
|
1290
|
+
### Document Editor
|
1291
|
+
|
1292
|
+
#### Bug Fixes
|
1293
|
+
|
1294
|
+
- `#SF-447180` - Resolved Allow row to break across pages issue.
|
1295
|
+
- `#SF-439301` - Resolved Textbox and picture is not preserved properly in Header.
|
1296
|
+
- `#SF-442538` - Resolved the script error while updating table of contents.
|
1297
|
+
- `#SF-447249` - Resolved issue in default character format.
|
1298
|
+
- `#SF-447180` - Resolved Layouting issue while opening the document.
|
1299
|
+
- `#SF-447117` - Resolved the issue with the replacement of the incorrect word.
|
1300
|
+
- `#SF-444154` - Resolved the text is not preserved while drag and drop.
|
1301
|
+
- `#SF-452497` - Resolved the script error while pasting images with text content.
|
1302
|
+
|
1303
|
+
## 21.1.39 (2023-04-11)
|
1304
|
+
|
1305
|
+
### Document Editor
|
1306
|
+
|
1307
|
+
#### Bug Fixes
|
1308
|
+
|
1309
|
+
- `#SF-442240` - Resolved the space issue while opening document.
|
1310
|
+
- `#SF-446434` - Resolved the border rendering issue in first page.
|
1311
|
+
- `#SF-442538` - Resolved the list number issue when updating table of contents.
|
1312
|
+
- `#SF-443314` - Resolved the script errors while delete the content with track changes enabled.
|
1313
|
+
- `#SF-444283` - Resolved the script error while loading mail merged document.
|
1314
|
+
- `#SF-448042` - Resolved the Blank page created while printing with A5 paper.
|
1315
|
+
- `#SF-434487` - Improved the cache logic in spell check for text with special character.
|
1316
|
+
|
1317
|
+
#### New Features
|
1318
|
+
|
1319
|
+
- `#SF-438580` - Added support for the event `beforeAcceptRejectChanges` to prevent accepting or rejecting tracked changes.
|
1320
|
+
|
1321
|
+
## 21.1.38 (2023-04-04)
|
1322
|
+
|
1323
|
+
### Document Editor
|
1324
|
+
|
1325
|
+
#### Bug Fixes
|
1326
|
+
|
1327
|
+
- `#SF-440282` - Resolved an error while trying to change font for whole document.
|
1328
|
+
- `#SF-441499` - Resolved the script error while opening Document.
|
1329
|
+
- `#SF-438842` - Header/Footer area are now resized based on the inserted image.
|
1330
|
+
- `#SF-441437` - Resolved the dropdown form field items expanding issue.
|
1331
|
+
|
1332
|
+
#### New Features
|
1333
|
+
|
1334
|
+
- `#I418721` - Added API to auto resize when the Document editor became visible.
|
1335
|
+
|
1336
|
+
## 21.1.37 (2023-03-29)
|
1337
|
+
|
1338
|
+
### Document Editor
|
1339
|
+
|
1340
|
+
#### Bug Fixes
|
1341
|
+
|
1342
|
+
- `#I438125` - Resolved the header issue when editing in different section format.
|
1343
|
+
- `#I439280` - Selection is now working properly in the paragraph with indentation.
|
1344
|
+
- `#I436536`, `#I435119` - Table and paragraph is not overlapped while loading the attached document.
|
1345
|
+
- `#I436445` - Resolved the overlapping issue while opening the document.
|
1346
|
+
- `#I446019` - Resolved the issue in opening "Dotx" format document.
|
1347
|
+
|
1348
|
+
## 21.1.35 (2023-03-23)
|
1349
|
+
|
1350
|
+
### Document Editor
|
1351
|
+
|
1352
|
+
#### Breaking Changes
|
1353
|
+
|
1354
|
+
- Starting from version v21.1.x, the SFDT file generated in Word Processor component is optimized by default to reduce the file size. Hence, the optimized SFDT files can't be directly manipulated as JSON string. Please refer the [documentation](https://ej2.syncfusion.com/documentation/document-editor/how-to/optimize-sfdt).
|
1355
|
+
|
1356
|
+
#### Bug Fixes
|
1357
|
+
|
1358
|
+
- `#425697` - Resolved the positioning and line spacing issue in shape document
|
1359
|
+
|
1360
|
+
#### New Features
|
1361
|
+
|
1362
|
+
- `#I249004`, `#I250933`, `#I256703`, `#I286287`, `#I290760`, `#I301513`, `#I313194`, `#I314827`, `#I316496`, `#I317964`, `#I320201`, `#I320872`, `#I327636`, `#I331310`, `#I333899`, `#I334058`, `#I334929`, `#I337202`, `#I341931`, `#I341953`, `#I345929`, `#I348344`, `#I349206`, `#I349683`, `#I349895`, `#I354081`, `#I356432` - Added support for continuous section break in DocumentEditor.
|
1363
|
+
- `#I422408`, `#I435125` - Optimized SFDT file to reduce the file size relative to a Docx file.
|
1364
|
+
- `#I330729`, `#I256794` - Added support to display bookmark start and end in DocumentEditor.
|
1365
|
+
- `#I333042`, `#I349829` - Added support disable the auto focus to DocumentEditor.
|
1366
|
+
- `#I175038` - Added API to modify the predefine styles in DocumentEditor.
|
1367
|
+
|
1368
|
+
## 20.4.54 (2023-03-14)
|
1369
|
+
|
1370
|
+
### Document Editor
|
1371
|
+
|
1372
|
+
#### Bug Fixes
|
1373
|
+
|
1374
|
+
- `#I436974` - Combined the next paragraph while removing the paragraph mark.
|
1375
|
+
- `#I436444` - Resolved the control hanging issue when editing inside table.
|
1376
|
+
- `#I442823` - Restricted text inserting issue when restrict editing is in enabled state.
|
1377
|
+
|
1378
|
+
## 20.4.53 (2023-03-07)
|
1379
|
+
|
1380
|
+
### Document Editor
|
1381
|
+
|
1382
|
+
#### Bug Fixes
|
1383
|
+
|
1384
|
+
- `#I443034` - Resolved the font applying issue for Arabic content.
|
1385
|
+
- `#I439255` - Resolved issue in "Allow spacing between the cells" check box.
|
1386
|
+
- `#I438742` - Restricted editing in form field when it is disabled.
|
1387
|
+
|
1388
|
+
## 20.4.52 (2023-02-28)
|
1389
|
+
|
1390
|
+
### Document Editor
|
1391
|
+
|
1392
|
+
#### Bug Fixes
|
1393
|
+
|
1394
|
+
- `#I436133` - When inserting, the endnote order was resolved.
|
1395
|
+
- `#I434491` - Resolved the Text off the page and outside the margin issue when paste the text.
|
1396
|
+
|
1397
|
+
## 20.4.51 (2023-02-21)
|
1398
|
+
|
1399
|
+
### Document Editor
|
1400
|
+
|
1401
|
+
#### Bug Fixes
|
1402
|
+
|
1403
|
+
- `#I434382` - Resolved script error thrown while clicking the New button after loading protected document.
|
1404
|
+
- `#I436256` - Accept All/ Reject All is now disappear in Read only.
|
1405
|
+
|
1406
|
+
## 20.4.50 (2023-02-14)
|
1407
|
+
|
1408
|
+
### Document Editor
|
1409
|
+
|
1410
|
+
#### Bug Fixes
|
1411
|
+
|
1412
|
+
- `#I426407` - Resolved the issue with application-level CSS inherited to the content during copy and paste operation.
|
1413
|
+
- `#I430244` - Resolved the issue when cursor position is at second line start and press backspace key.
|
1414
|
+
- `#I428246` - Resolved the footnote overlapping and row interchanging issue while resizing the table.
|
1415
|
+
- `#I433138` - Resolved the undo issue when find and replace the text.
|
1416
|
+
- `#I433139` - Resolved the typed letters are appearing twice issue.
|
1417
|
+
|
1418
|
+
## 20.4.49 (2023-02-07)
|
1419
|
+
|
1420
|
+
### Document Editor
|
1421
|
+
|
1422
|
+
#### Bug Fixes
|
1423
|
+
|
1424
|
+
- `#I426407` - Resolved the issue with application-level CSS inherited to the content during copy and paste operation.
|
1425
|
+
- `#I428463` - Resolved the issue while editing in header with track changes enabled state.
|
1426
|
+
- `#I420355` - Resolved the issue with page break and paragraph pagination properties preservation.
|
1427
|
+
`#I371788` - Resolved the multiple spell check call triggering when enabled of initial disabled in creation.
|
1428
|
+
|
1429
|
+
## 20.4.48 (2023-02-01)
|
1430
|
+
|
1431
|
+
### Document Editor
|
1432
|
+
|
1433
|
+
#### Bug Fixes
|
1434
|
+
|
1435
|
+
- `#I426081` - Included the Footnote while printing.
|
1436
|
+
- `#I426150` - Resolved the Whole Paragraph moving while entering TAB key.
|
1437
|
+
- `#I425934` - Resolved the Error Message while opening the document in Ms Word.
|
1438
|
+
- `#I430307` - Table is now pasted while pasting the copied table content.
|
1439
|
+
- `#I430526` - Resolved the issue while comment post a comment and removing the content.
|
1440
|
+
|
1441
|
+
## 20.4.44 (2023-01-18)
|
1442
|
+
|
1443
|
+
### Document Editor
|
1444
|
+
|
1445
|
+
#### Bug Fixes
|
1446
|
+
|
1447
|
+
- `#425697` - Resolved the positioning and line spacing issue in shape document
|
1448
|
+
|
1449
|
+
#### New Features
|
1450
|
+
|
1451
|
+
- `#419514` - Added API to modify form field name
|
1452
|
+
|
1453
|
+
## 20.4.43 (2023-01-10)
|
1454
|
+
|
1455
|
+
### Document Editor
|
1456
|
+
|
1457
|
+
#### Bug Fixes
|
1458
|
+
|
1459
|
+
- `#I424682` - Resolved the issue in the delete and backspace case in bookmark start and end element.
|
1460
|
+
- `#I425401` - Header is now read-only when resizing a table.
|
1461
|
+
|
1462
|
+
## 20.4.42 (2023-01-04)
|
1463
|
+
|
1464
|
+
### Document Editor
|
1465
|
+
|
1466
|
+
#### Bug Fixes
|
1467
|
+
|
1468
|
+
- `#I423889` - Resolved the text alignment issue in RTL paragraph.
|
1469
|
+
- `#I423889` - Resolved the content overlapping issue in RTL paragraph
|
1470
|
+
- `#F179129` - Resolved the paragraph format applying issue.
|
1471
|
+
- `#I419630` - Resolved the script error while opening a document containing clustered bar chart.
|
1472
|
+
- `#I422366`, `#I423320` - Resolved the script error while removing content in protected document.
|
1473
|
+
- `#I424337` - Handled mouse selection inside table cell similar to Microsoft Word.
|
1474
|
+
- `#F179297` - Resolved the comment icon positioning issue.
|
1475
|
+
|
1476
|
+
## 20.4.40 (2022-12-28)
|
1477
|
+
|
1478
|
+
### Document Editor
|
1479
|
+
|
1480
|
+
#### Bug Fixes
|
1481
|
+
|
1482
|
+
- `#I421680` - Resolved the paragraph overlapping and border issue while opening the attached document.
|
1483
|
+
- `#I424498` - Attached document with hyperlink text is now displayed properly.
|
1484
|
+
- `#I425696` - Resolved the overlap issue in options pane.
|
1485
|
+
|
1486
|
+
## 20.3.60 (2022-12-06)
|
1487
|
+
|
1488
|
+
### Document Editor
|
1489
|
+
|
1490
|
+
#### Bug Fixes
|
1491
|
+
|
1492
|
+
- `#I418719` - Resolved the issue with removing bookmark element.
|
1493
|
+
- `#I420043` - Table of content (TOC) is now updated properly.
|
1494
|
+
|
1495
|
+
## 20.3.59 (2022-11-29)
|
1496
|
+
|
1497
|
+
### Document Editor
|
1498
|
+
|
1499
|
+
#### Bug Fixes
|
1500
|
+
|
1501
|
+
- `#I417535` - The page number is not updated properly while inserting TOC.
|
1502
|
+
- `#I418000` , `#F178993` - Resolved the tab character width issue.
|
1503
|
+
|
1504
|
+
## 20.3.58 (2022-11-22)
|
1505
|
+
|
1506
|
+
### Document Editor
|
1507
|
+
|
1508
|
+
#### Bug Fixes
|
1509
|
+
|
1510
|
+
- `#I417708` - Comment with multiple paragraph is now exported properly.
|
1511
|
+
- `#I414849` - Textbox with no outline is now exported properly.
|
1512
|
+
- `#I419171` - Resolved the script error while discarding the unposted comment.
|
1513
|
+
- `#I417911` - Resolved the consecutive symbol selection issue while selecting text with white spaces.
|
1514
|
+
- `#I418127` - Image width and height is now resized to fit inside the page width.
|
1515
|
+
- `#I417899` - Table borders are now removed when border style set as none.
|
1516
|
+
- `#I417257` - Ordinal number format is now preserved properly in exported word document.
|
1517
|
+
- `#F178501` - Resolved document corruption issue due to insert revision not serialized properly.
|
1518
|
+
|
1519
|
+
## 20.3.57 (2022-11-15)
|
1520
|
+
|
1521
|
+
### Document Editor
|
1522
|
+
|
1523
|
+
#### Bug Fixes
|
1524
|
+
|
1525
|
+
- `#I415922` - Resolved the browser hanging issue while opening the document.
|
1526
|
+
- `#I415359` - Resolved the table layouting issue while resizing the table.
|
1527
|
+
- `#I414775` - Resolved the layouting issue while inserting page break.
|
1528
|
+
- `#I414224` - Table resizing is now working properly in header/footer.
|
1529
|
+
- `#I413303`, `#I417629` - Resolved the script error while opening the word document.
|
1530
|
+
- `#I413477` - Resolved the script error while deleting text with comment.
|
1531
|
+
- `#F178063` - Scrolling on bookmark navigation is now working similar to Microsoft Word.
|
1532
|
+
|
1533
|
+
## 20.3.56 (2022-11-08)
|
1534
|
+
|
1535
|
+
### Document Editor
|
1536
|
+
|
1537
|
+
#### Bug Fixes
|
1538
|
+
|
1539
|
+
- `#FB37929` - Resolved the exception while exporting the document with duplicate character style.
|
1540
|
+
- `#I412146` - Resolved the script error while opening the document.
|
1541
|
+
- `#I408099` - Resolved the list numbering issue.
|
1542
|
+
- `#I412284` - Table border is now rendering properly.
|
1543
|
+
- `#I413316` - Resolved the script error while deleting content of few pages.
|
1544
|
+
- `#I414066` - Resolved the script error while modifying locale key.
|
1545
|
+
- `#I412817` - Formatting is now applied properly in track changes protection mode.
|
1546
|
+
- `#I413284` - Strike through is now properly skipped for trailing space characters like Microsoft Word.
|
1547
|
+
- `#I412529` - Resolved the script error while opening html document with nested list.
|
1548
|
+
|
1549
|
+
#### New Features
|
1550
|
+
|
1551
|
+
- `#I297837`, `#I336116`, `#I342219`, `#I346980`, `#F164814`, `#F168911` - Improved the display of the RTL text in a bi-directional layout.
|
1552
|
+
|
1553
|
+
## 20.3.52 (2022-10-26)
|
1554
|
+
|
1555
|
+
### Document Editor
|
1556
|
+
|
1557
|
+
#### Bug Fixes
|
1558
|
+
|
1559
|
+
- `#I410179` - Cell background color is now rendering properly.
|
1560
|
+
- `#I411016` - List numbering is now rendered properly.
|
1561
|
+
- `#I411008` - Paragraph border is now rendering properly.
|
1562
|
+
- `#FB37770` - Resolved the script error while printing the document.
|
1563
|
+
- `#I409887` - Replacing text with bookmark is now working properly.
|
1564
|
+
|
1565
|
+
## 20.3.50 (2022-10-18)
|
1566
|
+
|
1567
|
+
### Document Editor
|
1568
|
+
|
1569
|
+
#### Bug Fixes
|
1570
|
+
|
1571
|
+
- `#I410296` - Tooltip for the show/hide properties button is now updated properly.
|
1572
|
+
- `#I407021` - Table properties are now reverted properly on undo/redo.
|
1573
|
+
- `#I408686` - Comments pane is now switching properly while adding comment.
|
1574
|
+
- `#I409821` - Resolved the next paragraph deletion issue while switching paste option.
|
1575
|
+
- `#I408431` - Resolved the script error while opening the document with track changes.
|
1576
|
+
- `#I409991` - Resolved the table layouting issue.
|
1577
|
+
- `#I407092` - Resolved the paragraph border rendering issue.
|
1578
|
+
- `#I410940` - Resolved the script error while merging cells in header/footer.
|
1579
|
+
|
1580
|
+
## 20.3.49 (2022-10-11)
|
1581
|
+
|
1582
|
+
### Document Editor
|
1583
|
+
|
1584
|
+
#### Bug Fixes
|
1585
|
+
|
1586
|
+
- `#I401609` - Resolved the curly braces preservation in RTL paragraph
|
1587
|
+
- `#I400473` - Resolved the paragraph mark selection issue on shift + page up.
|
1588
|
+
- `#I405251` - Resolved the script error while opening the document with duplicate style name.
|
1589
|
+
- `#I398151` - Resolved the issue with accept all/reject all from track changes pane.
|
1590
|
+
- `#I399611` - Paragraph formatting is now preserved properly on copy and paste.
|
1591
|
+
- `#I404592` - Resolved the script error while exporting the document with content control.
|
1592
|
+
- `#I405251` - Resolved the script error while opening the document with line break character.
|
1593
|
+
- `#I396300` - Resolved the overlapping issue while resizing the table cell.
|
1594
|
+
|
1595
|
+
## 20.3.48 (2022-10-05)
|
1596
|
+
|
1597
|
+
### Document Editor
|
1598
|
+
|
1599
|
+
#### Bug Fixes
|
1600
|
+
|
1601
|
+
- `#I400154` - Handled selecting consecutive special character on double click.
|
1602
|
+
- `#I400506` - Handled selection while navigating the page using page down/ page up.
|
1603
|
+
- `#I403371` - Resolved the inline shape alignment issue.
|
1604
|
+
- `#I404840` - Resolved the browser hanging issue while changing the line spacing.
|
1605
|
+
- `#I401957` - Resolved the script error while inserting the table.
|
1606
|
+
- `#I403238` - Newly added custom style is now updated properly in properties pane.
|
1607
|
+
- `#I401826` - Resolved the pagination issue on the exported word document.
|
1608
|
+
- `#I408407`. `#I403326` - Resolved the script error while deleting the content.
|
1609
|
+
- `#I379655` - Newly added paragraph is now removed properly while rejecting the changes.
|
1610
|
+
- `#I403248` - Resolved script error while deleting the text with comment.
|
1611
|
+
- `#I401520` - Underline format is now preserved properly in exported word document.
|
1612
|
+
- `#F175079` - Resolved search issue in splitted table cell.
|
1613
|
+
|
1614
|
+
## 20.3.47 (2022-09-29)
|
1615
|
+
|
1616
|
+
### Document Editor
|
1617
|
+
|
1618
|
+
#### New Features
|
1619
|
+
|
1620
|
+
- `#I345329`,`#I325944`,`#I302342`,`#I301994`,`#I258650`,`#F157122`,`#F164860` - Added support to show or hide the hidden formatting symbols like spaces, tab, paragraph marks, and breaks.
|
1621
|
+
|
1622
|
+
## 20.1.52 (2022-05-04)
|
1623
|
+
|
1624
|
+
### Document Editor
|
1625
|
+
|
1626
|
+
#### Bug Fixes
|
1627
|
+
|
1628
|
+
- `#I368653` - Resolved the Document Editor numbering continuity issue.
|
1629
|
+
- `#I376374` - Resolved the exception thrown on exporting a sfdt without a metafile property in server-side.
|
1630
|
+
- `#I373298` - Resolved the extra paragraph added while updating the table of contents.
|
1631
|
+
- `#I373359` - Resolved the multiples instances of table of content creation when track changes is enabled.
|
1632
|
+
- `#I373451` - Resolved exception while open the document with image without relation identifier.
|
1633
|
+
- `#I373159` - Resolved the console error thrown on pasting a content and then changing page orientation.
|
1634
|
+
- `#I373175` - Resolved the script error thrown on deleting the revision text.
|
1635
|
+
- `#I372741` - Resolved inconsistent behaviour of text selection inside an editable table cell within a read only document.
|
1636
|
+
- `#I372794` - Resolved the script error while serializing sfdt document with page break to html format in server-side.
|
1637
|
+
- `#I372636` - Resolved the text inside the shape with wrapping style 'in-front of text'.
|
1638
|
+
- `#I372159` - Default number format for Page field is now displayed properly.
|
1639
|
+
- `#I371816` - List format is now preserved properly on importing.
|
1640
|
+
- `#I371644` - Table formatting is now preserved properly while copy pasting table and resolved the document hanging in copying.
|
1641
|
+
- `#I370909` - Resolved the script error rendering after content delete.
|
1642
|
+
- `#I369585` - Resolved the scrolling becomes quite slow while selecting the text in document with more than 20 pages.
|
1643
|
+
- `#I368794` - Resolved the tab space issue.
|
1644
|
+
- `#I366157`, `#I367362` - Resolved the table rendering issue at the bottom of the page.
|
1645
|
+
- `#I293527` - Justify paragraph layout issue in new page first paragraph is now resolved.
|
1646
|
+
- `#I373340` - Resolved the content hanging issue while opening the attached document.
|
1647
|
+
- `#I372431` - Resolved the table misalignment issue if the table has positioning properties.
|
1648
|
+
|
1649
|
+
## 20.1.51 (2022-04-26)
|
1650
|
+
|
1651
|
+
### Document Editor
|
1652
|
+
|
1653
|
+
#### Bug Fixes
|
1654
|
+
|
1655
|
+
- `#I361566`, `#I372584` - Resolved the wrapping style issue in header/footer.
|
1656
|
+
- `#I373016` - Resolved the script error in accepting the revision inside the table.
|
1657
|
+
- `#I370714` - Resolved the character format updating issue.
|
1658
|
+
- `#I364803` - Resolved the track changes to empty page.
|
1659
|
+
- `#I356022` - Resolved the wrong comma placing in Hebrew language.
|
1660
|
+
- `#I368816` - Resolved the pie chart rendering and exporting issue.
|
1661
|
+
|
1662
|
+
## 20.1.50 (2022-04-19)
|
1663
|
+
|
1664
|
+
### Document Editor
|
1665
|
+
|
1666
|
+
#### Bug Fixes
|
1667
|
+
|
1668
|
+
- `#I374477` - Resolved the script error in XmlHttpRequest in lock and edit.
|
1669
|
+
- `#I372421` - Resolved issues in insert row/column paragraph format inheritance from previous paragraph.
|
1670
|
+
- `#IF173898` - Resolved the highlight color is not preserved in copy/paste.
|
1671
|
+
|
1672
|
+
## 20.1.48 (2022-04-12)
|
1673
|
+
|
1674
|
+
### Document Editor
|
1675
|
+
|
1676
|
+
#### Bug Fixes
|
1677
|
+
|
1678
|
+
- `#I374325`, `#I374720` - Resolved the text input issue replacing the selected text.
|
1679
|
+
- `#I366806` - Resolved the content overlapping issue.
|
1680
|
+
- `#I360442`, `#I372285` - Resolved the add to dictionary context item localization issue.
|
1681
|
+
- `#I368653` - Resolved the numbering continuity issue.
|
1682
|
+
- `#I368442` - Resolved the table of content alignment issue.
|
1683
|
+
- `#I369908` - Resolved the alignment issue in the header.
|
1684
|
+
- `#I368287` - Resolved the rendering issue for font family with number in canvas element.
|
1685
|
+
- `#I368056` - Resolved the newly inserted footnote content style issue.
|
1686
|
+
- `#I365347` - Resolved the paste content in between a paragraph.
|
1687
|
+
- `#I366850` - Resolved the script error in DocumentEditorContainer component destroy.
|
1688
|
+
- `#I368658` - Resolved the script error in pasting the content.
|
1689
|
+
- `#F171582`, `#F173213` - Resolved the color preservation issue in pasting the highlighted cell from excel.
|
1690
|
+
- `#F173430` - Resolved the delay in filling a document with large number of form fields.
|
1691
|
+
- `#I370428` - Resolved the script error in replacing the text.
|
1692
|
+
- `#I370305` - Resolved the cropped image rendering issue.
|
1693
|
+
- `#I368292` - Resolved the empty merge field layout issue.
|
1694
|
+
- `#I369092` - Indentation behaviour for numbered list is updated.
|
1695
|
+
|
1696
|
+
## 20.1.47 (2022-04-04)
|
1697
|
+
|
1698
|
+
### Document Editor
|
1699
|
+
|
1700
|
+
#### Bug Fixes
|
1701
|
+
|
1702
|
+
- `#I367457` - Resolved the nested table content positioning issue.
|
1703
|
+
- `#I365347` - Copied content is now pasted properly in between the paragraph.
|
1704
|
+
- `#I361140` - Resolved the script error in inserting footnote content.
|
1705
|
+
- `#I366968` - Newly added table row border is now exported properly in server-side word export.
|
1706
|
+
- `#I366806` - Resolved the content overlapping issue with wrapped shape.
|
1707
|
+
- `#I363360` - Resolved the new window sample dialog height issue.
|
1708
|
+
|
1709
|
+
#### New Features
|
1710
|
+
|
1711
|
+
- `#I348441` - Added support for adding SVG image in a Word document.
|
1712
|
+
- `#I348727` - Added support for setting automatic space before and after a paragraph in a Word document.
|
1713
|
+
- `#I268209` - Added support for restricting documents with comments only protection type.
|
1714
|
+
- `#I363489` - Improved the performance of the server-side spell check library.
|
1715
|
+
|
1716
|
+
## 19.4.56 (2022-03-15)
|
1717
|
+
|
1718
|
+
### Document Editor
|
1719
|
+
|
1720
|
+
#### Bug Fixes
|
1721
|
+
|
1722
|
+
- `#SF-366157`, `#SF-367362` - Table in the end of the page is now rendered properly.
|
1723
|
+
- `#SF-365958` - Resolved the issue in track change undo/redo.
|
1724
|
+
- `#SF-366627` - Resolved the script error in the inline form fill mode.
|
1725
|
+
- `#SF-367474`, `#SF-367493` - Resolved the line breaking issue in keep text only mode pasting.
|
1726
|
+
- `#SF-366968` - Table border is now exported properly in server-side word export.
|
1727
|
+
- `#SF-361925` - Resolved the script error in creating consecutive styles.
|
1728
|
+
- `#SF-366592` - Resolved the number format issue in decreasing the indent.
|
1729
|
+
|
1730
|
+
## 19.4.55 (2022-03-08)
|
1731
|
+
|
1732
|
+
### Document Editor
|
1733
|
+
|
1734
|
+
#### Bug Fixes
|
1735
|
+
|
1736
|
+
- `#SF-368151` - Resolved the upper case function in localization.
|
1737
|
+
- `#SF-367003` - Text is congested after using numbering is resolved.
|
1738
|
+
- `#SF-366157` - Resolved the multi level list restart numbering issue.
|
1739
|
+
- `#SF-365713` - Resolved the table layout issue in compatibility mode.
|
1740
|
+
- `#SF-354038` - Resolved the script error in exporting document with large.
|
1741
|
+
- `#SF-364803` - Resolved the track changes to empty page.
|
1742
|
+
- `#F172160` - Resolved the editing the document after inserting table of contents.
|
1743
|
+
- `#SF-367119` - Resolved the script error while loading a document.
|
1744
|
+
- `#SF-369375` - Resolved the revision duplication in loading document with track changes.
|
1745
|
+
- `#SF-365347` - Resolved the copy/paste for match destination formatting.
|
1746
|
+
- `#SF-366101` - Resolved the font size binding issue in font dialog.
|
1747
|
+
- `#SF-362395` - Resolved the table delete issue when track changes is enabled.
|
1748
|
+
- `#SF-359599` - Resolved the empty paragraph track changes not showing in track changes pane.
|
1749
|
+
- `#SF-361140` - Endnote splitting issue to new page is resolved.
|
1750
|
+
- `#SF-367119` - Resolved the script error in opening document with shapes.
|
1751
|
+
|
1752
|
+
## 19.4.54 (2022-03-01)
|
1753
|
+
|
1754
|
+
### Document Editor
|
1755
|
+
|
1756
|
+
#### Bug Fixes
|
1757
|
+
|
1758
|
+
- `#SF-365347` - Resolved the copy/paste for match destination formatting.
|
1759
|
+
- `#SF-366101` - Resolved the font size binding issue in font dialog.
|
1760
|
+
- `#SF-362395` - Resolved the table delete issue when track changes is enabled.
|
1761
|
+
- `#SF-359599` - Resolved the empty paragraph track changes not showing in track changes pane.
|
1762
|
+
- `#SF-361140` - Endnote splitting issue to new page is resolved.
|
1763
|
+
- `#SF-367119` - Resolved the script error in opening document with shapes.
|
1764
|
+
|
1765
|
+
## 19.4.53 (2022-02-22)
|
1766
|
+
|
1767
|
+
### Document Editor
|
1768
|
+
|
1769
|
+
#### Bug Fixes
|
1770
|
+
|
1771
|
+
- `#F172362` - Resolved the script error in removing form field
|
1772
|
+
- `#SF-363487` - Resolved the spell check call triggering issue along with spell check by page.
|
1773
|
+
- `#SF-365295` - Comment and track changes date time is now compatible with MS Word.
|
1774
|
+
- `#SF-363790` - Resolved the performance issue in selection when focus moves out for Document editor.
|
1775
|
+
- `#SF-293910` - Comment operation is are restricted in the read only mode.
|
1776
|
+
- `#F171981` - Resolved the `beforeFormFieldFill` event triggering issue keyboard navigation.
|
1777
|
+
- `#SF-363546` - Resolved the script error in deleting the table with the bookmark.
|
1778
|
+
- `#FB31160` - Resolved the empty lines tracked changes.
|
1779
|
+
- `#SF-364322`, `#SF-365061` - Resolved the high light colour exporting issue in server-side saving.
|
1780
|
+
- `#FB32346` - Resolved the script error in deleting the image in spell check enabled mode.
|
1781
|
+
|
1782
|
+
## 19.4.52 (2022-02-15)
|
1783
|
+
|
1784
|
+
### Document Editor
|
1785
|
+
|
1786
|
+
#### Bug Fixes
|
1787
|
+
|
1788
|
+
- `#SF-356242`, `#SF-364511` - Resolved the character format and paragraph format in inserting new row and column.
|
1789
|
+
- `#SF-363021` - Resolved the bullet list copy paste issue.
|
1790
|
+
- `#SF-363285` - Resolved the bulleted list deletion issue inside table.
|
1791
|
+
- `#SF-362395` - Resolved the table delete issue when track changes is enabled.
|
1792
|
+
- `#F171944` - Resolved the document scrolling issue.
|
1793
|
+
- `#SF-361169` - Resolved the pasting issue in large non-formatted content.
|
1794
|
+
- `#SF-356384` - Resolved the merged cell rendering issue.
|
1795
|
+
- `#SF-355425` - Resolved the relayout issue in editing wrapped table editing.
|
1796
|
+
- `#SF-352941` - Resolved the table border rendering.
|
1797
|
+
- `#SF-353976` - Resolved the table merged cells rendering issue.
|
1798
|
+
|
1799
|
+
#### New Features
|
1800
|
+
|
1801
|
+
- `#F168557` - Added support for insert new paragraph using \r\n, \r, \n
|
1802
|
+
- `#SF-358641` - Added API to get/set field information.
|
1803
|
+
|
1804
|
+
## 19.4.50 (2022-02-08)
|
1805
|
+
|
1806
|
+
### Document Editor
|
1807
|
+
|
1808
|
+
#### Bug Fixes
|
1809
|
+
|
1810
|
+
- `#F171012` - Character style is now applied properly.
|
1811
|
+
- `#SF-361141` - Resolved the endnote number format rendering issue.
|
1812
|
+
- `#SF-359056` - Resolved the hanging issue in loading document with hebrew text.
|
1813
|
+
- `#SF-352586`, `#F170330` - Resolved the track changes and restrict editing region issues in header/footer.
|
1814
|
+
- `#SF-364411` - Resolved the image height and width serialization issue in server-side exporting.
|
1815
|
+
- `#SF-361566` - Resolved the wrapping style issue in header/footer.
|
1816
|
+
- `#SF-361147` - Resolved the relayout issue in footnote moving to next page.
|
1817
|
+
- `#SF-361532` - Resolved the strike through applying issue for bulleted list.
|
1818
|
+
- `#F171673`, `#SF-362944` - Resolved the comments pane opening issue in editing.
|
1819
|
+
- `#SF-361056`, `#SF-364408` - Resolved the empty revision loading issue track changes pane.
|
1820
|
+
|
1821
|
+
## 19.4.48 (2022-01-31)
|
1822
|
+
|
1823
|
+
### Document Editor
|
1824
|
+
|
1825
|
+
#### Bug Fixes
|
1826
|
+
|
1827
|
+
- `#SF-355895` - Resolved the stacked column rendering issue.
|
1828
|
+
- `#SF-359392` - Resolved the pie chart color rendering issue.
|
1829
|
+
- `#F171212` - Resolved the section format copy/paste issue.
|
1830
|
+
- `#SF-359809` - Table formatting is not applied properly.
|
1831
|
+
- `#SF-359914` - Resolved the nested table height issue.
|
1832
|
+
- `#SF-362938` - Resolved the spell check shows error for correct word after backspace/delete.
|
1833
|
+
- `#SF-358997` - Resolved the script error in selection when first page of the document filled with shape with image and wrapping style.
|
1834
|
+
- `#SF-361108` - Resolved the script error in the copy/paste.
|
1835
|
+
- `#FB29987` - Resolved the table layouting issue in conversion from HTML to Document.
|
1836
|
+
- `#SF-362365` - Resolved the modifying level in drop down.
|
1837
|
+
- `#SF-363485` - Resolved the preferred width type mismatch in server-side SFDT to Docx conversion.
|
1838
|
+
- `#F171941` - Resolved the insert page break in optimized spell check mode.
|
1839
|
+
- `#SF-359775` - Column Clustered is not rendered properly.
|
1840
|
+
- `#SF-359392` - Resolved the default chart color applied to pie chart.
|
1841
|
+
- `#SF-359223` - Resolved the backspace issue in track changes.
|
1842
|
+
- `#SF-356022` - Resolved the wrong comma placing in Hebrew language.
|
1843
|
+
- `#SF-359056` - Resolved document hanging issue opening hebrew document.
|
1844
|
+
- `#F169863`, `#SF-354348` - Resolved the server-side exporting issue in SFDT to Docx.
|
1845
|
+
- `#SF-359780` - Resolved the layout issue in word 2013 justification for list applied text.
|
1846
|
+
- `#SF-356294` - Resolved the extra space adding while copying and pasting text with bookmarks.
|
1847
|
+
- `#SF-356242` - Resolved the style issue for the newly added rows & columns in the table.
|
1848
|
+
- `#SF-358936` - Resolved the HTML Element ContentEditable property issue in DocumentEditor.
|
1849
|
+
- `#SF-357051` - Resolved the element alignment issue due to page break.
|
1850
|
+
- `#SF-355713` - Resolved the script error in applying restrict editing in DocumentEditorContainer.
|
1851
|
+
- `#SF-354207` - Resolved the atleast line spacing type line height issue.
|
1852
|
+
- `#SF-354215` - Resolved the floating elements positioning issue after update form fields.
|
1853
|
+
- `#SF-357939` - Resolved the footer overlapping issue after pasting large content.
|
1854
|
+
- `#SF-354644` - Resolved the overlapping issue for image with top and bottom wrapping style in header.
|
1855
|
+
- `#SF-358814` - Document with applied list format is exported properly.
|
1856
|
+
- `#F171012` - Resolved the script error in applying the list format to character style applied text.
|
1857
|
+
- `#SF-358474` - Resolved the header/footer tooltip and toolbar item text wrap issue when localized.
|
1858
|
+
- `#SF-358523` - Resolved the status bar and font family style issue when localized.
|
1859
|
+
- `#SF-356958` - Resolved the misalignment after list applying.
|
1860
|
+
- `#SF-355425` - Resolved the auto fit table with preferred with type 'Point' is now layouted properly.
|
1861
|
+
- `#SF-359606` - Resolved the default tab width calculation with tab stop.
|
1862
|
+
- `#SF-355860` - Resolved the tab element layout issue in footer.
|
1863
|
+
- `#SF-359156` - Resolved the cropped image issue rendering in header/footer.
|
1864
|
+
- `#SF-354038` - Resolved the performance issue in inserting table more rows.
|
1865
|
+
- `#SF-354463` - Resolved the crashing issue in splitting rows in rendering table.
|
1866
|
+
- `#SF-353961` - Resolved the performance issue in editing document with merge field.
|
1867
|
+
- `#SF-355429` - Resolved selection issue for the shape with in front of text wrapping.
|
1868
|
+
- `#SF-360442` - Resolved the spell check suggestion replace issue in localized document editor.
|
1869
|
+
- `#F171032` - Resolved the empty line adding in text exporting.
|
1870
|
+
- `#F171461` - Resolved the content control preservation issue in exporting.
|
1871
|
+
- `#I347750` - Resolved the hanging issue when pasting large non-formatted content.
|
1872
|
+
- `#I349289`, `#I349128` - Resolved the endnote shifting and overlapping issue.
|
1873
|
+
- `#F171307` - Resolved the track changes issue in editing paragraph inside table.
|
1874
|
+
- `#SF-356951`, `#F170963`, `#SF-351886`, `#SF-359815`, `#SF-359312` - Resolved the merged cell width rendering issue.
|
1875
|
+
- `#I347523` - Resolved the invalid SFDT generation after pasting formatted content.
|
1876
|
+
- `#SF-357703` - Resolved the table row splitting issue.
|
1877
|
+
|
1878
|
+
#### New Features
|
1879
|
+
|
1880
|
+
- `#SF-354038` - Added API to restrict the maximum number of rows in insert table dialog(`DocumentEditorSettings.maximumRows`)
|
1881
|
+
- `#SF-348990` - Added screen tip support for hyperlink.
|
1882
|
+
|
1883
|
+
## 19.4.47 (2022-01-25)
|
1884
|
+
|
1885
|
+
### Document Editor
|
1886
|
+
|
1887
|
+
#### Bug Fixes
|
1888
|
+
|
1889
|
+
- `#FB29987` - Resolved the table layouting issue in conversion from HTML to Document.
|
1890
|
+
- `#SF-362365` - Resolved the modifying level in drop down.
|
1891
|
+
- `#SF-363485` - Resolved the preferred width type mismatch in server-side SFDT to Docx conversion.
|
1892
|
+
- `#F171941` - Resolved the insert page break in optimized spell check mode.
|
1893
|
+
- `#SF-359775` - Column Clustered is not rendered properly.
|
1894
|
+
- `#SF-359392` - Resolved the default chart color applied to pie chart.
|
1895
|
+
- `#SF-359223` - Resolved the backspace issue in track changes.
|
1896
|
+
- `#SF-356022` - Resolved the wrong comma placing in Hebrew language.
|
1897
|
+
- `#SF-359056` - Resolved document hanging issue opening hebrew document.
|
1898
|
+
|
1899
|
+
## 19.4.43 (2022-01-18)
|
1900
|
+
|
1901
|
+
### Document Editor
|
1902
|
+
|
1903
|
+
#### Bug Fixes
|
1904
|
+
|
1905
|
+
- `#F169863`, `#SF-354348` - Resolved the server-side exporting issue in SFDT to Docx.
|
1906
|
+
- `#SF-359780` - Resolved the layout issue in word 2013 justification for list applied text.
|
1907
|
+
- `#SF-356294` - Resolved the extra space adding while copying and pasting text with bookmarks.
|
1908
|
+
- `#SF-356242` - Resolved the style issue for the newly added rows & columns in the table.
|
1909
|
+
- `#SF-358936` - Resolved the HTML Element ContentEditable property issue in DocumentEditor.
|
1910
|
+
- `#SF-357051` - Resolved the element alignment issue due to page break.
|
1911
|
+
- `#SF-355713` - Resolved the script error in applying restrict editing in DocumentEditorContainer.
|
1912
|
+
- `#SF-354207` - Resolved the atleast line spacing type line height issue.
|
1913
|
+
- `#SF-354215` - Resolved the floating elements positioning issue after update form fields.
|
1914
|
+
- `#SF-357939` - Resolved the footer overlapping issue after pasting large content.
|
1915
|
+
- `#SF-354644` - Resolved the overlapping issue for image with top and bottom wrapping style in header.
|
1916
|
+
- `#SF-358814` - Document with applied list format is exported properly.
|
1917
|
+
- `#F171012` - Resolved the script error in applying the list format to character style applied text.
|
1918
|
+
- `#SF-358474` - Resolved the header/footer tooltip and toolbar item text wrap issue when localized.
|
1919
|
+
- `#SF-358523` - Resolved the status bar and font family style issue when localized.
|
1920
|
+
- `#SF-356958` - Resolved the misalignment after list applying.
|
1921
|
+
- `#SF-355425` - Resolved the auto fit table with preferred with type 'Point' is now layouted properly.
|
1922
|
+
- `#SF-359606` - Resolved the default tab width calculation with tab stop.
|
1923
|
+
- `#SF-355860` - Resolved the tab element layout issue in footer.
|
1924
|
+
- `#SF-359156` - Resolved the cropped image issue rendering in header/footer.
|
1925
|
+
- `#SF-354038` - Resolved the performance issue in inserting table more rows.
|
1926
|
+
|
1927
|
+
## 19.4.41 (2022-01-04)
|
1928
|
+
|
1929
|
+
### Document Editor
|
1930
|
+
|
1931
|
+
#### Bug Fixes
|
1932
|
+
|
1933
|
+
- `#SF-354463` - Resolved the crashing issue in splitting rows in rendering table.
|
1934
|
+
- `#SF-353961` - Resolved the performance issue in editing document with merge field.
|
1935
|
+
- `#SF-355429` - Resolved selection issue for the shape with in front of text wrapping.
|
1936
|
+
- `#SF-360442` - Resolved the spell check suggestion replace issue in localized document editor.
|
1937
|
+
- `#F171032` - Resolved the empty line adding in text exporting.
|
1938
|
+
- `#F171461` - Resolved the content control preservation issue in exporting.
|
1939
|
+
|
1940
|
+
#### New Features
|
1941
|
+
|
1942
|
+
- `#SF-354038` - Added API to restrict the maximum number of rows in insert table dialog(`DocumentEditorSettings.maximumRows`)
|
1943
|
+
|
1944
|
+
## 19.4.40 (2021-12-28)
|
1945
|
+
|
1946
|
+
### Document Editor
|
1947
|
+
|
1948
|
+
#### Bug Fixes
|
1949
|
+
|
1950
|
+
- `#I347750` - Resolved the hanging issue when pasting large non-formatted content.
|
1951
|
+
- `#I349289`, `#I349128` - Resolved the endnote shifting and overlapping issue.
|
1952
|
+
- `#F171307` - Resolved the track changes issue in editing paragraph inside table.
|
1953
|
+
- `#SF-359156` - Resolved the cropped image issue rendering in header/footer.
|
1954
|
+
- `#SF-356951`, `#F170963`, `#SF-351886`, #`SF-359815`, `#SF-359312` - Resolved the merged cell width rendering issue.
|
1955
|
+
- `#I347523` - Resolved the invalid SFDT generation after pasting formatted content.
|
1956
|
+
- `#SF-357703` - Resolved the table row splitting issue.
|
1957
|
+
|
1958
|
+
## 19.4.38 (2021-12-17)
|
1959
|
+
|
1960
|
+
### Document Editor
|
1961
|
+
|
1962
|
+
#### Bug Fixes
|
1963
|
+
|
1964
|
+
- `#I348089` - Resolved the protected columns, rows, and cells editing issue.
|
1965
|
+
- `#I344822` - Word with hyphen characters are now displayed properly.
|
1966
|
+
- `#I345558` - Resolved the table layout for the nested table with position.
|
1967
|
+
- `#I346408` - Table cell content reversed on undo is now resolved.
|
1968
|
+
- `#I346992` - Paragraph with widow/orphan property is now displayed properly.
|
1969
|
+
- `#I341119` - Document with image and table with top and bottom wrapping style is now opened properly.
|
1970
|
+
- `#I344713`- Resolved table header row rendering issue.
|
1971
|
+
- `#I341963`, `#I341840` - Resolved the table rendering issue.
|
1972
|
+
- `#I344704` - Resolved issue with tracking changes in empty paragraph.
|
1973
|
+
- `#I344351` - Line height is now calculated properly when space character has font size greater than the paragraph mark.
|
1974
|
+
- `#I345759`, `#I343106`- Resolved the table border rendering issue.
|
1975
|
+
- `#I343645` - Table grid after width defined as percentage type is now properly exported in server-side.
|
1976
|
+
- `#I341659` - Resolved the list alignment issue.
|
1977
|
+
- `#I347230` - Line spacing value zero is now properly exported in server-side.
|
1978
|
+
- `#I346468` - Resolved the document corruption issue due to z-order in server-side exporting.
|
1979
|
+
- `#I344830` - Resolved exception in opening and saving the document with calculation type form field.
|
1980
|
+
- `#I345582`, `#I341985` - Document with tab width is now displayed properly.
|
1981
|
+
- `#I346985` - Line height is now properly updated for tab character when its font size greater than other elements in the line.
|
1982
|
+
- `#FB29648` - Table rows/columns in header and footer are now resized properly.
|
1983
|
+
- `#I349115` - Resolved the scrolling behaviour issue when using `goToPage` API.
|
1984
|
+
- `#I348516` - Table/Cell background color is preserved properly during copy/paste.
|
1985
|
+
- `#I341891` - Resolved the hanging issue while editing the footnote content.
|
1986
|
+
- `#I344790` - Resolved the footnote overlapping issue when editing a table.
|
1987
|
+
- `#I343310` - Resolved the blank page issue in the exported Word document due to footnote.
|
1988
|
+
- `#I345594` - Resolved the new style listing problem when Document editor is localized for languages other than English.
|
1989
|
+
- `#I344840` - Resolved the height and width for `insertImage` API.
|
1990
|
+
- `#I343403` - Resolved the script error while opening document with tracked changes and restrict editing enabled.
|
1991
|
+
- `#I342774` - The Word document is now exported properly when the document contains content control.
|
1992
|
+
- `#I340276` - Resolved issue with entering custom date time value for form field.
|
1993
|
+
- `#I344605` - Resolved the context menu displaying issue when multiple instances of Document Editor are used in same page.
|
1994
|
+
- `#I337087`, `#I344332` - Improved the suggestion construction logic for error words.
|
1995
|
+
- `#I338302` - Resolved the hanging issue when opening document with table.
|
1996
|
+
- `#I339240` - RTL list is now deleted properly.
|
1997
|
+
- `#I340758` - The Word document is now exported properly when the document contains table with merged cells.
|
1998
|
+
- `#I341140` - Tracked changes is now updated properly for the existing empty line.
|
1999
|
+
- `#F167253`, `#F168269` - Track changes pane visibility issue is now resolved.
|
2000
|
+
- `#F168463` - The floating element with square wrapping style is now displayed properly.
|
2001
|
+
- `#I338947` - Resolved the issue with undo after pasting Hebrew text.
|
2002
|
+
- `#I341435` - Optimized the content change event triggering in Document Editor.
|
2003
|
+
- `#I340867` - Selection is now working properly after applying character format.
|
2004
|
+
- `#I341335` - Text formatting is now preserved properly for merge fields.
|
2005
|
+
- `#I339239`, `#I339242`, `#I339021` - RTL text are now arranged properly.
|
2006
|
+
- `#I335659` - RTL text are now preserved properly on undo/redo.
|
2007
|
+
- `#I340643` - The comment mark is now removed properly when deleting comment.
|
2008
|
+
- `#I339335` - Resolved the hanging issue when editing document with Hebrew text.
|
2009
|
+
- `#I340121` - Resolved the issue with rendering elbow connector as line connector.
|
2010
|
+
- `#I339453` - Resolved the issue with rendering a fixed width table.
|
2011
|
+
- `#I341119` - Resolved the overlapping issue for image with top and bottom wrapping inside table.
|
2012
|
+
- `#I339602` – Track changes is now updated properly in header and footer.
|
2013
|
+
- `#I341964`, `#I342165` – RTL text is now arranged properly when copy/paste.
|
2014
|
+
- `#I339714` – Footnote order is now updated properly.
|
2015
|
+
- `#I339973` - Table is now preserved properly in the exported Word document.
|
2016
|
+
- `#I340795` – Field is now copied properly.
|
2017
|
+
- `#I339872` – Page number in footer is now updated properly.
|
2018
|
+
- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
|
2019
|
+
- `#I339027` – Resolved the script error in saving document with tracked changes in header/footer.
|
2020
|
+
- `#I340532` – Html elements are now properly disposed.
|
2021
|
+
- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component.
|
2022
|
+
- `#I341375` – Resolved the undo/redo issue in comment editing operations.
|
2023
|
+
|
2024
|
+
#### New Features
|
2025
|
+
|
2026
|
+
- `#I345565` - Added support for Word 2013 justification.
|
2027
|
+
- `#I343497` - Added support to display the texture style for table cell shading.
|
2028
|
+
- `#I343751` - Added alert window for row and column specified more than 63 and 32767 respectively in insert table dialog.
|
2029
|
+
- `#I342110` - Added event to customize the XMLHttpRequest in DocumentEditor and DocumentEditorContainer component.
|
2030
|
+
|
2031
|
+
## 19.3.56 (2021-12-02)
|
2032
|
+
|
2033
|
+
### Document Editor
|
2034
|
+
|
2035
|
+
#### Bug Fixes
|
2036
|
+
|
2037
|
+
- `#I343645` - Table grid after width percentage value is now properly exported in server-side.
|
2038
|
+
- `#I341659` - Resolved the list alignment issues.
|
2039
|
+
- `#I347230` - Zero line spacing value is now properly exported in server-side.
|
2040
|
+
- `#I346468` - Resolved the document corruption issue due to z-order in server-side exporting.
|
2041
|
+
- `#I344830` - Resolved in exception in opening and saving document with calculation form field.
|
2042
|
+
- `#I345582`, `#I341985` - Document with tab width is now rendered properly.
|
2043
|
+
- `#I346985` - Line height issue is now properly updated for tab character with greater size than rest of the elements in the line.
|
2044
|
+
- `#FB29648` - Table rows/columns in header and footer are now resized properly.
|
2045
|
+
- `#I349115` - Resolved the `goToPage` API scrolling behaviour issue.
|
2046
|
+
- `#I348516` - Table/Cell background color serialized properly in copy/paste.
|
2047
|
+
- `#I341891` - Resolved the hanging issue in editing the footnote content.
|
2048
|
+
- `#I344790` - Resolved footnote overlapping issue when editing a table.
|
2049
|
+
|
2050
|
+
## 19.3.55 (2021-11-23)
|
2051
|
+
|
2052
|
+
### Document Editor
|
2053
|
+
|
2054
|
+
#### Bug Fixes
|
2055
|
+
|
2056
|
+
- `I345759`- Resolved the table border rendering issue.
|
2057
|
+
|
2058
|
+
## 19.3.54 (2021-11-17)
|
2059
|
+
|
2060
|
+
### Document Editor
|
2061
|
+
|
2062
|
+
#### Bug Fixes
|
2063
|
+
|
2064
|
+
- `I344713`- Resolved table header row rendering issue.
|
2065
|
+
- `I341963` - Resolved the table rendering issue.
|
2066
|
+
- `I344704` - Resolved the empty paragraph tracking issue.
|
2067
|
+
- `I344351` - Line height is now calculated property when space character has larger font size the paragraph mark.
|
2068
|
+
|
2069
|
+
## 19.3.53 (2021-11-12)
|
2070
|
+
|
2071
|
+
### Document Editor
|
2072
|
+
|
2073
|
+
#### Bug Fixes
|
2074
|
+
|
2075
|
+
- `#I343310` - Resolved the blank page adding issue in exported word document due to footnote.
|
2076
|
+
- `#I345594` - Resolved the new style listing problem during localization.
|
2077
|
+
- `#I344840` - Resolved the height and width for `insertImage` API.
|
2078
|
+
- `#I343403` - Resolved the script error while opening document with tracked changes and restrict editing enabled.
|
2079
|
+
- `#I342774` - Resolved the word export issue for document with content control.
|
2080
|
+
- `#I340276` - Resolved issue with entering custom date time value in form field.
|
2081
|
+
- `#I344605` - Resolved the context menu rendering issue for multiple instances of DocumentEditor in the same page.
|
2082
|
+
- `#I343106` - Resolved the table border rendering issue.
|
2083
|
+
- `#I337087`, `#I344332` - Improved the suggestion construction logic for error words.
|
2084
|
+
- `#I338302` - Resolved the hanging issue when opening document with table.
|
2085
|
+
- `#I339240` - RTL list is now deleted properly.
|
2086
|
+
- `#I340758` - Resolved the word export issue for the table with merged cells.
|
2087
|
+
- `#I341140` - Track changes content is now updated properly for the existing empty line.
|
2088
|
+
- `#F167253`, `#F168269` - Track changes pane visibility issue is resolved.
|
2089
|
+
- `#I341985` - Resolved the tab space rendering issue.
|
2090
|
+
- `#F168463` - Resolved the layout issue for the element with square wrapping style.
|
2091
|
+
- `#I338947` - Resolved the undo problem after paste of hebrew text.
|
2092
|
+
- `#I341435` - Optimized the content change event triggering in Document Editor.
|
2093
|
+
- `#I340867` - Selection issue after applying character format is resolved.
|
2094
|
+
- `#I341335` - Resolved the text formatting preservation for merge fields.
|
2095
|
+
- `#I339239`, `#I339242`, `#I339021` - Resolved the text arrangement issue for RTL documents.
|
2096
|
+
- `#I335659` - Resolved the undo/redo some text in RTL mode.
|
2097
|
+
- `#I340643` - Resolved the comment mark removal issue in comment delete.
|
2098
|
+
- `#I339335` - Resolved the hanging issue in editing document with Hebrew text.
|
2099
|
+
- `#I340121` - Resolved the issue with elbow connector rendering as line connector.
|
2100
|
+
- `#I339453` - Resolved the rendering issue in fixed table width case.
|
2101
|
+
- `#I341119` - Resolved the image with top and bottom wrapping overlapping issue with table.
|
2102
|
+
- `#I339602` – Track changes is now updated properly in header and footer.
|
2103
|
+
- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
|
2104
|
+
- `#I339714` – Footnote order is now updated properly.
|
2105
|
+
- `#I339973` - Table serialization issue in word export is resolved.
|
2106
|
+
- `#I340795` – Issue with copying field is resolved.
|
2107
|
+
- `#I339872` – Page number is footer is now updated properly.
|
2108
|
+
- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
|
2109
|
+
- `#I339027` – Resolved the script error in saving tracked content in header/footer.
|
2110
|
+
- `#I340532` – Html elements are nor properly disposed.
|
2111
|
+
- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component.
|
2112
|
+
- `#I341375` – Resolved the history issue in comment operations.
|
2113
|
+
- `#I341840` – Resolved the table rendering issue.
|
2114
|
+
|
2115
|
+
#### New Features
|
2116
|
+
|
2117
|
+
- `#I345565` - Added support for Word 2013 justification.
|
2118
|
+
- `#I343497` - Added support to render the texture style for table cell shading.
|
2119
|
+
- `#I343751` - Added alert window for row and column specified more than 63 and 32767 respectively in insert table dialog.
|
2120
|
+
- `#I342110` - Added event to customize the XMLHttpRequest in DocumentEditor and DocumentEditorContainer component.
|
2121
|
+
|
2122
|
+
## 19.3.48 (2021-11-02)
|
2123
|
+
|
2124
|
+
### Document Editor
|
2125
|
+
|
2126
|
+
#### Bug Fixes
|
2127
|
+
|
2128
|
+
- `#I340276` - Resolved issue with entering custom date time value in form field.
|
2129
|
+
- `#I344605` - Resolved the context menu rendering issue for multiple instances of DocumentEditor in the same page.
|
2130
|
+
- `#I343106` - Resolved the table border rendering issue.
|
2131
|
+
|
2132
|
+
## 19.3.47 (2021-10-26)
|
2133
|
+
|
2134
|
+
### Document Editor
|
2135
|
+
|
2136
|
+
#### Bug Fixes
|
2137
|
+
|
2138
|
+
- `#I337087`, `#I344332` - Improved the suggestion construction logic for error words.
|
2139
|
+
- `#I338302` - Resolved the hanging issue when opening document with table.
|
2140
|
+
- `#I339240` - RTL list is now deleted properly.
|
2141
|
+
|
2142
|
+
## 19.3.46 (2021-10-19)
|
2143
|
+
|
2144
|
+
### Document Editor
|
2145
|
+
|
2146
|
+
#### Bug Fixes
|
2147
|
+
|
2148
|
+
- `#I340758` - Resolved the word export issue for the table with merged cells.
|
2149
|
+
- `#I341140` - Track changes content is now updated properly for the existing empty line.
|
2150
|
+
- `#F167253`, `#F168269` - Track changes pane visibility issue is resolved.
|
2151
|
+
- `#I341985` - Resolved the tab space rendering issue.
|
2152
|
+
- `#F168463` - Resolved the layout issue for the element with square wrapping style.
|
2153
|
+
- `#I338947` - Resolved the undo problem after paste of hebrew text.
|
2154
|
+
|
2155
|
+
#### New Features
|
2156
|
+
|
2157
|
+
- `#I345565` - Added support for Word 2013 justification.
|
2158
|
+
- `#I343751` - Added alert window for row and column specified more than 63 and 32767 respectively in insert table dialog.
|
2159
|
+
|
2160
|
+
## 19.3.45 (2021-10-12)
|
2161
|
+
|
2162
|
+
### Document Editor
|
2163
|
+
|
2164
|
+
#### Bug Fixes
|
2165
|
+
|
2166
|
+
- `#I341435` - Optimized the content change event triggering in Document Editor.
|
2167
|
+
- `#I340867` - Selection issue after applying character format is resolved.
|
2168
|
+
- `#I341335` - Resolved the text formatting preservation for merge fields.
|
2169
|
+
- `#I339239`, `#I339242`, `#I339021` - Resolved the text arrangement issue for RTL documents.
|
2170
|
+
- `#I335659` - Resolved the undo/redo some text in RTL mode.
|
2171
|
+
- `#I340643` - Resolved the comment mark removal issue in comment delete.
|
2172
|
+
- `#I339335` - Resolved the hanging issue in editing document with Hebrew text.
|
2173
|
+
- `#I340121` - Resolved the issue with elbow connector rendering as line connector.
|
2174
|
+
- `#I339453` - Resolved the rendering issue in fixed table width case.
|
2175
|
+
- `#I341119` - Resolved the image with top and bottom wrapping overlapping issue with table.
|
2176
|
+
|
2177
|
+
#### New Features
|
2178
|
+
|
2179
|
+
- `#I343497` - Added support to render the texture style for table cell shading.
|
2180
|
+
|
2181
|
+
## 19.3.44 (2021-10-05)
|
2182
|
+
|
2183
|
+
### Document Editor
|
2184
|
+
|
2185
|
+
#### Bug Fixes
|
2186
|
+
|
2187
|
+
- `#I339602` – Track changes is now updated properly in header and footer.
|
2188
|
+
- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
|
2189
|
+
- `#I339714` – Footnote order is now updated properly.
|
2190
|
+
- `#I339973` - Table serialization issue in word export is resolved.
|
2191
|
+
- `#I340795` – Issue with copying field is resolved.
|
2192
|
+
- `#I339872` – Page number is footer is now updated properly.
|
2193
|
+
- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
|
2194
|
+
- `#I339027` – Resolved the script error in saving tracked content in header/footer.
|
2195
|
+
- `#I340532` – Html elements are now properly disposed.
|
2196
|
+
- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component
|
2197
|
+
- `#I340643`, `#I341375` – Resolved the history issue in comment operations
|
2198
|
+
- `#I341840` – Resolved the table rendering issue.
|
2199
|
+
|
2200
|
+
#### New Features
|
2201
|
+
|
2202
|
+
- `#I342110` - Added event to customize the XMLHttpRequest in DocumentEditor and DocumentEditorContainer component.
|
2203
|
+
|
2204
|
+
## 19.3.43 (2021-09-30)
|
2205
|
+
|
2206
|
+
### Document Editor
|
2207
|
+
|
2208
|
+
#### Breaking Changes
|
2209
|
+
|
2210
|
+
- Optimized the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents. This improvement is included as default behaviour along with an optional API `enableOptimizedTextMeasuring` in Document editor settings. To disable this improvement and retain the document pagination behaviour of older versions, kindly set `false` to `enableOptimizedTextMeasuring` property.
|
2211
|
+
|
2212
|
+
#### Bug Fixes
|
2213
|
+
|
2214
|
+
- `#I334754`, `#I337720`, `#F167429` - Resolved the localization issue.
|
2215
|
+
- `#I333264` - Resolved the before spacing issue for the paragraph starting in new page.
|
2216
|
+
- `#I333226` - Resolved the underline issue.
|
2217
|
+
- `#I332508` - Resolved the tracking of multiline and empty paragraph revision.
|
2218
|
+
- `#I335858`, `#F148494` - Resolved the script error in component destroy.
|
2219
|
+
- `#F166420` - Resolved the SFDT exporting issue with shape.
|
2220
|
+
- `#I332253` - Resolved the cut paste hyperlink issue when track changes enabled.
|
2221
|
+
- `#I335409` - Resolved user list updating issue in restrict editing pane.
|
2222
|
+
- `#I328976` - Table and document content is now displayed properly.
|
2223
|
+
- `#I331333` - Resolved the page unresponsive issue when opening a document with nested table.
|
2224
|
+
- `#I331763` - Table with position property is now displayed properly after editing the document.
|
2225
|
+
- `#I330233` - Resolved the extra page issue when updating cross reference field.
|
2226
|
+
- `#I329790`, `#I331351` - Table is now displayed properly based on compatibility mode of the document.
|
2227
|
+
- `#I332483` - Bookmark is now preserved properly after deleting the content from a document containing bookmark.
|
2228
|
+
- `#I331762` - Table with merged cell is now displayed properly.
|
2229
|
+
- `#I330485` - Ole picture is now preserved properly as normal picture.
|
2230
|
+
- `#I330776` - Resolved the casing issue in the suggestions generated by spell checker.
|
2231
|
+
- `#I330982` - Resolved the text encoding problem when pasting with Java server-side library.
|
2232
|
+
- `#I325741` - Footnote is now displayed properly when opening a document.
|
2233
|
+
- `#I331634` - Table with preferred width type percent and allow auto fit property false is now displayed properly.
|
2234
|
+
- `#I331274` - Table positioning property is now preserved properly.
|
2235
|
+
- `#I331667` - Document with building block gallery content control is now exported properly.
|
2236
|
+
- `#I331452` - Footnote inside the table is now displayed properly.
|
2237
|
+
- `#I331606` - Document with block content control is now exported properly.
|
2238
|
+
- `#I331667`, `#I332223` - Shape in footer is now preserved properly.
|
2239
|
+
- `#I330686`, `#I331349`, `#I310463` - Shape fill is now preserved properly.
|
2240
|
+
- `#I332333` - Zoom value is now updated properly in status bar.
|
2241
|
+
- `#I319210` - The changes and comment tab in the review pane will be visible only if at least one tracked change or comment is present in the document.
|
2242
|
+
- `#I337569` - Table in a document with compatibility mode is now displayed properly after editing.
|
2243
|
+
- `#I331349` - Resolved the text clipping issue.
|
2244
|
+
- `#I336632` - Resolved the next style hierarchy issue.
|
2245
|
+
- `#I335857` - Resolved the after spacing preservation issue during copy and paste.
|
2246
|
+
- `#I335107` - Table with position property is now displayed properly when it overlap on another table.
|
2247
|
+
- `#I334036` - Resolved the spell check word by word service triggering issue in optimized spell check mode.
|
2248
|
+
- `#I330165`, `#I327647`, `#I324515`, `#I338278` - Resolved the issues in comment edit, delete, and history operation.
|
2249
|
+
- `#I336315` - Tab character inside absolute positioned table is now displayed properly.
|
2250
|
+
- `#I319206` - Resolved the issue with displaying the horizontal line shape.
|
2251
|
+
- `#F167416` - Line spacing is now preserved properly in server-side export.
|
2252
|
+
- `#I335145`, `#I337499` - Resolved the text size measurement issue when HTML and body tag contains styles.
|
2253
|
+
- `#I339105` - Resolved the number formatting color change issue.
|
2254
|
+
- `#I340265` - Default value for text form field is now preserved properly in Word export.
|
2255
|
+
- `#I336632` - Style names are now properly listed in the drop down of text properties pane.
|
2256
|
+
- `#I338027` - Track changes close icon is now positioned properly in RTL mode.
|
2257
|
+
- `#I337566` - Last empty paragraph (cell mark) inside a table cell after a nested table is now invisible.
|
2258
|
+
- `#I340416` - Resolved the script error with custom toolbar items during destroy.
|
2259
|
+
- `#I337274` - Resolved the border issue for merged cell.
|
2260
|
+
- `#I336588` - Resolved the RTL text issue when copy and paste with text only option.
|
2261
|
+
- `#I338123` - Line spacing is now applied properly for the result text of text form field.
|
2262
|
+
- `#I337118` - Shape inside a table is now displayed properly.
|
2263
|
+
- `#I337397` - Resolved the script error when opening a document with nested table.
|
2264
|
+
- `#I337786` - Empty footer is now ignored properly from bottom margin calculation.
|
2265
|
+
- `#I337968` - Resolved the automatic color issue for the text inside table.
|
2266
|
+
- `#I339240` - Resolved the RTL text issue when deleting the text.
|
2267
|
+
- `#I339488` - Resolved the script error while opening a document with footnote.
|
2268
|
+
- `#I339715` - Footnote is now displayed properly on next page after editing.
|
2269
|
+
- `#I339454` - Resolved alignment issue for a table that is wrapped over a positioned object.
|
2270
|
+
- `#I341016` - Resolved the script error while exporting a document with empty list.
|
2271
|
+
- `#I334046` - Optimized the spell check by page service call in optimized spell check mode.
|
2272
|
+
|
2273
|
+
#### New Features
|
2274
|
+
|
2275
|
+
- `#I256210`, `#F150773`, `#I295055`, `#I295551`, `#I324037`, `#I326715` - Added support for Widow/Orphan control, Keep with next and Keep lines together properties.
|
2276
|
+
- `#I298019`, `#I307321`, `#F160804`, `#F164217`, `#F164872` – Improved the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents.
|
2277
|
+
- `#I243246`, `#I249594`, `#I287633`, `#I295055`, `#I295549`, `#I299657`, `#I308408`, `#I326567` – Added support to preserve tables with position properties.
|
2278
|
+
- Added option to directly convert DocIO's WordDocument to SFDT and vice-versa in .NET and Java server-side library.
|
2279
|
+
- Added Word-to-SFDT conversion in Java server-side library.
|
2280
|
+
- Added new spell checker library for Java.
|
2281
|
+
|
2282
|
+
## 19.2.62 (2021-09-14)
|
2283
|
+
|
2284
|
+
### Document Editor
|
2285
|
+
|
2286
|
+
#### Bug Fixes
|
2287
|
+
|
2288
|
+
- `#I337118` - Resolved the table rendering issue.
|
2289
|
+
- `#I338123` - Form field elements are now aligned properly.
|
2290
|
+
|
2291
|
+
## 19.2.60 (2021-09-07)
|
2292
|
+
|
2293
|
+
### Document Editor
|
2294
|
+
|
2295
|
+
#### Bug Fixes
|
2296
|
+
|
2297
|
+
- `#I340416` - Resolved the toolbar reinitialization issue.
|
2298
|
+
- `#I337274` - Resolved the merged cell border rendering issue.
|
2299
|
+
- `#I335107` - Text is not layouted properly when used with floating table.
|
2300
|
+
- `#I336588` - Resolved the RTL text Copy/paste text only mode.
|
2301
|
+
|
2302
|
+
## 19.2.59 (2021-08-31)
|
2303
|
+
|
2304
|
+
### Document Editor
|
2305
|
+
|
2306
|
+
#### Bug Fixes
|
2307
|
+
|
2308
|
+
- `#I339105` - Resolved the number formatting color change issue.
|
2309
|
+
- `#I340265` - Text form field default value is preserved in word export.
|
2310
|
+
- `#I336632` - Style names are now properly listed in the drop down.
|
2311
|
+
- `#I338027` - Track changes close icon is now positioned properly in RTL mode.
|
2312
|
+
- `#I337566` - Resolved the table empty paragraph rendering issue.
|
2313
|
+
|
2314
|
+
## 19.2.57 (2021-08-24)
|
2315
|
+
|
2316
|
+
### Document Editor
|
2317
|
+
|
2318
|
+
#### Bug Fixes
|
2319
|
+
|
2320
|
+
- `#I335857` - Resolved the after spacing preservation issue in copy paste.
|
2321
|
+
- `#I335107` - Resolved the table rendering issue.
|
2322
|
+
- `#I336632` - Resolved the next style hierarchy issue.
|
2323
|
+
- `#I334046` - Optimized the spell check by page service call in optimized spell check mode.
|
2324
|
+
- `#I330165`, `#I327647`, `#I324515`, `#I338278` - Resolved the issues in comment delete and history operation.
|
2325
|
+
- `#I336315` - Resolved the tab issue for the text with floating table.
|
2326
|
+
- `#I319206` - Resolved issue with horizontal line shape rendering.
|
2327
|
+
- `#F167416` - Line spacing is now preserved properly in server side export.
|
2328
|
+
- `#I337720` - Resolved the localization in Document Editor.
|
2329
|
+
- `#I335145`, `#I337499` - Resolved the text measuring issue when HTML and Body tag contains styles.
|
2330
|
+
|
2331
|
+
## 19.2.56 (2021-08-17)
|
2332
|
+
|
2333
|
+
### Document Editor
|
2334
|
+
|
2335
|
+
#### Bug Fixes
|
2336
|
+
|
2337
|
+
- `#I337569` - Resolved the table relayout issue for the document with compatibility mode.
|
2338
|
+
- `#I331349` - Resolved the text content clipping issue.
|
2339
|
+
- `#I334046` - Optimized the service triggering in spell check by page mode.
|
2340
|
+
|
2341
|
+
## 19.2.55 (2021-08-11)
|
2342
|
+
|
2343
|
+
### Document Editor
|
2344
|
+
|
2345
|
+
#### New Features
|
2346
|
+
|
2347
|
+
- `#I256210`,`#F150773`,`#I295055`,`#I295551`,`#I324037`,`#I326715` - Added support for keep with next and keep lines together.
|
2348
|
+
|
2349
|
+
#### Bug Fixes
|
2350
|
+
|
2351
|
+
- `#I334754`, `#F167429` - Resolved the localization issue.
|
2352
|
+
- `#I333264` - Resolved the before spacing issue for the paragraph starting in new page.
|
2353
|
+
- `#I333226` - Resolved the underline issue.
|
2354
|
+
- `#I332508` - Resolved the tracking of multiline tracking and empty paragraph revision.
|
2355
|
+
- `#I335858`, `#F148494` - Resolved the script error in component destroy.
|
2356
|
+
- `#F166420` - Resolved the SFDT exporting issue with shape.
|
2357
|
+
- `#I332253` - Resolved the cut paste hyperlink with track changes enabled.
|
2358
|
+
- `#I335409` - Resolved user list updating issue in restrict editing pane.
|
2359
|
+
- `#I328976` - Table and document content is not layouted properly.
|
2360
|
+
- `#I331333` - Resolved the page unresponsive issue in splitting the nested tables.
|
2361
|
+
- `#I331763` - Resolve the shifting issue in the table with table positioning property on relayouting
|
2362
|
+
- `#I330233` - Resolved the extra page adding issue when using update field.
|
2363
|
+
- `#I329790`, `#I331351` - Table is now layouted based on compatibility mode.
|
2364
|
+
- `#I332483` - Resolved the issue on bookmark shifting while removing document content.
|
2365
|
+
- `#I331762` - Table with merged cell is now layouted properly.
|
2366
|
+
- `#I330485` - Ole picture is now preserved as normal picture.
|
2367
|
+
- `#I330776` - Resolved the casing issue in the generated suggestions.
|
2368
|
+
- `#I330982` - Resolved the unexpected characters when pasting using Java server-side library.
|
2369
|
+
- `#I325741` - Resolved the footnote layouting issue when opening a document.
|
2370
|
+
- `#I331634` - Resolved the issue on updating the table cell width.
|
2371
|
+
- `#I331274` - Table positioning property is now preserved properly.
|
2372
|
+
- `#I331667` - Document with BuildingBlockGallery content control type is now exported properly.
|
2373
|
+
- `#I331452` - Resolved the layout issue on footnote inside the table.
|
2374
|
+
- `#I331606` - Document with content control block saving issue is now exported properly.
|
2375
|
+
- `#I331667`, `#I332223` - Shape in footer is now preserved properly.
|
2376
|
+
- `#I330686`, `#I331349`, `#I310463` - Shape fill is now preserved properly.
|
2377
|
+
- `#I332333` - Zoom value is now updated properly in status bar.
|
2378
|
+
- `#I330165`, `#I327647`, `#I324515` - Resolved the worst case scenario issues in comment editing and deleting.
|
2379
|
+
- `#I319210` - The changes and comment tab in the review pane will be visible only if at least one tracked change or comment is present respectively in the document.
|
2380
|
+
|
2381
|
+
## 19.2.49 (2021-07-27)
|
2382
|
+
|
2383
|
+
### Document Editor
|
2384
|
+
|
2385
|
+
#### Bug Fixes
|
2386
|
+
|
2387
|
+
- `#I333226` - Resolved the underline issue.
|
2388
|
+
- `#I330233` - Resolved the shape shifting issue in editing.
|
2389
|
+
- `#I332508` - Resolved the tracking of multiline tracking and empty paragraph revision.
|
2390
|
+
- `#I335858`, `#F148494` - Resolved the script error in component destroy.
|
2391
|
+
- `#F166420` - Resolved the SFDT exporting issue with shape.
|
2392
|
+
- `#I332253` - Resolved the cut paste hyperlink with track changes enabled.
|
2393
|
+
|
2394
|
+
## 19.2.48 (2021-07-20)
|
2395
|
+
|
2396
|
+
### Document Editor
|
2397
|
+
|
2398
|
+
#### Bug Fixes
|
2399
|
+
|
2400
|
+
- `#I329790`, `#I331351` - Resolved export issue for the Table with compatibility mode.
|
2401
|
+
- `#I335409` - Resolved user list updating issue in restrict editing pane.
|
2402
|
+
- `#I328976` - Table and document content is not layouted properly.
|
2403
|
+
- `#I331333` - Resolved the page unresponsive issue in splitting the nested tables.
|
2404
|
+
|
2405
|
+
## 19.2.47 (2021-07-13)
|
2406
|
+
|
2407
|
+
### Document Editor
|
2408
|
+
|
2409
|
+
#### Bug Fixes
|
2410
|
+
|
2411
|
+
- `#I331763` - Resolve the shifting issue in the table with table positioning property on relayouting
|
2412
|
+
- `#I330233` - Resolved the extra page adding issue when using update field.
|
2413
|
+
- `#I329790`, `#I331351` - Table is now layouted based on compatibility mode.
|
2414
|
+
- `#I332483` - Resolved the issue on bookmark shifting while removing document content.
|
2415
|
+
- `#I331762` - Table with merged cell is now layouted properly.
|
2416
|
+
- `#I330485` - Ole picture is now preserved as normal picture.
|
2417
|
+
- `#I330776` - Resolved the casing issue in the generated suggestions.
|
2418
|
+
- `#I330982` - Resolved the unexpected characters when pasting using Java server-side library.
|
2419
|
+
|
2420
|
+
#### New Features
|
2421
|
+
|
2422
|
+
- `#326715` - Added support to preserve "Keep With Next" and "Keep Lines Together" paragraph formatting in the document.
|
2423
|
+
|
2424
|
+
## 19.2.46 (2021-07-06)
|
2425
|
+
|
2426
|
+
### Document Editor
|
2427
|
+
|
2428
|
+
#### Bug Fixes
|
2429
|
+
|
2430
|
+
- `#I325741` - Resolved the footnote layouting issue when opening a document.
|
2431
|
+
- `#I331634` - Resolved the issue on updating the table cell width.
|
2432
|
+
- `#I331274` - Table positioning property is now preserved properly.
|
2433
|
+
- `#I331667` - Document with BuildingBlockGallery content control type is now exported properly.
|
2434
|
+
- `#I331452` - Resolved the layout issue on footnote inside the table.
|
2435
|
+
- `#I331606` - Document with content control block saving issue is now exported properly.
|
2436
|
+
- `#I331667`, `#I332223` - Shape in footer is now preserved properly.
|
2437
|
+
- `#I330686`, `#I331349`, `#I310463` - Shape fill is now preserved properly.
|
2438
|
+
- `#I332333` - Zoom value is now updated properly in status bar.
|
2439
|
+
- `#I330165`, `#I327647`, `#I324515` - Resolved the worst case scenario issues in comment editing and deleting.
|
2440
|
+
- `#I319210` - The changes and comment tab in the review pane will be visible only if at least one tracked change or comment is present respectively in the document.
|
2441
|
+
|
2442
|
+
## 19.2.44 (2021-06-30)
|
2443
|
+
|
2444
|
+
### Document Editor
|
2445
|
+
|
2446
|
+
#### New Features
|
2447
|
+
|
2448
|
+
- `#I278021`, `#I301809` - Added table paste options.
|
2449
|
+
- `#I165071`, `#I226674`, `#I229069`, `#I231373`, `#I241445`, `#I251719`, `#I251720`, `#I267474`, `#I284190`, `#I287633`, `#I291766`, `#I295055`, `#I295549`, `#I298036`, `#I297705`, `#I301313`, `#I291964`, `#I306274`, `#I305349`, `#I308409`, `#I310463`, `#I311260`, `#I312302`, `#I313526`, `#I314192`, `#I317340`, `#I319563` - Added support to preserve image position with square, in-front of text, behind text, top and bottom wrapping styles.
|
2450
|
+
- `#I137901`,`#I158324`,`#I208312`,`#I219539`,`#I226018`,`#I226019`,`#I227643`,`#I238552`,`#I243495`,`#I246168`,`#I247514`,`#I248720`,`#I252754`,`#I253251`,`#I280213`,`#I280379`,`#I285871`,`#I290372`,`#I297705`,`#I298334`,`#I306415`,`#I306466`,`#I308411`,`#I310537`,`#I312846`,`#I314262`,`#I317497`,`#I319206`,`#I320434`,`#I324903`,`#I333100` - Textbox shape with square, in-front of text, behind text, top and bottom wrapping styles.
|
2451
|
+
- `#I307321` - Added support to preserve table positioning properties.
|
2452
|
+
- `#I298019` - Added support for exporting the document pages as image.
|
2453
|
+
- `#I324911` - Provided support for inserting non-breaking space character on Ctrl + Shift + Space key combination.
|
2454
|
+
- `#I326184` - Added option to specify the device pixel ratio for the image generated while printing the document.
|
2455
|
+
|
2456
|
+
#### Bug Fixes
|
2457
|
+
|
2458
|
+
- `#I318381` - Resolved the script error while adding comments across two pages.
|
2459
|
+
- `#I318283` - Handled the "Different First Page" in Headers and Footers after section breaks.
|
2460
|
+
- `#I319182` - Selection issue after editing header is resolved.
|
2461
|
+
- `#I315240` - The script error while parsing shape is resolved.
|
2462
|
+
- `#I319182` - Resolved the script error while editing the header/footer.
|
2463
|
+
- `#F163188` - Highlight color is now working properly.
|
2464
|
+
- `#I320821` - Resolved the script error while opening document with table.
|
2465
|
+
- `#I319403`, `#I317463` - Resolved file corruption issue while exporting the document with shapes.
|
2466
|
+
- `#I319185` - Resolved left border rendering issue in merged cells.
|
2467
|
+
- `#I313943` - Tab character is now displayed properly.
|
2468
|
+
- `#I318786` - The document with footnote is now opened properly.
|
2469
|
+
- `#I318786` - Table column width is now updated properly.
|
2470
|
+
- `#I319991` - Inline form filling is now working properly in Internet Explorer.
|
2471
|
+
- `#I319782` - Resolved script error while deleting the content.
|
2472
|
+
- `#I320821`, `#I320991` - Table is now displayed with proper line width.
|
2473
|
+
- `#I319987` - Table with merged cells is now displayed properly.
|
2474
|
+
- `#I320513` - Header content is now displayed properly.
|
2475
|
+
- `#I321397` - Table with merged cells is now preserved properly in the exported document.
|
2476
|
+
- `#I317683` - Exported document with footnote is no longer corrupted.
|
2477
|
+
- `#I313465` - Image inserted using API is now displayed properly.
|
2478
|
+
- `#I308899` - Track changes is now listed properly in revision pane.
|
2479
|
+
- `#I320270` - Table changes are now tracked during paste operation.
|
2480
|
+
- `#I313821` - Table with preferred width type as auto is now displayed properly.
|
2481
|
+
- `#F162726` - Line spacing is now updated properly.
|
2482
|
+
- `#I319819` - Undo/Redo for multilevel list is now working properly.
|
2483
|
+
- `#I318381` - Comment is now added properly.
|
2484
|
+
- `#I317743` - Script error on accept track changes is now resolved.
|
2485
|
+
- `#I307321` - Checkbox with tab width is rendered properly.
|
2486
|
+
- `#FB23691` - Resolved changes pane visibility issue in read only mode.
|
2487
|
+
- `#I319397` - Spell checker now works properly for words ending with ‘ies’.
|
2488
|
+
- `#F164367` - Resolved the script error in npm run sass.
|
2489
|
+
- `#I319824` - Resolved the extra page rendering issue.
|
2490
|
+
- `#I319824` - Border displayed properly in the exported word document.
|
2491
|
+
- `#I319421`, `#F163236` - Resolved the copy/paste issue for content copied from Document editor.
|
2492
|
+
- `#I307321` - Line shape is now preserved properly in the exported document.
|
2493
|
+
- `#I307321` - Exported document is now displayed properly.
|
2494
|
+
- `#I321190` - Resolved the icon issue in material-dark, bootstrap-dark, fabric-dark themes.
|
2495
|
+
- `#I319808` - Document with tab is now displayed properly.
|
2496
|
+
- `#I317303` - Spacing after the numbered list is preserved properly.
|
2497
|
+
- `#I324052` - Added the footnote and endnote locale strings.
|
2498
|
+
- `#I307321` - Table border is now preserved properly in exported word document.
|
2499
|
+
- `#I307321` - List with hanging indent is displayed properly.
|
2500
|
+
- `#I321108` - Script error on tracking the changes is now resolved.
|
2501
|
+
- `#I321923` - Script error on pasting image URL in track change mode is now resolved.
|
2502
|
+
- `#I317358` - Image copy/paste issue in ASP.NET MVC framework is now resolved.
|
2503
|
+
- `#I318843` - Resolved the list formatting issue in copy pasted content.
|
2504
|
+
- `#I319868` - Exported document with image in header is now opened properly in Libre Office.
|
2505
|
+
- `#I324025` - Resolved the font dialog option value in localized mode.
|
2506
|
+
- `#I324223`, `#I324023` - Resolved the underline issue while exporting word document.
|
2507
|
+
- `#I322402` - Before pane switch event triggering twice issue is resolved.
|
2508
|
+
- `#F163664` - Document editor now opens large size text file properly.
|
2509
|
+
- `#I322548` - Resolved the issue with track changes.
|
2510
|
+
- `#I322561` - Bookmark delete and undo/redo operation is now working properly.
|
2511
|
+
- `#I324028` - Resolved the issue with applying properties in font dialog.
|
2512
|
+
- `#I323597` - Textbox in RTF documents are now displayed properly.
|
2513
|
+
- `#I323603` - Resolved the footnote issue when switching to web layout.
|
2514
|
+
- `#I321745` - Comment is now selected properly.
|
2515
|
+
- `#I322561` - Resolved the script error with bookmark undo/redo operation.
|
2516
|
+
- `#I323670` - Resolved the font size and font family issue during copy paste.
|
2517
|
+
- `#I325291` - Document with alternate chunks is now displayed properly.
|
2518
|
+
- `#I323401`, `#I323423` - Resolved the page wise footnote content display issue.
|
2519
|
+
- `#I326150` - Resolved issue in updating cross reference field.
|
2520
|
+
- `#F160804` - Styles are now considered properly while deleting the content.
|
2521
|
+
- `#I312306` - Hyperlink content is now retrieved properly.
|
2522
|
+
- `#I325681` - Resolved the Textbox border displaying issue.
|
2523
|
+
- `#I323059` - Resolved the script error when ignore action in spelling dialog.
|
2524
|
+
- `#I323423` - Resolved the issue when moving footnote to next page.
|
2525
|
+
- `#I324169` - Resolved opacity issue in toolbar item.
|
2526
|
+
- `#I322560`, `#I323516` - Script error in the top and bottom layout is resolved.
|
2527
|
+
- `#I323824` - Resolved the document corruption issue when opening the document in MS Office 2007.
|
2528
|
+
- `#I325554` - Resolved the script error when multiple documents pasted as SFDT.
|
2529
|
+
- `#I327626` - Footnote is now displayed properly.
|
2530
|
+
- `#I326000` - Document content is now displayed properly.
|
2531
|
+
- `#I327097` - Resolved the script error related to square wrapping style.
|
2532
|
+
- `#I327458` - Text overlapping issue is resolved.
|
2533
|
+
- `#I327647` - Issue with removing comment is resolved.
|
2534
|
+
- `#I322560` - Resolved the issue with duplication of page content.
|
2535
|
+
- `#I322560` - Font size is now parsed properly.
|
2536
|
+
- `#I323423` - Footnote is now displayed properly.
|
2537
|
+
- `#I325920` - Selection behaviour is now working properly when mouse pointer goes outside the control.
|
2538
|
+
- `#I323608` - Textbox with fill color is now displayed properly.
|
2539
|
+
- `#I326144` - Resolved the issue with multi-line track changes.
|
2540
|
+
- `#I328063` - Document with checkbox form field applied is now displayed properly.
|
2541
|
+
- `#I328067` - Resolved the navigation issue when form filling mode is inline.
|
2542
|
+
- `#F164875`, `#F163714` - Resolved the border issue when textbox has square border.
|
2543
|
+
- `#I327817` - Resolved the script error when using insert footnote in custom toolbar.
|
2544
|
+
- `#I325320` - Page number is now updated properly.
|
2545
|
+
- `#FB25004` - Exported document with table is opened properly in Libre Office.
|
2546
|
+
- `#I325323` - Textbox shape is now displayed properly.
|
2547
|
+
- `#FB24917` - Document is now exported properly after deleting comment.
|
2548
|
+
- `#F163116` - Hanging indent is now retrieved properly in paragraph dialog.
|
2549
|
+
- `#I327769` - Checkbox is now displayed properly.
|
2550
|
+
- `#I326567` - Nested table with preferred width type percentage is now displayed properly.
|
2551
|
+
- `#I328479` - Resolved script error while deleting merged cells.
|
2552
|
+
- `#I329173`, `#I330233` - Resolve script error while updating cross reference field.
|
2553
|
+
- `#F165501` - Resolve script error while applying border.
|
2554
|
+
- `#I328310` - Shape is now rendered properly in header and footer.
|
2555
|
+
- `#I325741` - Footnote content is now displayed properly.
|
2556
|
+
- `#I329564` - Accept and reject changes are now disabled properly in read only mode.
|
2557
|
+
- `#F164814` - Character format is now applied properly for RTL text.
|
2558
|
+
- `#I328063` - Resolved script error while scrolling.
|
2559
|
+
- `#I327450` - Resolved the overlapping issue in footnote section when working with text.
|
2560
|
+
- `#I327606` - Font size is now updated properly for the cursor position.
|
2561
|
+
- `#I329354` - Resolved the exception while exporting documents in server-side.
|
2562
|
+
- `#I330375` - Updated the constants for locale constants.
|
2563
|
+
- `#I330047` - Resolved the script error with refresh API.
|
2564
|
+
- `#I329637` - Resoled the issue with deleting comment.
|
2565
|
+
- `#I330918`, `#I331136` - Resolved the issue with updating cursor.
|
2566
|
+
- `#I329954` - Resolved the overlapping issue in options pane.
|
2567
|
+
- `#I327635`, `#I330160` - Resolved the text overlapping when editing the footnote.
|
2568
|
+
- `#I315396`, `#I316110` - Enhanced Word to SFDT conversion in Java server-side library.
|
2569
|
+
- `#I324042` - Resolved the issue with displaying document footer.
|
2570
|
+
- `#I315376` - Resolved the script error related to Jest framework.
|
2571
|
+
- `#I318321` - Resolved the script error with `showRestrictEditingPane` API.
|
2572
|
+
- `#I307321` - Resolved the issue with document zooming.
|
2573
|
+
|
2574
|
+
## 19.1.69 (2021-06-15)
|
2575
|
+
|
2576
|
+
### Document Editor
|
2577
|
+
|
2578
|
+
#### Bug Fixes
|
2579
|
+
|
2580
|
+
- `#I329173`, `#I330233` - Resolve script error while updating cross reference field.
|
2581
|
+
- `#F165501` - Resolve script error while applying border.
|
2582
|
+
- `#I328310` - Shape is now rendered properly in header & footer.
|
2583
|
+
- `#I325741` - Footnote content is now layout properly.
|
2584
|
+
- `#I329564` - Disabled accept and reject changes in read only mode.
|
2585
|
+
- `#F164814` - Character format is now applied properly in RTL text.
|
2586
|
+
- `#I328063` - Resolved script error while scrolling.
|
2587
|
+
|
2588
|
+
## 19.1.67 (2021-06-08)
|
2589
|
+
|
2590
|
+
### Document Editor
|
2591
|
+
|
2592
|
+
#### Bug Fixes
|
2593
|
+
|
2594
|
+
- `#FB25004` - Exported document with table is opened properly in Libre Office.
|
2595
|
+
- `#I325323` - Textbox shape is now rendered properly.
|
2596
|
+
- `#FB24917` - Document is now exporting properly after deleting comment.
|
2597
|
+
- `#F163116` - Hanging indent is now retrieved properly in paragraph dialog.
|
2598
|
+
- `#I327769` - Checkbox is now layout properly.
|
2599
|
+
- `#I326567` - Nested table with preferred width type percent now rendered properly.
|
2600
|
+
- `#I328479` - Resolved script error while deleting merged cells.
|
2601
|
+
|
2602
|
+
## 19.1.66 (2021-06-01)
|
2603
|
+
|
2604
|
+
### Document Editor
|
2605
|
+
|
2606
|
+
- `#I326144` - Resolved the issue with multi line track changes.
|
2607
|
+
- `#I328063` - Document with checkbox form field applied with to character format is now opened properly.
|
2608
|
+
- `#I328067` - Resolved the navigation issue in inline form field editing.
|
2609
|
+
- `#F164875`, `#F163714` - Resolved the unsupported textbox border as square border.
|
2610
|
+
- `#I327817` - Resolved the script error in using insert footnote in custom toolbar.
|
2611
|
+
- `#I325320` - Page number is now updated properly.
|
2612
|
+
|
2613
|
+
## 19.1.65 (2021-05-25)
|
2614
|
+
|
2615
|
+
### Document Editor
|
2616
|
+
|
2617
|
+
#### Bug Fixes
|
2618
|
+
|
2619
|
+
- `#I325554` - Resolved the script error in multiple document pasted as SFDT.
|
2620
|
+
- `#I327626` - Footnote is rendered now.
|
2621
|
+
- `#I326000` - Resolved the document rendering issue.
|
2622
|
+
- `#I327097` - Resolved the script error in square wrapping style.
|
2623
|
+
- `#I327458` - Text overlapping issue is resolved.
|
2624
|
+
- `#I327647` - Issue with comment removal is resolved.
|
2625
|
+
- `#I322560` - Resolved the page content duplication issue.
|
2626
|
+
- `#I322560` - Resolved the font size parsing issue.
|
2627
|
+
- `#I323423` - Footnote is rendering issue is resolved.
|
2628
|
+
- `#I325920` - Selection behaviour is handled for moving outside the control.
|
2629
|
+
- `#I323608` - Textbox with fill color is rendered.
|
2630
|
+
|
2631
|
+
## 19.1.64 (2021-05-19)
|
2632
|
+
|
2633
|
+
### Document Editor
|
2634
|
+
|
2635
|
+
#### Bug Fixes
|
2636
|
+
|
2637
|
+
- `#I325681` - Resolved the textbox border rendering issue.
|
2638
|
+
- `#I323059` - Resolved the script error when ignore action in spelling dialog.
|
2639
|
+
- `#I323423` - Resolved the footnote moving issue to next page.
|
2640
|
+
- `#I324169` - Resolved opacity issue in toolbar item.
|
2641
|
+
- `#I322560`, `#I323516` - Script error in the top and bottom layout is resolved.
|
2642
|
+
- `#I323824` - Resolved the document corruption issue in MS Office 2007.
|
2643
|
+
- Resolved the document rendering issue document footer.
|
2644
|
+
- Resolved the script error for Jest framework.
|
2645
|
+
|
2646
|
+
## 19.1.63 (2021-05-13)
|
2647
|
+
|
2648
|
+
### Document Editor
|
2649
|
+
|
2650
|
+
#### Bug Fixes
|
2651
|
+
|
2652
|
+
`#I326717` - Table border is preserved in the exported word document
|
2653
|
+
`#I325968` - New line changes are now tracked properly
|
2654
|
+
`#I325590` - Context menu behaviour for spell check is resolved.
|
2655
|
+
`#I325697` - Spell check in tracked changes is now updated properly.
|
2656
|
+
`#I324896` - List track changes are now applied properly.
|
2657
|
+
`#I322387` - DocumentEditorContainer disposing issue is resolved.
|
2658
|
+
`#I324622` - Resolved the chart parsing issue.
|
2659
|
+
`#I324911` - Console error when opening document with footnote is resolved.
|
2660
|
+
`#I324907` - Numbering list is copied with proper color.
|
2661
|
+
`#I323215` - Table is now layout properly after row delete.
|
2662
|
+
`#I322560` - Page content duplication issue is resolved.
|
2663
|
+
|
2664
|
+
#### New Features
|
2665
|
+
|
2666
|
+
- `#I324911` - Provided support for inserting non-breaking space character on Ctrl + Shift + Space key combination.
|
2667
|
+
- `#I326184` - Added option to specify the device pixel ratio for the image generated while printing the document.
|
2668
|
+
|
2669
|
+
## 19.1.59 (2021-05-04)
|
2670
|
+
|
2671
|
+
### Document Editor
|
2672
|
+
|
2673
|
+
#### New Features
|
2674
|
+
|
2675
|
+
- `#I307321` - Added support table positioning properties.
|
2676
|
+
|
2677
|
+
#### Bug Fixes
|
2678
|
+
|
2679
|
+
- `#I324028` - Resolved the font dialog properties applied in font dialog.
|
2680
|
+
- `#I323597` - Resolved the text box rendering in RTF documents.
|
2681
|
+
- `#I323603` - Resolved the footnote issue when switching to web layout.
|
2682
|
+
- `#I321745` - Resolved the comment selection issue.
|
2683
|
+
- `#I322561` - Resolved the bookmark undo and redo script error.
|
2684
|
+
- `#I323670` - Resolved the font size and font family issue in copy paste.
|
2685
|
+
- `#I325291` - Document with alternate chunks is now loaded properly.
|
2686
|
+
- `#I323401`, `#I323423` - Resolved the page wise footnote content layout issue.
|
2687
|
+
- `#I326150` - Resolved issue in updating cross reference field.
|
2688
|
+
- `#F160804` - Styles not considered properly while deleting the content.
|
2689
|
+
- `#I324169` - Resolved opacity issue in toolbar item.
|
2690
|
+
- `#I312306` - Hyperlink context is now retrieved properly.
|
2691
|
+
- Resolved the `showRestrictEditingPane` API script error.
|
2692
|
+
- Resolved the document zooming issue.
|
2693
|
+
|
2694
|
+
## 19.1.58 (2021-04-27)
|
2695
|
+
|
2696
|
+
### Document Editor
|
2697
|
+
|
2698
|
+
#### Bug Fixes
|
2699
|
+
|
2700
|
+
- `#I324223`, `#I324023` - Resolved the underline issue in word document export.
|
2701
|
+
- `#I322560`, `#I323516` - Script error in the top and bottom layout is resolved.
|
2702
|
+
- `#I322402` - Before pane switch event triggering twice issue is resolved.
|
2703
|
+
- `#F163664` - Unresponsive issue in opening large size text file is resolved.
|
2704
|
+
- `#I323401`, `#I323423` - Resolved the page wise footnote content layout issue.
|
2705
|
+
- `#I322548` - Resolved the track changes issue in track changes.
|
2706
|
+
- `#I322561` - Bookmark delete and history operation is working fine.
|
2707
|
+
|
2708
|
+
#### New Features
|
2709
|
+
|
2710
|
+
- `#I307321` - Added support table positioning properties.
|
2711
|
+
|
2712
|
+
## 19.1.57 (2021-04-20)
|
2713
|
+
|
2714
|
+
### Document Editor
|
2715
|
+
|
2716
|
+
#### Bug Fixes
|
2717
|
+
|
2718
|
+
- `#I319397` - Resolved the spell check for certain words ending with `ies`.
|
2719
|
+
- `#F164367` - Resolved the script error in `npm run sass`.
|
2720
|
+
- `#I319824` - Resolved the extra page rendering issue.
|
2721
|
+
- `#I319824` - Resolved the border rendering issue in the exported word document.
|
2722
|
+
- `#I319421`, `#F163236` - Resolved the copy/paste issue for content copied from Document Editor.
|
2723
|
+
- `#I307321` - Document exporting issue with line shape is resolved.
|
2724
|
+
- `#I307321` - Exported document rendering issue in resolved.
|
2725
|
+
- `#I321190` - Resolved the icon issue in material-dark, bootstrap-dark, fabric-dark themes.
|
2726
|
+
- `#I319808` - Document with tab is now rendered properly.
|
2727
|
+
- `#I317303` - Spacing after the numbered list is preserved.
|
2728
|
+
- `#I324052` - Added the footnote and endnote locale strings.
|
2729
|
+
- `#I307321` - Table border issue in exported word document is resolved.
|
2730
|
+
- `#I307321` - List with hanging indent is rendered properly.
|
2731
|
+
- `#I313465` - Resolved the image rendering issue in insert image API.
|
2732
|
+
- `#I321108` - Script error in tracking the changes is resolved.
|
2733
|
+
- `#I321923` - Script error in pasting image URL in track change mode is resolved.
|
2734
|
+
- `#I317358` - Image copy/paste issue in ASP.NET MVC framework is resolved.
|
2735
|
+
- `#I318843` - Resolved the list formatting issue in copy pasted content.
|
2736
|
+
- `#I319868` - Exported document with image in header is opened properly in Libre Office.
|
2737
|
+
- `#I324025` - Resolved the font dialog option value in localized mode.
|
2738
|
+
|
2739
|
+
## 19.1.56 (2021-04-13)
|
2740
|
+
|
2741
|
+
### Document Editor
|
2742
|
+
|
2743
|
+
#### Bug Fixes
|
2744
|
+
|
2745
|
+
- `#I319991` - Inline form filling is now working properly in Internet Explorer.
|
2746
|
+
- `#319782` - Resolved script error while deleting the content.
|
2747
|
+
- `#I320821`, `#I320991` - Table is now drawn with proper line width.
|
2748
|
+
- `#I319987` - Table with merged cells now layout properly.
|
2749
|
+
- `#I320513` - Header content is not rendered properly.
|
2750
|
+
- `#I321397` - Table with merged cells is now exported properly.
|
2751
|
+
- `#I317683` - Exported document with footnote is no longer corrupted.
|
2752
|
+
- `#I313465` - Insert image renders the image properly.
|
2753
|
+
- `#I308899` - Track changes is now listed properly in revision pane.
|
2754
|
+
- `#I320270` - Table track changes is now tracked in paste.
|
2755
|
+
- `#I319403`, `#I317463` - Resolved file corruption issue while exporting the document with shapes.
|
2756
|
+
- `#I319185` - Resolved left border rendering issue in merged cells.
|
2757
|
+
- `#I313943` - Tab character is now layout properly.
|
2758
|
+
- `#I313821` - Fixed layouting issue in table with preferred width type as auto.
|
2759
|
+
- `#F162726` - Line spacing is now updated properly.
|
2760
|
+
- `#I319819` - Issue with Undo/Redo in multilevel list is resolved.
|
2761
|
+
- `#I318381` - Comment is not added properly.
|
2762
|
+
- `#I317743` - Accept track changes script error is resolved.
|
2763
|
+
- `#I307321` - Checkbox with tab width rendered properly.
|
2764
|
+
- `#FB23691` - Updated the track changes behaviour in read only mode.
|
2765
|
+
|
2766
|
+
## 19.1.55 (2021-04-06)
|
2767
|
+
|
2768
|
+
### Document Editor
|
2769
|
+
|
2770
|
+
#### Bug Fixes
|
2771
|
+
|
2772
|
+
- `#I318381` - Resolved the script error in adding comments across two pages.
|
2773
|
+
- `#I318283` - Handled the "Different First Page" in Headers and Footers after section breaks.
|
2774
|
+
- `#I319182` - Selection issue after editing header is resolved.
|
2775
|
+
- `#I315240` - Shape parsing script error is resolved.
|
2776
|
+
- `#I319182` - Resolved the script error while editing the header/footer.
|
2777
|
+
- `#F163188` - Highlight color is now working properly.
|
2778
|
+
- `#I320821` - Resolved the script error in opening document with table.
|
2779
|
+
- `#319403`, `#317463` - Resolved file corruption issue while exporting the document with shapes.
|
2780
|
+
- `#319185` - Resolved left border rendering issue in merged cells.
|
2781
|
+
- `#313943` - Tab character is now layout properly.
|
2782
|
+
- `#313821` - Fixed layouting issue in table with preferred width type as auto.
|
2783
|
+
- `#318786` - Resolved the document with footnote opening issue.
|
2784
|
+
Table column width is now updated properly.
|
2785
|
+
|
2786
|
+
## 19.1.54 (2021-03-30)
|
2787
|
+
|
2788
|
+
### Document Editor
|
2789
|
+
|
2790
|
+
#### Breaking Changes
|
2791
|
+
|
2792
|
+
- The `DictionaryData(int langID,string dictPath,string affPath,string customPath)` is marked as obsolete. Please use the alternate new constructor `DictionaryData(int langID, string dictPath, string affPath)` in `Syncfusion.EJ2.SpellChecker` spell checker.
|
2793
|
+
- The `SpellChecker(List<SpellCheckDictionary> dictItem)` is marked as obsolete. Please use the alternate new constructor `SpellChecker(List<DictionaryData> dictItem, string customDicPath)` in `Syncfusion.EJ2.SpellChecker` spell checker.
|
2794
|
+
|
2795
|
+
#### Bug Fixes
|
2796
|
+
|
2797
|
+
- `#315096` - Selection behaviour is updated properly, while pasting a URL and clicking enter after the URL.
|
2798
|
+
- `#315413`, `#317463` - Table cell is now rendered properly.
|
2799
|
+
- `#314467` - Find and replace is now working properly.
|
2800
|
+
- `#315441` - While inserting same bookmark multiple times and deleting, bookmarks were preserved properly now.
|
2801
|
+
- `#316532` - ParagraphFormat is now preserved while pasting with text only option.
|
2802
|
+
- `#314193` - Document with charts were now preserved properly on exporting.
|
2803
|
+
- `#161908`, `#318321` - Added API to show/hide restrict editing pane.
|
2804
|
+
- `#315435` - Table cell width now preserved properly on editing.
|
2805
|
+
- `#162638` - Table background color was now updated properly on updating borders and shading.
|
2806
|
+
|
2807
|
+
## 18.4.49 (2021-03-23)
|
2808
|
+
|
2809
|
+
### Document Editor
|
2810
|
+
|
2811
|
+
#### Bug Fixes
|
2812
|
+
|
2813
|
+
- `#317061` - The merged cell table border rendering issue is resolved.
|
2814
|
+
- `#318283` - Resolved script error while editing the last section header.
|
2815
|
+
- `#310874` - The table with the merged cell is exporting properly.
|
2816
|
+
- `#162017` - Restart page numbering is now preserved properly on exporting.
|
2817
|
+
- `#316810` - Spell check script error is now resolved for layout type change.
|
2818
|
+
- `#163236` - Strike through and underline content are now copy-pasted properly.
|
2819
|
+
|
2820
|
+
## 18.4.48 (2021-03-16)
|
2821
|
+
|
2822
|
+
### Document Editor
|
2823
|
+
|
2824
|
+
#### Bug Fixes
|
2825
|
+
|
2826
|
+
- `#163116`, `#317496`, `#315005` - Implemented the line spacing Hanging similar to MS word.
|
2827
|
+
- `#317691` - Resolve the Number formatting after applying bullet formats.
|
2828
|
+
- `#317524` - Replace all with empty string is now working.
|
2829
|
+
- `#317605` - Shape with line format value null was now preserved properly.
|
2830
|
+
- `#317150` - Can press 'p' key in Firefox after control + a and then backspace.
|
2831
|
+
- Resolve hanging issue while opening document.
|
2832
|
+
- `#315656` - Resolve script error when importing document.
|
2833
|
+
|
2834
|
+
## 18.4.47 (2021-03-09)
|
2835
|
+
|
2836
|
+
### Document Editor
|
2837
|
+
|
2838
|
+
#### Breaking Changes
|
2839
|
+
|
2840
|
+
- The `DictionaryData(int langID,string dictPath,string affPath,string customPath)` is marked as obsolete. Please use the alternate new constructor `DictionaryData(int langID, string dictPath, string affPath)` in `Syncfusion.EJ2.SpellChecker` spell checker.
|
2841
|
+
- The `SpellChecker(List<SpellCheckDictionary> dictItem)` is marked as obsolete. Please use the alternate new constructor `SpellChecker(List<DictionaryData> dictItem, string customDicPath)` in `Syncfusion.EJ2.SpellChecker` spell checker.
|
2842
|
+
|
2843
|
+
#### Bug Fixes
|
2844
|
+
|
2845
|
+
- `#315096` - Selection behaviour is updated properly, while pasting a URL and clicking enter after the URL.
|
2846
|
+
- `#315413`, `#317463` - Table cell is now rendered properly.
|
2847
|
+
- `#314467` - Find and replace is now working properly.
|
2848
|
+
- `#315441` - While inserting same bookmark multiple times and deleting, bookmarks were preserved properly now.
|
2849
|
+
- `#316532` - ParagraphFormat is now preserved while pasting with text only option.
|
2850
|
+
- `#314193` - Document with charts were now preserved properly on exporting.
|
2851
|
+
- `#161908`, `#318321` - Added API to show/hide restrict editing pane.
|
2852
|
+
- `#315435` - Table cell width now preserved properly on editing.
|
2853
|
+
- `#162638` - Table background color was now updated properly on updating borders and shading.
|
2854
|
+
|
2855
|
+
## 18.4.46 (2021-03-02)
|
2856
|
+
|
2857
|
+
### Document Editor
|
2858
|
+
|
2859
|
+
#### Bug Fixes
|
2860
|
+
|
2861
|
+
- `#311796`, `#316639`, `#308845`, `#316676`, `#162561` - All the pages in the document were now loaded properly.
|
2862
|
+
- `#309052`, `#315953` - Footnote now layouts properly.
|
2863
|
+
- `#307997` - Resolved issue on updating the bullet list.
|
2864
|
+
- `#314313`, `#316278` - When copy pasting the merge field, merge field was now preserved properly.
|
2865
|
+
- `#315435` - Table cells layouts properly now.
|
2866
|
+
- `#315413`, `#317463` - Table cells renders to preferred width now.
|
2867
|
+
|
2868
|
+
## 18.4.44 (2021-02-23)
|
2869
|
+
|
2870
|
+
### Document Editor
|
2871
|
+
|
2872
|
+
#### Bug Fixes
|
2873
|
+
|
2874
|
+
- `#313564`, `#314479` - Bookmark co ordinates were now updated properly.
|
2875
|
+
- `#162017` - Restart page number behaviour was implemented also for page break now.
|
2876
|
+
- `#310874` - Table with merged cells were exported properly now.
|
2877
|
+
- `#162017` - Page number was now updated properly based on page index.
|
2878
|
+
- `#313821` - Table column were now layout properly.
|
2879
|
+
- `#311371` - While deleting the bookmark extra spaces between the text were now removed properly.
|
2880
|
+
- `#312082` - Resolved script error on updating TOC.
|
2881
|
+
- `#312306` - Hyperlink label was not added while editing the link address now.
|
2882
|
+
|
2883
|
+
## 18.4.43 (2021-02-16)
|
2884
|
+
|
2885
|
+
### Document Editor
|
2886
|
+
|
2887
|
+
#### Bug Fixes
|
2888
|
+
|
2889
|
+
- `#160804`, `#160805` - Line space was now considered properly on exporting.
|
2890
|
+
- `#161513` - Properties pane was now disabled while enabling restrict editing.
|
2891
|
+
- `#311371` - While deleting a text extra spaces between the text were now removed properly.
|
2892
|
+
- `#311884` - Document with table was imported properly now.
|
2893
|
+
- `#310754` - Hebrew text was now layout properly with spaces and numbers renders properly.
|
2894
|
+
- Resolved performance lagging issue while editing.
|
2895
|
+
|
2896
|
+
## 18.4.42 (2021-02-09)
|
2897
|
+
|
2898
|
+
### Document Editor
|
2899
|
+
|
2900
|
+
#### Bug Fixes
|
2901
|
+
|
2902
|
+
- `#311518` - Vertical scrollbar was now updated properly on container resize.
|
2903
|
+
- `#161047` - Document with tab stop was now exported properly.
|
2904
|
+
- `#310258` - All the contents were preserved on pasting now.
|
2905
|
+
- `#307321`, `#309396` - Line shape was now rendered properly.
|
2906
|
+
- `#307321`, `#313943` - Tab stops were now rendered properly.
|
2907
|
+
- `#311296` - Odd headers were added to all odd pages now.
|
2908
|
+
- `#307321`, `#313948` - Straight connectors were now rendered properly.
|
2909
|
+
- `#309565` - When enable track changes is false changes tab is hide in review pane now.
|
2910
|
+
|
2911
|
+
## 18.4.41 (2021-02-02)
|
2912
|
+
|
2913
|
+
### Document Editor
|
2914
|
+
|
2915
|
+
#### Bug Fixes
|
2916
|
+
|
2917
|
+
- `#264813` - List tab element now layouts properly.
|
2918
|
+
- `#309425` - Paragraph formats were considered while creating a new table.
|
2919
|
+
- `#309976` - List was not updated properly from level 1 to level 2.
|
2920
|
+
- `#306480` - Review pane was now updated properly on resizing.
|
2921
|
+
- `#309052` - Document with footnote now rendered properly without overlap.
|
2922
|
+
- `#309565` - When enable comment is false comment tab is hide in review pane now.
|
2923
|
+
- `#307321` - Table with no cell border now rendered properly.
|
2924
|
+
- `#307860` - While pasting no extra paragraph was added now.
|
2925
|
+
- `#311336` - Text was now updated properly on undo without overlap.
|
2926
|
+
|
2927
|
+
## 18.4.35 (2021-01-19)
|
2928
|
+
|
2929
|
+
### Document Editor
|
2930
|
+
|
2931
|
+
#### Bug Fixes
|
2932
|
+
|
2933
|
+
- `#160177` - The document with tables were now rendered properly without page unresponsive error.
|
2934
|
+
- `#305777` - Selection was now updated properly on zooming for web layout.
|
2935
|
+
- `#297705` - Handled behaviour similar to MS Word if page and section break in same paragraph.
|
2936
|
+
- `#305110` - The document with large tables were now rendered properly without page unresponsive error.
|
2937
|
+
- `#307321` - Table borders now renders properly if the border color is none.
|
2938
|
+
- `#303643` - Edit hyperlink now works properly on image with hyperlink.
|
2939
|
+
|
2940
|
+
## 18.4.34 (2021-01-12)
|
2941
|
+
|
2942
|
+
### Document Editor
|
2943
|
+
|
2944
|
+
#### Bug Fixes
|
2945
|
+
|
2946
|
+
- `#306130` - The document content now renders properly while pasting the contents after inserting header with maximum header distance.
|
2947
|
+
- `#307321` - Top borders of table with merged cell were rendered properly now.
|
2948
|
+
- `#307746`, `#307748` - Auto fit tables were rendered properly now.
|
2949
|
+
- `#309747` - Resolved spelling issue on default font family collection.
|
2950
|
+
- `#295084`, `#291801` - Charts were now rendered properly on pasting.
|
2951
|
+
- `#307318`, `#307327` - Creation of new comment was now restricted until existing comment was posted or discarded.
|
2952
|
+
- `#307321` - Tab stop was rendered properly now.
|
2953
|
+
- `#299850` - Auto fit table with preferred width and cell width was now rendered properly.
|
2954
|
+
- `#308899` - Track changes revision was now preserved properly for justified paragraph.
|
2955
|
+
|
2956
|
+
## 18.4.33 (2021-01-05)
|
2957
|
+
|
2958
|
+
### Document Editor
|
2959
|
+
|
2960
|
+
#### Bug Fixes
|
2961
|
+
|
2962
|
+
- `#297703`, `#160488` - Cursor was now updated properly for RTL languages.
|
2963
|
+
- `#307715` - Table with merged cells were now exported properly.
|
2964
|
+
|
2965
|
+
## 18.4.32 (2020-12-29)
|
2966
|
+
|
2967
|
+
### Document Editor
|
2968
|
+
|
2969
|
+
#### Bug Fixes
|
2970
|
+
|
2971
|
+
- `#306939` - Table with merged cells were now exported properly.
|
2972
|
+
- `#302508` - List format was now preserved properly after pasting some content in list line.
|
2973
|
+
- `#299511` - On discarding the comment, comment tag was removed properly on file level now.
|
2974
|
+
|
2975
|
+
## 18.4.31 (2020-12-22)
|
2976
|
+
|
2977
|
+
### Document Editor
|
2978
|
+
|
2979
|
+
#### Bug Fixes
|
2980
|
+
|
2981
|
+
- `#305640` - Track changes is now preserved properly on exported document.
|
2982
|
+
- `#305804` - Document scrolling is now working properly when document contains clipped image.
|
2983
|
+
- `#305804` - In IE, Ctrl+ P is now working properly without text insertion in cursor position.
|
2984
|
+
- `#299850` - Paragraph format was now applied properly inside the table.
|
2985
|
+
- `#304588` - Application level formats were now preserved properly.
|
2986
|
+
- `#305834`, `#302444` - Comment tab is also visible now while clicking on the track changes.
|
2987
|
+
- `#301314` - Resolved the script error thrown on entering a new line and backspace sequentially.
|
2988
|
+
|
2989
|
+
## 18.4.30 (2020-12-17)
|
2990
|
+
|
2991
|
+
### Document Editor
|
2992
|
+
|
2993
|
+
#### New Features
|
2994
|
+
|
2995
|
+
- `227250`, `143540`, `234463`, `252453`, `267474`, `67852`, `268213`, `273871`, `285146`, `288507`, `290372`, `295055`, `295548` - Added support for Footnote and Endnote.
|
2996
|
+
|
2997
|
+
## 18.3.53 (2020-12-08)
|
2998
|
+
|
2999
|
+
### Document Editor
|
3000
|
+
|
3001
|
+
#### Bug Fixes
|
3002
|
+
|
3003
|
+
- `305508` - Resolved page unresponsive error while selecting field.
|
3004
|
+
- `302470` - Chart series color now applied properly.
|
3005
|
+
- `292515` - Resolved paste option issue on IE.
|
3006
|
+
|
3007
|
+
## 18.3.52 (2020-12-01)
|
3008
|
+
|
3009
|
+
### Document Editor
|
3010
|
+
|
3011
|
+
#### Bug Fixes
|
3012
|
+
|
3013
|
+
- `302151` - Vertical alignment for cell now working properly in header and footer.
|
3014
|
+
- `304069` - Table cell spacing now exported properly.
|
3015
|
+
- `304048`, `294075` - Auto fit table is now layout properly if table has preferred width.
|
3016
|
+
|
3017
|
+
## 18.3.51 (2020-11-24)
|
3018
|
+
|
3019
|
+
### Document Editor
|
3020
|
+
|
3021
|
+
#### Bug Fixes
|
3022
|
+
|
3023
|
+
- `#291766`, `#293053` - Resolved the page unresponsive error while selecting the image.
|
3024
|
+
- `#301016` - Multiple server calls on optimized spell checking was now optimized to single call per page.
|
3025
|
+
- `#300330` - Document with comment can be opened without any script errors now.
|
3026
|
+
- `#292912`, `#293388` - Document with empty comment is now exported properly.
|
3027
|
+
- `#299940` - Table with center alignment is now rendered properly and footer contents are rendered properly now on zooming.
|
3028
|
+
- `#290277` - Navigating to bookmark now works properly without script error.
|
3029
|
+
- `#301035`, `#300947` - Changes were tracked properly now on pasting.
|
3030
|
+
|
3031
|
+
## 18.3.50 (2020-11-17)
|
3032
|
+
|
3033
|
+
### Document Editor
|
3034
|
+
|
3035
|
+
#### Bug Fixes
|
3036
|
+
|
3037
|
+
- Strike through button now toggles properly.
|
3038
|
+
- `#297703` - Resolved issue on exporting a RTL document.
|
3039
|
+
|
3040
|
+
## 18.3.48 (2020-11-11)
|
3041
|
+
|
3042
|
+
### Document Editor
|
3043
|
+
|
3044
|
+
#### Bug Fixes
|
3045
|
+
|
3046
|
+
- `#294075` - Resolved table bottom border rendering issue when table contains merged cell.
|
3047
|
+
- `#292515` - Resolved context menu position issue in IE11.
|
3048
|
+
|
3049
|
+
## 18.3.47 (2020-11-05)
|
3050
|
+
|
3051
|
+
### Document Editor
|
3052
|
+
|
3053
|
+
#### New Features
|
3054
|
+
|
3055
|
+
- `#281067`, `#279595` - Added partial lock and edit support.
|
3056
|
+
|
3057
|
+
#### Bug Fixes
|
3058
|
+
|
3059
|
+
- `#296222` - Resolved table rendering issue when table contains merged cell.
|
3060
|
+
- `#297479` - Field result text with multiple lines are now inserted properly when track changes enabled.
|
3061
|
+
- `#296863` - Resolved script error when field code contains table.
|
3062
|
+
- `#281339` - Resolved paragraph renders outside the page in RTL format document issue.
|
3063
|
+
- Resolved script error Navigating to the specified bookmark.
|
3064
|
+
- `#296222` - Resolved exporting issue when exporting document with shape.
|
3065
|
+
- `#294306` - Resolved page number update issue when page contains page field.
|
3066
|
+
- `#295176` - Ctrl + V now works properly in Edge.
|
3067
|
+
- `#296782`, `#296781` - Resolved issue on cursor visibility when cursor is in editable region.
|
3068
|
+
- `#293369` - Document with merged cell is now exported properly.
|
3069
|
+
- `#294261` - Accepting or rejecting changes were now preserved in restrict editing.
|
3070
|
+
- `#292726` - Row header was now repeated properly for each page.
|
3071
|
+
- `#281339` - Numbered list in the RTL was now rendered properly.
|
3072
|
+
- `#295753` - Sections with restart page number now updated properly.
|
3073
|
+
- `#293980` - Skipped form field insertion in header and footer similar to MS Word.
|
3074
|
+
- `#294075`,`#293472` - Resolved table border rendering issue.
|
3075
|
+
- `#291766` - Resolved file picker not opening issue in IE.
|
3076
|
+
- `#296842` - Resolved issue on selecting a merge field.
|
3077
|
+
- `#292515` - Polish characters are now working properly in IE.
|
3078
|
+
- `#291766` - Resolved script error on loading a document with text wrapped image.
|
3079
|
+
- `#292515` - Resolved toolbar rendering issue in IE.
|
3080
|
+
- `#289186`,`#293172` - Text box with none style is now exported properly.
|
3081
|
+
- `#291766` - Resolved issue on table rendering black.
|
3082
|
+
- `#293342`,`#295176` - Ctrl + V now works properly in IE.
|
3083
|
+
|
3084
|
+
## 18.3.44 (2020-10-27)
|
3085
|
+
|
3086
|
+
### Document Editor
|
3087
|
+
|
3088
|
+
#### Bug Fixes
|
3089
|
+
|
3090
|
+
- `#296222` - Resolved table rendering issue when table contains merged cell.
|
3091
|
+
- `#297479` - Field result text with multiple lines are now inserted properly when track changes enabled.
|
3092
|
+
- `#296863` - Resolved script error when field code contains table.
|
3093
|
+
- `#281339` - Resolved paragraph renders outside the page in RTL format document issue.
|
3094
|
+
- Resolved script error Navigating to the specified bookmark.
|
3095
|
+
- `#296222` - Resolved exporting issue when exporting document with shape.
|
3096
|
+
|
3097
|
+
## 18.3.42 (2020-10-20)
|
3098
|
+
|
3099
|
+
### Document Editor
|
3100
|
+
|
3101
|
+
#### New Features
|
3102
|
+
|
3103
|
+
- `#281067`, `#279595` - Added partial lock and edit support.
|
3104
|
+
|
3105
|
+
#### Bug Fixes
|
3106
|
+
|
3107
|
+
- `#294306` - Resolved page number update issue when page contains page field.
|
3108
|
+
- `#295176` - Ctrl + V now works properly in Edge.
|
3109
|
+
- `#296782`, `#296781` - Resolved issue on cursor visibility when cursor is in editable region.
|
3110
|
+
- `#293369` - Document with merged cell is now exported properly.
|
3111
|
+
- `#294261` - Accepting or rejecting changes were now preserved in restrict editing.
|
3112
|
+
- `#292726` - Row header was now repeated properly for each page.
|
3113
|
+
- `#281339` - Numbered list in the RTL was now rendered properly.
|
3114
|
+
- `#295753` - Sections with restart page number now updated properly.
|
3115
|
+
- `#293980` - Skipped form field insertion in header and footer similar to MS Word.
|
3116
|
+
|
3117
|
+
## 18.3.40 (2020-10-13)
|
3118
|
+
|
3119
|
+
### Document Editor
|
3120
|
+
|
3121
|
+
#### Bug Fixes
|
3122
|
+
|
3123
|
+
- `294075`,`293472` - Resolved table border rendering issue.
|
3124
|
+
- `#291766` - Resolved file picker not opening issue in IE.
|
3125
|
+
- `#296842` - Resolved issue on selecting a merge field.
|
3126
|
+
- `#292515` - Polish characters are now working properly in IE.
|
3127
|
+
- `#291766` - Resolved script error on loading a document with text wrapped image.
|
3128
|
+
- `#292515` - Resolved toolbar rendering issue in IE.
|
3129
|
+
- `289186`,`293172` - Text box with none style is now exported properly.
|
3130
|
+
- `#291766` - Resolved issue on table rendering black.
|
3131
|
+
- `293342`,`295176` - Ctrl + V now works properly in IE.
|
3132
|
+
|
3133
|
+
## 18.3.35 (2020-10-01)
|
3134
|
+
|
3135
|
+
### Document Editor
|
3136
|
+
|
3137
|
+
#### Bug Fixes
|
3138
|
+
|
3139
|
+
- `#283180` - Resolved font family no records found issue.
|
3140
|
+
- `#282303` - Paste dropdown now hides when creating or opening new document.
|
3141
|
+
- `#280951` - Table content renders properly now for table with merged cells.
|
3142
|
+
- `#280973` - Resolved script while getting bookmarks from selection.
|
3143
|
+
- `#284486` - Comment Tab in pane is removed when enable comment is false.
|
3144
|
+
- `#283344` - Resolved the initial delay in pasting images.
|
3145
|
+
- `#282707`,`#284035` - Resolved bullet list exporting issue in MAC devices.
|
3146
|
+
- `#284412` - Comment mark is now deleted properly when comment is deleted.
|
3147
|
+
- `#281339` - Resolved RTL issue when editing a list content.
|
3148
|
+
- `#276616` - Paragraph maintained when inserting text in whole paragraph similar to MS Word.
|
3149
|
+
- `#284775` - Resolved table resize enabled issue in protected mode.
|
3150
|
+
- `#282504` - Resolved footer content overlapping issue when inserting image and table in footer.
|
3151
|
+
- `#286986` - Table properties are now written properly on html exporting.
|
3152
|
+
- `#286520` - Inserted text selection now applied properly after applying style.
|
3153
|
+
- `#287740` - Paper size dropdown in page setup dialog now updated for document with A4 format.
|
3154
|
+
- `#282515` - Resolved error on exporting a document which contains restart numbering.
|
3155
|
+
- `#287633` - Table containing alignment is now exporting properly with alignment.
|
3156
|
+
- `#286469` - Resolved table formatting issue when table splits to multiple pages.
|
3157
|
+
- `#285747` - Resolved script error on server side export.
|
3158
|
+
- `#284704` - Resolved script error on changing the footer distance.
|
3159
|
+
- `#283529` - Resolved table layout issue when table is center aligned.
|
3160
|
+
- `#286474` - Resolved table re layout issue when table have left indent value.
|
3161
|
+
- `#289186` - Resolved issue on exporting a text box with line format none.
|
3162
|
+
- `#288198` - Font family customization is also available on modify style dialog now.
|
3163
|
+
- `#289187` - Resolved table border rendering issue when table have merged cells.
|
3164
|
+
- `#287255` - Resolved page unresponsive error occurs on mail merge.
|
3165
|
+
- `#286474`, `#288778` - Resolved script error thrown on choosing fill color.
|
3166
|
+
- `#155699` - Image resize history is now called before the content change event.
|
3167
|
+
- `#156086` - Resolved table layout issue on opening a saved document with merged cells.
|
3168
|
+
- `#148494` - Resolved script error on destroying the container.
|
3169
|
+
- `#289186` - Resolved layout issue on exporting a text box.
|
3170
|
+
- `#289172` - Resolved script error when two or more server request is passed at same time.
|
3171
|
+
- `#287775` - Resolved script error on saving a document with form field.
|
3172
|
+
- `#289902` - Custom page height and width is now updating properly in page setup dialog.
|
3173
|
+
- `#289902` - Resolved review pane enabled issue when track changes is disabled.
|
3174
|
+
- `#157264` - Resolved script error when finding a text with curly braces.
|
3175
|
+
- `#290625` - Tick icon in line spacing is aligned properly now.
|
3176
|
+
- `#291882` - Now,Text contents were not transformed to upper case while copying.
|
3177
|
+
- `#287582` - Apply shading property for form field is now maintained also on exported document.
|
3178
|
+
- `#280951` - Table contents were not rendered on footer region now.
|
3179
|
+
- `#287195` - Resolved script error throw while deleting large text inside a table.
|
3180
|
+
- `#155699` - Resolved selection change event gets triggered before created event of document editor issue.
|
3181
|
+
- `#290271` - Resolved some elements are not created with unique id in document editor component issue.
|
3182
|
+
- `#288253` - Exported document with comments from editor contain initials property in file level now.
|
3183
|
+
- `#287740` - Landscape Orientation not updated properly in page setup dialog now.
|
3184
|
+
- `#291080`, `#157393` - Restrict editing property works when setting on component creation now.
|
3185
|
+
|
3186
|
+
#### New Features
|
3187
|
+
|
3188
|
+
- Added API to delete bookmark.
|
3189
|
+
- `#267515`- Added API to get searched item hierarchical index.
|
3190
|
+
- `#284937`- Added API show restrict editing pane.
|
3191
|
+
- `#280089`, `#283427`, `#250760` - Added event to notify service failure.
|
3192
|
+
- `#275184` - Added support for retrieving next and previous element context type from current selection range.
|
3193
|
+
- `#243495` - Added support for automatic text color.
|
3194
|
+
- `#279355` - Added support to enable properties pane in read only mode.
|
3195
|
+
- `#260677`, `#277329` - Added support for cropping images in document editor.
|
3196
|
+
- `#250760` - Added before file open event to restrict document loading based on file size.
|
3197
|
+
- `#256210`, `#259583`, `#280989`, `#282228` - Added support for all Caps property for character.
|
3198
|
+
- `#156915` - Added public API to check whether the selection is in edit region.
|
3199
|
+
- `#287831` - Added public API to show spell check dialog.
|
3200
|
+
- `#284434` - Spell checker performance was optimized.
|
3201
|
+
- `#290372` - Added support to apply restart page number for different sections.
|
3202
|
+
- `#290423` - Added resize API in document editor container.
|
3203
|
+
- `#243495`, `#247427`, `#248347`, `#252755`, `#254094`, `#254684`, `#256926`, `#248347`, `#260233`, `#262638`, `#273681`, `#155458`, `#278038` - Added support to preserve content control feature.
|
3204
|
+
|
3205
|
+
## 18.2.58 (2020-09-15)
|
3206
|
+
|
3207
|
+
### Document Editor
|
3208
|
+
|
3209
|
+
#### New Features
|
3210
|
+
|
3211
|
+
- `#290372` - Added support to apply restart page number for different sections.
|
3212
|
+
- `#290423` - Added resize API in document editor container.
|
3213
|
+
- `#243495`, `#247427`, `#248347`, `#252755`, `#254094`, `#254684`, `#256926`, `#248347`, `#260233`, `#262638`, `#273681`, `#155458`, `#278038` - Added support to preserve content control feature.
|
3214
|
+
|
3215
|
+
#### Bug Fixes
|
3216
|
+
|
3217
|
+
- `#155699` - Resolved selection change event gets triggered before created event of document editor issue.
|
3218
|
+
- `#290271` - Resolved some elements are not created with unique id in document editor component issue.
|
3219
|
+
- `#288253` - Exported document with comments from editor contain initials property in file level now.
|
3220
|
+
- `#287740` - Landscape Orientation not updated properly in page setup dialog now.
|
3221
|
+
- `#291080`, `#157393` - Restrict editing property works when setting on component creation now.
|
3222
|
+
|
3223
|
+
## 18.2.57 (2020-09-08)
|
3224
|
+
|
3225
|
+
### Document Editor
|
3226
|
+
|
3227
|
+
#### New Features
|
3228
|
+
|
3229
|
+
- `#156915` - Added public API to check whether the selection is in edit region.
|
3230
|
+
- `#287831` - Added public API to show spell check dialog.
|
3231
|
+
- `#284434` - Spell checker performance was optimized.
|
3232
|
+
|
3233
|
+
#### Bug Fixes
|
3234
|
+
|
3235
|
+
- `#148494` - Resolved script error on destroying the container.
|
3236
|
+
- `#289186` - Resolved layout issue on exporting a text box.
|
3237
|
+
- `#289172` - Resolved script error when two or more server request is passed at same time.
|
3238
|
+
- `#287775` - Resolved script error on saving a document with form field.
|
3239
|
+
- `#289902` - Custom page height and width is now updating properly in page setup dialog.
|
3240
|
+
- `#289902` - Resolved review pane enabled issue when track changes is disabled.
|
3241
|
+
- `#157264` - Resolved script error when finding a text with curly braces.
|
3242
|
+
- `#290625` - Tick icon in line spacing is aligned properly now.
|
3243
|
+
- `#291882` - Now,Text contents were not transformed to upper case while copying.
|
3244
|
+
- `#287582` - Apply shading property for form field is now maintained also on exported document.
|
3245
|
+
- `#280951` - Table contents were not rendered on footer region now.
|
3246
|
+
- `#287195` - Resolved script error throw while deleting large text inside a table.
|
3247
|
+
|
3248
|
+
## 18.2.55 (2020-08-25)
|
3249
|
+
|
3250
|
+
### Document Editor
|
3251
|
+
|
3252
|
+
#### Bug Fixes
|
3253
|
+
|
3254
|
+
- `#286474` - Resolved table re layout issue when table have left indent value.
|
3255
|
+
- `#289186` - Resolved issue on exporting a text box with line format none.
|
3256
|
+
- `#288198` - Font family customization is also available on modify style dialog now.
|
3257
|
+
- `#289187` - Resolved table border rendering issue when table have merged cells.
|
3258
|
+
- `#287255` - Resolved page unresponsive error occurs on mail merge.
|
3259
|
+
- `#286474`, `#288778` - Resolved script error thrown on choosing fill color.
|
3260
|
+
- `#155699` - Image resize history is now called before the content change event.
|
3261
|
+
- `#156086` - Resolved table layout issue on opening a saved document with merged cells.
|
3262
|
+
|
3263
|
+
## 18.2.54 (2020-08-18)
|
3264
|
+
|
3265
|
+
### Document Editor
|
3266
|
+
|
3267
|
+
#### New Features
|
3268
|
+
|
3269
|
+
- `#275184` - Added support for retrieving next and previous element context type from current selection range.
|
3270
|
+
- `#243495` - Added support for automatic text color.
|
3271
|
+
- `#279355` - Added support to enable properties pane in read only mode.
|
3272
|
+
- `#260677`, `#277329` - Added support for cropping images in document editor.
|
3273
|
+
- `#250760` - Added before file open event to restrict document loading based on file size.
|
3274
|
+
- `#256210`, `#259583`, `#280989`, `#282228` - Added support for all Caps property for character.
|
3275
|
+
- Added API to delete bookmark.
|
3276
|
+
- `#267515`- Added API to get searched item hierarchical index.
|
3277
|
+
- `#284937`- Added API show restrict editing pane.
|
3278
|
+
- `#280089`, `#283427`, `#250760` - Added event to notify service failure.
|
3279
|
+
|
3280
|
+
#### Bug Fixes
|
3281
|
+
|
3282
|
+
- `#286986` - Table properties are now written properly on html exporting.
|
3283
|
+
- `#286520` - Inserted text selection now applied properly after applying style.
|
3284
|
+
- `#287740` - Paper size dropdown in page setup dialog now updated for document with A4 format.
|
3285
|
+
- `#282515` - Resolved error on exporting a document which contains restart numbering.
|
3286
|
+
- `#287633` - Table containing alignment is now exporting properly with alignment.
|
3287
|
+
- `#286469` - Resolved table formatting issue when table splits to multiple pages.
|
3288
|
+
- `#285747` - Resolved script error on server side export.
|
3289
|
+
- `#284704` - Resolved script error on changing the footer distance.
|
3290
|
+
- `#283529` - Resolved table layout issue when table is center aligned.
|
3291
|
+
- `#283180` - Resolved font family no records found issue.
|
3292
|
+
- `#282303` - Paste dropdown now hides when creating or opening new document.
|
3293
|
+
- `#280951` - Table content renders properly now for table with merged cells.
|
3294
|
+
- `#280973` - Resolved script while getting bookmarks from selection.
|
3295
|
+
- `#284486` - Comment Tab in pane is removed when enable comment is false.
|
3296
|
+
- `#283344` - Resolved the initial delay in pasting images.
|
3297
|
+
- `#282707`,`#284035` - Resolved bullet list exporting issue in MAC devices.
|
3298
|
+
- `#284412` - Comment mark is now deleted properly when comment is deleted.
|
3299
|
+
- `#281339` - Resolved RTL issue when editing a list content.
|
3300
|
+
- `#276616` - Paragraph maintained when inserting text in whole paragraph similar to MS Word.
|
3301
|
+
- `#284775` - Resolved table resize enabled issue in protected mode.
|
3302
|
+
- `#282504` - Resolved footer content overlapping issue when inserting image and table in footer.
|
3303
|
+
|
3304
|
+
## 18.2.47 (2020-07-28)
|
3305
|
+
|
3306
|
+
### Document Editor
|
3307
|
+
|
3308
|
+
#### New Features
|
3309
|
+
|
3310
|
+
- `#280089`, `#283427`, `#250760` - Added event to notify service failure.
|
3311
|
+
|
3312
|
+
#### Bug Fixes
|
3313
|
+
|
3314
|
+
- `#284775` - Resolved table resize enabled issue in protected mode.
|
3315
|
+
- `#282504` - Resolved footer content overlapping issue when inserting image and table in footer.
|
3316
|
+
|
3317
|
+
## 18.2.46 (2020-07-21)
|
3318
|
+
|
3319
|
+
### Document Editor
|
3320
|
+
|
3321
|
+
#### New Features
|
3322
|
+
|
3323
|
+
- `#284937`- Added API show restrict editing pane.
|
3324
|
+
|
3325
|
+
#### Bug Fixes
|
3326
|
+
|
3327
|
+
- `#284486` - Comment Tab in pane is removed when enable comment is false.
|
3328
|
+
- `#283344` - Resolved the initial delay in pasting images.
|
3329
|
+
- `#282707`,`#284035` - Resolved bullet list exporting issue in MAC devices.
|
3330
|
+
- `#284412` - Comment mark is now deleted properly when comment is deleted.
|
3331
|
+
- `#281339` - Resolved RTL issue when editing a list content.
|
3332
|
+
- `#276616` - Paragraph maintained when inserting text in whole paragraph similar to MS Word.
|
3333
|
+
|
3334
|
+
## 18.2.45 (2020-07-14)
|
3335
|
+
|
3336
|
+
### Document Editor
|
3337
|
+
|
3338
|
+
#### New Features
|
3339
|
+
|
3340
|
+
- Added API to delete bookmark.
|
3341
|
+
- `#267515`- Added API to get searched item hierarchical index.
|
3342
|
+
|
3343
|
+
#### Bug Fixes
|
3344
|
+
|
3345
|
+
- `#283180` - Resolved font family no records found issue.
|
3346
|
+
- `#282303` - Paste dropdown now hides when creating or opening new document.
|
3347
|
+
- `#280951` - Table content renders properly now for table with merged cells.
|
3348
|
+
- `#280973` - Resolved script while getting bookmarks from selection.
|
3349
|
+
|
3350
|
+
## 18.2.44 (2020-07-07)
|
3351
|
+
|
3352
|
+
### Document Editor
|
3353
|
+
|
3354
|
+
#### Breaking Changes
|
3355
|
+
|
3356
|
+
- The property `dropDownItems` in DropDownFormFieldInfo is changed to `dropdownItems`.
|
3357
|
+
|
3358
|
+
#### New Features
|
3359
|
+
|
3360
|
+
- `#268210` - Added support to customize user color in comment.
|
3361
|
+
- `#268211` - Added support for restricting the user from delete comment.
|
3362
|
+
- `#125563`,`#167098`,`#200655`,`#210401`,`#227193`,`#225881`,`#227250`,`#238531`,`#238529`,`#249506`,`#251329`,`#251816`,`#252988`,`#254094`, `#125563`,`#255850`, `#258472`, `#264794`, `#264634`, `#266286`, `#278191` - Added support for track changes.
|
3363
|
+
- `#272634` - Added API to get hidden bookmark.
|
3364
|
+
- `#267067`,`#267934` - Added API to customize font family dropdown.
|
3365
|
+
- Added `height` and `width` API to define height and width of document editor.
|
3366
|
+
- Added support for Legacy Form Fields.
|
3367
|
+
- Added support for updating bookmark cross reference fields.
|
3368
|
+
|
3369
|
+
#### Bug Fixes
|
3370
|
+
|
3371
|
+
- `#279874` - Resolved paragraph spacing issue in the exported docx when opening it in libre office.
|
3372
|
+
- `#278039` - Character formatting now preserved properly for dropdown field.
|
3373
|
+
- `#278038` - Handle restrict editing inside dropdown field.
|
3374
|
+
- `#278695` - Paste text only in editable region now working properly.
|
3375
|
+
- `#267924` - Circular reference exception resolved when export the document contains chart.
|
3376
|
+
- `#152124` - Resolved script error when modify style for locale changed text.
|
3377
|
+
- `#266059` - Skipped adding bookmark when pasting content with bookmark.
|
3378
|
+
- `#267949` - Table is now revert properly when insert table below another table.
|
3379
|
+
- `#268472` - Selection format is now retrieved properly when paragraph contains more than two paragraph.
|
3380
|
+
- `#269467` - List character format is now update properly when paragraph contains style.
|
3381
|
+
- `#264813` - Tab width in list paragraph is now layout properly.
|
3382
|
+
- `#264779` - Text clipping issue is resolved when text inside table.
|
3383
|
+
- `#269397` - Context menu position is now update properly.
|
3384
|
+
- `#269546` - Resolved key navigation issue when paragraph contains page break.
|
3385
|
+
- `#269778` - $ symbol is now search properly when text contains $ symbol.
|
3386
|
+
- `#269893` - Focus is in document editor after dialog gets closed.
|
3387
|
+
- `#268907` - Selection character format is retrieved properly when selection is in list text.
|
3388
|
+
- `#270424` - Footer content is now update properly when document contains more than one section.
|
3389
|
+
- `#269743` , `#266534` - Focus is now update properly in Firefox when navigate to bookmark or search result.
|
3390
|
+
- `#271039` - When paste content in RTL paragraph, formatting is now update properly.
|
3391
|
+
- `#271928` - Resolved script when trying to create a new document and document have broken comments.
|
3392
|
+
- `#271886` - Right tab width issue when paragraph contains right indent.
|
3393
|
+
- `#271986` - Resolved error when updating Table of Contents with comments.
|
3394
|
+
- `#271967` , `#271968` , `#271971` - Paste text only in empty paragraph is now working properly.
|
3395
|
+
- `#271985` - Resolved script error when remove page break after bookmark.
|
3396
|
+
- `#272009` , `#273868` - Modify style using numbering and paragraph dialog is now working properly.
|
3397
|
+
- `#271977` - Pasting text in heading style is now maintain heading style in paragraph.
|
3398
|
+
- `#271863` - Paragraph element splitting issue is now resolved when alignment is left and line combined with field.
|
3399
|
+
- `#272290` - Resolved selection issue when paragraph contains line break character.
|
3400
|
+
- `#272600` - Copy text with specific symbol (< , >) is now working properly.
|
3401
|
+
- `#266059` - When pasting content with bookmark, bookmark is now preserved.
|
3402
|
+
- `#269743` - Resolved focus issue in Firefox when navigate to bookmark or search result.
|
3403
|
+
- `#269546` - Selection issue is now resolved when paragraph contains page break.
|
3404
|
+
- `#274395` - Resolved script error when clicking on canvas in mobile view mode.
|
3405
|
+
- `#273345` - Resolved table export issue when table contains vertical merge cell.
|
3406
|
+
- `#271450` - Restricted user editing, when spinner is visible.
|
3407
|
+
- `#271375` - Resolved table layout issue when table contain vertical merged cells.
|
3408
|
+
- `#252868` - Resolved script error when minimize row height.
|
3409
|
+
- `#275993` ,`#277160` - Button actions in comments and restrict editing pane will not trigger the form submit events now.
|
3410
|
+
- `#276810` - Table alignment property is now export properly.
|
3411
|
+
- `#277452` - Contents in table is now print properly.
|
3412
|
+
- `#273870` - Bookmarks API will not retrieve bookmark when selection is at end of bookmark.
|
3413
|
+
- `#273913` - Enable/Disable item by index in toolbar is now working properly.
|
3414
|
+
- `#276399` - After copy and paste table, table is now exported properly.
|
3415
|
+
- Comments pane locale string is now returns proper time.
|
3416
|
+
- `#275137` - Apply vertical alignment for cell is now working properly when it inside table.
|
3417
|
+
- `#275184` - Select bookmark API is now select bookmark element properly.
|
3418
|
+
- `#275452` - Select current word using keys is now working properly when line contains comments.
|
3419
|
+
- `#274525` - List font is now update properly on enter in list paragraph.
|
3420
|
+
- `#273905` - Insert row below is now proper when cells have different borders.
|
3421
|
+
- `#272762` - Modify list level using tab key is now proper.
|
3422
|
+
- `#277823` - Resolved script error when deleting edit range element inside table.
|
3423
|
+
- `#247077` - Selection is now updated properly while clicking before merge field.
|
3424
|
+
- `#277357` - Table borders are now rendered properly.
|
3425
|
+
- `#275686` - `contentChange` event will not trigger while switching the layout type.
|
3426
|
+
- `#276616` - Paragraph format now preservers properly while inserting text.
|
3427
|
+
- `#276039` - Adding new comment and replying to old comment is now disable in read only mode.
|
3428
|
+
- `#277959` - Document with shape now imported properly.
|
3429
|
+
- `#153583` - Selection is now updated properly for image inside the bookmark.
|
3430
|
+
- `#278685` - Resolved script error on backspace inside the edit range.
|
3431
|
+
- `#247077` - Selection is now updated properly while clicking before merge field.
|
3432
|
+
- `#277357` - Table borders are now rendered properly.
|
3433
|
+
- `#275686` - `contentChange` event will not trigger while switching the layout type.
|
3434
|
+
- `#276616` - Paragraph format now preservers properly while inserting text.
|
3435
|
+
- `#276039` - Adding new comment and replying to old comment is now disable in read only mode.
|
3436
|
+
- `#277959` - Document with shape now imported properly.
|
3437
|
+
- `#153583` - Selection is now updated properly for image inside the bookmark.
|
3438
|
+
|
3439
|
+
## 18.1.56 (2020-06-09)
|
3440
|
+
|
3441
|
+
### Document Editor
|
3442
|
+
|
3443
|
+
#### Bug Fixes
|
3444
|
+
|
3445
|
+
- `#278685` - Resolved script error on backspace inside the edit range.
|
3446
|
+
- `#247077` - Selection is now updated properly while clicking before merge field.
|
3447
|
+
- `#277357` - Table borders are now rendered properly.
|
3448
|
+
- `#275686` - `contentChange` event will not trigger while switching the layout type.
|
3449
|
+
- `#276616` - Paragraph format now preservers properly while inserting text.
|
3450
|
+
- `#276039` - Adding new comment and replying to old comment is now disable in read only mode.
|
3451
|
+
- `#277959` - Document with shape now imported properly.
|
3452
|
+
- `#153583` - Selection is now updated properly for image inside the bookmark.
|
3453
|
+
|
3454
|
+
## 18.1.55 (2020-06-02)
|
3455
|
+
|
3456
|
+
### Document Editor
|
3457
|
+
|
3458
|
+
#### Bug Fixes
|
3459
|
+
|
3460
|
+
- `#247077` - Selection is now updated properly while clicking before merge field.
|
3461
|
+
- `#277357` - Table borders are now rendered properly.
|
3462
|
+
- `#275686` - `contentChange` event will not trigger while switching the layout type.
|
3463
|
+
- `#276616` - Paragraph format now preservers properly while inserting text.
|
3464
|
+
- `#276039` - Adding new comment and replying to old comment is now disable in read only mode.
|
3465
|
+
- `#277959` - Document with shape now imported properly.
|
3466
|
+
- `#153583` - Selection is now updated properly for image inside the bookmark.
|
3467
|
+
|
3468
|
+
## 18.1.54 (2020-05-26)
|
3469
|
+
|
3470
|
+
### Document Editor
|
3471
|
+
|
3472
|
+
#### Bug Fixes
|
3473
|
+
|
3474
|
+
- Comments pane locale string is now returns proper time.
|
3475
|
+
- `#275137` - Apply vertical alignment for cell is now working properly when it inside table.
|
3476
|
+
- `#275184` - Select bookmark API is now select bookmark element properly.
|
3477
|
+
- `#275452` - Select current word using keys is now working properly when line contains comments.
|
3478
|
+
- `#274525` - List font is now update properly on enter in list paragraph.
|
3479
|
+
- `#273905` - Insert row below is now proper when cells have different borders.
|
3480
|
+
- `#272762` - Modify list level using tab key is now proper.
|
3481
|
+
- `#277823` - Resolved script error when deleting edit range element inside table.
|
3482
|
+
|
3483
|
+
## 18.1.53 (2020-05-19)
|
3484
|
+
|
3485
|
+
### Document Editor
|
3486
|
+
|
3487
|
+
#### New Features
|
3488
|
+
|
3489
|
+
- `#272634` - Added API to get hidden bookmark.
|
3490
|
+
|
3491
|
+
#### Bug Fixes
|
3492
|
+
|
3493
|
+
- `#275993` ,`#277160` - Button actions in comments and restrict editing pane will not trigger the form submit events now.
|
3494
|
+
- `#276810` - Table alignment property is now export properly.
|
3495
|
+
- `#277452` - Contents in table is now print properly.
|
3496
|
+
- `#273870` - Bookmarks API will not retrieve bookmark when selection is at end of bookmark.
|
3497
|
+
- `#273913` - Enable/Disable item by index in toolbar is now working properly.
|
3498
|
+
- `#276399` - After copy and paste table, table is now exported properly.
|
3499
|
+
|
3500
|
+
## 18.1.52 (2020-05-13)
|
3501
|
+
|
3502
|
+
### Document Editor
|
3503
|
+
|
3504
|
+
#### New Features
|
3505
|
+
|
3506
|
+
- `#267067`,`#267934` - Added API to customize font family dropdown.
|
3507
|
+
|
3508
|
+
#### Bug Fixes
|
3509
|
+
|
3510
|
+
- `#271375` - Resolved table layout issue when table contain vertical merged cells.
|
3511
|
+
- `#252868` - Resolved script error when minimize row height.
|
3512
|
+
|
3513
|
+
## 18.1.48 (2020-05-05)
|
3514
|
+
|
3515
|
+
### Document Editor
|
3516
|
+
|
3517
|
+
#### Bug Fixes
|
3518
|
+
|
3519
|
+
- `#272290` - Resolved selection issue when paragraph contains line break character.
|
3520
|
+
- `#272600` - Copy text with specific symbol (< , >) is now working properly.
|
3521
|
+
- `#266059` - When pasting content with bookmark, bookmark is now preserved.
|
3522
|
+
- `#269743` - Resolved focus issue in Firefox when navigate to bookmark or search result.
|
3523
|
+
- `#269546` - Selection issue is now resolved when paragraph contains page break.
|
3524
|
+
- `#274395` - Resolved script error when clicking on canvas in mobile view mode.
|
3525
|
+
- `#273345` - Resolved table export issue when table contains vertical merge cell.
|
3526
|
+
- `#271450` - Restricted user editing, when spinner is visible.
|
3527
|
+
|
3528
|
+
## 18.1.46 (2020-04-28)
|
3529
|
+
|
3530
|
+
### Document Editor
|
3531
|
+
|
3532
|
+
#### New Features
|
3533
|
+
|
3534
|
+
- Added `height` and `width` API to define height and width of document editor.
|
3535
|
+
|
3536
|
+
#### Bug Fixes
|
3537
|
+
|
3538
|
+
- `#271928` - Resolved script when trying to create a new document and document have broken comments.
|
3539
|
+
- `#271886` - Right tab width issue when paragraph contains right indent.
|
3540
|
+
- `#271986` - Resolved error when updating Table of Contents with comments.
|
3541
|
+
- `#271967` , `#271968` , `#271971` - Paste text only in empty paragraph is now working properly.
|
3542
|
+
- `#271985` - Resolved script error when remove page break after bookmark.
|
3543
|
+
- `#272009` , `#273868` - Modify style using numbering and paragraph dialog is now working properly.
|
3544
|
+
- `#271977` - Pasting text in heading style is now maintain heading style in paragraph.
|
3545
|
+
- `#271863` - Paragraph element splitting issue is now resolved when alignment is left and line combined with field.
|
3546
|
+
|
3547
|
+
## 18.1.45 (2020-04-21)
|
3548
|
+
|
3549
|
+
### Document Editor
|
3550
|
+
|
3551
|
+
#### Bug Fixes
|
3552
|
+
|
3553
|
+
- `#268907` - Selection character format is retrieved properly when selection is in list text.
|
3554
|
+
- `#270424` - Footer content is now update properly when document contains more than one section.
|
3555
|
+
- `#269743` , `#266534` - Focus is now update properly in Firefox when navigate to bookmark or search result.
|
3556
|
+
- `#271039` - When paste content in RTL paragraph, formatting is now update properly.
|
3557
|
+
|
3558
|
+
## 18.1.44 (2020-04-14)
|
3559
|
+
|
3560
|
+
### Document Editor
|
3561
|
+
|
3562
|
+
#### New Features
|
3563
|
+
|
3564
|
+
- Added support for Legacy Form Fields.
|
3565
|
+
- Added support for updating bookmark cross reference fields.
|
3566
|
+
|
3567
|
+
#### Bug Fixes
|
3568
|
+
|
3569
|
+
- `#269397` - Context menu position is now update properly.
|
3570
|
+
- `#269546` - Resolved key navigation issue when paragraph contains page break.
|
3571
|
+
- `#269778` - $ symbol is now search properly when text contains $ symbol.
|
3572
|
+
- `#269893` - Focus is in document editor after dialog gets closed.
|
3573
|
+
|
3574
|
+
## 18.1.43 (2020-04-07)
|
3575
|
+
|
3576
|
+
### Document Editor
|
3577
|
+
|
3578
|
+
#### Bug Fixes
|
3579
|
+
|
3580
|
+
- `#267924` - Circular reference exception resolved when export the document contains chart.
|
3581
|
+
- `#152124` - Resolved script error when modify style for locale changed text.
|
3582
|
+
- `#266059` - Skipped adding bookmark when pasting content with bookmark.
|
3583
|
+
- `#267949` - Table is now revert properly when insert table below another table.
|
3584
|
+
- `#268472` - Selection format is now retrieved properly when paragraph contains more than two paragraph.
|
3585
|
+
- `#269467` - List character format is now update properly when paragraph contains style.
|
3586
|
+
- `#264813` - Tab width in list paragraph is now layout properly.
|
3587
|
+
- `#264779` - Text clipping issue is resolved when text inside table.
|
3588
|
+
|
3589
|
+
## 18.1.42 (2020-04-01)
|
3590
|
+
|
3591
|
+
### Document Editor
|
3592
|
+
|
3593
|
+
#### Breaking Changes
|
3594
|
+
|
3595
|
+
- Default value of `enableLocalPaste` is set to false. So, by default, the content will be pasted from the system clipboard.
|
3596
|
+
- Some locale properties are renamed as below
|
3597
|
+
|
3598
|
+
|Previous|Now|
|
3599
|
+
|----|----|
|
3600
|
+
|Linked(Paragraph and Character)|Linked Style|
|
3601
|
+
|Don't add space between the paragraphs of the same styles|Contextual Spacing|
|
3602
|
+
|The password don't match|Password Mismatch|
|
3603
|
+
|Exceptions (optional)|Exceptions Optional|
|
3604
|
+
|Select parts of the document and choose users who are allowed to freely edit them.|Select Part Of Document And User|
|
3605
|
+
|Yes, Start Enforcing Protection|Enforcing Protection|
|
3606
|
+
|This document is protected from unintentional editing. You may edit in this region.|Protected Document|
|
3607
|
+
|You may format text only with certain styles.|You may format text only with certain styles|
|
3608
|
+
|Type your comment hear|Type your comment here|
|
3609
|
+
|Added comments not posted. If you continue, that comment will be discarded.|Discard Comment|
|
3610
|
+
|Header & Footer|Header And Footer|
|
3611
|
+
|Different header and footer for odd and even pages.|Different header and footer for odd and even pages|
|
3612
|
+
|Different Odd & Even Pages|Different Odd And Even Pages|
|
3613
|
+
|Different header and footer for first page.|Different header and footer for first page|
|
3614
|
+
|Distance from top of the page to top of the header|Distance from top of the page to top of the header|
|
3615
|
+
|Distance from bottom of the page to bottom of the footer.|Distance from bottom of the page to bottom of the footer|
|
3616
|
+
|Insert / Delete|Insert Or Delete|
|
3617
|
+
|Number of heading or outline levels to be shown in table of contents.|Number of heading or outline levels to be shown in table of contents|
|
3618
|
+
|Show page numbers in table of contents.|Show page numbers in table of contents|
|
3619
|
+
|Right align page numbers in table of contents.|Right align page numbers in table of contents|
|
3620
|
+
|Use hyperlinks instead of page numbers.|Use hyperlinks instead of page numbers|
|
3621
|
+
|Bold (Ctrl+B)|Bold Tooltip|
|
3622
|
+
|Italic (Ctrl+I)|Italic Tooltip|
|
3623
|
+
|Underline (Ctrl+U)|Underline Tooltip|
|
3624
|
+
|Superscript (Ctrl+Shift++)|Superscript Tooltip|
|
3625
|
+
|Subscript (Ctrl+=)|Subscript Tooltip|
|
3626
|
+
|Align left (Ctrl+L)|Align left Tooltip|
|
3627
|
+
|Center (Ctrl+E)|Center Tooltip|
|
3628
|
+
|Align right (Ctrl+R)|Align right Tooltip|
|
3629
|
+
|Justify (Ctrl+J)|Justify Tooltip|
|
3630
|
+
|Create a new document.|Create a new document|
|
3631
|
+
|Open a document.|Open a document|
|
3632
|
+
|Undo the last operation (Ctrl+Z).|Undo Tooltip|
|
3633
|
+
|Redo the last operation (Ctrl+Y).|Redo Tooltip|
|
3634
|
+
|Insert inline picture from a file.|Insert inline picture from a file|
|
3635
|
+
|Create a link in your document for quick access to web pages and files (Ctrl+K).|Create Hyperlink|
|
3636
|
+
|Insert a bookmark in a specific place in this document.|Insert a bookmark in a specific place in this document|
|
3637
|
+
|Provide an overview of your document by adding a table of contents.|Provide an overview of your document by adding a table of contents|
|
3638
|
+
|Add or edit the header.|Add or edit the header|
|
3639
|
+
|Add or edit the footer.|Add or edit the footer|
|
3640
|
+
|Open the page setup dialog.|Open the page setup dialog|
|
3641
|
+
|Add page numbers.|Add page numbers|
|
3642
|
+
|Find text in the document (Ctrl+F).|Find Text|
|
3643
|
+
|The current page number in the document. Click or tap to navigate specific page.|Current Page Number|
|
3644
|
+
|
3645
|
+
#### New Features
|
3646
|
+
|
3647
|
+
- `249782`, `254484`, `149278`,`258415`,`260463` - Added support for toolbar customization.
|
3648
|
+
- `253670` - Enhancements for copy and paste operation.
|
3649
|
+
- `#262665`, `#151012` - Added API to customize search highlight colour.
|
3650
|
+
- `#249197` - Added API to enable/disable spell check action.
|
3651
|
+
- `#237725`, `#253671` - Added support for web layout.
|
3652
|
+
- `#260639` - Added `enableComment` property to enable and disable comment.
|
3653
|
+
- `#259970` - Handled paste list behaviour using start at value of list.
|
3654
|
+
- `#256487` - Enhancements for mouse and keyboard selection.
|
3655
|
+
|
3656
|
+
#### Bug Fixes
|
3657
|
+
|
3658
|
+
- `#263861` - Table cells are now resized properly.
|
3659
|
+
- `#260600` , `#266651` - RTL characters are now remove properly on backspace and delete.
|
3660
|
+
- `#260600` - When direction is RTL, elements now rearranged properly after change character formatting.
|
3661
|
+
- `#250770` , `#263443` - RTL text layout properly with special characters.
|
3662
|
+
- `#264351` - Justify paragraph is layout properly when paragraph contains field.
|
3663
|
+
- `#264631` - Stop protection is now working if password is empty.
|
3664
|
+
- `#263171` - Cell options dialog content is now aligned properly.
|
3665
|
+
- `#150960` - Hidden separator in context menu when hyperlink is disabled.
|
3666
|
+
- `#150995` - Resolved error when importing the document with editable region restrictions.
|
3667
|
+
- `#260600`, `#150466` , `#266311` - Properties pane is now enabled properly based on the context type in header footer region.
|
3668
|
+
- `#260133` - Resolved navigation issue on Ctrl + click in MAC machine.
|
3669
|
+
- `150960` - Enable/disable comment now working properly.
|
3670
|
+
- `#263608` , `#150960` - Resolved script error when disable toolbar.
|
3671
|
+
- `#261241` - Resolved script error when remove hyperlink in splitted widget.
|
3672
|
+
- `#259011` - Paragraph before spacing layout issue is now resolved.
|
3673
|
+
- `#260206` - Resolved numbering list issue when list contains start at value.
|
3674
|
+
- `#260206` - Restart numbering is now working properly for different number format.
|
3675
|
+
- `#260637` - Resolved script error when removing comment in header.
|
3676
|
+
- `#249197` - Resolved exception when export Sfdt to other type in server side.
|
3677
|
+
- `#252868` - Resolved script error when resize row to next page.
|
3678
|
+
- `#259972` - Formatting is now applied properly for keep text only option in paste.
|
3679
|
+
- `#258191` - Table cell width are now updated properly.
|
3680
|
+
- `#260133`, `#261809` - Page scrolling issue is resolved when right click in MAC machine.
|
3681
|
+
- `#258087`, `#255070` - Grid columns are now preserved properly on export.
|
3682
|
+
- `#255070` - Page headers is now export properly when section break in table.
|
3683
|
+
- `#259583` - List level number for style paragraph is now export properly.
|
3684
|
+
- `#259153` - Table cell width and height is now copy properly.
|
3685
|
+
- `#258121` - Resolved warnings in bootstrap4 styles when run the application in Firefox.
|
3686
|
+
- `#249197` - Highlight colours are now exported properly.
|
3687
|
+
- `#260048`, `#256276` - Image files are now pasted properly.
|
3688
|
+
- `#256903` - Resolved bookmarks API issue when bookmark is in table.
|
3689
|
+
- `#256758` - Resolved selection issue after correcting the spelling mistake.
|
3690
|
+
- `#258938` - Resolved typo error in place holder of comments text area.
|
3691
|
+
- `#257481` - Font family in font dialog is now update properly based on current selection.
|
3692
|
+
- `#257171` - Bookmarks is now update properly after paste with formatting.
|
3693
|
+
- `#257161` - List number is now update properly when hidden field contains list paragraph.
|
3694
|
+
- `#246365` - Borders are now render properly when copy and paste from excel.
|
3695
|
+
- `#257455` - Font colour is now update properly in modify style dialog.
|
3696
|
+
- `#250770` - Line is now arranged properly when insert field.
|
3697
|
+
- `#255913`, `#257879` - Bookmark is now insert properly in splitted paragraph.
|
3698
|
+
- `#255736` , `#256106` , `#257011` - Context menu is now open in Firefox, Edge and Safari.
|
3699
|
+
- `#254998` - Character format is now apply properly for selected bookmark.
|
3700
|
+
- `#254997`, `#256764`, `#257106` , `#256764` - Paragraph format is now export properly if document contains selection.
|
3701
|
+
- `#255272` - Resolved script error when navigate to bookmark in header.
|
3702
|
+
- `#255188` - Bookmark is now preserved properly in header and footer.
|
3703
|
+
- `#255601` - Bookmark is now select properly after insert text.
|
3704
|
+
- `#256385` - Copy is now working properly in Firefox.
|
3705
|
+
- `#256321` - Auto fit table is now lay-out properly if maximum word width exceeds container width.
|
3706
|
+
- `#256509` - Resolved script error throws on backspace when selection is in bookmark end.
|
3707
|
+
- `#256053` - TOC outline level is now serialized properly on Word export.
|
3708
|
+
- `#256449` - Bullet list is now render properly in IOS chrome and safari.
|
3709
|
+
- `#256099` - List is now apply properly in multilevel list.
|
3710
|
+
- `#256384` - Tab width is now update properly when paragraph contains hanging indent.
|
3711
|
+
- `#264048` , `#267560` - Header style formatting is now preserved properly in local copy and paste.
|
3712
|
+
- `#266571` - Table with auto fit is now layout properly.
|
3713
|
+
- `#266534` - Resolved text navigation issue when spell check is enabled.
|
3714
|
+
- `#151718` - Dynamic toolbar injection is now working properly.
|
3715
|
+
- `#266060` - Fixed paste match destination formatting issue.
|
3716
|
+
- `#267089` , `#255993` - Fixed exception when pasting html content.
|
3717
|
+
- `#267793`, `#152022` - Resolved page scrolling issue when copy is triggered.
|
3718
|
+
- `#267769` - Table width is not update properly when insert table inside table cell.
|
3719
|
+
|
3720
|
+
## 18.1.36-beta (2020-03-19)
|
3721
|
+
|
3722
|
+
### Document Editor
|
3723
|
+
|
3724
|
+
#### Breaking Changes
|
3725
|
+
|
3726
|
+
- Default value of `enableLocalPaste` is set to false. So, by default, the content will be pasted from the system clipboard.
|
3727
|
+
- Some locale properties are renamed as below
|
3728
|
+
|
3729
|
+
|Previous|Now|
|
3730
|
+
|----|----|
|
3731
|
+
|Linked(Paragraph and Character)|Linked Style|
|
3732
|
+
|Don't add space between the paragraphs of the same styles|Contextual Spacing|
|
3733
|
+
|The password don't match|Password Mismatch|
|
3734
|
+
|Exceptions (optional)|Exceptions Optional|
|
3735
|
+
|Select parts of the document and choose users who are allowed to freely edit them.|Select Part Of Document And User|
|
3736
|
+
|Yes, Start Enforcing Protection|Enforcing Protection|
|
3737
|
+
|This document is protected from unintentional editing. You may edit in this region.|Protected Document|
|
3738
|
+
|You may format text only with certain styles.|You may format text only with certain styles|
|
3739
|
+
|Type your comment hear|Type your comment here|
|
3740
|
+
|Added comments not posted. If you continue, that comment will be discarded.|Discard Comment|
|
3741
|
+
|Header & Footer|Header And Footer|
|
3742
|
+
|Different header and footer for odd and even pages.|Different header and footer for odd and even pages|
|
3743
|
+
|Different Odd & Even Pages|Different Odd And Even Pages|
|
3744
|
+
|Different header and footer for first page.|Different header and footer for first page|
|
3745
|
+
|Distance from top of the page to top of the header|Distance from top of the page to top of the header|
|
3746
|
+
|Distance from bottom of the page to bottom of the footer.|Distance from bottom of the page to bottom of the footer|
|
3747
|
+
|Insert / Delete|Insert Or Delete|
|
3748
|
+
|Number of heading or outline levels to be shown in table of contents.|Number of heading or outline levels to be shown in table of contents|
|
3749
|
+
|Show page numbers in table of contents.|Show page numbers in table of contents|
|
3750
|
+
|Right align page numbers in table of contents.|Right align page numbers in table of contents|
|
3751
|
+
|Use hyperlinks instead of page numbers.|Use hyperlinks instead of page numbers|
|
3752
|
+
|Bold (Ctrl+B)|Bold Tooltip|
|
3753
|
+
|Italic (Ctrl+I)|Italic Tooltip|
|
3754
|
+
|Underline (Ctrl+U)|Underline Tooltip|
|
3755
|
+
|Superscript (Ctrl+Shift++)|Superscript Tooltip|
|
3756
|
+
|Subscript (Ctrl+=)|Subscript Tooltip|
|
3757
|
+
|Align left (Ctrl+L)|Align left Tooltip|
|
3758
|
+
|Center (Ctrl+E)|Center Tooltip|
|
3759
|
+
|Align right (Ctrl+R)|Align right Tooltip|
|
3760
|
+
|Justify (Ctrl+J)|Justify Tooltip|
|
3761
|
+
|Create a new document.|Create a new document|
|
3762
|
+
|Open a document.|Open a document|
|
3763
|
+
|Undo the last operation (Ctrl+Z).|Undo Tooltip|
|
3764
|
+
|Redo the last operation (Ctrl+Y).|Redo Tooltip|
|
3765
|
+
|Insert inline picture from a file.|Insert inline picture from a file|
|
3766
|
+
|Create a link in your document for quick access to web pages and files (Ctrl+K).|Create Hyperlink|
|
3767
|
+
|Insert a bookmark in a specific place in this document.|Insert a bookmark in a specific place in this document|
|
3768
|
+
|Provide an overview of your document by adding a table of contents.|Provide an overview of your document by adding a table of contents|
|
3769
|
+
|Add or edit the header.|Add or edit the header|
|
3770
|
+
|Add or edit the footer.|Add or edit the footer|
|
3771
|
+
|Open the page setup dialog.|Open the page setup dialog|
|
3772
|
+
|Add page numbers.|Add page numbers|
|
3773
|
+
|Find text in the document (Ctrl+F).|Find Text|
|
3774
|
+
|The current page number in the document. Click or tap to navigate specific page.|Current Page Number|
|
3775
|
+
|
3776
|
+
#### New Features
|
3777
|
+
|
3778
|
+
- `249782`, `254484`, `149278`,`258415`,`260463` - Added support for toolbar customization.
|
3779
|
+
- `253670` - Enhancements for copy and paste operation.
|
3780
|
+
- `#262665`, `#151012` - Added API to customize search highlight colour.
|
3781
|
+
- `#249197` - Added API to enable/disable spell check action.
|
3782
|
+
- `#237725`, `#253671` - Added support for web layout.
|
3783
|
+
- `#260639` - Added `enableComment` property to enable and disable comment.
|
3784
|
+
- `#259970` - Handled paste list behaviour using start at value of list.
|
3785
|
+
- `#256487` - Enhancements for mouse and keyboard selection.
|
3786
|
+
|
3787
|
+
#### Bug Fixes
|
3788
|
+
|
3789
|
+
- `#263861` - Table cells are now resized properly.
|
3790
|
+
- `#260600` , `#266651` - RTL characters are now remove properly on backspace and delete.
|
3791
|
+
- `#260600` - When direction is RTL, elements now rearranged properly after change character formatting.
|
3792
|
+
- `#250770` , `#263443` - RTL text layout properly with special characters.
|
3793
|
+
- `#264351` - Justify paragraph is layout properly when paragraph contains field.
|
3794
|
+
- `#264631` - Stop protection is now working if password is empty.
|
3795
|
+
- `#263171` - Cell options dialog content is now aligned properly.
|
3796
|
+
- `#150960` - Hidden separator in context menu when hyperlink is disabled.
|
3797
|
+
- `#150995` - Resolved error when importing the document with editable region restrictions.
|
3798
|
+
- `#260600`, `#150466` , `#266311` - Properties pane is now enabled properly based on the context type in header footer region.
|
3799
|
+
- `#260133` - Resolved navigation issue on Ctrl + click in MAC machine.
|
3800
|
+
- `150960` - Enable/disable comment now working properly.
|
3801
|
+
- `#263608` , `#150960` - Resolved script error when disable toolbar.
|
3802
|
+
- `#261241` - Resolved script error when remove hyperlink in splitted widget.
|
3803
|
+
- `#259011` - Paragraph before spacing layout issue is now resolved.
|
3804
|
+
- `#260206` - Resolved numbering list issue when list contains start at value.
|
3805
|
+
- `#260206` - Restart numbering is now working properly for different number format.
|
3806
|
+
- `#260637` - Resolved script error when removing comment in header.
|
3807
|
+
- `#249197` - Resolved exception when export Sfdt to other type in server side.
|
3808
|
+
- `#252868` - Resolved script error when resize row to next page.
|
3809
|
+
- `#259972` - Formatting is now applied properly for keep text only option in paste.
|
3810
|
+
- `#258191` - Table cell width are now updated properly.
|
3811
|
+
- `#260133`, `#261809` - Page scrolling issue is resolved when right click in MAC machine.
|
3812
|
+
- `#258087`, `#255070` - Grid columns are now preserved properly on export.
|
3813
|
+
- `#255070` - Page headers is now export properly when section break in table.
|
3814
|
+
- `#259583` - List level number for style paragraph is now export properly.
|
3815
|
+
- `#259153` - Table cell width and height is now copy properly.
|
3816
|
+
- `#258121` - Resolved warnings in bootstrap4 styles when run the application in Firefox.
|
3817
|
+
- `#249197` - Highlight colours are now exported properly.
|
3818
|
+
- `#260048`, `#256276` - Image files are now pasted properly.
|
3819
|
+
- `#256903` - Resolved bookmarks API issue when bookmark is in table.
|
3820
|
+
- `#256758` - Resolved selection issue after correcting the spelling mistake.
|
3821
|
+
- `#258938` - Resolved typo error in place holder of comments text area.
|
3822
|
+
- `#257481` - Font family in font dialog is now update properly based on current selection.
|
3823
|
+
- `#257171` - Bookmarks is now update properly after paste with formatting.
|
3824
|
+
- `#257161` - List number is now update properly when hidden field contains list paragraph.
|
3825
|
+
- `#246365` - Borders are now render properly when copy and paste from excel.
|
3826
|
+
- `#257455` - Font colour is now update properly in modify style dialog.
|
3827
|
+
- `#250770` - Line is now arranged properly when insert field.
|
3828
|
+
- `#255913`, `#257879` - Bookmark is now insert properly in splitted paragraph.
|
3829
|
+
- `#255736` , `#256106` , `#257011` - Context menu is now open in Firefox, Edge and Safari.
|
3830
|
+
- `#254998` - Character format is now apply properly for selected bookmark.
|
3831
|
+
- `#254997`, `#256764`, `#257106` , `#256764` - Paragraph format is now export properly if document contains selection.
|
3832
|
+
- `#255272` - Resolved script error when navigate to bookmark in header.
|
3833
|
+
- `#255188` - Bookmark is now preserved properly in header and footer.
|
3834
|
+
- `#255601` - Bookmark is now select properly after insert text.
|
3835
|
+
- `#256385` - Copy is now working properly in Firefox.
|
3836
|
+
- `#256321` - Auto fit table is now lay-out properly if maximum word width exceeds container width.
|
3837
|
+
- `#256509` - Resolved script error throws on backspace when selection is in bookmark end.
|
3838
|
+
- `#256053` - TOC outline level is now serialized properly on Word export.
|
3839
|
+
- `#256449` - Bullet list is now render properly in IOS chrome and safari.
|
3840
|
+
- `#256099` - List is now apply properly in multilevel list.
|
3841
|
+
- `#256384` - Tab width is now update properly when paragraph contains hanging indent.
|
3842
|
+
|
3843
|
+
## 17.4.55 (2020-03-10)
|
3844
|
+
|
3845
|
+
### Document Editor
|
3846
|
+
|
3847
|
+
#### New Features
|
3848
|
+
|
3849
|
+
- `249782`, `254484`, `149278`,`258415`,`260463` - Added support for toolbar customization.
|
3850
|
+
|
3851
|
+
#### Bug Fixes
|
3852
|
+
|
3853
|
+
- `#263861` - Table cells are now resized properly.
|
3854
|
+
- `#260600` , `#266651` - RTL characters are now remove properly on backspace and delete.
|
3855
|
+
- `#260600` - When direction is RTL, elements now rearranged properly after change character formatting.
|
3856
|
+
- `#250770` , `#263443` - RTL text layout properly with special characters.
|
3857
|
+
- `#264351` - Justify paragraph is layout properly when paragraph contains field.
|
3858
|
+
- `#264631` - Stop protection is now working if password is empty.
|
3859
|
+
|
3860
|
+
## 17.4.51 (2020-02-25)
|
3861
|
+
|
3862
|
+
### Document Editor
|
3863
|
+
|
3864
|
+
#### Bug Fixes
|
3865
|
+
|
3866
|
+
- `#263171` - Cell options dialog content is now aligned properly.
|
3867
|
+
- `#150960` - Hidden separator in context menu when hyperlink is disabled.
|
3868
|
+
- `#150995` - Resolved error when importing the document with editable region restrictions.
|
3869
|
+
- `#260600`, `#150466` , `#266311` - Properties pane is now enabled properly based on the context type in header footer region.
|
3870
|
+
- `#260133` - Resolved navigation issue on Ctrl + click in MAC machine.
|
3871
|
+
|
3872
|
+
## 17.4.50 (2020-02-18)
|
3873
|
+
|
3874
|
+
### Document Editor
|
3875
|
+
|
3876
|
+
#### New Features
|
3877
|
+
|
3878
|
+
- `253670` - Enhancements for copy and paste operation.
|
3879
|
+
|
3880
|
+
#### Bug Fixes
|
3881
|
+
|
3882
|
+
- `150960` - Enable/disable comment now working properly.
|
3883
|
+
|
3884
|
+
## 17.4.49 (2020-02-11)
|
3885
|
+
|
3886
|
+
### Document Editor
|
3887
|
+
|
3888
|
+
#### New Features
|
3889
|
+
|
3890
|
+
- `#262665`, `#151012` - Added API to customize search highlight colour.
|
3891
|
+
- `#249197` - Added API to enable/disable spell check action.
|
3892
|
+
- `#237725`, `#253671` - Added support for web layout.
|
3893
|
+
|
3894
|
+
#### Bug Fixes
|
3895
|
+
|
3896
|
+
- `#263608` , `#150960` - Resolved script error when disable toolbar.
|
3897
|
+
- `#261241` - Resolved script error when remove hyperlink in splitted widget.
|
3898
|
+
- `#259011` - Paragraph before spacing layout issue is now resolved.
|
3899
|
+
|
3900
|
+
## 17.4.47 (2020-02-05)
|
3901
|
+
|
3902
|
+
### Document Editor
|
3903
|
+
|
3904
|
+
#### New Features
|
3905
|
+
|
3906
|
+
- `#260639` - Added `enableComment` property to enable and disable comment.
|
3907
|
+
- `#259970` - Handled paste list behaviour using start at value of list.
|
3908
|
+
|
3909
|
+
#### Bug Fixes
|
3910
|
+
|
3911
|
+
- `#260206` - Resolved numbering list issue when list contains start at value.
|
3912
|
+
- `#260206` - Restart numbering is now working properly for different number format.
|
3913
|
+
- `#260637` - Resolved script error when removing comment in header.
|
3914
|
+
- `#249197` - Resolved exception when export Sfdt to other type in server side.
|
3915
|
+
|
3916
|
+
## 17.4.46 (2020-01-30)
|
3917
|
+
|
3918
|
+
### Document Editor
|
3919
|
+
|
3920
|
+
#### Breaking Changes
|
3921
|
+
|
3922
|
+
- Default value of `enableLocalPaste` is set to false. So, by default, the content will be pasted from the system clipboard.
|
3923
|
+
|
3924
|
+
#### Bug Fixes
|
3925
|
+
|
3926
|
+
- `#252868` - Resolved script error when resize row to next page.
|
3927
|
+
- `#259972` - Formatting is now applied properly for keep text only option in paste.
|
3928
|
+
- `#258191` - Table cell width are now updated properly.
|
3929
|
+
- `#260133`, `#261809` - Page scrolling issue is resolved when right click in MAC machine.
|
3930
|
+
|
3931
|
+
## 17.4.43 (2020-01-14)
|
3932
|
+
|
3933
|
+
### Document Editor
|
3934
|
+
|
3935
|
+
#### Bug Fixes
|
3936
|
+
|
3937
|
+
- `#258087`, `#255070` - Grid columns are now preserved properly on export.
|
3938
|
+
- `#255070` - Page headers is now export properly when section break in table.
|
3939
|
+
- `#259583` - List level number for style paragraph is now export properly.
|
3940
|
+
- `#259153` - Table cell width and height is now copy properly.
|
3941
|
+
- `#258121` - Resolved warnings in bootstrap4 styles when run the application in Firefox.
|
3942
|
+
- `#249197` - Highlight colours are now exported properly.
|
3943
|
+
- `#260048`, `#256276` - Image files are now pasted properly.
|
3944
|
+
|
3945
|
+
## 17.4.41 (2020-01-07)
|
3946
|
+
|
3947
|
+
### Document Editor
|
3948
|
+
|
3949
|
+
#### New Features
|
3950
|
+
|
3951
|
+
- `#256487` - Enhancements for mouse and keyboard selection.
|
3952
|
+
|
3953
|
+
#### Bug Fixes
|
3954
|
+
|
3955
|
+
- `#256903` - Resolved bookmarks API issue when bookmark is in table.
|
3956
|
+
- `#256758` - Resolved selection issue after correcting the spelling mistake.
|
3957
|
+
- `#258938` - Resolved typo error in place holder of comments text area.
|
3958
|
+
- `#257481` - Font family in font dialog is now update properly based on current selection.
|
3959
|
+
- `#257171` - Bookmarks is now update properly after paste with formatting.
|
3960
|
+
- `#257161` - List number is now update properly when hidden field contains list paragraph.
|
3961
|
+
- `#246365` - Borders are now render properly when copy and paste from excel.
|
3962
|
+
- `#257455` - Font colour is now update properly in modify style dialog.
|
3963
|
+
- `#250770` - Line is now arranged properly when insert field.
|
3964
|
+
|
3965
|
+
## 17.4.40 (2019-12-24)
|
3966
|
+
|
3967
|
+
### Document Editor
|
3968
|
+
|
3969
|
+
#### Breaking Changes
|
3970
|
+
|
3971
|
+
- Some locale properties are renamed as below
|
3972
|
+
|
3973
|
+
|Previous|Now|
|
3974
|
+
|----|----|
|
3975
|
+
|Linked(Paragraph and Character)|Linked Style|
|
3976
|
+
|Don't add space between the paragraphs of the same styles|Contextual Spacing|
|
3977
|
+
|The password don't match|Password Mismatch|
|
3978
|
+
|Exceptions (optional)|Exceptions Optional|
|
3979
|
+
|Select parts of the document and choose users who are allowed to freely edit them.|Select Part Of Document And User|
|
3980
|
+
|Yes, Start Enforcing Protection|Enforcing Protection|
|
3981
|
+
|This document is protected from unintentional editing. You may edit in this region.|Protected Document|
|
3982
|
+
|You may format text only with certain styles.|You may format text only with certain styles|
|
3983
|
+
|Type your comment hear|Type your comment here|
|
3984
|
+
|Added comments not posted. If you continue, that comment will be discarded.|Discard Comment|
|
3985
|
+
|Header & Footer|Header And Footer|
|
3986
|
+
|Different header and footer for odd and even pages.|Different header and footer for odd and even pages|
|
3987
|
+
|Different Odd & Even Pages|Different Odd And Even Pages|
|
3988
|
+
|Different header and footer for first page.|Different header and footer for first page|
|
3989
|
+
|Distance from top of the page to top of the header|Distance from top of the page to top of the header|
|
3990
|
+
|Distance from bottom of the page to bottom of the footer.|Distance from bottom of the page to bottom of the footer|
|
3991
|
+
|Insert / Delete|Insert Or Delete|
|
3992
|
+
|Number of heading or outline levels to be shown in table of contents.|Number of heading or outline levels to be shown in table of contents|
|
3993
|
+
|Show page numbers in table of contents.|Show page numbers in table of contents|
|
3994
|
+
|Right align page numbers in table of contents.|Right align page numbers in table of contents|
|
3995
|
+
|Use hyperlinks instead of page numbers.|Use hyperlinks instead of page numbers|
|
3996
|
+
|Bold (Ctrl+B)|Bold Tooltip|
|
3997
|
+
|Italic (Ctrl+I)|Italic Tooltip|
|
3998
|
+
|Underline (Ctrl+U)|Underline Tooltip|
|
3999
|
+
|Superscript (Ctrl+Shift++)|Superscript Tooltip|
|
4000
|
+
|Subscript (Ctrl+=)|Subscript Tooltip|
|
4001
|
+
|Align left (Ctrl+L)|Align left Tooltip|
|
4002
|
+
|Center (Ctrl+E)|Center Tooltip|
|
4003
|
+
|Align right (Ctrl+R)|Align right Tooltip|
|
4004
|
+
|Justify (Ctrl+J)|Justify Tooltip|
|
4005
|
+
|Create a new document.|Create a new document|
|
4006
|
+
|Open a document.|Open a document|
|
4007
|
+
|Undo the last operation (Ctrl+Z).|Undo Tooltip|
|
4008
|
+
|Redo the last operation (Ctrl+Y).|Redo Tooltip|
|
4009
|
+
|Insert inline picture from a file.|Insert inline picture from a file|
|
4010
|
+
|Create a link in your document for quick access to web pages and files (Ctrl+K).|Create Hyperlink|
|
4011
|
+
|Insert a bookmark in a specific place in this document.|Insert a bookmark in a specific place in this document|
|
4012
|
+
|Provide an overview of your document by adding a table of contents.|Provide an overview of your document by adding a table of contents|
|
4013
|
+
|Add or edit the header.|Add or edit the header|
|
4014
|
+
|Add or edit the footer.|Add or edit the footer|
|
4015
|
+
|Open the page setup dialog.|Open the page setup dialog|
|
4016
|
+
|Add page numbers.|Add page numbers|
|
4017
|
+
|Find text in the document (Ctrl+F).|Find Text|
|
4018
|
+
|The current page number in the document. Click or tap to navigate specific page.|Current Page Number|
|
4019
|
+
|
4020
|
+
#### Bug Fixes
|
4021
|
+
|
4022
|
+
- `#255913`, `#257879` - Bookmark is now insert properly in splitted paragraph.
|
4023
|
+
- `#255736` , `#256106` , `#257011` - Context menu is now open in Firefox, Edge and Safari.
|
4024
|
+
- `#254998` - Character format is now apply properly for selected bookmark.
|
4025
|
+
- `#254997`, `#256764`, `#257106` , `#256764` - Paragraph format is now export properly if document contains selection.
|
4026
|
+
- `#255272` - Resolved script error when navigate to bookmark in header.
|
4027
|
+
- `#255188` - Bookmark is now preserved properly in header and footer.
|
4028
|
+
- `#255601` - Bookmark is now select properly after insert text.
|
4029
|
+
- `#256385` - Copy is now working properly in Firefox.
|
4030
|
+
- `#256321` - Auto fit table is now lay-out properly if maximum word width exceeds container width.
|
4031
|
+
- `#256509` - Resolved script error throws on backspace when selection is in bookmark end.
|
4032
|
+
- `#256053` - TOC outline level is now serialized properly on Word export.
|
4033
|
+
- `#256449` - Bullet list is now render properly in IOS chrome and safari.
|
4034
|
+
- `#256099` - List is now apply properly in multilevel list.
|
4035
|
+
- `#256384` - Tab width is now update properly when paragraph contains hanging indent.
|
4036
|
+
|
4037
|
+
## 17.4.39 (2019-12-17)
|
4038
|
+
|
4039
|
+
### Document Editor
|
4040
|
+
|
4041
|
+
#### New Features
|
4042
|
+
|
4043
|
+
- `#249197`, `#249364`, `#148274`, `#253325` Added support for converting SFDT to Word document in server side.
|
4044
|
+
- `#125563`, `#158324`, `#210401`, `#231575`, `#239871`, `#238529`, `#240405`, `#252988`, `#255850` - Added support for insert and edit comments.
|
4045
|
+
- `#245203` - Added support for section pages field.
|
4046
|
+
- `#255626`,`#254750` - RTL and locale is now updated properly on property change.
|
4047
|
+
- `#251866` - Enhancement for Auto list feature.
|
4048
|
+
|
4049
|
+
## 17.3.29 (2019-11-26)
|
4050
|
+
|
4051
|
+
### Document Editor
|
4052
|
+
|
4053
|
+
#### Bug Fixes
|
4054
|
+
|
4055
|
+
- `#252868`, `#254873` - Resolved script error when resizing table row.
|
4056
|
+
- `#251882` - Line spacing for paragraph is now apply properly when line spacing type is atleast.
|
4057
|
+
- `#143383` - Paper size drop down is now update properly based on page width and page height.
|
4058
|
+
- `#255741` - Fixed the focus issue when key pressed on input element.
|
4059
|
+
- `#250770` - RTL text with special characters are now layout properly.
|
4060
|
+
- `10269` - Line spacing is now exported properly.
|
4061
|
+
|
4062
|
+
## 17.3.28 (2019-11-19)
|
4063
|
+
|
4064
|
+
### Document Editor
|
4065
|
+
|
4066
|
+
#### New Features
|
4067
|
+
|
4068
|
+
- `#246305` - Added API to check whether selection is in field.
|
4069
|
+
- `#246305` - Added API to select the current field if selection is in field.
|
4070
|
+
- `#246305` - Added API to perform delete.
|
4071
|
+
|
4072
|
+
#### Bug Fixes
|
4073
|
+
|
4074
|
+
- `#253511` - Line spacing is now applying properly after set locale to document editor.
|
4075
|
+
- `#254998` , `#251884` - Updated bookmark collection when bookmark gets added.
|
4076
|
+
- `#246264` - Table with vertical merged split cells is now layout properly.
|
4077
|
+
- `#246884` - List is now copied properly.
|
4078
|
+
|
4079
|
+
## 17.3.27 (2019-11-12)
|
4080
|
+
|
4081
|
+
### Document Editor
|
4082
|
+
|
4083
|
+
#### New Features
|
4084
|
+
|
4085
|
+
- `#253104` - Added API to set custom header in XmlHttpRequest.
|
4086
|
+
|
4087
|
+
#### Bug Fixes
|
4088
|
+
|
4089
|
+
- `#251603` - When apply numbering list, continue numbering is now updated properly.
|
4090
|
+
- `#251689` - Resolved script error after cut and undo operation.
|
4091
|
+
- `#250599` - Script error now resolved when deleting page break.
|
4092
|
+
- `#250914` - Updated bookmark collection when bookmark gets removed.
|
4093
|
+
- `#251606` - Scrolling is now proper when mouse move out of document editor.
|
4094
|
+
|
4095
|
+
## 17.3.26 (2019-11-05)
|
4096
|
+
|
4097
|
+
### Document Editor
|
4098
|
+
|
4099
|
+
#### New Features
|
4100
|
+
|
4101
|
+
- `#250061`, `#246305` - Added property to retrieve bookmarks on selection.
|
4102
|
+
- `#251247` - Added API for restrict editing.
|
4103
|
+
- `#251247`, `#238969`, `#252954`,`#253149` - Added API for selection.
|
4104
|
+
|
4105
|
+
#### Bug Fixes
|
4106
|
+
|
4107
|
+
- `251355` - Script error while importing the document is now resolved.
|
4108
|
+
- `251910` - Status bar disappear on mouse hover is now resolved.
|
4109
|
+
- `251219` - Script errors due to Content security policy are now resolved.
|
4110
|
+
|
4111
|
+
## 17.3.21 (2019-10-30)
|
4112
|
+
|
4113
|
+
### Document Editor
|
4114
|
+
|
4115
|
+
#### Bug Fixes
|
4116
|
+
|
4117
|
+
- `#251576` - Enable repeat row header is now enabled properly in table properties dialog.
|
4118
|
+
- `#250638` - Scroll position is now maintained after inserting columns.
|
4119
|
+
- `#253260` - Script error now resolved when double click on header footer.
|
4120
|
+
- `#252506` - Spell checker performance has been improved.
|
4121
|
+
|
4122
|
+
## 17.3.19 (2019-10-22)
|
4123
|
+
|
4124
|
+
### Document Editor
|
4125
|
+
|
4126
|
+
#### New Features
|
4127
|
+
|
4128
|
+
- `#249783` - Added API to set default section format properties.
|
4129
|
+
|
4130
|
+
#### Bug Fixes
|
4131
|
+
|
4132
|
+
- `#249729` - List now updated when copy and paste from outside editor.
|
4133
|
+
- `#249574` - Table now layout properly when resizing table middle column.
|
4134
|
+
- `#249767` - Control elements are now destroyed properly.
|
4135
|
+
- `#250041` - Paragraph formatting is now preserved properly when copy and paste contents.
|
4136
|
+
|
4137
|
+
## 17.3.17 (2019-10-15)
|
4138
|
+
|
4139
|
+
### Document Editor
|
4140
|
+
|
4141
|
+
#### Bug Fixes
|
4142
|
+
|
4143
|
+
- `#246264` - Page now becomes responsive, when document contains table with split cell widget.
|
4144
|
+
- `#249138` - Table of contents dialog now rendered properly.
|
4145
|
+
- `#245757` - Page now becomes responsive when we edit in header footer region.
|
4146
|
+
- `#249049` - List continue numbering issues are resolved now.
|
4147
|
+
- `#248304`, `#250801` - TOC is now updated properly, when paragraph contains page break with heading style.
|
4148
|
+
- `#249736` - Focus is now set to text search result, when search icon is clicked in options pane.
|
4149
|
+
- `#249542` - Draw image error is resolved now, when document contains invalid image source.
|
4150
|
+
- `#249329` - Added localization for missed text in document editor.
|
4151
|
+
- `#248710` - Character format is now applied, when selection start is in field.
|
4152
|
+
|
4153
|
+
## 17.3.16 (2019-10-09)
|
4154
|
+
|
4155
|
+
### Document Editor
|
4156
|
+
|
4157
|
+
#### Bug Fixes
|
4158
|
+
|
4159
|
+
- `#246365`, `#250077` - Table Width for auto type table format is now updated properly.
|
4160
|
+
- `#249283` - Command + A key triggers properly in MAC machine's Safari browser.
|
4161
|
+
- `#248301` - Text clipping issues are fixed when text inside table cell.
|
4162
|
+
- `#246587` - backward selection issues and backspace issues for restrict editing are resolved now.
|
4163
|
+
- `#244786` , `#248882` - Text now rendered properly in RTL paragraph, when copy and paste locally.
|
4164
|
+
- `#248304` - Tab leader is now preserved properly, when updating table of contents.
|
4165
|
+
|
4166
|
+
## 17.3.14 (2019-10-03)
|
4167
|
+
|
4168
|
+
### Document Editor
|
4169
|
+
|
4170
|
+
#### New Features
|
4171
|
+
|
4172
|
+
- `#245203` - Added support to preserve and layout start page number for sections
|
4173
|
+
|
4174
|
+
#### Bug Fixes
|
4175
|
+
|
4176
|
+
- `#243771` - Clipboard data is now pasted as plain text, If XHTML validation fails.
|
4177
|
+
- `#246264`, `#246143`, `#247143` - Styles now updated properly for the selected paragraph.
|
4178
|
+
- `#246003` - Default character and paragraph format is now set on initial control rendering.
|
4179
|
+
- `#245766` - Table of contents is now copied properly.
|
4180
|
+
- `#245891` - Merge field is now copied as a plain text.
|
4181
|
+
- `#245860`, `#246440` - Script error is fixed after paste switch to different formatting.
|
4182
|
+
- `#245461` - Left border width is now updated properly.
|
4183
|
+
- `#246168` - List tab width is now calculated properly when hanging indent is specified.
|
4184
|
+
- `#245890` - Script error is fixed when pasting content copied from word.
|
4185
|
+
- `#247896`, `#147336` - Text is now visible when its container contains flex style property.
|
4186
|
+
- `#246884` - Copy and paste single paragraph containing list is now resolved.
|
4187
|
+
- `#247831` - Script error is fixed while importing document.
|
4188
|
+
- `#246168` - List font style is now rendered properly.
|
4189
|
+
- `#246751` - Script error is now resolved when editing inside nested table.
|
4190
|
+
- `#245453` - Paragraph is now lay-outed properly when it has based on style.
|
4191
|
+
- `#244786`, `#248882` - RTL text exporting issues are fixed.
|
4192
|
+
- `#244786` - Cursor now updated properly after inserting merge field when paragraph is set as RTL.
|
4193
|
+
|
4194
|
+
## 17.3.9-beta (2019-09-20)
|
4195
|
+
|
4196
|
+
### Document Editor
|
4197
|
+
|
4198
|
+
#### Bug Fixes
|
4199
|
+
|
4200
|
+
- `#245457`, `#245459` - Table is now layout properly.
|
4201
|
+
- `#246127`, `#246597`, `#247364` - Page number field is now exported properly in Sfdt export.
|
4202
|
+
|
4203
|
+
## 17.2.49 (2019-09-04)
|
4204
|
+
|
4205
|
+
### Document Editor
|
4206
|
+
|
4207
|
+
#### Bug Fixes
|
4208
|
+
|
4209
|
+
- `#245473` - Line spacing is now exported properly.
|
4210
|
+
- `#245469`, `#245470` - List level paragraph heading is now layout properly on page break.
|
4211
|
+
- `#243495` - width is now calculated properly for the tab element, if it has single tab stop.
|
4212
|
+
- `#244893` - Paste event is now triggered in safari browser.
|
4213
|
+
- `#246003` - Insert field is now updated based on current selection format.
|
4214
|
+
- `#243919` - Script error is fixed while pressing Ctrl + A.
|
4215
|
+
|
4216
|
+
## 17.2.47 (2019-08-27)
|
4217
|
+
|
4218
|
+
### Document Editor
|
4219
|
+
|
4220
|
+
#### Bug Fixes
|
4221
|
+
|
4222
|
+
- `#243874` - Contextual Spacing property on paragraph is now exported properly.
|
4223
|
+
- `#243878` - Copy and paste when the document contains page break character within control is now working.
|
4224
|
+
- `#243495` - Follow character width for list is now updated properly.
|
4225
|
+
|
4226
|
+
## 17.2.41 (2019-08-14)
|
4227
|
+
|
4228
|
+
### Document Editor
|
4229
|
+
|
4230
|
+
#### Bug Fixes
|
4231
|
+
|
4232
|
+
- `#243495` - List level paragraph heading 2 first line indent style is now applied properly.
|
4233
|
+
- `#243495` - Section break paragraph style layout is now applied properly.
|
4234
|
+
- `#243495` - TOC tab header layout is now applied properly for sub headings.
|
4235
|
+
- `#243495` - Script error is fixed when calculating tab width for list in TOC.
|
4236
|
+
- `#243495` - TOC hyperlink text style is now preserved properly.
|
4237
|
+
- `#243878` - Table cell is now exported properly when table contains spanned rows.
|
4238
|
+
|
4239
|
+
## 17.2.40 (2019-08-06)
|
4240
|
+
|
4241
|
+
### Document Editor
|
4242
|
+
|
4243
|
+
#### Bug Fixes
|
4244
|
+
|
4245
|
+
- `#241445` - List level for RTL paragraph is now applied properly when tab is applied.
|
4246
|
+
- `#241445` - Undo and redo is now working properly, after list level modified for RTL paragraph.
|
4247
|
+
- `#241445` - Paragraph is now layout properly, when entering combination of RTL and English text.
|
4248
|
+
- `#243622` - List is now exported properly in sfdt format.
|
4249
|
+
|
4250
|
+
## 17.2.39 (2019-07-30)
|
4251
|
+
|
4252
|
+
### Document Editor
|
4253
|
+
|
4254
|
+
#### New Features
|
4255
|
+
|
4256
|
+
- `#238969` - Added API to set paste formatting options
|
4257
|
+
|
4258
|
+
#### Bug Fixes
|
4259
|
+
|
4260
|
+
- `#146208` - Header footer contents are now rendered properly on print without any blur.
|
4261
|
+
- `#240266` - Fixed Exception thrown while updating page number.
|
4262
|
+
|
4263
|
+
## 17.2.36 (2019-07-24)
|
4264
|
+
|
4265
|
+
### Document Editor
|
4266
|
+
|
4267
|
+
#### Bug Fixes
|
4268
|
+
|
4269
|
+
- `#239985` - List paragraph with style is now layout properly.
|
4270
|
+
- `#236808` - Table is now layout properly if table width type is auto.
|
4271
|
+
- `#228049` - Paragraph with right tab stop is now layout properly.
|
4272
|
+
|
4273
|
+
## 17.2.35 (2019-07-17)
|
4274
|
+
|
4275
|
+
### Document Editor
|
4276
|
+
|
4277
|
+
#### Bug Fixes
|
4278
|
+
|
4279
|
+
- `#144676` - Table is now layout properly if table contains grid after value.
|
4280
|
+
- `#235990` - Table is now layout properly if table width type is not auto.
|
4281
|
+
- `#228049` - Table with row margin is now layout properly.
|
4282
|
+
- `#228049` - Text is now rendered properly without clipping.
|
4283
|
+
- `#237734` - Table borders are now exported properly.
|
4284
|
+
|
4285
|
+
## 17.2.34 (2019-07-11)
|
4286
|
+
|
4287
|
+
### Document Editor
|
4288
|
+
|
4289
|
+
#### Breaking Changes
|
4290
|
+
|
4291
|
+
- The `pasteLocal` method in `Editor` module is changed to `paste`, which accepts the sfdt string as argument. If sfdt string does not present, paste the local clipboard data.
|
4292
|
+
|
4293
|
+
#### Bug Fixes
|
4294
|
+
|
4295
|
+
- `#240558` - Page numbers are now updated properly.
|
4296
|
+
- `#228049` - Table left border and shadings are now rendered properly.
|
4297
|
+
- `#228049` - Paragraph left indent will never add extra space in table cell.
|
4298
|
+
- `#239144` - Font Type and size value gets highlight when focused on corresponding dropdown list.
|
4299
|
+
|
4300
|
+
## 17.2.28-beta (2019-06-27)
|
4301
|
+
|
4302
|
+
### Document Editor
|
4303
|
+
|
4304
|
+
#### Breaking Changes
|
4305
|
+
|
4306
|
+
- The `serviceUrl` property in `DocumentEditorContainer` component no longer expect the full path of the Web API action. Henceforth, it only expects the path up to controller name alone. And the Web API action name can be configured in `serverActionSettings` property for different actions.
|
4307
|
+
|
4308
|
+
#### New Features
|
4309
|
+
|
4310
|
+
- `#229069` - Added contextual spacing support.
|
4311
|
+
- `#158324`, `#226019`, `#226018`, `#227644`, `#238417` - Added support for chart preservation.
|
4312
|
+
- `#94889` ,`#87537`, `#223333` ,`#222513`, `#224521` ,`#227620` ,`#227052` ,`#227362`, `#236997` - Added spell check support.
|
4313
|
+
- `#226631` ,`#227594`, `#231373`, `#233073` - Added clipboard paste with formatted content.
|
4314
|
+
- `#140903` ,`#227192`, `#227641` ,`#227640` - Added restrict editing support.
|
4315
|
+
- `#237725` - Added API to customize gap between each page.
|
4316
|
+
|
4317
|
+
#### Bug Fixes
|
4318
|
+
|
4319
|
+
- `#237415`, `#238902` - Document exported properly when document contains hyphen character.
|
4320
|
+
- `#228049` - Tab character width is now calculated properly.
|
4321
|
+
- `#228049` - Table with repeat header is now layout properly.
|
4322
|
+
- `#234073` - Table is now pasted properly.
|
4323
|
+
- `#236808` - Document exported properly when document contains text form field.
|
4324
|
+
- `#144848` - Table shading is now exported properly.
|
4325
|
+
|
4326
|
+
## 17.1.50 (2019-06-04)
|
4327
|
+
|
4328
|
+
### Document Editor
|
4329
|
+
|
4330
|
+
#### Bug Fixes
|
4331
|
+
|
4332
|
+
- `#236930` - Table exported properly when document contains continuous table.
|
4333
|
+
- `#236502` - Table last column resizing is now working properly.
|
4334
|
+
|
4335
|
+
## 17.1.49 (2019-05-29)
|
4336
|
+
|
4337
|
+
### Document Editor
|
4338
|
+
|
4339
|
+
#### Bug Fixes
|
4340
|
+
|
4341
|
+
- `#226399` - Header and Footer is now layout properly if document contains section break
|
4342
|
+
|
4343
|
+
## 17.1.48 (2019-05-21)
|
4344
|
+
|
4345
|
+
### Document Editor
|
4346
|
+
|
4347
|
+
#### Bug Fixes
|
4348
|
+
|
4349
|
+
- `#234799` - Bold button is now aligned properly in modify style dialog.
|
4350
|
+
- `#236061`, `#236039` - Document editor container component is now destroyed properly.
|
4351
|
+
- `#234146` - Section formats are now applied properly.
|
4352
|
+
- `#233556`, `#234406` - Table of Contents are now inserted properly.
|
4353
|
+
- `#234249` - Multilevel lists are now exported properly.
|
4354
|
+
- `#234084` - Selection is now updated properly after clear formatting.
|
4355
|
+
- `#234073` - Copy is now working properly for nested table.
|
4356
|
+
- `#234799` - Renaming the existing style in modify style dialog is now updated properly.
|
4357
|
+
- `#234799` - Text alignment is now updating properly while modify style using style dialog.
|
4358
|
+
|
4359
|
+
## 17.1.47 (2019-05-14)
|
4360
|
+
|
4361
|
+
### Document Editor
|
4362
|
+
|
4363
|
+
#### New Features
|
4364
|
+
|
4365
|
+
- `#142821` - Added API to insert bookmark and fetch all bookmarks in document.
|
4366
|
+
- `#142820` - Added API to insert hyperlink.
|
4367
|
+
|
4368
|
+
#### Bug Fixes
|
4369
|
+
|
4370
|
+
- `#230628` - Updated dialog animation.
|
4371
|
+
|
4372
|
+
## 17.1.44 (2019-05-07)
|
4373
|
+
|
4374
|
+
### Document Editor
|
4375
|
+
|
4376
|
+
#### Bug Fixes
|
4377
|
+
|
4378
|
+
- `#233280` - Improvised performance while updating page field.
|
4379
|
+
|
4380
|
+
## 17.1.43 (2019-04-30)
|
4381
|
+
|
4382
|
+
### Document Editor
|
4383
|
+
|
4384
|
+
#### Bug Fixes
|
4385
|
+
|
4386
|
+
- `#233908` - Height for merged cell is now updated properly.
|
4387
|
+
|
4388
|
+
## 17.1.42 (2019-04-23)
|
4389
|
+
|
4390
|
+
### Document Editor
|
4391
|
+
|
4392
|
+
#### Bug Fixes
|
4393
|
+
|
4394
|
+
- `#231353` - Text search results are now navigated properly.
|
4395
|
+
|
4396
|
+
## 17.1.41 (2019-04-16)
|
4397
|
+
|
4398
|
+
### Document Editor
|
4399
|
+
|
4400
|
+
#### Bug Fixes
|
4401
|
+
|
4402
|
+
- `#232616` - Document contents are now exported properly.
|
4403
|
+
- `#232616` - Page hang on editing the document is fixed.
|
4404
|
+
- `#232327` - Tables are now removed properly.
|
4405
|
+
|
4406
|
+
## 17.1.40 (2019-04-09)
|
4407
|
+
|
4408
|
+
### Document Editor
|
4409
|
+
|
4410
|
+
#### Bug Fixes
|
4411
|
+
|
4412
|
+
- Tab stop width is now calculated properly.
|
4413
|
+
- First page header and footer is now layout properly.
|
4414
|
+
- Scrollbar now updated properly in Internet Explorer.
|
4415
|
+
- Page reload issue on button click is fixed.
|
4416
|
+
|
4417
|
+
## 17.1.38 (2019-03-29)
|
4418
|
+
|
4419
|
+
### Document Editor
|
4420
|
+
|
4421
|
+
#### New Features
|
4422
|
+
|
4423
|
+
- Added API to customize the default character format and paragraph format of document editor.
|
4424
|
+
- Added support to customize context menu.
|
4425
|
+
- Optimized text rendering.
|
4426
|
+
|
4427
|
+
#### Bug Fixes
|
4428
|
+
|
4429
|
+
- Section break is now serialized properly.
|
4430
|
+
|
4431
|
+
## 17.1.32-beta (2019-03-13)
|
4432
|
+
|
4433
|
+
### Document Editor
|
4434
|
+
|
4435
|
+
#### New Features
|
4436
|
+
|
4437
|
+
- Added API to customize the default character format and paragraph format of document editor.
|
4438
|
+
- Added support to customize context menu.
|
4439
|
+
- Optimized text rendering.
|
4440
|
+
|
4441
|
+
#### Bug Fixes
|
4442
|
+
|
4443
|
+
- Section break is now serialized properly.
|
4444
|
+
|
4445
|
+
## 16.4.54 (2019-02-19)
|
4446
|
+
|
4447
|
+
### Document Editor
|
4448
|
+
|
4449
|
+
#### Bug Fixes
|
4450
|
+
|
4451
|
+
- Default tab width is parsed and serialized properly.
|
4452
|
+
|
4453
|
+
## 16.4.53 (2019-02-13)
|
4454
|
+
|
4455
|
+
### Document Editor
|
4456
|
+
|
4457
|
+
#### Bug Fixes
|
4458
|
+
|
4459
|
+
- Table inside header is now layout properly.
|
4460
|
+
- Table re-layout while editing now layout properly.
|
4461
|
+
- Page break inside table is handled.
|
4462
|
+
|
4463
|
+
## 16.4.48 (2019-01-22)
|
4464
|
+
|
4465
|
+
### Document Editor
|
4466
|
+
|
4467
|
+
#### Bug Fixes
|
4468
|
+
|
4469
|
+
- Broken image rendering is handled.
|
4470
|
+
|
4471
|
+
## 16.4.46 (2019-01-08)
|
4472
|
+
|
4473
|
+
### Document Editor
|
4474
|
+
|
4475
|
+
#### New Features
|
4476
|
+
|
4477
|
+
- Table editing performance optimized.
|
4478
|
+
|
4479
|
+
## 16.4.45 (2019-01-02)
|
4480
|
+
|
4481
|
+
### Document Editor
|
4482
|
+
|
4483
|
+
#### Bug Fixes
|
4484
|
+
|
4485
|
+
- Table border is rendered properly.
|
4486
|
+
|
4487
|
+
## 16.4.44 (2018-12-24)
|
4488
|
+
|
4489
|
+
### Document Editor
|
4490
|
+
|
4491
|
+
#### Bug Fixes
|
4492
|
+
|
4493
|
+
- Tab stop now layout properly in header and footer.
|
4494
|
+
- Empty header and footer now layout properly.
|
4495
|
+
- Table column span values are now updated properly.
|
4496
|
+
|
4497
|
+
## 16.4.40-beta (2018-12-10)
|
4498
|
+
|
4499
|
+
### Document Editor
|
4500
|
+
|
4501
|
+
#### New Features
|
4502
|
+
|
4503
|
+
- Added support for Right-to-left flow direction in control.
|
4504
|
+
- Added support for table auto fit layout.
|
4505
|
+
- Added Document Editor Container component for toolbar and properties pane.
|
4506
|
+
|
4507
|
+
## 16.3.33 (2018-11-20)
|
4508
|
+
|
4509
|
+
### Document Editor
|
4510
|
+
|
4511
|
+
#### Bug Fixes
|
4512
|
+
|
4513
|
+
- Updated Readme and GitHub URL.
|
4514
|
+
|
4515
|
+
## 16.3.29 (2018-10-31)
|
4516
|
+
|
4517
|
+
### Document Editor
|
4518
|
+
|
4519
|
+
#### New Features
|
4520
|
+
|
4521
|
+
- Added support for input method editor.
|
4522
|
+
|
4523
|
+
#### Bug Fixes
|
4524
|
+
|
4525
|
+
- Images are now displayed properly.
|
4526
|
+
|
4527
|
+
## 16.3.24 (2018-10-09)
|
4528
|
+
|
4529
|
+
### Document Editor
|
4530
|
+
|
4531
|
+
#### Bug Fixes
|
4532
|
+
|
4533
|
+
- Resizing table columns are working properly for merged cells.
|
4534
|
+
|
4535
|
+
## 16.3.23 (2018-10-03)
|
4536
|
+
|
4537
|
+
### Document Editor
|
4538
|
+
|
4539
|
+
#### New Features
|
4540
|
+
|
4541
|
+
- Added `created` and `destroyed` events in `DocumentEditor`.
|
4542
|
+
|
4543
|
+
## 16.3.21 (2018-09-22)
|
4544
|
+
|
4545
|
+
### Document Editor
|
4546
|
+
|
4547
|
+
#### Bug Fixes
|
4548
|
+
|
4549
|
+
- Cursor position is now updated properly when placed after image, bookmark.
|
4550
|
+
|
4551
|
+
## 16.3.17 (2018-09-12)
|
4552
|
+
|
4553
|
+
### Document Editor
|
4554
|
+
|
4555
|
+
#### New Features
|
4556
|
+
|
4557
|
+
- Added support for Page break.
|
4558
|
+
- Added `insertSectionBreak` method in `Editor` class to insert a section break at current selection.
|
4559
|
+
|
4560
|
+
## 16.2.48 (2018-08-14)
|
4561
|
+
|
4562
|
+
### Document Editor
|
4563
|
+
|
4564
|
+
#### Bug Fixes
|
4565
|
+
|
4566
|
+
- Selection position is now updated properly on “Enter” key inside vertical merged cell.
|
4567
|
+
- The content of a page no longer overlaps on next page while editing document contents.
|
4568
|
+
- Undo & redo now works properly for list text editing.
|
4569
|
+
- Line height is now updated properly for the paragraph contains bookmark element alone.
|
4570
|
+
|
4571
|
+
## 16.2.46 (2018-07-30)
|
4572
|
+
|
4573
|
+
### Document Editor
|
4574
|
+
|
4575
|
+
#### New Features
|
4576
|
+
|
4577
|
+
- Added support for .NET Framework 4.0 and 4.5 in `Syncfusion.EJ2.DocumentEditor` NuGet package.
|
4578
|
+
|
4579
|
+
## 16.2.41 (2018-06-25)
|
4580
|
+
|
4581
|
+
### Document Editor
|
4582
|
+
|
4583
|
+
The Document Editor component is used to create, edit, view, and print Word documents in web applications. All the user interactions and editing operations that run purely in the client-side provides much faster editing experience to the users.
|
4584
|
+
|
4585
|
+
- Opens the native `Syncfusion Document Text (*.sfdt)` format documents in the client-side.
|
4586
|
+
- Saves the documents in the client-side as `Syncfusion Document Text (*.sfdt)` and `Word document (*.docx)`.
|
4587
|
+
- Supports document elements like text, inline image, table, fields, bookmark, section, header, and footer.
|
4588
|
+
- Supports the commonly used fields like hyperlink, page number, page count, and table of contents.
|
4589
|
+
- Supports formats like text, paragraph, bullets and numbering, table, page settings, etc.
|
4590
|
+
- Provides support to create, edit, and apply paragraph and character styles.
|
4591
|
+
- Provides support to find and replace text within the document.
|
4592
|
+
- Supports all the common editing and formatting operations along with undo and redo.
|
4593
|
+
- Provides support to cut, copy, and paste rich text contents within the component. Also allows pasting simple text to and from other applications.
|
4594
|
+
- Allows user interactions like zoom, scroll, select contents through touch, mouse, and keyboard.
|
4595
|
+
- Provides intuitive UI options like context menu, dialogs, and navigation pane.
|
4596
|
+
- Creates a lightweight Word viewer using module injection to view and prints Word documents.
|
4597
|
+
- Added `Syncfusion.EJ2.DocumentEditor` NuGet package that contains helper library for converting Word documents to `Syncfusion Document Text (*.sfdt)`. It supports .NET Standard 2.0 Framework.
|