@syncfusion/ej2-react-documenteditor 23.2.7 → 24.1.43
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 +210 -394
- package/README.md +1 -1
- package/diConfig.json +2 -1
- package/dist/ej2-react-documenteditor.min.js +9 -0
- package/dist/ej2-react-documenteditor.umd.min.js +9 -0
- package/package.json +58 -58
- package/styles/bootstrap-dark.css +1 -5835
- package/styles/bootstrap.css +1 -5863
- package/styles/bootstrap4.css +1 -6221
- package/styles/bootstrap5-dark.css +1 -6181
- package/styles/bootstrap5.css +1 -6181
- package/styles/document-editor/bootstrap-dark.css +1 -3844
- package/styles/document-editor/bootstrap.css +1 -3845
- package/styles/document-editor/bootstrap4.css +1 -4000
- package/styles/document-editor/bootstrap5-dark.css +1 -3942
- package/styles/document-editor/bootstrap5.css +1 -3942
- package/styles/document-editor/fabric-dark.css +1 -3844
- package/styles/document-editor/fabric.css +1 -3848
- package/styles/document-editor/fluent-dark.css +1 -3886
- package/styles/document-editor/fluent.css +1 -3886
- package/styles/document-editor/highcontrast-light.css +1 -2794
- package/styles/document-editor/highcontrast.css +1 -3844
- package/styles/document-editor/material-dark.css +1 -3838
- package/styles/document-editor/material.css +1 -3838
- package/styles/document-editor/material3-dark.css +1 -3996
- package/styles/document-editor/material3-dark.scss +1 -1
- package/styles/document-editor/material3.css +1 -4052
- package/styles/document-editor/material3.scss +1 -1
- package/styles/document-editor/tailwind-dark.css +1 -4152
- package/styles/document-editor/tailwind.css +1 -4155
- package/styles/document-editor-container/bootstrap-dark.css +1 -1990
- package/styles/document-editor-container/bootstrap.css +1 -2017
- package/styles/document-editor-container/bootstrap4.css +1 -2220
- package/styles/document-editor-container/bootstrap5-dark.css +1 -2238
- package/styles/document-editor-container/bootstrap5.css +1 -2238
- package/styles/document-editor-container/fabric-dark.css +1 -1976
- package/styles/document-editor-container/fabric.css +1 -2012
- package/styles/document-editor-container/fluent-dark.css +1 -2127
- package/styles/document-editor-container/fluent.css +1 -2127
- package/styles/document-editor-container/highcontrast-light.css +1 -4011
- package/styles/document-editor-container/highcontrast.css +1 -2019
- package/styles/document-editor-container/material-dark.css +1 -1971
- package/styles/document-editor-container/material.css +1 -1990
- package/styles/document-editor-container/material3-dark.css +1 -2251
- package/styles/document-editor-container/material3-dark.scss +1 -1
- package/styles/document-editor-container/material3.css +1 -2307
- package/styles/document-editor-container/material3.scss +1 -1
- package/styles/document-editor-container/tailwind-dark.css +1 -2074
- package/styles/document-editor-container/tailwind.css +1 -2074
- package/styles/fabric-dark.css +1 -5821
- package/styles/fabric.css +1 -5861
- package/styles/fluent-dark.css +1 -6014
- package/styles/fluent.css +1 -6014
- package/styles/highcontrast-light.css +1 -4768
- package/styles/highcontrast.css +1 -5864
- package/styles/material-dark.css +1 -5810
- package/styles/material.css +1 -5829
- package/styles/material3-dark.css +1 -6248
- package/styles/material3.css +1 -6360
- package/styles/tailwind-dark.css +1 -6227
- package/styles/tailwind.css +1 -6230
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,24 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I514005` - Resolved section break parsing issue while pasting.
|
|
10
|
+
- `#I515062` - Resolved Locale constant missing in Vietnamese.
|
|
11
|
+
- `#I520469` - Resolved Alignment issue in document editor.
|
|
12
|
+
- `#I524057` - Resolved The arabic selection issue.
|
|
13
|
+
- `#I520821` - Resolved Justify Enter issue for Arabic text.
|
|
14
|
+
- `#I523987` - Resolved the hyphen text is not rendered issue.
|
|
15
|
+
- `#I526246` - Resolved Spell Check dialog popup issue.
|
|
16
|
+
- `#I526232` - Resolved the list continuity issue on paste content.
|
|
17
|
+
- `#I527224` - Resolved Open Hyperlink & Copy Hyperlink missing in contextMenu while readOnly mode.
|
|
18
|
+
- `#I529797` - Resolved the Search result return Zero.
|
|
19
|
+
- `#I532949` - Resolved the list numbering issue
|
|
20
|
+
|
|
21
|
+
## 24.1.41 (2023-12-18)
|
|
22
|
+
|
|
23
|
+
### DocumentEditor
|
|
24
|
+
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
9
27
|
- `#I516207` - Resolved the issue of search text of footnote content.
|
|
10
28
|
- `#I513118` - Resolved the Background Color is missing in exported document issue.
|
|
11
29
|
- `#I517682` - Resolved the document corrupted issue on exporting as Docx.
|
|
@@ -19,8 +37,11 @@
|
|
|
19
37
|
- `#I513117` - Resolved editing and last page delete issue.
|
|
20
38
|
- `#I525400` - Resolved issue in paste.
|
|
21
39
|
- `#I513061` - Resolved editing issues in the attached document.
|
|
22
|
-
- `#
|
|
23
|
-
|
|
40
|
+
- `#I516733` - Resolved the script error issue while pasting content.
|
|
41
|
+
|
|
42
|
+
#### Features
|
|
43
|
+
|
|
44
|
+
- `#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.
|
|
24
45
|
|
|
25
46
|
## 23.2.6 (2023-11-28)
|
|
26
47
|
|
|
@@ -140,219 +161,14 @@
|
|
|
140
161
|
|
|
141
162
|
#### New Features
|
|
142
163
|
|
|
143
|
-
- `#
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
### DocumentEditor
|
|
148
|
-
|
|
149
|
-
#### Bug Fixes
|
|
150
|
-
|
|
151
|
-
- `#I500107` - Resolved the Formatting issue with DocumentEditor.
|
|
152
|
-
- `#I497404` - Script error occurred when loading the document.
|
|
153
|
-
- `#I498661` - Resolved spacing issue while deleting list content on track changes enabled.
|
|
154
|
-
- `#F184319` - Resolved the User's Time zone issue.
|
|
155
|
-
- `#I501695` - Resolved the replace ALL issue to replace the first occurrence.
|
|
156
|
-
- `#FB46595` - Page number is now reflecting.
|
|
157
|
-
- `#I497387` - Resolved the bookmark end is deleted in document production mode.
|
|
158
|
-
- `#I499799` - Resolved the rtl content rendering issue while opening rtf document.
|
|
159
|
-
- `#I495180` - Delete is now working properly for tracked content
|
|
160
|
-
- `#I503264` - Resolved script error issue while inserting text
|
|
161
|
-
- `#I503222` - Resolved track changes issue, when select the inserted changes.
|
|
162
|
-
- `#I493589` - Keypad appearing issue is resolved in mobile view.
|
|
163
|
-
- `#I498520` - Resolved the Text FormField deleting multiple issues.
|
|
164
|
-
|
|
165
|
-
## 23.1.38 (2023-09-26)
|
|
166
|
-
|
|
167
|
-
### DocumentEditor
|
|
168
|
-
|
|
169
|
-
#### Bug Fixes
|
|
170
|
-
|
|
171
|
-
- `#I473464` - Resolve the destroy issue in document Editor.
|
|
172
|
-
- `#I490198` - Resolve the Page not responding while press TAB key continuously.
|
|
173
|
-
- `#I494676` - Content is missing after downloading the file as docx.
|
|
174
|
-
- `#I495070` - Issue with cursor position and indentation when in RTL mode.
|
|
175
|
-
- `#I495596` - Issue with pasting from Word to the editor in RTL mode.
|
|
176
|
-
- `#I497629` - Issue in Exported svg image.
|
|
177
|
-
- `#I504069` - Document editor insert image from URL facing issue in reopening the exported document.
|
|
178
|
-
|
|
179
|
-
## 23.1.36 (2023-09-15)
|
|
180
|
-
|
|
181
|
-
### DocumentEditor
|
|
182
|
-
|
|
183
|
-
#### New Features
|
|
184
|
-
|
|
185
|
-
- `#I471020` - Added support for table title and description.
|
|
186
|
-
|
|
187
|
-
## 22.2.12 (2023-09-05)
|
|
188
|
-
|
|
189
|
-
### DocumentEditor
|
|
190
|
-
|
|
191
|
-
#### Bug Fixes
|
|
192
|
-
|
|
193
|
-
- `#I482661` - Auto fit table with preferred width table is layouted properly in Document editor
|
|
194
|
-
- `#I458332` - Now, able to search a word & apply properties like alignment(left/right/center) inside shape.
|
|
195
|
-
- `#I494044` - Resolved the exception issue while exporting a document in server side.
|
|
196
|
-
- `#I485502` - Now, Date field opened properly in form filling mode.
|
|
197
|
-
|
|
198
|
-
## 22.2.11 (2023-08-29)
|
|
199
|
-
|
|
200
|
-
### DocumentEditor
|
|
201
|
-
|
|
202
|
-
#### Bug Fixes
|
|
203
|
-
|
|
204
|
-
- `#I479032` - Now, Application is working in IE 11.
|
|
205
|
-
- `#I484782` - Resolved the formatting issue occurred when converting to DOCX in Server side.
|
|
206
|
-
- `#I484763` - Fixed the issue editing header throws script error in console.
|
|
207
|
-
- `#I485502` - Fixed the issue in exporting the document with an image.
|
|
208
|
-
- `#I485763` - Resolved the navigation issue using Ctrl+Right key.
|
|
209
|
-
- `#I486538` - Fixed the issue in saving the svg image.
|
|
210
|
-
- `#I488148` - Now, Accept/reject work properly after stopping protection.
|
|
211
|
-
- `#F183848` - Fixed the issue in docx exporting.
|
|
212
|
-
- `#F183866` - Resolved the issue in pasting a larger image.
|
|
213
|
-
- `#I488197` - Resolved the issue in spellCheck.
|
|
214
|
-
- `#I489064` - Fixed the issue bottom text overlapped with the footer line.
|
|
215
|
-
- `#I489638` - Now, Doughnut chart renders properly in DocumentEditor.
|
|
216
|
-
- `#I490573`, `#I491902` - Now, Able to edit text file.
|
|
217
|
-
- `#I494011`, `#I494218` - Fixed the issue script error occurred when opening a document.
|
|
218
|
-
|
|
219
|
-
## 22.2.10 (2023-08-22)
|
|
220
|
-
|
|
221
|
-
### DocumentEditor
|
|
222
|
-
|
|
223
|
-
#### Bug Fixes
|
|
224
|
-
|
|
225
|
-
- `#I482625` , `#F183478` - Resolved the script error of opening a chart document.
|
|
226
|
-
- `#F183689` , `#F183682` - Resolved the issue while inserting svg image.
|
|
227
|
-
- `#I483658` - Resolved the frozen issue while loading the given document.
|
|
228
|
-
- `#I483659` - Fixed the issue document editor crashes when trying to edit.
|
|
229
|
-
- `#I483689` - Fixed the Overlapping issue while loading.
|
|
230
|
-
- `#I484763` - Fixed the issue of editing header throws script error in console.
|
|
231
|
-
- `#I485401` - Resolved the script error while downloading the document.
|
|
232
|
-
- `#I485791` - Fixed the overlapping issue when we do enter before the shape.
|
|
233
|
-
- `#I486671` - Resolved the script error occurred when scrolling.
|
|
234
|
-
|
|
235
|
-
## 22.2.9 (2023-08-15)
|
|
236
|
-
|
|
237
|
-
### DocumentEditor
|
|
238
|
-
|
|
239
|
-
#### Bug Fixes
|
|
240
|
-
|
|
241
|
-
- `#I482578` - Fixed the unsafe-eval error in source.
|
|
242
|
-
- `#I486542` - Now, the Desired Font Family present properly in selecting Dropdown.
|
|
243
|
-
- `#I485462` - Resolved the issue in updating font families dynamically.
|
|
244
|
-
- `#F183689` - Resolved the issue while inserting svg image .
|
|
245
|
-
- `#I483658` - Resolved the frozen issue while loading the given document.
|
|
246
|
-
- `#I475459` - Added sanitize for the open, copy, and paste APIs.
|
|
247
|
-
|
|
248
|
-
## 22.2.8 (2023-08-08)
|
|
249
|
-
|
|
250
|
-
### DocumentEditor
|
|
251
|
-
|
|
252
|
-
#### Bug Fixes
|
|
253
|
-
|
|
254
|
-
- `#I482386`, `#I486455` - Resolved the spell check issue.
|
|
255
|
-
- `#I482694` - Now, the table Header repeating is proper while enter new data at last row of the page.
|
|
256
|
-
- `#I483711` - Fixed the issue in custom style preservation and applying.
|
|
257
|
-
- `#I478257` - Fixed the issue in list format rendering.
|
|
258
|
-
- `#I484131` - Resolved the table lines missing after saving the document.
|
|
259
|
-
- `#I485502` - Resolved the issue in exporting the document with an image.
|
|
260
|
-
- `#I486096` - Now, Update field appear in the context menu.
|
|
261
|
-
|
|
262
|
-
## 22.2.7 (2023-08-02)
|
|
263
|
-
|
|
264
|
-
### DocumentEditor
|
|
265
|
-
|
|
266
|
-
#### Bug Fixes
|
|
267
|
-
|
|
268
|
-
- `#I480272` - Resolved the Page get Freeze issue while opening a document.
|
|
269
|
-
- `#I484011` - Added 1/2 px option in table properties pane width options.
|
|
270
|
-
- `#F183323` - Resolved the table rendering issue.
|
|
271
|
-
- `#I478257` - Fixed the issue in list format rendering.
|
|
272
|
-
- `#I479946` - Now, the tracked content is preserved properly.
|
|
273
|
-
- `#I479193` - Fixed the issue in opening an exported HTML file.
|
|
274
|
-
- `#I477577` - Resolved the script error while clicking on the field.
|
|
275
|
-
- `#FB44883` - Fixed the form fill pop-up rendering issues.
|
|
276
|
-
- `#I481912` - Fixed the image overlapping issue in the header.
|
|
277
|
-
|
|
278
|
-
## 22.2.5 (2023-07-27)
|
|
279
|
-
|
|
280
|
-
### DocumentEditor
|
|
281
|
-
|
|
282
|
-
#### Bug Fixes
|
|
283
|
-
|
|
284
|
-
- `#I475597` - Now, show alert Message while entering invalid hyperlink address.
|
|
285
|
-
- `#I473464` - Resolved the Toolbar disappear issue while destroy and re-append container instance.
|
|
286
|
-
- `#I478156` - Resolved the text cut issue while highlighting selected text
|
|
287
|
-
|
|
288
|
-
#### Breaking Changes
|
|
289
|
-
|
|
290
|
-
- By default, the `enableOptimizedSpellCheck` property is set to `false`. However, when you enable the `enableSpellCheck` property, the `enableOptimizedSpellCheck` is automatically enabled as well.
|
|
291
|
-
|
|
292
|
-
## 22.1.39 (2023-07-18)
|
|
293
|
-
|
|
294
|
-
### DocumentEditor
|
|
295
|
-
|
|
296
|
-
#### Bug Fixes
|
|
297
|
-
|
|
298
|
-
- `#I476853` - Resolved the script error while pasting content when enable track changes.
|
|
299
|
-
- `#I475577` - Now, text inserted correctly when setting column as left, right.
|
|
300
|
-
- `#I478156` - Resolved the exception throw while SaveAsBlobAsync and load in blazor.
|
|
301
|
-
- `#I477929` - Fixed the issue in header rendering.
|
|
302
|
-
- `#I476855` - Resolved the script error is thrown when deleting the tracked content.
|
|
303
|
-
- `#I461189` - Fixed the paste issue in Footnote content.
|
|
304
|
-
- `#I477905` - Resolved the Comments not highlighting issue.
|
|
305
|
-
- `#I477735` - Now, Properties pane has proper focus while moving mouse from the properties.
|
|
306
|
-
|
|
307
|
-
## 22.1.38 (2023-07-11)
|
|
308
|
-
|
|
309
|
-
### DocumentEditor
|
|
310
|
-
|
|
311
|
-
#### Bug Fixes
|
|
312
|
-
|
|
313
|
-
- `#I476430`, `#I475526` - Resolved the control freeze issue when inserting an image inside the table.
|
|
314
|
-
- `#I475535` - Fixed the wrong image rendering while pasting.
|
|
315
|
-
- `#I475151` - Resolved the time delay issue while editing the document.
|
|
316
|
-
- `#I471381` - Fixed the shape layout issue when do enter before the table.
|
|
317
|
-
- `#I477735` - Now, the properties pane has focus while moving the mouse from the properties.
|
|
318
|
-
- `#F182887` - Resolved the table missing issue while importing.
|
|
319
|
-
- `#I477569` - Fixed the formatting pane issue with Material 3 theme.
|
|
320
|
-
|
|
321
|
-
## 22.1.37 (2023-07-04)
|
|
322
|
-
|
|
323
|
-
### DocumentEditor
|
|
324
|
-
|
|
325
|
-
#### Bug Fixes
|
|
326
|
-
|
|
327
|
-
- `#I472778` - Fixed Console error occurred while managing options in the footer and header.
|
|
328
|
-
- `#I470576` - Table is now rendered properly without content overlapping issue.
|
|
329
|
-
- `#I471848` - The cell merging now working properly.
|
|
330
|
-
- `#I470071` - Resolved the Editor Stuck while giving comment.
|
|
331
|
-
- `#I469081` - Fixed the script error when delete the resize table.
|
|
332
|
-
|
|
333
|
-
## 22.1.36 (2023-06-28)
|
|
334
|
-
|
|
335
|
-
### DocumentEditor
|
|
336
|
-
|
|
337
|
-
#### Bug Fixes
|
|
338
|
-
|
|
339
|
-
- `#I462679` - Resolved performance issue occurred when inserting Text.
|
|
340
|
-
- `#F182725` - Resolved the table with border color below 1pt.
|
|
341
|
-
- `#I470871` - Resolved the issue in displaying the page number in the header section.
|
|
342
|
-
- `#I471871` - Resolved the drag & drop shape issue.
|
|
343
|
-
- `#I464996` - Resolved the table formatting issue while undoing.
|
|
344
|
-
- `#I466554` - Resolved the table unresponsive issue when backspacing.
|
|
345
|
-
- `#I473944` - Resolved the font change when exporting a document in docx format.
|
|
346
|
-
- `#I471205` - Resolved the issue occurred when loading a document.
|
|
347
|
-
- `#FB44186` - Resolved the horizontal line appears issue in the page header.
|
|
348
|
-
- `#F182850` - Resolved the issue in docx exporting.
|
|
349
|
-
- `#I469096` - Resolved the loss of original text formatting while pasting.
|
|
350
|
-
- `#I464759` - Resolved the issue in shape rendering.
|
|
351
|
-
- `#I464934` - Resolved the issue in customize the page size after inserting next page break.
|
|
164
|
+
- `#I397854`, `#I401771` - Added support for editing alternate text for images.
|
|
165
|
+
- `#I370306`, `#I438565` - Added support for character spacing and scaling.
|
|
166
|
+
- `#I273864`, `#I318326`, `#I325320`, `#I331615`, `#I339872`, `#F164047` - Added support for linking to the previous header/footer.
|
|
167
|
+
- `#I445060`, `#I468741` - Added a property in the `selectionChanged` event arguments to identify whether the user has completed their selection.
|
|
352
168
|
|
|
353
169
|
## 21.2.10 (2023-06-13)
|
|
354
170
|
|
|
355
|
-
###
|
|
171
|
+
### Document Editor
|
|
356
172
|
|
|
357
173
|
#### Bug Fixes
|
|
358
174
|
|
|
@@ -363,7 +179,7 @@
|
|
|
363
179
|
|
|
364
180
|
## 21.2.9 (2023-06-06)
|
|
365
181
|
|
|
366
|
-
###
|
|
182
|
+
### Document Editor
|
|
367
183
|
|
|
368
184
|
#### Bug Fixes
|
|
369
185
|
|
|
@@ -377,7 +193,7 @@
|
|
|
377
193
|
|
|
378
194
|
## 21.2.8 (2023-05-30)
|
|
379
195
|
|
|
380
|
-
###
|
|
196
|
+
### Document Editor
|
|
381
197
|
|
|
382
198
|
#### Bug Fixes
|
|
383
199
|
|
|
@@ -398,7 +214,7 @@
|
|
|
398
214
|
|
|
399
215
|
## 21.2.6 (2023-05-23)
|
|
400
216
|
|
|
401
|
-
###
|
|
217
|
+
### Document Editor
|
|
402
218
|
|
|
403
219
|
#### Bug Fixes
|
|
404
220
|
|
|
@@ -418,7 +234,7 @@
|
|
|
418
234
|
|
|
419
235
|
## 21.2.5 (2023-05-16)
|
|
420
236
|
|
|
421
|
-
###
|
|
237
|
+
### Document Editor
|
|
422
238
|
|
|
423
239
|
#### Bug Fixes
|
|
424
240
|
|
|
@@ -436,7 +252,7 @@
|
|
|
436
252
|
|
|
437
253
|
## 21.2.4 (2023-05-09)
|
|
438
254
|
|
|
439
|
-
###
|
|
255
|
+
### Document Editor
|
|
440
256
|
|
|
441
257
|
#### Bug Fixes
|
|
442
258
|
|
|
@@ -447,7 +263,7 @@
|
|
|
447
263
|
|
|
448
264
|
## 21.2.3 (2023-05-03)
|
|
449
265
|
|
|
450
|
-
###
|
|
266
|
+
### Document Editor
|
|
451
267
|
|
|
452
268
|
#### Bug Fixes
|
|
453
269
|
|
|
@@ -459,7 +275,7 @@
|
|
|
459
275
|
|
|
460
276
|
## 21.1.41 (2023-04-18)
|
|
461
277
|
|
|
462
|
-
###
|
|
278
|
+
### Document Editor
|
|
463
279
|
|
|
464
280
|
#### Bug Fixes
|
|
465
281
|
|
|
@@ -474,7 +290,7 @@
|
|
|
474
290
|
|
|
475
291
|
## 21.1.39 (2023-04-11)
|
|
476
292
|
|
|
477
|
-
###
|
|
293
|
+
### Document Editor
|
|
478
294
|
|
|
479
295
|
#### Bug Fixes
|
|
480
296
|
|
|
@@ -500,7 +316,7 @@
|
|
|
500
316
|
|
|
501
317
|
## 21.1.38 (2023-04-04)
|
|
502
318
|
|
|
503
|
-
###
|
|
319
|
+
### Document Editor
|
|
504
320
|
|
|
505
321
|
#### Bug Fixes
|
|
506
322
|
|
|
@@ -515,7 +331,7 @@
|
|
|
515
331
|
|
|
516
332
|
## 21.1.37 (2023-03-29)
|
|
517
333
|
|
|
518
|
-
###
|
|
334
|
+
### Document Editor
|
|
519
335
|
|
|
520
336
|
#### Bug Fixes
|
|
521
337
|
|
|
@@ -527,7 +343,7 @@
|
|
|
527
343
|
|
|
528
344
|
## 21.1.35 (2023-03-23)
|
|
529
345
|
|
|
530
|
-
###
|
|
346
|
+
### Document Editor
|
|
531
347
|
|
|
532
348
|
#### Breaking Changes
|
|
533
349
|
|
|
@@ -549,7 +365,7 @@
|
|
|
549
365
|
|
|
550
366
|
## 20.4.54 (2023-03-14)
|
|
551
367
|
|
|
552
|
-
###
|
|
368
|
+
### Document Editor
|
|
553
369
|
|
|
554
370
|
#### Bug Fixes
|
|
555
371
|
|
|
@@ -559,7 +375,7 @@
|
|
|
559
375
|
|
|
560
376
|
## 20.4.53 (2023-03-07)
|
|
561
377
|
|
|
562
|
-
###
|
|
378
|
+
### Document Editor
|
|
563
379
|
|
|
564
380
|
#### Bug Fixes
|
|
565
381
|
|
|
@@ -569,7 +385,7 @@
|
|
|
569
385
|
|
|
570
386
|
## 20.4.52 (2023-02-28)
|
|
571
387
|
|
|
572
|
-
###
|
|
388
|
+
### Document Editor
|
|
573
389
|
|
|
574
390
|
#### Bug Fixes
|
|
575
391
|
|
|
@@ -578,7 +394,7 @@
|
|
|
578
394
|
|
|
579
395
|
## 20.4.51 (2023-02-21)
|
|
580
396
|
|
|
581
|
-
###
|
|
397
|
+
### Document Editor
|
|
582
398
|
|
|
583
399
|
#### Bug Fixes
|
|
584
400
|
|
|
@@ -587,7 +403,7 @@
|
|
|
587
403
|
|
|
588
404
|
## 20.4.50 (2023-02-14)
|
|
589
405
|
|
|
590
|
-
###
|
|
406
|
+
### Document Editor
|
|
591
407
|
|
|
592
408
|
#### Bug Fixes
|
|
593
409
|
|
|
@@ -599,7 +415,7 @@
|
|
|
599
415
|
|
|
600
416
|
## 20.4.49 (2023-02-07)
|
|
601
417
|
|
|
602
|
-
###
|
|
418
|
+
### Document Editor
|
|
603
419
|
|
|
604
420
|
#### Bug Fixes
|
|
605
421
|
|
|
@@ -610,7 +426,7 @@
|
|
|
610
426
|
|
|
611
427
|
## 20.4.48 (2023-02-01)
|
|
612
428
|
|
|
613
|
-
###
|
|
429
|
+
### Document Editor
|
|
614
430
|
|
|
615
431
|
#### Bug Fixes
|
|
616
432
|
|
|
@@ -622,7 +438,7 @@
|
|
|
622
438
|
|
|
623
439
|
## 20.4.44 (2023-01-18)
|
|
624
440
|
|
|
625
|
-
###
|
|
441
|
+
### Document Editor
|
|
626
442
|
|
|
627
443
|
#### Bug Fixes
|
|
628
444
|
|
|
@@ -634,7 +450,7 @@
|
|
|
634
450
|
|
|
635
451
|
## 20.4.43 (2023-01-10)
|
|
636
452
|
|
|
637
|
-
###
|
|
453
|
+
### Document Editor
|
|
638
454
|
|
|
639
455
|
#### Bug Fixes
|
|
640
456
|
|
|
@@ -643,7 +459,7 @@
|
|
|
643
459
|
|
|
644
460
|
## 20.4.42 (2023-01-04)
|
|
645
461
|
|
|
646
|
-
###
|
|
462
|
+
### Document Editor
|
|
647
463
|
|
|
648
464
|
#### Bug Fixes
|
|
649
465
|
|
|
@@ -666,7 +482,7 @@
|
|
|
666
482
|
|
|
667
483
|
## 20.4.40 (2022-12-28)
|
|
668
484
|
|
|
669
|
-
###
|
|
485
|
+
### Document Editor
|
|
670
486
|
|
|
671
487
|
#### Bug Fixes
|
|
672
488
|
|
|
@@ -676,7 +492,7 @@
|
|
|
676
492
|
|
|
677
493
|
## 20.3.60 (2022-12-06)
|
|
678
494
|
|
|
679
|
-
###
|
|
495
|
+
### Document Editor
|
|
680
496
|
|
|
681
497
|
#### Bug Fixes
|
|
682
498
|
|
|
@@ -685,7 +501,7 @@
|
|
|
685
501
|
|
|
686
502
|
## 20.3.59 (2022-11-29)
|
|
687
503
|
|
|
688
|
-
###
|
|
504
|
+
### Document Editor
|
|
689
505
|
|
|
690
506
|
#### Bug Fixes
|
|
691
507
|
|
|
@@ -694,7 +510,7 @@
|
|
|
694
510
|
|
|
695
511
|
## 20.3.58 (2022-11-22)
|
|
696
512
|
|
|
697
|
-
###
|
|
513
|
+
### Document Editor
|
|
698
514
|
|
|
699
515
|
#### Bug Fixes
|
|
700
516
|
|
|
@@ -709,7 +525,7 @@
|
|
|
709
525
|
|
|
710
526
|
## 20.3.57 (2022-11-15)
|
|
711
527
|
|
|
712
|
-
###
|
|
528
|
+
### Document Editor
|
|
713
529
|
|
|
714
530
|
#### Bug Fixes
|
|
715
531
|
|
|
@@ -723,7 +539,7 @@
|
|
|
723
539
|
|
|
724
540
|
## 20.3.56 (2022-11-08)
|
|
725
541
|
|
|
726
|
-
###
|
|
542
|
+
### Document Editor
|
|
727
543
|
|
|
728
544
|
#### Bug Fixes
|
|
729
545
|
|
|
@@ -743,7 +559,7 @@
|
|
|
743
559
|
|
|
744
560
|
## 20.3.52 (2022-10-26)
|
|
745
561
|
|
|
746
|
-
###
|
|
562
|
+
### Document Editor
|
|
747
563
|
|
|
748
564
|
#### Bug Fixes
|
|
749
565
|
|
|
@@ -755,7 +571,7 @@
|
|
|
755
571
|
|
|
756
572
|
## 20.3.50 (2022-10-18)
|
|
757
573
|
|
|
758
|
-
###
|
|
574
|
+
### Document Editor
|
|
759
575
|
|
|
760
576
|
#### Bug Fixes
|
|
761
577
|
|
|
@@ -770,7 +586,7 @@
|
|
|
770
586
|
|
|
771
587
|
## 20.3.49 (2022-10-11)
|
|
772
588
|
|
|
773
|
-
###
|
|
589
|
+
### Document Editor
|
|
774
590
|
|
|
775
591
|
#### Bug Fixes
|
|
776
592
|
|
|
@@ -785,7 +601,7 @@
|
|
|
785
601
|
|
|
786
602
|
## 20.3.48 (2022-10-05)
|
|
787
603
|
|
|
788
|
-
###
|
|
604
|
+
### Document Editor
|
|
789
605
|
|
|
790
606
|
#### Bug Fixes
|
|
791
607
|
|
|
@@ -804,7 +620,7 @@
|
|
|
804
620
|
|
|
805
621
|
## 20.3.47 (2022-09-29)
|
|
806
622
|
|
|
807
|
-
###
|
|
623
|
+
### Document Editor
|
|
808
624
|
|
|
809
625
|
#### New Features
|
|
810
626
|
|
|
@@ -812,7 +628,7 @@
|
|
|
812
628
|
|
|
813
629
|
## 20.1.52 (2022-05-04)
|
|
814
630
|
|
|
815
|
-
###
|
|
631
|
+
### Document Editor
|
|
816
632
|
|
|
817
633
|
#### Bug Fixes
|
|
818
634
|
|
|
@@ -839,7 +655,7 @@
|
|
|
839
655
|
|
|
840
656
|
## 20.1.51 (2022-04-26)
|
|
841
657
|
|
|
842
|
-
###
|
|
658
|
+
### Document Editor
|
|
843
659
|
|
|
844
660
|
#### Bug Fixes
|
|
845
661
|
|
|
@@ -852,7 +668,7 @@
|
|
|
852
668
|
|
|
853
669
|
## 20.1.50 (2022-04-19)
|
|
854
670
|
|
|
855
|
-
###
|
|
671
|
+
### Document Editor
|
|
856
672
|
|
|
857
673
|
#### Bug Fixes
|
|
858
674
|
|
|
@@ -862,7 +678,7 @@
|
|
|
862
678
|
|
|
863
679
|
## 20.1.48 (2022-04-12)
|
|
864
680
|
|
|
865
|
-
###
|
|
681
|
+
### Document Editor
|
|
866
682
|
|
|
867
683
|
#### Bug Fixes
|
|
868
684
|
|
|
@@ -886,7 +702,7 @@
|
|
|
886
702
|
|
|
887
703
|
## 20.1.47 (2022-04-04)
|
|
888
704
|
|
|
889
|
-
###
|
|
705
|
+
### Document Editor
|
|
890
706
|
|
|
891
707
|
#### Bug Fixes
|
|
892
708
|
|
|
@@ -906,7 +722,7 @@
|
|
|
906
722
|
|
|
907
723
|
## 19.4.56 (2022-03-15)
|
|
908
724
|
|
|
909
|
-
###
|
|
725
|
+
### Document Editor
|
|
910
726
|
|
|
911
727
|
#### Bug Fixes
|
|
912
728
|
|
|
@@ -920,7 +736,7 @@
|
|
|
920
736
|
|
|
921
737
|
## 19.4.55 (2022-03-08)
|
|
922
738
|
|
|
923
|
-
###
|
|
739
|
+
### Document Editor
|
|
924
740
|
|
|
925
741
|
#### Bug Fixes
|
|
926
742
|
|
|
@@ -942,7 +758,7 @@
|
|
|
942
758
|
|
|
943
759
|
## 19.4.54 (2022-03-01)
|
|
944
760
|
|
|
945
|
-
###
|
|
761
|
+
### Document Editor
|
|
946
762
|
|
|
947
763
|
#### Bug Fixes
|
|
948
764
|
|
|
@@ -955,7 +771,7 @@
|
|
|
955
771
|
|
|
956
772
|
## 19.4.53 (2022-02-22)
|
|
957
773
|
|
|
958
|
-
###
|
|
774
|
+
### Document Editor
|
|
959
775
|
|
|
960
776
|
#### Bug Fixes
|
|
961
777
|
|
|
@@ -972,7 +788,7 @@
|
|
|
972
788
|
|
|
973
789
|
## 19.4.52 (2022-02-15)
|
|
974
790
|
|
|
975
|
-
###
|
|
791
|
+
### Document Editor
|
|
976
792
|
|
|
977
793
|
#### Bug Fixes
|
|
978
794
|
|
|
@@ -994,7 +810,7 @@
|
|
|
994
810
|
|
|
995
811
|
## 19.4.50 (2022-02-08)
|
|
996
812
|
|
|
997
|
-
###
|
|
813
|
+
### Document Editor
|
|
998
814
|
|
|
999
815
|
#### Bug Fixes
|
|
1000
816
|
|
|
@@ -1011,7 +827,7 @@
|
|
|
1011
827
|
|
|
1012
828
|
## 19.4.48 (2022-01-31)
|
|
1013
829
|
|
|
1014
|
-
###
|
|
830
|
+
### Document Editor
|
|
1015
831
|
|
|
1016
832
|
#### Bug Fixes
|
|
1017
833
|
|
|
@@ -1073,7 +889,7 @@
|
|
|
1073
889
|
|
|
1074
890
|
## 19.4.47 (2022-01-25)
|
|
1075
891
|
|
|
1076
|
-
###
|
|
892
|
+
### Document Editor
|
|
1077
893
|
|
|
1078
894
|
#### Bug Fixes
|
|
1079
895
|
|
|
@@ -1089,7 +905,7 @@
|
|
|
1089
905
|
|
|
1090
906
|
## 19.4.43 (2022-01-18)
|
|
1091
907
|
|
|
1092
|
-
###
|
|
908
|
+
### Document Editor
|
|
1093
909
|
|
|
1094
910
|
#### Bug Fixes
|
|
1095
911
|
|
|
@@ -1117,7 +933,7 @@
|
|
|
1117
933
|
|
|
1118
934
|
## 19.4.41 (2022-01-04)
|
|
1119
935
|
|
|
1120
|
-
###
|
|
936
|
+
### Document Editor
|
|
1121
937
|
|
|
1122
938
|
#### Bug Fixes
|
|
1123
939
|
|
|
@@ -1134,7 +950,7 @@
|
|
|
1134
950
|
|
|
1135
951
|
## 19.4.40 (2021-12-28)
|
|
1136
952
|
|
|
1137
|
-
###
|
|
953
|
+
### Document Editor
|
|
1138
954
|
|
|
1139
955
|
#### Bug Fixes
|
|
1140
956
|
|
|
@@ -1148,7 +964,7 @@
|
|
|
1148
964
|
|
|
1149
965
|
## 19.4.38 (2021-12-17)
|
|
1150
966
|
|
|
1151
|
-
###
|
|
967
|
+
### Document Editor
|
|
1152
968
|
|
|
1153
969
|
#### Bug Fixes
|
|
1154
970
|
|
|
@@ -1221,7 +1037,7 @@
|
|
|
1221
1037
|
|
|
1222
1038
|
## 19.3.56 (2021-12-02)
|
|
1223
1039
|
|
|
1224
|
-
###
|
|
1040
|
+
### Document Editor
|
|
1225
1041
|
|
|
1226
1042
|
#### Bug Fixes
|
|
1227
1043
|
|
|
@@ -1240,7 +1056,7 @@
|
|
|
1240
1056
|
|
|
1241
1057
|
## 19.3.55 (2021-11-23)
|
|
1242
1058
|
|
|
1243
|
-
###
|
|
1059
|
+
### Document Editor
|
|
1244
1060
|
|
|
1245
1061
|
#### Bug Fixes
|
|
1246
1062
|
|
|
@@ -1248,7 +1064,7 @@
|
|
|
1248
1064
|
|
|
1249
1065
|
## 19.3.54 (2021-11-17)
|
|
1250
1066
|
|
|
1251
|
-
###
|
|
1067
|
+
### Document Editor
|
|
1252
1068
|
|
|
1253
1069
|
#### Bug Fixes
|
|
1254
1070
|
|
|
@@ -1259,7 +1075,7 @@
|
|
|
1259
1075
|
|
|
1260
1076
|
## 19.3.53 (2021-11-12)
|
|
1261
1077
|
|
|
1262
|
-
###
|
|
1078
|
+
### Document Editor
|
|
1263
1079
|
|
|
1264
1080
|
#### Bug Fixes
|
|
1265
1081
|
|
|
@@ -1312,7 +1128,7 @@
|
|
|
1312
1128
|
|
|
1313
1129
|
## 19.3.48 (2021-11-02)
|
|
1314
1130
|
|
|
1315
|
-
###
|
|
1131
|
+
### Document Editor
|
|
1316
1132
|
|
|
1317
1133
|
#### Bug Fixes
|
|
1318
1134
|
|
|
@@ -1322,7 +1138,7 @@
|
|
|
1322
1138
|
|
|
1323
1139
|
## 19.3.47 (2021-10-26)
|
|
1324
1140
|
|
|
1325
|
-
###
|
|
1141
|
+
### Document Editor
|
|
1326
1142
|
|
|
1327
1143
|
#### Bug Fixes
|
|
1328
1144
|
|
|
@@ -1332,7 +1148,7 @@
|
|
|
1332
1148
|
|
|
1333
1149
|
## 19.3.46 (2021-10-19)
|
|
1334
1150
|
|
|
1335
|
-
###
|
|
1151
|
+
### Document Editor
|
|
1336
1152
|
|
|
1337
1153
|
#### Bug Fixes
|
|
1338
1154
|
|
|
@@ -1350,7 +1166,7 @@
|
|
|
1350
1166
|
|
|
1351
1167
|
## 19.3.45 (2021-10-12)
|
|
1352
1168
|
|
|
1353
|
-
###
|
|
1169
|
+
### Document Editor
|
|
1354
1170
|
|
|
1355
1171
|
#### Bug Fixes
|
|
1356
1172
|
|
|
@@ -1371,7 +1187,7 @@
|
|
|
1371
1187
|
|
|
1372
1188
|
## 19.3.44 (2021-10-05)
|
|
1373
1189
|
|
|
1374
|
-
###
|
|
1190
|
+
### Document Editor
|
|
1375
1191
|
|
|
1376
1192
|
#### Bug Fixes
|
|
1377
1193
|
|
|
@@ -1394,7 +1210,7 @@
|
|
|
1394
1210
|
|
|
1395
1211
|
## 19.3.43 (2021-09-30)
|
|
1396
1212
|
|
|
1397
|
-
###
|
|
1213
|
+
### Document Editor
|
|
1398
1214
|
|
|
1399
1215
|
#### Breaking Changes
|
|
1400
1216
|
|
|
@@ -1472,7 +1288,7 @@
|
|
|
1472
1288
|
|
|
1473
1289
|
## 19.2.62 (2021-09-14)
|
|
1474
1290
|
|
|
1475
|
-
###
|
|
1291
|
+
### Document Editor
|
|
1476
1292
|
|
|
1477
1293
|
#### Bug Fixes
|
|
1478
1294
|
|
|
@@ -1481,7 +1297,7 @@
|
|
|
1481
1297
|
|
|
1482
1298
|
## 19.2.60 (2021-09-07)
|
|
1483
1299
|
|
|
1484
|
-
###
|
|
1300
|
+
### Document Editor
|
|
1485
1301
|
|
|
1486
1302
|
#### Bug Fixes
|
|
1487
1303
|
|
|
@@ -1492,7 +1308,7 @@
|
|
|
1492
1308
|
|
|
1493
1309
|
## 19.2.59 (2021-08-31)
|
|
1494
1310
|
|
|
1495
|
-
###
|
|
1311
|
+
### Document Editor
|
|
1496
1312
|
|
|
1497
1313
|
#### Bug Fixes
|
|
1498
1314
|
|
|
@@ -1504,7 +1320,7 @@
|
|
|
1504
1320
|
|
|
1505
1321
|
## 19.2.57 (2021-08-24)
|
|
1506
1322
|
|
|
1507
|
-
###
|
|
1323
|
+
### Document Editor
|
|
1508
1324
|
|
|
1509
1325
|
#### Bug Fixes
|
|
1510
1326
|
|
|
@@ -1521,7 +1337,7 @@
|
|
|
1521
1337
|
|
|
1522
1338
|
## 19.2.56 (2021-08-17)
|
|
1523
1339
|
|
|
1524
|
-
###
|
|
1340
|
+
### Document Editor
|
|
1525
1341
|
|
|
1526
1342
|
#### Bug Fixes
|
|
1527
1343
|
|
|
@@ -1531,7 +1347,7 @@
|
|
|
1531
1347
|
|
|
1532
1348
|
## 19.2.55 (2021-08-11)
|
|
1533
1349
|
|
|
1534
|
-
###
|
|
1350
|
+
### Document Editor
|
|
1535
1351
|
|
|
1536
1352
|
#### New Features
|
|
1537
1353
|
|
|
@@ -1571,7 +1387,7 @@
|
|
|
1571
1387
|
|
|
1572
1388
|
## 19.2.49 (2021-07-27)
|
|
1573
1389
|
|
|
1574
|
-
###
|
|
1390
|
+
### Document Editor
|
|
1575
1391
|
|
|
1576
1392
|
#### Bug Fixes
|
|
1577
1393
|
|
|
@@ -1584,7 +1400,7 @@
|
|
|
1584
1400
|
|
|
1585
1401
|
## 19.2.48 (2021-07-20)
|
|
1586
1402
|
|
|
1587
|
-
###
|
|
1403
|
+
### Document Editor
|
|
1588
1404
|
|
|
1589
1405
|
#### Bug Fixes
|
|
1590
1406
|
|
|
@@ -1595,7 +1411,7 @@
|
|
|
1595
1411
|
|
|
1596
1412
|
## 19.2.47 (2021-07-13)
|
|
1597
1413
|
|
|
1598
|
-
###
|
|
1414
|
+
### Document Editor
|
|
1599
1415
|
|
|
1600
1416
|
#### Bug Fixes
|
|
1601
1417
|
|
|
@@ -1614,7 +1430,7 @@
|
|
|
1614
1430
|
|
|
1615
1431
|
## 19.2.46 (2021-07-06)
|
|
1616
1432
|
|
|
1617
|
-
###
|
|
1433
|
+
### Document Editor
|
|
1618
1434
|
|
|
1619
1435
|
#### Bug Fixes
|
|
1620
1436
|
|
|
@@ -1632,7 +1448,7 @@
|
|
|
1632
1448
|
|
|
1633
1449
|
## 19.2.44 (2021-06-30)
|
|
1634
1450
|
|
|
1635
|
-
###
|
|
1451
|
+
### Document Editor
|
|
1636
1452
|
|
|
1637
1453
|
#### New Features
|
|
1638
1454
|
|
|
@@ -1764,7 +1580,7 @@
|
|
|
1764
1580
|
|
|
1765
1581
|
## 19.1.69 (2021-06-15)
|
|
1766
1582
|
|
|
1767
|
-
###
|
|
1583
|
+
### Document Editor
|
|
1768
1584
|
|
|
1769
1585
|
#### Bug Fixes
|
|
1770
1586
|
|
|
@@ -1778,7 +1594,7 @@
|
|
|
1778
1594
|
|
|
1779
1595
|
## 19.1.67 (2021-06-08)
|
|
1780
1596
|
|
|
1781
|
-
###
|
|
1597
|
+
### Document Editor
|
|
1782
1598
|
|
|
1783
1599
|
#### Bug Fixes
|
|
1784
1600
|
|
|
@@ -1792,7 +1608,7 @@
|
|
|
1792
1608
|
|
|
1793
1609
|
## 19.1.66 (2021-06-01)
|
|
1794
1610
|
|
|
1795
|
-
###
|
|
1611
|
+
### Document Editor
|
|
1796
1612
|
|
|
1797
1613
|
- `#I326144` - Resolved the issue with multi line track changes.
|
|
1798
1614
|
- `#I328063` - Document with checkbox form field applied with to character format is now opened properly.
|
|
@@ -1803,7 +1619,7 @@
|
|
|
1803
1619
|
|
|
1804
1620
|
## 19.1.65 (2021-05-25)
|
|
1805
1621
|
|
|
1806
|
-
###
|
|
1622
|
+
### Document Editor
|
|
1807
1623
|
|
|
1808
1624
|
#### Bug Fixes
|
|
1809
1625
|
|
|
@@ -1821,7 +1637,7 @@
|
|
|
1821
1637
|
|
|
1822
1638
|
## 19.1.64 (2021-05-19)
|
|
1823
1639
|
|
|
1824
|
-
###
|
|
1640
|
+
### Document Editor
|
|
1825
1641
|
|
|
1826
1642
|
#### Bug Fixes
|
|
1827
1643
|
|
|
@@ -1836,7 +1652,7 @@
|
|
|
1836
1652
|
|
|
1837
1653
|
## 19.1.63 (2021-05-13)
|
|
1838
1654
|
|
|
1839
|
-
###
|
|
1655
|
+
### Document Editor
|
|
1840
1656
|
|
|
1841
1657
|
#### Bug Fixes
|
|
1842
1658
|
|
|
@@ -1860,7 +1676,7 @@
|
|
|
1860
1676
|
|
|
1861
1677
|
## 19.1.59 (2021-05-04)
|
|
1862
1678
|
|
|
1863
|
-
###
|
|
1679
|
+
### Document Editor
|
|
1864
1680
|
|
|
1865
1681
|
#### New Features
|
|
1866
1682
|
|
|
@@ -1885,7 +1701,7 @@
|
|
|
1885
1701
|
|
|
1886
1702
|
## 19.1.58 (2021-04-27)
|
|
1887
1703
|
|
|
1888
|
-
###
|
|
1704
|
+
### Document Editor
|
|
1889
1705
|
|
|
1890
1706
|
#### Bug Fixes
|
|
1891
1707
|
|
|
@@ -1903,7 +1719,7 @@
|
|
|
1903
1719
|
|
|
1904
1720
|
## 19.1.57 (2021-04-20)
|
|
1905
1721
|
|
|
1906
|
-
###
|
|
1722
|
+
### Document Editor
|
|
1907
1723
|
|
|
1908
1724
|
#### Bug Fixes
|
|
1909
1725
|
|
|
@@ -1930,7 +1746,7 @@
|
|
|
1930
1746
|
|
|
1931
1747
|
## 19.1.56 (2021-04-13)
|
|
1932
1748
|
|
|
1933
|
-
###
|
|
1749
|
+
### Document Editor
|
|
1934
1750
|
|
|
1935
1751
|
#### Bug Fixes
|
|
1936
1752
|
|
|
@@ -1957,7 +1773,7 @@
|
|
|
1957
1773
|
|
|
1958
1774
|
## 19.1.55 (2021-04-06)
|
|
1959
1775
|
|
|
1960
|
-
###
|
|
1776
|
+
### Document Editor
|
|
1961
1777
|
|
|
1962
1778
|
#### Bug Fixes
|
|
1963
1779
|
|
|
@@ -1977,7 +1793,7 @@
|
|
|
1977
1793
|
|
|
1978
1794
|
## 19.1.54 (2021-03-30)
|
|
1979
1795
|
|
|
1980
|
-
###
|
|
1796
|
+
### Document Editor
|
|
1981
1797
|
|
|
1982
1798
|
#### Breaking Changes
|
|
1983
1799
|
|
|
@@ -1998,7 +1814,7 @@
|
|
|
1998
1814
|
|
|
1999
1815
|
## 18.4.49 (2021-03-23)
|
|
2000
1816
|
|
|
2001
|
-
###
|
|
1817
|
+
### Document Editor
|
|
2002
1818
|
|
|
2003
1819
|
#### Bug Fixes
|
|
2004
1820
|
|
|
@@ -2011,7 +1827,7 @@
|
|
|
2011
1827
|
|
|
2012
1828
|
## 18.4.48 (2021-03-16)
|
|
2013
1829
|
|
|
2014
|
-
###
|
|
1830
|
+
### Document Editor
|
|
2015
1831
|
|
|
2016
1832
|
#### Bug Fixes
|
|
2017
1833
|
|
|
@@ -2025,7 +1841,7 @@
|
|
|
2025
1841
|
|
|
2026
1842
|
## 18.4.47 (2021-03-09)
|
|
2027
1843
|
|
|
2028
|
-
###
|
|
1844
|
+
### Document Editor
|
|
2029
1845
|
|
|
2030
1846
|
#### Breaking Changes
|
|
2031
1847
|
|
|
@@ -2046,7 +1862,7 @@
|
|
|
2046
1862
|
|
|
2047
1863
|
## 18.4.46 (2021-03-02)
|
|
2048
1864
|
|
|
2049
|
-
###
|
|
1865
|
+
### Document Editor
|
|
2050
1866
|
|
|
2051
1867
|
#### Bug Fixes
|
|
2052
1868
|
|
|
@@ -2059,7 +1875,7 @@
|
|
|
2059
1875
|
|
|
2060
1876
|
## 18.4.44 (2021-02-23)
|
|
2061
1877
|
|
|
2062
|
-
###
|
|
1878
|
+
### Document Editor
|
|
2063
1879
|
|
|
2064
1880
|
#### Bug Fixes
|
|
2065
1881
|
|
|
@@ -2074,7 +1890,7 @@
|
|
|
2074
1890
|
|
|
2075
1891
|
## 18.4.43 (2021-02-16)
|
|
2076
1892
|
|
|
2077
|
-
###
|
|
1893
|
+
### Document Editor
|
|
2078
1894
|
|
|
2079
1895
|
#### Bug Fixes
|
|
2080
1896
|
|
|
@@ -2087,7 +1903,7 @@
|
|
|
2087
1903
|
|
|
2088
1904
|
## 18.4.42 (2021-02-09)
|
|
2089
1905
|
|
|
2090
|
-
###
|
|
1906
|
+
### Document Editor
|
|
2091
1907
|
|
|
2092
1908
|
#### Bug Fixes
|
|
2093
1909
|
|
|
@@ -2102,7 +1918,7 @@
|
|
|
2102
1918
|
|
|
2103
1919
|
## 18.4.41 (2021-02-02)
|
|
2104
1920
|
|
|
2105
|
-
###
|
|
1921
|
+
### Document Editor
|
|
2106
1922
|
|
|
2107
1923
|
#### Bug Fixes
|
|
2108
1924
|
|
|
@@ -2118,7 +1934,7 @@
|
|
|
2118
1934
|
|
|
2119
1935
|
## 18.4.35 (2021-01-19)
|
|
2120
1936
|
|
|
2121
|
-
###
|
|
1937
|
+
### Document Editor
|
|
2122
1938
|
|
|
2123
1939
|
#### Bug Fixes
|
|
2124
1940
|
|
|
@@ -2131,7 +1947,7 @@
|
|
|
2131
1947
|
|
|
2132
1948
|
## 18.4.34 (2021-01-12)
|
|
2133
1949
|
|
|
2134
|
-
###
|
|
1950
|
+
### Document Editor
|
|
2135
1951
|
|
|
2136
1952
|
#### Bug Fixes
|
|
2137
1953
|
|
|
@@ -2147,7 +1963,7 @@
|
|
|
2147
1963
|
|
|
2148
1964
|
## 18.4.33 (2021-01-05)
|
|
2149
1965
|
|
|
2150
|
-
###
|
|
1966
|
+
### Document Editor
|
|
2151
1967
|
|
|
2152
1968
|
#### Bug Fixes
|
|
2153
1969
|
|
|
@@ -2156,7 +1972,7 @@
|
|
|
2156
1972
|
|
|
2157
1973
|
## 18.4.32 (2020-12-29)
|
|
2158
1974
|
|
|
2159
|
-
###
|
|
1975
|
+
### Document Editor
|
|
2160
1976
|
|
|
2161
1977
|
#### Bug Fixes
|
|
2162
1978
|
|
|
@@ -2166,7 +1982,7 @@
|
|
|
2166
1982
|
|
|
2167
1983
|
## 18.4.31 (2020-12-22)
|
|
2168
1984
|
|
|
2169
|
-
###
|
|
1985
|
+
### Document Editor
|
|
2170
1986
|
|
|
2171
1987
|
#### Bug Fixes
|
|
2172
1988
|
|
|
@@ -2180,7 +1996,7 @@
|
|
|
2180
1996
|
|
|
2181
1997
|
## 18.4.30 (2020-12-17)
|
|
2182
1998
|
|
|
2183
|
-
###
|
|
1999
|
+
### Document Editor
|
|
2184
2000
|
|
|
2185
2001
|
#### New Features
|
|
2186
2002
|
|
|
@@ -2188,7 +2004,7 @@
|
|
|
2188
2004
|
|
|
2189
2005
|
## 18.3.53 (2020-12-08)
|
|
2190
2006
|
|
|
2191
|
-
###
|
|
2007
|
+
### Document Editor
|
|
2192
2008
|
|
|
2193
2009
|
#### Bug Fixes
|
|
2194
2010
|
|
|
@@ -2198,7 +2014,7 @@
|
|
|
2198
2014
|
|
|
2199
2015
|
## 18.3.52 (2020-12-01)
|
|
2200
2016
|
|
|
2201
|
-
###
|
|
2017
|
+
### Document Editor
|
|
2202
2018
|
|
|
2203
2019
|
#### Bug Fixes
|
|
2204
2020
|
|
|
@@ -2208,7 +2024,7 @@
|
|
|
2208
2024
|
|
|
2209
2025
|
## 18.3.51 (2020-11-24)
|
|
2210
2026
|
|
|
2211
|
-
###
|
|
2027
|
+
### Document Editor
|
|
2212
2028
|
|
|
2213
2029
|
#### Bug Fixes
|
|
2214
2030
|
|
|
@@ -2222,7 +2038,7 @@
|
|
|
2222
2038
|
|
|
2223
2039
|
## 18.3.50 (2020-11-17)
|
|
2224
2040
|
|
|
2225
|
-
###
|
|
2041
|
+
### Document Editor
|
|
2226
2042
|
|
|
2227
2043
|
#### Bug Fixes
|
|
2228
2044
|
|
|
@@ -2231,7 +2047,7 @@
|
|
|
2231
2047
|
|
|
2232
2048
|
## 18.3.48 (2020-11-11)
|
|
2233
2049
|
|
|
2234
|
-
###
|
|
2050
|
+
### Document Editor
|
|
2235
2051
|
|
|
2236
2052
|
#### Bug Fixes
|
|
2237
2053
|
|
|
@@ -2240,7 +2056,7 @@
|
|
|
2240
2056
|
|
|
2241
2057
|
## 18.3.47 (2020-11-05)
|
|
2242
2058
|
|
|
2243
|
-
###
|
|
2059
|
+
### Document Editor
|
|
2244
2060
|
|
|
2245
2061
|
#### New Features
|
|
2246
2062
|
|
|
@@ -2275,7 +2091,7 @@
|
|
|
2275
2091
|
|
|
2276
2092
|
## 18.3.44 (2020-10-27)
|
|
2277
2093
|
|
|
2278
|
-
###
|
|
2094
|
+
### Document Editor
|
|
2279
2095
|
|
|
2280
2096
|
#### Bug Fixes
|
|
2281
2097
|
|
|
@@ -2288,7 +2104,7 @@
|
|
|
2288
2104
|
|
|
2289
2105
|
## 18.3.42 (2020-10-20)
|
|
2290
2106
|
|
|
2291
|
-
###
|
|
2107
|
+
### Document Editor
|
|
2292
2108
|
|
|
2293
2109
|
#### New Features
|
|
2294
2110
|
|
|
@@ -2308,7 +2124,7 @@
|
|
|
2308
2124
|
|
|
2309
2125
|
## 18.3.40 (2020-10-13)
|
|
2310
2126
|
|
|
2311
|
-
###
|
|
2127
|
+
### Document Editor
|
|
2312
2128
|
|
|
2313
2129
|
#### Bug Fixes
|
|
2314
2130
|
|
|
@@ -2324,7 +2140,7 @@
|
|
|
2324
2140
|
|
|
2325
2141
|
## 18.3.35 (2020-10-01)
|
|
2326
2142
|
|
|
2327
|
-
###
|
|
2143
|
+
### Document Editor
|
|
2328
2144
|
|
|
2329
2145
|
#### Bug Fixes
|
|
2330
2146
|
|
|
@@ -2396,7 +2212,7 @@
|
|
|
2396
2212
|
|
|
2397
2213
|
## 18.2.58 (2020-09-15)
|
|
2398
2214
|
|
|
2399
|
-
###
|
|
2215
|
+
### Document Editor
|
|
2400
2216
|
|
|
2401
2217
|
#### New Features
|
|
2402
2218
|
|
|
@@ -2414,7 +2230,7 @@
|
|
|
2414
2230
|
|
|
2415
2231
|
## 18.2.57 (2020-09-08)
|
|
2416
2232
|
|
|
2417
|
-
###
|
|
2233
|
+
### Document Editor
|
|
2418
2234
|
|
|
2419
2235
|
#### New Features
|
|
2420
2236
|
|
|
@@ -2439,7 +2255,7 @@
|
|
|
2439
2255
|
|
|
2440
2256
|
## 18.2.55 (2020-08-25)
|
|
2441
2257
|
|
|
2442
|
-
###
|
|
2258
|
+
### Document Editor
|
|
2443
2259
|
|
|
2444
2260
|
#### Bug Fixes
|
|
2445
2261
|
|
|
@@ -2454,7 +2270,7 @@
|
|
|
2454
2270
|
|
|
2455
2271
|
## 18.2.54 (2020-08-18)
|
|
2456
2272
|
|
|
2457
|
-
###
|
|
2273
|
+
### Document Editor
|
|
2458
2274
|
|
|
2459
2275
|
#### New Features
|
|
2460
2276
|
|
|
@@ -2495,7 +2311,7 @@
|
|
|
2495
2311
|
|
|
2496
2312
|
## 18.2.47 (2020-07-28)
|
|
2497
2313
|
|
|
2498
|
-
###
|
|
2314
|
+
### Document Editor
|
|
2499
2315
|
|
|
2500
2316
|
#### New Features
|
|
2501
2317
|
|
|
@@ -2508,7 +2324,7 @@
|
|
|
2508
2324
|
|
|
2509
2325
|
## 18.2.46 (2020-07-21)
|
|
2510
2326
|
|
|
2511
|
-
###
|
|
2327
|
+
### Document Editor
|
|
2512
2328
|
|
|
2513
2329
|
#### New Features
|
|
2514
2330
|
|
|
@@ -2525,7 +2341,7 @@
|
|
|
2525
2341
|
|
|
2526
2342
|
## 18.2.45 (2020-07-14)
|
|
2527
2343
|
|
|
2528
|
-
###
|
|
2344
|
+
### Document Editor
|
|
2529
2345
|
|
|
2530
2346
|
#### New Features
|
|
2531
2347
|
|
|
@@ -2541,7 +2357,7 @@
|
|
|
2541
2357
|
|
|
2542
2358
|
## 18.2.44 (2020-07-07)
|
|
2543
2359
|
|
|
2544
|
-
###
|
|
2360
|
+
### Document Editor
|
|
2545
2361
|
|
|
2546
2362
|
#### Breaking Changes
|
|
2547
2363
|
|
|
@@ -2630,7 +2446,7 @@
|
|
|
2630
2446
|
|
|
2631
2447
|
## 18.1.56 (2020-06-09)
|
|
2632
2448
|
|
|
2633
|
-
###
|
|
2449
|
+
### Document Editor
|
|
2634
2450
|
|
|
2635
2451
|
#### Bug Fixes
|
|
2636
2452
|
|
|
@@ -2645,7 +2461,7 @@
|
|
|
2645
2461
|
|
|
2646
2462
|
## 18.1.55 (2020-06-02)
|
|
2647
2463
|
|
|
2648
|
-
###
|
|
2464
|
+
### Document Editor
|
|
2649
2465
|
|
|
2650
2466
|
#### Bug Fixes
|
|
2651
2467
|
|
|
@@ -2659,7 +2475,7 @@
|
|
|
2659
2475
|
|
|
2660
2476
|
## 18.1.54 (2020-05-26)
|
|
2661
2477
|
|
|
2662
|
-
###
|
|
2478
|
+
### Document Editor
|
|
2663
2479
|
|
|
2664
2480
|
#### Bug Fixes
|
|
2665
2481
|
|
|
@@ -2674,7 +2490,7 @@
|
|
|
2674
2490
|
|
|
2675
2491
|
## 18.1.53 (2020-05-19)
|
|
2676
2492
|
|
|
2677
|
-
###
|
|
2493
|
+
### Document Editor
|
|
2678
2494
|
|
|
2679
2495
|
#### New Features
|
|
2680
2496
|
|
|
@@ -2691,7 +2507,7 @@
|
|
|
2691
2507
|
|
|
2692
2508
|
## 18.1.52 (2020-05-13)
|
|
2693
2509
|
|
|
2694
|
-
###
|
|
2510
|
+
### Document Editor
|
|
2695
2511
|
|
|
2696
2512
|
#### New Features
|
|
2697
2513
|
|
|
@@ -2704,7 +2520,7 @@
|
|
|
2704
2520
|
|
|
2705
2521
|
## 18.1.48 (2020-05-05)
|
|
2706
2522
|
|
|
2707
|
-
###
|
|
2523
|
+
### Document Editor
|
|
2708
2524
|
|
|
2709
2525
|
#### Bug Fixes
|
|
2710
2526
|
|
|
@@ -2719,7 +2535,7 @@
|
|
|
2719
2535
|
|
|
2720
2536
|
## 18.1.46 (2020-04-28)
|
|
2721
2537
|
|
|
2722
|
-
###
|
|
2538
|
+
### Document Editor
|
|
2723
2539
|
|
|
2724
2540
|
#### New Features
|
|
2725
2541
|
|
|
@@ -2738,7 +2554,7 @@
|
|
|
2738
2554
|
|
|
2739
2555
|
## 18.1.45 (2020-04-21)
|
|
2740
2556
|
|
|
2741
|
-
###
|
|
2557
|
+
### Document Editor
|
|
2742
2558
|
|
|
2743
2559
|
#### Bug Fixes
|
|
2744
2560
|
|
|
@@ -2749,7 +2565,7 @@
|
|
|
2749
2565
|
|
|
2750
2566
|
## 18.1.44 (2020-04-14)
|
|
2751
2567
|
|
|
2752
|
-
###
|
|
2568
|
+
### Document Editor
|
|
2753
2569
|
|
|
2754
2570
|
#### New Features
|
|
2755
2571
|
|
|
@@ -2765,7 +2581,7 @@
|
|
|
2765
2581
|
|
|
2766
2582
|
## 18.1.43 (2020-04-07)
|
|
2767
2583
|
|
|
2768
|
-
###
|
|
2584
|
+
### Document Editor
|
|
2769
2585
|
|
|
2770
2586
|
#### Bug Fixes
|
|
2771
2587
|
|
|
@@ -2780,7 +2596,7 @@
|
|
|
2780
2596
|
|
|
2781
2597
|
## 18.1.42 (2020-04-01)
|
|
2782
2598
|
|
|
2783
|
-
###
|
|
2599
|
+
### Document Editor
|
|
2784
2600
|
|
|
2785
2601
|
#### Breaking Changes
|
|
2786
2602
|
|
|
@@ -2911,7 +2727,7 @@
|
|
|
2911
2727
|
|
|
2912
2728
|
## 18.1.36-beta (2020-03-19)
|
|
2913
2729
|
|
|
2914
|
-
###
|
|
2730
|
+
### Document Editor
|
|
2915
2731
|
|
|
2916
2732
|
#### Breaking Changes
|
|
2917
2733
|
|
|
@@ -3034,7 +2850,7 @@
|
|
|
3034
2850
|
|
|
3035
2851
|
## 17.4.55 (2020-03-10)
|
|
3036
2852
|
|
|
3037
|
-
###
|
|
2853
|
+
### Document Editor
|
|
3038
2854
|
|
|
3039
2855
|
#### New Features
|
|
3040
2856
|
|
|
@@ -3051,7 +2867,7 @@
|
|
|
3051
2867
|
|
|
3052
2868
|
## 17.4.51 (2020-02-25)
|
|
3053
2869
|
|
|
3054
|
-
###
|
|
2870
|
+
### Document Editor
|
|
3055
2871
|
|
|
3056
2872
|
#### Bug Fixes
|
|
3057
2873
|
|
|
@@ -3063,7 +2879,7 @@
|
|
|
3063
2879
|
|
|
3064
2880
|
## 17.4.50 (2020-02-18)
|
|
3065
2881
|
|
|
3066
|
-
###
|
|
2882
|
+
### Document Editor
|
|
3067
2883
|
|
|
3068
2884
|
#### New Features
|
|
3069
2885
|
|
|
@@ -3075,7 +2891,7 @@
|
|
|
3075
2891
|
|
|
3076
2892
|
## 17.4.49 (2020-02-11)
|
|
3077
2893
|
|
|
3078
|
-
###
|
|
2894
|
+
### Document Editor
|
|
3079
2895
|
|
|
3080
2896
|
#### New Features
|
|
3081
2897
|
|
|
@@ -3091,7 +2907,7 @@
|
|
|
3091
2907
|
|
|
3092
2908
|
## 17.4.47 (2020-02-05)
|
|
3093
2909
|
|
|
3094
|
-
###
|
|
2910
|
+
### Document Editor
|
|
3095
2911
|
|
|
3096
2912
|
#### New Features
|
|
3097
2913
|
|
|
@@ -3107,7 +2923,7 @@
|
|
|
3107
2923
|
|
|
3108
2924
|
## 17.4.46 (2020-01-30)
|
|
3109
2925
|
|
|
3110
|
-
###
|
|
2926
|
+
### Document Editor
|
|
3111
2927
|
|
|
3112
2928
|
#### Breaking Changes
|
|
3113
2929
|
|
|
@@ -3122,7 +2938,7 @@
|
|
|
3122
2938
|
|
|
3123
2939
|
## 17.4.43 (2020-01-14)
|
|
3124
2940
|
|
|
3125
|
-
###
|
|
2941
|
+
### Document Editor
|
|
3126
2942
|
|
|
3127
2943
|
#### Bug Fixes
|
|
3128
2944
|
|
|
@@ -3136,7 +2952,7 @@
|
|
|
3136
2952
|
|
|
3137
2953
|
## 17.4.41 (2020-01-07)
|
|
3138
2954
|
|
|
3139
|
-
###
|
|
2955
|
+
### Document Editor
|
|
3140
2956
|
|
|
3141
2957
|
#### New Features
|
|
3142
2958
|
|
|
@@ -3156,7 +2972,7 @@
|
|
|
3156
2972
|
|
|
3157
2973
|
## 17.4.40 (2019-12-24)
|
|
3158
2974
|
|
|
3159
|
-
###
|
|
2975
|
+
### Document Editor
|
|
3160
2976
|
|
|
3161
2977
|
#### Breaking Changes
|
|
3162
2978
|
|
|
@@ -3228,7 +3044,7 @@
|
|
|
3228
3044
|
|
|
3229
3045
|
## 17.4.39 (2019-12-17)
|
|
3230
3046
|
|
|
3231
|
-
###
|
|
3047
|
+
### Document Editor
|
|
3232
3048
|
|
|
3233
3049
|
#### New Features
|
|
3234
3050
|
|
|
@@ -3240,7 +3056,7 @@
|
|
|
3240
3056
|
|
|
3241
3057
|
## 17.3.29 (2019-11-26)
|
|
3242
3058
|
|
|
3243
|
-
###
|
|
3059
|
+
### Document Editor
|
|
3244
3060
|
|
|
3245
3061
|
#### Bug Fixes
|
|
3246
3062
|
|
|
@@ -3253,7 +3069,7 @@
|
|
|
3253
3069
|
|
|
3254
3070
|
## 17.3.28 (2019-11-19)
|
|
3255
3071
|
|
|
3256
|
-
###
|
|
3072
|
+
### Document Editor
|
|
3257
3073
|
|
|
3258
3074
|
#### New Features
|
|
3259
3075
|
|
|
@@ -3270,7 +3086,7 @@
|
|
|
3270
3086
|
|
|
3271
3087
|
## 17.3.27 (2019-11-12)
|
|
3272
3088
|
|
|
3273
|
-
###
|
|
3089
|
+
### Document Editor
|
|
3274
3090
|
|
|
3275
3091
|
#### New Features
|
|
3276
3092
|
|
|
@@ -3286,7 +3102,7 @@
|
|
|
3286
3102
|
|
|
3287
3103
|
## 17.3.26 (2019-11-05)
|
|
3288
3104
|
|
|
3289
|
-
###
|
|
3105
|
+
### Document Editor
|
|
3290
3106
|
|
|
3291
3107
|
#### New Features
|
|
3292
3108
|
|
|
@@ -3302,7 +3118,7 @@
|
|
|
3302
3118
|
|
|
3303
3119
|
## 17.3.21 (2019-10-30)
|
|
3304
3120
|
|
|
3305
|
-
###
|
|
3121
|
+
### Document Editor
|
|
3306
3122
|
|
|
3307
3123
|
#### Bug Fixes
|
|
3308
3124
|
|
|
@@ -3313,7 +3129,7 @@
|
|
|
3313
3129
|
|
|
3314
3130
|
## 17.3.19 (2019-10-22)
|
|
3315
3131
|
|
|
3316
|
-
###
|
|
3132
|
+
### Document Editor
|
|
3317
3133
|
|
|
3318
3134
|
#### New Features
|
|
3319
3135
|
|
|
@@ -3328,7 +3144,7 @@
|
|
|
3328
3144
|
|
|
3329
3145
|
## 17.3.17 (2019-10-15)
|
|
3330
3146
|
|
|
3331
|
-
###
|
|
3147
|
+
### Document Editor
|
|
3332
3148
|
|
|
3333
3149
|
#### Bug Fixes
|
|
3334
3150
|
|
|
@@ -3344,7 +3160,7 @@
|
|
|
3344
3160
|
|
|
3345
3161
|
## 17.3.16 (2019-10-09)
|
|
3346
3162
|
|
|
3347
|
-
###
|
|
3163
|
+
### Document Editor
|
|
3348
3164
|
|
|
3349
3165
|
#### Bug Fixes
|
|
3350
3166
|
|
|
@@ -3357,7 +3173,7 @@
|
|
|
3357
3173
|
|
|
3358
3174
|
## 17.3.14 (2019-10-03)
|
|
3359
3175
|
|
|
3360
|
-
###
|
|
3176
|
+
### Document Editor
|
|
3361
3177
|
|
|
3362
3178
|
#### New Features
|
|
3363
3179
|
|
|
@@ -3385,7 +3201,7 @@
|
|
|
3385
3201
|
|
|
3386
3202
|
## 17.3.9-beta (2019-09-20)
|
|
3387
3203
|
|
|
3388
|
-
###
|
|
3204
|
+
### Document Editor
|
|
3389
3205
|
|
|
3390
3206
|
#### Bug Fixes
|
|
3391
3207
|
|
|
@@ -3394,7 +3210,7 @@
|
|
|
3394
3210
|
|
|
3395
3211
|
## 17.2.49 (2019-09-04)
|
|
3396
3212
|
|
|
3397
|
-
###
|
|
3213
|
+
### Document Editor
|
|
3398
3214
|
|
|
3399
3215
|
#### Bug Fixes
|
|
3400
3216
|
|
|
@@ -3407,7 +3223,7 @@
|
|
|
3407
3223
|
|
|
3408
3224
|
## 17.2.47 (2019-08-27)
|
|
3409
3225
|
|
|
3410
|
-
###
|
|
3226
|
+
### Document Editor
|
|
3411
3227
|
|
|
3412
3228
|
#### Bug Fixes
|
|
3413
3229
|
|
|
@@ -3417,7 +3233,7 @@
|
|
|
3417
3233
|
|
|
3418
3234
|
## 17.2.41 (2019-08-14)
|
|
3419
3235
|
|
|
3420
|
-
###
|
|
3236
|
+
### Document Editor
|
|
3421
3237
|
|
|
3422
3238
|
#### Bug Fixes
|
|
3423
3239
|
|
|
@@ -3430,7 +3246,7 @@
|
|
|
3430
3246
|
|
|
3431
3247
|
## 17.2.40 (2019-08-06)
|
|
3432
3248
|
|
|
3433
|
-
###
|
|
3249
|
+
### Document Editor
|
|
3434
3250
|
|
|
3435
3251
|
#### Bug Fixes
|
|
3436
3252
|
|
|
@@ -3441,7 +3257,7 @@
|
|
|
3441
3257
|
|
|
3442
3258
|
## 17.2.39 (2019-07-30)
|
|
3443
3259
|
|
|
3444
|
-
###
|
|
3260
|
+
### Document Editor
|
|
3445
3261
|
|
|
3446
3262
|
#### New Features
|
|
3447
3263
|
|
|
@@ -3454,7 +3270,7 @@
|
|
|
3454
3270
|
|
|
3455
3271
|
## 17.2.36 (2019-07-24)
|
|
3456
3272
|
|
|
3457
|
-
###
|
|
3273
|
+
### Document Editor
|
|
3458
3274
|
|
|
3459
3275
|
#### Bug Fixes
|
|
3460
3276
|
|
|
@@ -3464,7 +3280,7 @@
|
|
|
3464
3280
|
|
|
3465
3281
|
## 17.2.35 (2019-07-17)
|
|
3466
3282
|
|
|
3467
|
-
###
|
|
3283
|
+
### Document Editor
|
|
3468
3284
|
|
|
3469
3285
|
#### Bug Fixes
|
|
3470
3286
|
|
|
@@ -3476,7 +3292,7 @@
|
|
|
3476
3292
|
|
|
3477
3293
|
## 17.2.34 (2019-07-11)
|
|
3478
3294
|
|
|
3479
|
-
###
|
|
3295
|
+
### Document Editor
|
|
3480
3296
|
|
|
3481
3297
|
#### Breaking Changes
|
|
3482
3298
|
|
|
@@ -3491,7 +3307,7 @@
|
|
|
3491
3307
|
|
|
3492
3308
|
## 17.2.28-beta (2019-06-27)
|
|
3493
3309
|
|
|
3494
|
-
###
|
|
3310
|
+
### Document Editor
|
|
3495
3311
|
|
|
3496
3312
|
#### Breaking Changes
|
|
3497
3313
|
|
|
@@ -3517,7 +3333,7 @@
|
|
|
3517
3333
|
|
|
3518
3334
|
## 17.1.50 (2019-06-04)
|
|
3519
3335
|
|
|
3520
|
-
###
|
|
3336
|
+
### Document Editor
|
|
3521
3337
|
|
|
3522
3338
|
#### Bug Fixes
|
|
3523
3339
|
|
|
@@ -3526,7 +3342,7 @@
|
|
|
3526
3342
|
|
|
3527
3343
|
## 17.1.49 (2019-05-29)
|
|
3528
3344
|
|
|
3529
|
-
###
|
|
3345
|
+
### Document Editor
|
|
3530
3346
|
|
|
3531
3347
|
#### Bug Fixes
|
|
3532
3348
|
|
|
@@ -3534,7 +3350,7 @@
|
|
|
3534
3350
|
|
|
3535
3351
|
## 17.1.48 (2019-05-21)
|
|
3536
3352
|
|
|
3537
|
-
###
|
|
3353
|
+
### Document Editor
|
|
3538
3354
|
|
|
3539
3355
|
#### Bug Fixes
|
|
3540
3356
|
|
|
@@ -3550,7 +3366,7 @@
|
|
|
3550
3366
|
|
|
3551
3367
|
## 17.1.47 (2019-05-14)
|
|
3552
3368
|
|
|
3553
|
-
###
|
|
3369
|
+
### Document Editor
|
|
3554
3370
|
|
|
3555
3371
|
#### New Features
|
|
3556
3372
|
|
|
@@ -3563,7 +3379,7 @@
|
|
|
3563
3379
|
|
|
3564
3380
|
## 17.1.44 (2019-05-07)
|
|
3565
3381
|
|
|
3566
|
-
###
|
|
3382
|
+
### Document Editor
|
|
3567
3383
|
|
|
3568
3384
|
#### Bug Fixes
|
|
3569
3385
|
|
|
@@ -3571,7 +3387,7 @@
|
|
|
3571
3387
|
|
|
3572
3388
|
## 17.1.43 (2019-04-30)
|
|
3573
3389
|
|
|
3574
|
-
###
|
|
3390
|
+
### Document Editor
|
|
3575
3391
|
|
|
3576
3392
|
#### Bug Fixes
|
|
3577
3393
|
|
|
@@ -3579,7 +3395,7 @@
|
|
|
3579
3395
|
|
|
3580
3396
|
## 17.1.42 (2019-04-23)
|
|
3581
3397
|
|
|
3582
|
-
###
|
|
3398
|
+
### Document Editor
|
|
3583
3399
|
|
|
3584
3400
|
#### Bug Fixes
|
|
3585
3401
|
|
|
@@ -3587,7 +3403,7 @@
|
|
|
3587
3403
|
|
|
3588
3404
|
## 17.1.41 (2019-04-16)
|
|
3589
3405
|
|
|
3590
|
-
###
|
|
3406
|
+
### Document Editor
|
|
3591
3407
|
|
|
3592
3408
|
#### Bug Fixes
|
|
3593
3409
|
|
|
@@ -3597,7 +3413,7 @@
|
|
|
3597
3413
|
|
|
3598
3414
|
## 17.1.40 (2019-04-09)
|
|
3599
3415
|
|
|
3600
|
-
###
|
|
3416
|
+
### Document Editor
|
|
3601
3417
|
|
|
3602
3418
|
#### Bug Fixes
|
|
3603
3419
|
|
|
@@ -3608,7 +3424,7 @@
|
|
|
3608
3424
|
|
|
3609
3425
|
## 17.1.38 (2019-03-29)
|
|
3610
3426
|
|
|
3611
|
-
###
|
|
3427
|
+
### Document Editor
|
|
3612
3428
|
|
|
3613
3429
|
#### New Features
|
|
3614
3430
|
|
|
@@ -3622,7 +3438,7 @@
|
|
|
3622
3438
|
|
|
3623
3439
|
## 17.1.32-beta (2019-03-13)
|
|
3624
3440
|
|
|
3625
|
-
###
|
|
3441
|
+
### Document Editor
|
|
3626
3442
|
|
|
3627
3443
|
#### New Features
|
|
3628
3444
|
|
|
@@ -3636,7 +3452,7 @@
|
|
|
3636
3452
|
|
|
3637
3453
|
## 16.4.54 (2019-02-19)
|
|
3638
3454
|
|
|
3639
|
-
###
|
|
3455
|
+
### Document Editor
|
|
3640
3456
|
|
|
3641
3457
|
#### Bug Fixes
|
|
3642
3458
|
|
|
@@ -3644,7 +3460,7 @@
|
|
|
3644
3460
|
|
|
3645
3461
|
## 16.4.53 (2019-02-13)
|
|
3646
3462
|
|
|
3647
|
-
###
|
|
3463
|
+
### Document Editor
|
|
3648
3464
|
|
|
3649
3465
|
#### Bug Fixes
|
|
3650
3466
|
|
|
@@ -3654,7 +3470,7 @@
|
|
|
3654
3470
|
|
|
3655
3471
|
## 16.4.48 (2019-01-22)
|
|
3656
3472
|
|
|
3657
|
-
###
|
|
3473
|
+
### Document Editor
|
|
3658
3474
|
|
|
3659
3475
|
#### Bug Fixes
|
|
3660
3476
|
|
|
@@ -3662,7 +3478,7 @@
|
|
|
3662
3478
|
|
|
3663
3479
|
## 16.4.46 (2019-01-08)
|
|
3664
3480
|
|
|
3665
|
-
###
|
|
3481
|
+
### Document Editor
|
|
3666
3482
|
|
|
3667
3483
|
#### New Features
|
|
3668
3484
|
|
|
@@ -3670,7 +3486,7 @@
|
|
|
3670
3486
|
|
|
3671
3487
|
## 16.4.45 (2019-01-02)
|
|
3672
3488
|
|
|
3673
|
-
###
|
|
3489
|
+
### Document Editor
|
|
3674
3490
|
|
|
3675
3491
|
#### Bug Fixes
|
|
3676
3492
|
|
|
@@ -3678,7 +3494,7 @@
|
|
|
3678
3494
|
|
|
3679
3495
|
## 16.4.44 (2018-12-24)
|
|
3680
3496
|
|
|
3681
|
-
###
|
|
3497
|
+
### Document Editor
|
|
3682
3498
|
|
|
3683
3499
|
#### Bug Fixes
|
|
3684
3500
|
|
|
@@ -3688,7 +3504,7 @@
|
|
|
3688
3504
|
|
|
3689
3505
|
## 16.4.40-beta (2018-12-10)
|
|
3690
3506
|
|
|
3691
|
-
###
|
|
3507
|
+
### Document Editor
|
|
3692
3508
|
|
|
3693
3509
|
#### New Features
|
|
3694
3510
|
|
|
@@ -3698,7 +3514,7 @@
|
|
|
3698
3514
|
|
|
3699
3515
|
## 16.3.33 (2018-11-20)
|
|
3700
3516
|
|
|
3701
|
-
###
|
|
3517
|
+
### Document Editor
|
|
3702
3518
|
|
|
3703
3519
|
#### Bug Fixes
|
|
3704
3520
|
|
|
@@ -3706,7 +3522,7 @@
|
|
|
3706
3522
|
|
|
3707
3523
|
## 16.3.29 (2018-10-31)
|
|
3708
3524
|
|
|
3709
|
-
###
|
|
3525
|
+
### Document Editor
|
|
3710
3526
|
|
|
3711
3527
|
#### New Features
|
|
3712
3528
|
|
|
@@ -3718,7 +3534,7 @@
|
|
|
3718
3534
|
|
|
3719
3535
|
## 16.3.24 (2018-10-09)
|
|
3720
3536
|
|
|
3721
|
-
###
|
|
3537
|
+
### Document Editor
|
|
3722
3538
|
|
|
3723
3539
|
#### Bug Fixes
|
|
3724
3540
|
|
|
@@ -3726,7 +3542,7 @@
|
|
|
3726
3542
|
|
|
3727
3543
|
## 16.3.23 (2018-10-03)
|
|
3728
3544
|
|
|
3729
|
-
###
|
|
3545
|
+
### Document Editor
|
|
3730
3546
|
|
|
3731
3547
|
#### New Features
|
|
3732
3548
|
|
|
@@ -3734,7 +3550,7 @@
|
|
|
3734
3550
|
|
|
3735
3551
|
## 16.3.21 (2018-09-22)
|
|
3736
3552
|
|
|
3737
|
-
###
|
|
3553
|
+
### Document Editor
|
|
3738
3554
|
|
|
3739
3555
|
#### Bug Fixes
|
|
3740
3556
|
|
|
@@ -3742,7 +3558,7 @@
|
|
|
3742
3558
|
|
|
3743
3559
|
## 16.3.17 (2018-09-12)
|
|
3744
3560
|
|
|
3745
|
-
###
|
|
3561
|
+
### Document Editor
|
|
3746
3562
|
|
|
3747
3563
|
#### New Features
|
|
3748
3564
|
|
|
@@ -3751,7 +3567,7 @@
|
|
|
3751
3567
|
|
|
3752
3568
|
## 16.2.48 (2018-08-14)
|
|
3753
3569
|
|
|
3754
|
-
###
|
|
3570
|
+
### Document Editor
|
|
3755
3571
|
|
|
3756
3572
|
#### Bug Fixes
|
|
3757
3573
|
|
|
@@ -3762,7 +3578,7 @@
|
|
|
3762
3578
|
|
|
3763
3579
|
## 16.2.46 (2018-07-30)
|
|
3764
3580
|
|
|
3765
|
-
###
|
|
3581
|
+
### Document Editor
|
|
3766
3582
|
|
|
3767
3583
|
#### New Features
|
|
3768
3584
|
|
|
@@ -3770,7 +3586,7 @@
|
|
|
3770
3586
|
|
|
3771
3587
|
## 16.2.41 (2018-06-25)
|
|
3772
3588
|
|
|
3773
|
-
###
|
|
3589
|
+
### Document Editor
|
|
3774
3590
|
|
|
3775
3591
|
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.
|
|
3776
3592
|
|