@syncfusion/ej2-react-documenteditor 23.2.7 → 24.1.41
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 +192 -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
|
@@ -19,8 +19,11 @@
|
|
|
19
19
|
- `#I513117` - Resolved editing and last page delete issue.
|
|
20
20
|
- `#I525400` - Resolved issue in paste.
|
|
21
21
|
- `#I513061` - Resolved editing issues in the attached document.
|
|
22
|
-
- `#
|
|
23
|
-
|
|
22
|
+
- `#I516733` - Resolved the script error issue while pasting content.
|
|
23
|
+
|
|
24
|
+
#### Features
|
|
25
|
+
|
|
26
|
+
- `#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
27
|
|
|
25
28
|
## 23.2.6 (2023-11-28)
|
|
26
29
|
|
|
@@ -140,219 +143,14 @@
|
|
|
140
143
|
|
|
141
144
|
#### New Features
|
|
142
145
|
|
|
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.
|
|
146
|
+
- `#I397854`, `#I401771` - Added support for editing alternate text for images.
|
|
147
|
+
- `#I370306`, `#I438565` - Added support for character spacing and scaling.
|
|
148
|
+
- `#I273864`, `#I318326`, `#I325320`, `#I331615`, `#I339872`, `#F164047` - Added support for linking to the previous header/footer.
|
|
149
|
+
- `#I445060`, `#I468741` - Added a property in the `selectionChanged` event arguments to identify whether the user has completed their selection.
|
|
352
150
|
|
|
353
151
|
## 21.2.10 (2023-06-13)
|
|
354
152
|
|
|
355
|
-
###
|
|
153
|
+
### Document Editor
|
|
356
154
|
|
|
357
155
|
#### Bug Fixes
|
|
358
156
|
|
|
@@ -363,7 +161,7 @@
|
|
|
363
161
|
|
|
364
162
|
## 21.2.9 (2023-06-06)
|
|
365
163
|
|
|
366
|
-
###
|
|
164
|
+
### Document Editor
|
|
367
165
|
|
|
368
166
|
#### Bug Fixes
|
|
369
167
|
|
|
@@ -377,7 +175,7 @@
|
|
|
377
175
|
|
|
378
176
|
## 21.2.8 (2023-05-30)
|
|
379
177
|
|
|
380
|
-
###
|
|
178
|
+
### Document Editor
|
|
381
179
|
|
|
382
180
|
#### Bug Fixes
|
|
383
181
|
|
|
@@ -398,7 +196,7 @@
|
|
|
398
196
|
|
|
399
197
|
## 21.2.6 (2023-05-23)
|
|
400
198
|
|
|
401
|
-
###
|
|
199
|
+
### Document Editor
|
|
402
200
|
|
|
403
201
|
#### Bug Fixes
|
|
404
202
|
|
|
@@ -418,7 +216,7 @@
|
|
|
418
216
|
|
|
419
217
|
## 21.2.5 (2023-05-16)
|
|
420
218
|
|
|
421
|
-
###
|
|
219
|
+
### Document Editor
|
|
422
220
|
|
|
423
221
|
#### Bug Fixes
|
|
424
222
|
|
|
@@ -436,7 +234,7 @@
|
|
|
436
234
|
|
|
437
235
|
## 21.2.4 (2023-05-09)
|
|
438
236
|
|
|
439
|
-
###
|
|
237
|
+
### Document Editor
|
|
440
238
|
|
|
441
239
|
#### Bug Fixes
|
|
442
240
|
|
|
@@ -447,7 +245,7 @@
|
|
|
447
245
|
|
|
448
246
|
## 21.2.3 (2023-05-03)
|
|
449
247
|
|
|
450
|
-
###
|
|
248
|
+
### Document Editor
|
|
451
249
|
|
|
452
250
|
#### Bug Fixes
|
|
453
251
|
|
|
@@ -459,7 +257,7 @@
|
|
|
459
257
|
|
|
460
258
|
## 21.1.41 (2023-04-18)
|
|
461
259
|
|
|
462
|
-
###
|
|
260
|
+
### Document Editor
|
|
463
261
|
|
|
464
262
|
#### Bug Fixes
|
|
465
263
|
|
|
@@ -474,7 +272,7 @@
|
|
|
474
272
|
|
|
475
273
|
## 21.1.39 (2023-04-11)
|
|
476
274
|
|
|
477
|
-
###
|
|
275
|
+
### Document Editor
|
|
478
276
|
|
|
479
277
|
#### Bug Fixes
|
|
480
278
|
|
|
@@ -500,7 +298,7 @@
|
|
|
500
298
|
|
|
501
299
|
## 21.1.38 (2023-04-04)
|
|
502
300
|
|
|
503
|
-
###
|
|
301
|
+
### Document Editor
|
|
504
302
|
|
|
505
303
|
#### Bug Fixes
|
|
506
304
|
|
|
@@ -515,7 +313,7 @@
|
|
|
515
313
|
|
|
516
314
|
## 21.1.37 (2023-03-29)
|
|
517
315
|
|
|
518
|
-
###
|
|
316
|
+
### Document Editor
|
|
519
317
|
|
|
520
318
|
#### Bug Fixes
|
|
521
319
|
|
|
@@ -527,7 +325,7 @@
|
|
|
527
325
|
|
|
528
326
|
## 21.1.35 (2023-03-23)
|
|
529
327
|
|
|
530
|
-
###
|
|
328
|
+
### Document Editor
|
|
531
329
|
|
|
532
330
|
#### Breaking Changes
|
|
533
331
|
|
|
@@ -549,7 +347,7 @@
|
|
|
549
347
|
|
|
550
348
|
## 20.4.54 (2023-03-14)
|
|
551
349
|
|
|
552
|
-
###
|
|
350
|
+
### Document Editor
|
|
553
351
|
|
|
554
352
|
#### Bug Fixes
|
|
555
353
|
|
|
@@ -559,7 +357,7 @@
|
|
|
559
357
|
|
|
560
358
|
## 20.4.53 (2023-03-07)
|
|
561
359
|
|
|
562
|
-
###
|
|
360
|
+
### Document Editor
|
|
563
361
|
|
|
564
362
|
#### Bug Fixes
|
|
565
363
|
|
|
@@ -569,7 +367,7 @@
|
|
|
569
367
|
|
|
570
368
|
## 20.4.52 (2023-02-28)
|
|
571
369
|
|
|
572
|
-
###
|
|
370
|
+
### Document Editor
|
|
573
371
|
|
|
574
372
|
#### Bug Fixes
|
|
575
373
|
|
|
@@ -578,7 +376,7 @@
|
|
|
578
376
|
|
|
579
377
|
## 20.4.51 (2023-02-21)
|
|
580
378
|
|
|
581
|
-
###
|
|
379
|
+
### Document Editor
|
|
582
380
|
|
|
583
381
|
#### Bug Fixes
|
|
584
382
|
|
|
@@ -587,7 +385,7 @@
|
|
|
587
385
|
|
|
588
386
|
## 20.4.50 (2023-02-14)
|
|
589
387
|
|
|
590
|
-
###
|
|
388
|
+
### Document Editor
|
|
591
389
|
|
|
592
390
|
#### Bug Fixes
|
|
593
391
|
|
|
@@ -599,7 +397,7 @@
|
|
|
599
397
|
|
|
600
398
|
## 20.4.49 (2023-02-07)
|
|
601
399
|
|
|
602
|
-
###
|
|
400
|
+
### Document Editor
|
|
603
401
|
|
|
604
402
|
#### Bug Fixes
|
|
605
403
|
|
|
@@ -610,7 +408,7 @@
|
|
|
610
408
|
|
|
611
409
|
## 20.4.48 (2023-02-01)
|
|
612
410
|
|
|
613
|
-
###
|
|
411
|
+
### Document Editor
|
|
614
412
|
|
|
615
413
|
#### Bug Fixes
|
|
616
414
|
|
|
@@ -622,7 +420,7 @@
|
|
|
622
420
|
|
|
623
421
|
## 20.4.44 (2023-01-18)
|
|
624
422
|
|
|
625
|
-
###
|
|
423
|
+
### Document Editor
|
|
626
424
|
|
|
627
425
|
#### Bug Fixes
|
|
628
426
|
|
|
@@ -634,7 +432,7 @@
|
|
|
634
432
|
|
|
635
433
|
## 20.4.43 (2023-01-10)
|
|
636
434
|
|
|
637
|
-
###
|
|
435
|
+
### Document Editor
|
|
638
436
|
|
|
639
437
|
#### Bug Fixes
|
|
640
438
|
|
|
@@ -643,7 +441,7 @@
|
|
|
643
441
|
|
|
644
442
|
## 20.4.42 (2023-01-04)
|
|
645
443
|
|
|
646
|
-
###
|
|
444
|
+
### Document Editor
|
|
647
445
|
|
|
648
446
|
#### Bug Fixes
|
|
649
447
|
|
|
@@ -666,7 +464,7 @@
|
|
|
666
464
|
|
|
667
465
|
## 20.4.40 (2022-12-28)
|
|
668
466
|
|
|
669
|
-
###
|
|
467
|
+
### Document Editor
|
|
670
468
|
|
|
671
469
|
#### Bug Fixes
|
|
672
470
|
|
|
@@ -676,7 +474,7 @@
|
|
|
676
474
|
|
|
677
475
|
## 20.3.60 (2022-12-06)
|
|
678
476
|
|
|
679
|
-
###
|
|
477
|
+
### Document Editor
|
|
680
478
|
|
|
681
479
|
#### Bug Fixes
|
|
682
480
|
|
|
@@ -685,7 +483,7 @@
|
|
|
685
483
|
|
|
686
484
|
## 20.3.59 (2022-11-29)
|
|
687
485
|
|
|
688
|
-
###
|
|
486
|
+
### Document Editor
|
|
689
487
|
|
|
690
488
|
#### Bug Fixes
|
|
691
489
|
|
|
@@ -694,7 +492,7 @@
|
|
|
694
492
|
|
|
695
493
|
## 20.3.58 (2022-11-22)
|
|
696
494
|
|
|
697
|
-
###
|
|
495
|
+
### Document Editor
|
|
698
496
|
|
|
699
497
|
#### Bug Fixes
|
|
700
498
|
|
|
@@ -709,7 +507,7 @@
|
|
|
709
507
|
|
|
710
508
|
## 20.3.57 (2022-11-15)
|
|
711
509
|
|
|
712
|
-
###
|
|
510
|
+
### Document Editor
|
|
713
511
|
|
|
714
512
|
#### Bug Fixes
|
|
715
513
|
|
|
@@ -723,7 +521,7 @@
|
|
|
723
521
|
|
|
724
522
|
## 20.3.56 (2022-11-08)
|
|
725
523
|
|
|
726
|
-
###
|
|
524
|
+
### Document Editor
|
|
727
525
|
|
|
728
526
|
#### Bug Fixes
|
|
729
527
|
|
|
@@ -743,7 +541,7 @@
|
|
|
743
541
|
|
|
744
542
|
## 20.3.52 (2022-10-26)
|
|
745
543
|
|
|
746
|
-
###
|
|
544
|
+
### Document Editor
|
|
747
545
|
|
|
748
546
|
#### Bug Fixes
|
|
749
547
|
|
|
@@ -755,7 +553,7 @@
|
|
|
755
553
|
|
|
756
554
|
## 20.3.50 (2022-10-18)
|
|
757
555
|
|
|
758
|
-
###
|
|
556
|
+
### Document Editor
|
|
759
557
|
|
|
760
558
|
#### Bug Fixes
|
|
761
559
|
|
|
@@ -770,7 +568,7 @@
|
|
|
770
568
|
|
|
771
569
|
## 20.3.49 (2022-10-11)
|
|
772
570
|
|
|
773
|
-
###
|
|
571
|
+
### Document Editor
|
|
774
572
|
|
|
775
573
|
#### Bug Fixes
|
|
776
574
|
|
|
@@ -785,7 +583,7 @@
|
|
|
785
583
|
|
|
786
584
|
## 20.3.48 (2022-10-05)
|
|
787
585
|
|
|
788
|
-
###
|
|
586
|
+
### Document Editor
|
|
789
587
|
|
|
790
588
|
#### Bug Fixes
|
|
791
589
|
|
|
@@ -804,7 +602,7 @@
|
|
|
804
602
|
|
|
805
603
|
## 20.3.47 (2022-09-29)
|
|
806
604
|
|
|
807
|
-
###
|
|
605
|
+
### Document Editor
|
|
808
606
|
|
|
809
607
|
#### New Features
|
|
810
608
|
|
|
@@ -812,7 +610,7 @@
|
|
|
812
610
|
|
|
813
611
|
## 20.1.52 (2022-05-04)
|
|
814
612
|
|
|
815
|
-
###
|
|
613
|
+
### Document Editor
|
|
816
614
|
|
|
817
615
|
#### Bug Fixes
|
|
818
616
|
|
|
@@ -839,7 +637,7 @@
|
|
|
839
637
|
|
|
840
638
|
## 20.1.51 (2022-04-26)
|
|
841
639
|
|
|
842
|
-
###
|
|
640
|
+
### Document Editor
|
|
843
641
|
|
|
844
642
|
#### Bug Fixes
|
|
845
643
|
|
|
@@ -852,7 +650,7 @@
|
|
|
852
650
|
|
|
853
651
|
## 20.1.50 (2022-04-19)
|
|
854
652
|
|
|
855
|
-
###
|
|
653
|
+
### Document Editor
|
|
856
654
|
|
|
857
655
|
#### Bug Fixes
|
|
858
656
|
|
|
@@ -862,7 +660,7 @@
|
|
|
862
660
|
|
|
863
661
|
## 20.1.48 (2022-04-12)
|
|
864
662
|
|
|
865
|
-
###
|
|
663
|
+
### Document Editor
|
|
866
664
|
|
|
867
665
|
#### Bug Fixes
|
|
868
666
|
|
|
@@ -886,7 +684,7 @@
|
|
|
886
684
|
|
|
887
685
|
## 20.1.47 (2022-04-04)
|
|
888
686
|
|
|
889
|
-
###
|
|
687
|
+
### Document Editor
|
|
890
688
|
|
|
891
689
|
#### Bug Fixes
|
|
892
690
|
|
|
@@ -906,7 +704,7 @@
|
|
|
906
704
|
|
|
907
705
|
## 19.4.56 (2022-03-15)
|
|
908
706
|
|
|
909
|
-
###
|
|
707
|
+
### Document Editor
|
|
910
708
|
|
|
911
709
|
#### Bug Fixes
|
|
912
710
|
|
|
@@ -920,7 +718,7 @@
|
|
|
920
718
|
|
|
921
719
|
## 19.4.55 (2022-03-08)
|
|
922
720
|
|
|
923
|
-
###
|
|
721
|
+
### Document Editor
|
|
924
722
|
|
|
925
723
|
#### Bug Fixes
|
|
926
724
|
|
|
@@ -942,7 +740,7 @@
|
|
|
942
740
|
|
|
943
741
|
## 19.4.54 (2022-03-01)
|
|
944
742
|
|
|
945
|
-
###
|
|
743
|
+
### Document Editor
|
|
946
744
|
|
|
947
745
|
#### Bug Fixes
|
|
948
746
|
|
|
@@ -955,7 +753,7 @@
|
|
|
955
753
|
|
|
956
754
|
## 19.4.53 (2022-02-22)
|
|
957
755
|
|
|
958
|
-
###
|
|
756
|
+
### Document Editor
|
|
959
757
|
|
|
960
758
|
#### Bug Fixes
|
|
961
759
|
|
|
@@ -972,7 +770,7 @@
|
|
|
972
770
|
|
|
973
771
|
## 19.4.52 (2022-02-15)
|
|
974
772
|
|
|
975
|
-
###
|
|
773
|
+
### Document Editor
|
|
976
774
|
|
|
977
775
|
#### Bug Fixes
|
|
978
776
|
|
|
@@ -994,7 +792,7 @@
|
|
|
994
792
|
|
|
995
793
|
## 19.4.50 (2022-02-08)
|
|
996
794
|
|
|
997
|
-
###
|
|
795
|
+
### Document Editor
|
|
998
796
|
|
|
999
797
|
#### Bug Fixes
|
|
1000
798
|
|
|
@@ -1011,7 +809,7 @@
|
|
|
1011
809
|
|
|
1012
810
|
## 19.4.48 (2022-01-31)
|
|
1013
811
|
|
|
1014
|
-
###
|
|
812
|
+
### Document Editor
|
|
1015
813
|
|
|
1016
814
|
#### Bug Fixes
|
|
1017
815
|
|
|
@@ -1073,7 +871,7 @@
|
|
|
1073
871
|
|
|
1074
872
|
## 19.4.47 (2022-01-25)
|
|
1075
873
|
|
|
1076
|
-
###
|
|
874
|
+
### Document Editor
|
|
1077
875
|
|
|
1078
876
|
#### Bug Fixes
|
|
1079
877
|
|
|
@@ -1089,7 +887,7 @@
|
|
|
1089
887
|
|
|
1090
888
|
## 19.4.43 (2022-01-18)
|
|
1091
889
|
|
|
1092
|
-
###
|
|
890
|
+
### Document Editor
|
|
1093
891
|
|
|
1094
892
|
#### Bug Fixes
|
|
1095
893
|
|
|
@@ -1117,7 +915,7 @@
|
|
|
1117
915
|
|
|
1118
916
|
## 19.4.41 (2022-01-04)
|
|
1119
917
|
|
|
1120
|
-
###
|
|
918
|
+
### Document Editor
|
|
1121
919
|
|
|
1122
920
|
#### Bug Fixes
|
|
1123
921
|
|
|
@@ -1134,7 +932,7 @@
|
|
|
1134
932
|
|
|
1135
933
|
## 19.4.40 (2021-12-28)
|
|
1136
934
|
|
|
1137
|
-
###
|
|
935
|
+
### Document Editor
|
|
1138
936
|
|
|
1139
937
|
#### Bug Fixes
|
|
1140
938
|
|
|
@@ -1148,7 +946,7 @@
|
|
|
1148
946
|
|
|
1149
947
|
## 19.4.38 (2021-12-17)
|
|
1150
948
|
|
|
1151
|
-
###
|
|
949
|
+
### Document Editor
|
|
1152
950
|
|
|
1153
951
|
#### Bug Fixes
|
|
1154
952
|
|
|
@@ -1221,7 +1019,7 @@
|
|
|
1221
1019
|
|
|
1222
1020
|
## 19.3.56 (2021-12-02)
|
|
1223
1021
|
|
|
1224
|
-
###
|
|
1022
|
+
### Document Editor
|
|
1225
1023
|
|
|
1226
1024
|
#### Bug Fixes
|
|
1227
1025
|
|
|
@@ -1240,7 +1038,7 @@
|
|
|
1240
1038
|
|
|
1241
1039
|
## 19.3.55 (2021-11-23)
|
|
1242
1040
|
|
|
1243
|
-
###
|
|
1041
|
+
### Document Editor
|
|
1244
1042
|
|
|
1245
1043
|
#### Bug Fixes
|
|
1246
1044
|
|
|
@@ -1248,7 +1046,7 @@
|
|
|
1248
1046
|
|
|
1249
1047
|
## 19.3.54 (2021-11-17)
|
|
1250
1048
|
|
|
1251
|
-
###
|
|
1049
|
+
### Document Editor
|
|
1252
1050
|
|
|
1253
1051
|
#### Bug Fixes
|
|
1254
1052
|
|
|
@@ -1259,7 +1057,7 @@
|
|
|
1259
1057
|
|
|
1260
1058
|
## 19.3.53 (2021-11-12)
|
|
1261
1059
|
|
|
1262
|
-
###
|
|
1060
|
+
### Document Editor
|
|
1263
1061
|
|
|
1264
1062
|
#### Bug Fixes
|
|
1265
1063
|
|
|
@@ -1312,7 +1110,7 @@
|
|
|
1312
1110
|
|
|
1313
1111
|
## 19.3.48 (2021-11-02)
|
|
1314
1112
|
|
|
1315
|
-
###
|
|
1113
|
+
### Document Editor
|
|
1316
1114
|
|
|
1317
1115
|
#### Bug Fixes
|
|
1318
1116
|
|
|
@@ -1322,7 +1120,7 @@
|
|
|
1322
1120
|
|
|
1323
1121
|
## 19.3.47 (2021-10-26)
|
|
1324
1122
|
|
|
1325
|
-
###
|
|
1123
|
+
### Document Editor
|
|
1326
1124
|
|
|
1327
1125
|
#### Bug Fixes
|
|
1328
1126
|
|
|
@@ -1332,7 +1130,7 @@
|
|
|
1332
1130
|
|
|
1333
1131
|
## 19.3.46 (2021-10-19)
|
|
1334
1132
|
|
|
1335
|
-
###
|
|
1133
|
+
### Document Editor
|
|
1336
1134
|
|
|
1337
1135
|
#### Bug Fixes
|
|
1338
1136
|
|
|
@@ -1350,7 +1148,7 @@
|
|
|
1350
1148
|
|
|
1351
1149
|
## 19.3.45 (2021-10-12)
|
|
1352
1150
|
|
|
1353
|
-
###
|
|
1151
|
+
### Document Editor
|
|
1354
1152
|
|
|
1355
1153
|
#### Bug Fixes
|
|
1356
1154
|
|
|
@@ -1371,7 +1169,7 @@
|
|
|
1371
1169
|
|
|
1372
1170
|
## 19.3.44 (2021-10-05)
|
|
1373
1171
|
|
|
1374
|
-
###
|
|
1172
|
+
### Document Editor
|
|
1375
1173
|
|
|
1376
1174
|
#### Bug Fixes
|
|
1377
1175
|
|
|
@@ -1394,7 +1192,7 @@
|
|
|
1394
1192
|
|
|
1395
1193
|
## 19.3.43 (2021-09-30)
|
|
1396
1194
|
|
|
1397
|
-
###
|
|
1195
|
+
### Document Editor
|
|
1398
1196
|
|
|
1399
1197
|
#### Breaking Changes
|
|
1400
1198
|
|
|
@@ -1472,7 +1270,7 @@
|
|
|
1472
1270
|
|
|
1473
1271
|
## 19.2.62 (2021-09-14)
|
|
1474
1272
|
|
|
1475
|
-
###
|
|
1273
|
+
### Document Editor
|
|
1476
1274
|
|
|
1477
1275
|
#### Bug Fixes
|
|
1478
1276
|
|
|
@@ -1481,7 +1279,7 @@
|
|
|
1481
1279
|
|
|
1482
1280
|
## 19.2.60 (2021-09-07)
|
|
1483
1281
|
|
|
1484
|
-
###
|
|
1282
|
+
### Document Editor
|
|
1485
1283
|
|
|
1486
1284
|
#### Bug Fixes
|
|
1487
1285
|
|
|
@@ -1492,7 +1290,7 @@
|
|
|
1492
1290
|
|
|
1493
1291
|
## 19.2.59 (2021-08-31)
|
|
1494
1292
|
|
|
1495
|
-
###
|
|
1293
|
+
### Document Editor
|
|
1496
1294
|
|
|
1497
1295
|
#### Bug Fixes
|
|
1498
1296
|
|
|
@@ -1504,7 +1302,7 @@
|
|
|
1504
1302
|
|
|
1505
1303
|
## 19.2.57 (2021-08-24)
|
|
1506
1304
|
|
|
1507
|
-
###
|
|
1305
|
+
### Document Editor
|
|
1508
1306
|
|
|
1509
1307
|
#### Bug Fixes
|
|
1510
1308
|
|
|
@@ -1521,7 +1319,7 @@
|
|
|
1521
1319
|
|
|
1522
1320
|
## 19.2.56 (2021-08-17)
|
|
1523
1321
|
|
|
1524
|
-
###
|
|
1322
|
+
### Document Editor
|
|
1525
1323
|
|
|
1526
1324
|
#### Bug Fixes
|
|
1527
1325
|
|
|
@@ -1531,7 +1329,7 @@
|
|
|
1531
1329
|
|
|
1532
1330
|
## 19.2.55 (2021-08-11)
|
|
1533
1331
|
|
|
1534
|
-
###
|
|
1332
|
+
### Document Editor
|
|
1535
1333
|
|
|
1536
1334
|
#### New Features
|
|
1537
1335
|
|
|
@@ -1571,7 +1369,7 @@
|
|
|
1571
1369
|
|
|
1572
1370
|
## 19.2.49 (2021-07-27)
|
|
1573
1371
|
|
|
1574
|
-
###
|
|
1372
|
+
### Document Editor
|
|
1575
1373
|
|
|
1576
1374
|
#### Bug Fixes
|
|
1577
1375
|
|
|
@@ -1584,7 +1382,7 @@
|
|
|
1584
1382
|
|
|
1585
1383
|
## 19.2.48 (2021-07-20)
|
|
1586
1384
|
|
|
1587
|
-
###
|
|
1385
|
+
### Document Editor
|
|
1588
1386
|
|
|
1589
1387
|
#### Bug Fixes
|
|
1590
1388
|
|
|
@@ -1595,7 +1393,7 @@
|
|
|
1595
1393
|
|
|
1596
1394
|
## 19.2.47 (2021-07-13)
|
|
1597
1395
|
|
|
1598
|
-
###
|
|
1396
|
+
### Document Editor
|
|
1599
1397
|
|
|
1600
1398
|
#### Bug Fixes
|
|
1601
1399
|
|
|
@@ -1614,7 +1412,7 @@
|
|
|
1614
1412
|
|
|
1615
1413
|
## 19.2.46 (2021-07-06)
|
|
1616
1414
|
|
|
1617
|
-
###
|
|
1415
|
+
### Document Editor
|
|
1618
1416
|
|
|
1619
1417
|
#### Bug Fixes
|
|
1620
1418
|
|
|
@@ -1632,7 +1430,7 @@
|
|
|
1632
1430
|
|
|
1633
1431
|
## 19.2.44 (2021-06-30)
|
|
1634
1432
|
|
|
1635
|
-
###
|
|
1433
|
+
### Document Editor
|
|
1636
1434
|
|
|
1637
1435
|
#### New Features
|
|
1638
1436
|
|
|
@@ -1764,7 +1562,7 @@
|
|
|
1764
1562
|
|
|
1765
1563
|
## 19.1.69 (2021-06-15)
|
|
1766
1564
|
|
|
1767
|
-
###
|
|
1565
|
+
### Document Editor
|
|
1768
1566
|
|
|
1769
1567
|
#### Bug Fixes
|
|
1770
1568
|
|
|
@@ -1778,7 +1576,7 @@
|
|
|
1778
1576
|
|
|
1779
1577
|
## 19.1.67 (2021-06-08)
|
|
1780
1578
|
|
|
1781
|
-
###
|
|
1579
|
+
### Document Editor
|
|
1782
1580
|
|
|
1783
1581
|
#### Bug Fixes
|
|
1784
1582
|
|
|
@@ -1792,7 +1590,7 @@
|
|
|
1792
1590
|
|
|
1793
1591
|
## 19.1.66 (2021-06-01)
|
|
1794
1592
|
|
|
1795
|
-
###
|
|
1593
|
+
### Document Editor
|
|
1796
1594
|
|
|
1797
1595
|
- `#I326144` - Resolved the issue with multi line track changes.
|
|
1798
1596
|
- `#I328063` - Document with checkbox form field applied with to character format is now opened properly.
|
|
@@ -1803,7 +1601,7 @@
|
|
|
1803
1601
|
|
|
1804
1602
|
## 19.1.65 (2021-05-25)
|
|
1805
1603
|
|
|
1806
|
-
###
|
|
1604
|
+
### Document Editor
|
|
1807
1605
|
|
|
1808
1606
|
#### Bug Fixes
|
|
1809
1607
|
|
|
@@ -1821,7 +1619,7 @@
|
|
|
1821
1619
|
|
|
1822
1620
|
## 19.1.64 (2021-05-19)
|
|
1823
1621
|
|
|
1824
|
-
###
|
|
1622
|
+
### Document Editor
|
|
1825
1623
|
|
|
1826
1624
|
#### Bug Fixes
|
|
1827
1625
|
|
|
@@ -1836,7 +1634,7 @@
|
|
|
1836
1634
|
|
|
1837
1635
|
## 19.1.63 (2021-05-13)
|
|
1838
1636
|
|
|
1839
|
-
###
|
|
1637
|
+
### Document Editor
|
|
1840
1638
|
|
|
1841
1639
|
#### Bug Fixes
|
|
1842
1640
|
|
|
@@ -1860,7 +1658,7 @@
|
|
|
1860
1658
|
|
|
1861
1659
|
## 19.1.59 (2021-05-04)
|
|
1862
1660
|
|
|
1863
|
-
###
|
|
1661
|
+
### Document Editor
|
|
1864
1662
|
|
|
1865
1663
|
#### New Features
|
|
1866
1664
|
|
|
@@ -1885,7 +1683,7 @@
|
|
|
1885
1683
|
|
|
1886
1684
|
## 19.1.58 (2021-04-27)
|
|
1887
1685
|
|
|
1888
|
-
###
|
|
1686
|
+
### Document Editor
|
|
1889
1687
|
|
|
1890
1688
|
#### Bug Fixes
|
|
1891
1689
|
|
|
@@ -1903,7 +1701,7 @@
|
|
|
1903
1701
|
|
|
1904
1702
|
## 19.1.57 (2021-04-20)
|
|
1905
1703
|
|
|
1906
|
-
###
|
|
1704
|
+
### Document Editor
|
|
1907
1705
|
|
|
1908
1706
|
#### Bug Fixes
|
|
1909
1707
|
|
|
@@ -1930,7 +1728,7 @@
|
|
|
1930
1728
|
|
|
1931
1729
|
## 19.1.56 (2021-04-13)
|
|
1932
1730
|
|
|
1933
|
-
###
|
|
1731
|
+
### Document Editor
|
|
1934
1732
|
|
|
1935
1733
|
#### Bug Fixes
|
|
1936
1734
|
|
|
@@ -1957,7 +1755,7 @@
|
|
|
1957
1755
|
|
|
1958
1756
|
## 19.1.55 (2021-04-06)
|
|
1959
1757
|
|
|
1960
|
-
###
|
|
1758
|
+
### Document Editor
|
|
1961
1759
|
|
|
1962
1760
|
#### Bug Fixes
|
|
1963
1761
|
|
|
@@ -1977,7 +1775,7 @@
|
|
|
1977
1775
|
|
|
1978
1776
|
## 19.1.54 (2021-03-30)
|
|
1979
1777
|
|
|
1980
|
-
###
|
|
1778
|
+
### Document Editor
|
|
1981
1779
|
|
|
1982
1780
|
#### Breaking Changes
|
|
1983
1781
|
|
|
@@ -1998,7 +1796,7 @@
|
|
|
1998
1796
|
|
|
1999
1797
|
## 18.4.49 (2021-03-23)
|
|
2000
1798
|
|
|
2001
|
-
###
|
|
1799
|
+
### Document Editor
|
|
2002
1800
|
|
|
2003
1801
|
#### Bug Fixes
|
|
2004
1802
|
|
|
@@ -2011,7 +1809,7 @@
|
|
|
2011
1809
|
|
|
2012
1810
|
## 18.4.48 (2021-03-16)
|
|
2013
1811
|
|
|
2014
|
-
###
|
|
1812
|
+
### Document Editor
|
|
2015
1813
|
|
|
2016
1814
|
#### Bug Fixes
|
|
2017
1815
|
|
|
@@ -2025,7 +1823,7 @@
|
|
|
2025
1823
|
|
|
2026
1824
|
## 18.4.47 (2021-03-09)
|
|
2027
1825
|
|
|
2028
|
-
###
|
|
1826
|
+
### Document Editor
|
|
2029
1827
|
|
|
2030
1828
|
#### Breaking Changes
|
|
2031
1829
|
|
|
@@ -2046,7 +1844,7 @@
|
|
|
2046
1844
|
|
|
2047
1845
|
## 18.4.46 (2021-03-02)
|
|
2048
1846
|
|
|
2049
|
-
###
|
|
1847
|
+
### Document Editor
|
|
2050
1848
|
|
|
2051
1849
|
#### Bug Fixes
|
|
2052
1850
|
|
|
@@ -2059,7 +1857,7 @@
|
|
|
2059
1857
|
|
|
2060
1858
|
## 18.4.44 (2021-02-23)
|
|
2061
1859
|
|
|
2062
|
-
###
|
|
1860
|
+
### Document Editor
|
|
2063
1861
|
|
|
2064
1862
|
#### Bug Fixes
|
|
2065
1863
|
|
|
@@ -2074,7 +1872,7 @@
|
|
|
2074
1872
|
|
|
2075
1873
|
## 18.4.43 (2021-02-16)
|
|
2076
1874
|
|
|
2077
|
-
###
|
|
1875
|
+
### Document Editor
|
|
2078
1876
|
|
|
2079
1877
|
#### Bug Fixes
|
|
2080
1878
|
|
|
@@ -2087,7 +1885,7 @@
|
|
|
2087
1885
|
|
|
2088
1886
|
## 18.4.42 (2021-02-09)
|
|
2089
1887
|
|
|
2090
|
-
###
|
|
1888
|
+
### Document Editor
|
|
2091
1889
|
|
|
2092
1890
|
#### Bug Fixes
|
|
2093
1891
|
|
|
@@ -2102,7 +1900,7 @@
|
|
|
2102
1900
|
|
|
2103
1901
|
## 18.4.41 (2021-02-02)
|
|
2104
1902
|
|
|
2105
|
-
###
|
|
1903
|
+
### Document Editor
|
|
2106
1904
|
|
|
2107
1905
|
#### Bug Fixes
|
|
2108
1906
|
|
|
@@ -2118,7 +1916,7 @@
|
|
|
2118
1916
|
|
|
2119
1917
|
## 18.4.35 (2021-01-19)
|
|
2120
1918
|
|
|
2121
|
-
###
|
|
1919
|
+
### Document Editor
|
|
2122
1920
|
|
|
2123
1921
|
#### Bug Fixes
|
|
2124
1922
|
|
|
@@ -2131,7 +1929,7 @@
|
|
|
2131
1929
|
|
|
2132
1930
|
## 18.4.34 (2021-01-12)
|
|
2133
1931
|
|
|
2134
|
-
###
|
|
1932
|
+
### Document Editor
|
|
2135
1933
|
|
|
2136
1934
|
#### Bug Fixes
|
|
2137
1935
|
|
|
@@ -2147,7 +1945,7 @@
|
|
|
2147
1945
|
|
|
2148
1946
|
## 18.4.33 (2021-01-05)
|
|
2149
1947
|
|
|
2150
|
-
###
|
|
1948
|
+
### Document Editor
|
|
2151
1949
|
|
|
2152
1950
|
#### Bug Fixes
|
|
2153
1951
|
|
|
@@ -2156,7 +1954,7 @@
|
|
|
2156
1954
|
|
|
2157
1955
|
## 18.4.32 (2020-12-29)
|
|
2158
1956
|
|
|
2159
|
-
###
|
|
1957
|
+
### Document Editor
|
|
2160
1958
|
|
|
2161
1959
|
#### Bug Fixes
|
|
2162
1960
|
|
|
@@ -2166,7 +1964,7 @@
|
|
|
2166
1964
|
|
|
2167
1965
|
## 18.4.31 (2020-12-22)
|
|
2168
1966
|
|
|
2169
|
-
###
|
|
1967
|
+
### Document Editor
|
|
2170
1968
|
|
|
2171
1969
|
#### Bug Fixes
|
|
2172
1970
|
|
|
@@ -2180,7 +1978,7 @@
|
|
|
2180
1978
|
|
|
2181
1979
|
## 18.4.30 (2020-12-17)
|
|
2182
1980
|
|
|
2183
|
-
###
|
|
1981
|
+
### Document Editor
|
|
2184
1982
|
|
|
2185
1983
|
#### New Features
|
|
2186
1984
|
|
|
@@ -2188,7 +1986,7 @@
|
|
|
2188
1986
|
|
|
2189
1987
|
## 18.3.53 (2020-12-08)
|
|
2190
1988
|
|
|
2191
|
-
###
|
|
1989
|
+
### Document Editor
|
|
2192
1990
|
|
|
2193
1991
|
#### Bug Fixes
|
|
2194
1992
|
|
|
@@ -2198,7 +1996,7 @@
|
|
|
2198
1996
|
|
|
2199
1997
|
## 18.3.52 (2020-12-01)
|
|
2200
1998
|
|
|
2201
|
-
###
|
|
1999
|
+
### Document Editor
|
|
2202
2000
|
|
|
2203
2001
|
#### Bug Fixes
|
|
2204
2002
|
|
|
@@ -2208,7 +2006,7 @@
|
|
|
2208
2006
|
|
|
2209
2007
|
## 18.3.51 (2020-11-24)
|
|
2210
2008
|
|
|
2211
|
-
###
|
|
2009
|
+
### Document Editor
|
|
2212
2010
|
|
|
2213
2011
|
#### Bug Fixes
|
|
2214
2012
|
|
|
@@ -2222,7 +2020,7 @@
|
|
|
2222
2020
|
|
|
2223
2021
|
## 18.3.50 (2020-11-17)
|
|
2224
2022
|
|
|
2225
|
-
###
|
|
2023
|
+
### Document Editor
|
|
2226
2024
|
|
|
2227
2025
|
#### Bug Fixes
|
|
2228
2026
|
|
|
@@ -2231,7 +2029,7 @@
|
|
|
2231
2029
|
|
|
2232
2030
|
## 18.3.48 (2020-11-11)
|
|
2233
2031
|
|
|
2234
|
-
###
|
|
2032
|
+
### Document Editor
|
|
2235
2033
|
|
|
2236
2034
|
#### Bug Fixes
|
|
2237
2035
|
|
|
@@ -2240,7 +2038,7 @@
|
|
|
2240
2038
|
|
|
2241
2039
|
## 18.3.47 (2020-11-05)
|
|
2242
2040
|
|
|
2243
|
-
###
|
|
2041
|
+
### Document Editor
|
|
2244
2042
|
|
|
2245
2043
|
#### New Features
|
|
2246
2044
|
|
|
@@ -2275,7 +2073,7 @@
|
|
|
2275
2073
|
|
|
2276
2074
|
## 18.3.44 (2020-10-27)
|
|
2277
2075
|
|
|
2278
|
-
###
|
|
2076
|
+
### Document Editor
|
|
2279
2077
|
|
|
2280
2078
|
#### Bug Fixes
|
|
2281
2079
|
|
|
@@ -2288,7 +2086,7 @@
|
|
|
2288
2086
|
|
|
2289
2087
|
## 18.3.42 (2020-10-20)
|
|
2290
2088
|
|
|
2291
|
-
###
|
|
2089
|
+
### Document Editor
|
|
2292
2090
|
|
|
2293
2091
|
#### New Features
|
|
2294
2092
|
|
|
@@ -2308,7 +2106,7 @@
|
|
|
2308
2106
|
|
|
2309
2107
|
## 18.3.40 (2020-10-13)
|
|
2310
2108
|
|
|
2311
|
-
###
|
|
2109
|
+
### Document Editor
|
|
2312
2110
|
|
|
2313
2111
|
#### Bug Fixes
|
|
2314
2112
|
|
|
@@ -2324,7 +2122,7 @@
|
|
|
2324
2122
|
|
|
2325
2123
|
## 18.3.35 (2020-10-01)
|
|
2326
2124
|
|
|
2327
|
-
###
|
|
2125
|
+
### Document Editor
|
|
2328
2126
|
|
|
2329
2127
|
#### Bug Fixes
|
|
2330
2128
|
|
|
@@ -2396,7 +2194,7 @@
|
|
|
2396
2194
|
|
|
2397
2195
|
## 18.2.58 (2020-09-15)
|
|
2398
2196
|
|
|
2399
|
-
###
|
|
2197
|
+
### Document Editor
|
|
2400
2198
|
|
|
2401
2199
|
#### New Features
|
|
2402
2200
|
|
|
@@ -2414,7 +2212,7 @@
|
|
|
2414
2212
|
|
|
2415
2213
|
## 18.2.57 (2020-09-08)
|
|
2416
2214
|
|
|
2417
|
-
###
|
|
2215
|
+
### Document Editor
|
|
2418
2216
|
|
|
2419
2217
|
#### New Features
|
|
2420
2218
|
|
|
@@ -2439,7 +2237,7 @@
|
|
|
2439
2237
|
|
|
2440
2238
|
## 18.2.55 (2020-08-25)
|
|
2441
2239
|
|
|
2442
|
-
###
|
|
2240
|
+
### Document Editor
|
|
2443
2241
|
|
|
2444
2242
|
#### Bug Fixes
|
|
2445
2243
|
|
|
@@ -2454,7 +2252,7 @@
|
|
|
2454
2252
|
|
|
2455
2253
|
## 18.2.54 (2020-08-18)
|
|
2456
2254
|
|
|
2457
|
-
###
|
|
2255
|
+
### Document Editor
|
|
2458
2256
|
|
|
2459
2257
|
#### New Features
|
|
2460
2258
|
|
|
@@ -2495,7 +2293,7 @@
|
|
|
2495
2293
|
|
|
2496
2294
|
## 18.2.47 (2020-07-28)
|
|
2497
2295
|
|
|
2498
|
-
###
|
|
2296
|
+
### Document Editor
|
|
2499
2297
|
|
|
2500
2298
|
#### New Features
|
|
2501
2299
|
|
|
@@ -2508,7 +2306,7 @@
|
|
|
2508
2306
|
|
|
2509
2307
|
## 18.2.46 (2020-07-21)
|
|
2510
2308
|
|
|
2511
|
-
###
|
|
2309
|
+
### Document Editor
|
|
2512
2310
|
|
|
2513
2311
|
#### New Features
|
|
2514
2312
|
|
|
@@ -2525,7 +2323,7 @@
|
|
|
2525
2323
|
|
|
2526
2324
|
## 18.2.45 (2020-07-14)
|
|
2527
2325
|
|
|
2528
|
-
###
|
|
2326
|
+
### Document Editor
|
|
2529
2327
|
|
|
2530
2328
|
#### New Features
|
|
2531
2329
|
|
|
@@ -2541,7 +2339,7 @@
|
|
|
2541
2339
|
|
|
2542
2340
|
## 18.2.44 (2020-07-07)
|
|
2543
2341
|
|
|
2544
|
-
###
|
|
2342
|
+
### Document Editor
|
|
2545
2343
|
|
|
2546
2344
|
#### Breaking Changes
|
|
2547
2345
|
|
|
@@ -2630,7 +2428,7 @@
|
|
|
2630
2428
|
|
|
2631
2429
|
## 18.1.56 (2020-06-09)
|
|
2632
2430
|
|
|
2633
|
-
###
|
|
2431
|
+
### Document Editor
|
|
2634
2432
|
|
|
2635
2433
|
#### Bug Fixes
|
|
2636
2434
|
|
|
@@ -2645,7 +2443,7 @@
|
|
|
2645
2443
|
|
|
2646
2444
|
## 18.1.55 (2020-06-02)
|
|
2647
2445
|
|
|
2648
|
-
###
|
|
2446
|
+
### Document Editor
|
|
2649
2447
|
|
|
2650
2448
|
#### Bug Fixes
|
|
2651
2449
|
|
|
@@ -2659,7 +2457,7 @@
|
|
|
2659
2457
|
|
|
2660
2458
|
## 18.1.54 (2020-05-26)
|
|
2661
2459
|
|
|
2662
|
-
###
|
|
2460
|
+
### Document Editor
|
|
2663
2461
|
|
|
2664
2462
|
#### Bug Fixes
|
|
2665
2463
|
|
|
@@ -2674,7 +2472,7 @@
|
|
|
2674
2472
|
|
|
2675
2473
|
## 18.1.53 (2020-05-19)
|
|
2676
2474
|
|
|
2677
|
-
###
|
|
2475
|
+
### Document Editor
|
|
2678
2476
|
|
|
2679
2477
|
#### New Features
|
|
2680
2478
|
|
|
@@ -2691,7 +2489,7 @@
|
|
|
2691
2489
|
|
|
2692
2490
|
## 18.1.52 (2020-05-13)
|
|
2693
2491
|
|
|
2694
|
-
###
|
|
2492
|
+
### Document Editor
|
|
2695
2493
|
|
|
2696
2494
|
#### New Features
|
|
2697
2495
|
|
|
@@ -2704,7 +2502,7 @@
|
|
|
2704
2502
|
|
|
2705
2503
|
## 18.1.48 (2020-05-05)
|
|
2706
2504
|
|
|
2707
|
-
###
|
|
2505
|
+
### Document Editor
|
|
2708
2506
|
|
|
2709
2507
|
#### Bug Fixes
|
|
2710
2508
|
|
|
@@ -2719,7 +2517,7 @@
|
|
|
2719
2517
|
|
|
2720
2518
|
## 18.1.46 (2020-04-28)
|
|
2721
2519
|
|
|
2722
|
-
###
|
|
2520
|
+
### Document Editor
|
|
2723
2521
|
|
|
2724
2522
|
#### New Features
|
|
2725
2523
|
|
|
@@ -2738,7 +2536,7 @@
|
|
|
2738
2536
|
|
|
2739
2537
|
## 18.1.45 (2020-04-21)
|
|
2740
2538
|
|
|
2741
|
-
###
|
|
2539
|
+
### Document Editor
|
|
2742
2540
|
|
|
2743
2541
|
#### Bug Fixes
|
|
2744
2542
|
|
|
@@ -2749,7 +2547,7 @@
|
|
|
2749
2547
|
|
|
2750
2548
|
## 18.1.44 (2020-04-14)
|
|
2751
2549
|
|
|
2752
|
-
###
|
|
2550
|
+
### Document Editor
|
|
2753
2551
|
|
|
2754
2552
|
#### New Features
|
|
2755
2553
|
|
|
@@ -2765,7 +2563,7 @@
|
|
|
2765
2563
|
|
|
2766
2564
|
## 18.1.43 (2020-04-07)
|
|
2767
2565
|
|
|
2768
|
-
###
|
|
2566
|
+
### Document Editor
|
|
2769
2567
|
|
|
2770
2568
|
#### Bug Fixes
|
|
2771
2569
|
|
|
@@ -2780,7 +2578,7 @@
|
|
|
2780
2578
|
|
|
2781
2579
|
## 18.1.42 (2020-04-01)
|
|
2782
2580
|
|
|
2783
|
-
###
|
|
2581
|
+
### Document Editor
|
|
2784
2582
|
|
|
2785
2583
|
#### Breaking Changes
|
|
2786
2584
|
|
|
@@ -2911,7 +2709,7 @@
|
|
|
2911
2709
|
|
|
2912
2710
|
## 18.1.36-beta (2020-03-19)
|
|
2913
2711
|
|
|
2914
|
-
###
|
|
2712
|
+
### Document Editor
|
|
2915
2713
|
|
|
2916
2714
|
#### Breaking Changes
|
|
2917
2715
|
|
|
@@ -3034,7 +2832,7 @@
|
|
|
3034
2832
|
|
|
3035
2833
|
## 17.4.55 (2020-03-10)
|
|
3036
2834
|
|
|
3037
|
-
###
|
|
2835
|
+
### Document Editor
|
|
3038
2836
|
|
|
3039
2837
|
#### New Features
|
|
3040
2838
|
|
|
@@ -3051,7 +2849,7 @@
|
|
|
3051
2849
|
|
|
3052
2850
|
## 17.4.51 (2020-02-25)
|
|
3053
2851
|
|
|
3054
|
-
###
|
|
2852
|
+
### Document Editor
|
|
3055
2853
|
|
|
3056
2854
|
#### Bug Fixes
|
|
3057
2855
|
|
|
@@ -3063,7 +2861,7 @@
|
|
|
3063
2861
|
|
|
3064
2862
|
## 17.4.50 (2020-02-18)
|
|
3065
2863
|
|
|
3066
|
-
###
|
|
2864
|
+
### Document Editor
|
|
3067
2865
|
|
|
3068
2866
|
#### New Features
|
|
3069
2867
|
|
|
@@ -3075,7 +2873,7 @@
|
|
|
3075
2873
|
|
|
3076
2874
|
## 17.4.49 (2020-02-11)
|
|
3077
2875
|
|
|
3078
|
-
###
|
|
2876
|
+
### Document Editor
|
|
3079
2877
|
|
|
3080
2878
|
#### New Features
|
|
3081
2879
|
|
|
@@ -3091,7 +2889,7 @@
|
|
|
3091
2889
|
|
|
3092
2890
|
## 17.4.47 (2020-02-05)
|
|
3093
2891
|
|
|
3094
|
-
###
|
|
2892
|
+
### Document Editor
|
|
3095
2893
|
|
|
3096
2894
|
#### New Features
|
|
3097
2895
|
|
|
@@ -3107,7 +2905,7 @@
|
|
|
3107
2905
|
|
|
3108
2906
|
## 17.4.46 (2020-01-30)
|
|
3109
2907
|
|
|
3110
|
-
###
|
|
2908
|
+
### Document Editor
|
|
3111
2909
|
|
|
3112
2910
|
#### Breaking Changes
|
|
3113
2911
|
|
|
@@ -3122,7 +2920,7 @@
|
|
|
3122
2920
|
|
|
3123
2921
|
## 17.4.43 (2020-01-14)
|
|
3124
2922
|
|
|
3125
|
-
###
|
|
2923
|
+
### Document Editor
|
|
3126
2924
|
|
|
3127
2925
|
#### Bug Fixes
|
|
3128
2926
|
|
|
@@ -3136,7 +2934,7 @@
|
|
|
3136
2934
|
|
|
3137
2935
|
## 17.4.41 (2020-01-07)
|
|
3138
2936
|
|
|
3139
|
-
###
|
|
2937
|
+
### Document Editor
|
|
3140
2938
|
|
|
3141
2939
|
#### New Features
|
|
3142
2940
|
|
|
@@ -3156,7 +2954,7 @@
|
|
|
3156
2954
|
|
|
3157
2955
|
## 17.4.40 (2019-12-24)
|
|
3158
2956
|
|
|
3159
|
-
###
|
|
2957
|
+
### Document Editor
|
|
3160
2958
|
|
|
3161
2959
|
#### Breaking Changes
|
|
3162
2960
|
|
|
@@ -3228,7 +3026,7 @@
|
|
|
3228
3026
|
|
|
3229
3027
|
## 17.4.39 (2019-12-17)
|
|
3230
3028
|
|
|
3231
|
-
###
|
|
3029
|
+
### Document Editor
|
|
3232
3030
|
|
|
3233
3031
|
#### New Features
|
|
3234
3032
|
|
|
@@ -3240,7 +3038,7 @@
|
|
|
3240
3038
|
|
|
3241
3039
|
## 17.3.29 (2019-11-26)
|
|
3242
3040
|
|
|
3243
|
-
###
|
|
3041
|
+
### Document Editor
|
|
3244
3042
|
|
|
3245
3043
|
#### Bug Fixes
|
|
3246
3044
|
|
|
@@ -3253,7 +3051,7 @@
|
|
|
3253
3051
|
|
|
3254
3052
|
## 17.3.28 (2019-11-19)
|
|
3255
3053
|
|
|
3256
|
-
###
|
|
3054
|
+
### Document Editor
|
|
3257
3055
|
|
|
3258
3056
|
#### New Features
|
|
3259
3057
|
|
|
@@ -3270,7 +3068,7 @@
|
|
|
3270
3068
|
|
|
3271
3069
|
## 17.3.27 (2019-11-12)
|
|
3272
3070
|
|
|
3273
|
-
###
|
|
3071
|
+
### Document Editor
|
|
3274
3072
|
|
|
3275
3073
|
#### New Features
|
|
3276
3074
|
|
|
@@ -3286,7 +3084,7 @@
|
|
|
3286
3084
|
|
|
3287
3085
|
## 17.3.26 (2019-11-05)
|
|
3288
3086
|
|
|
3289
|
-
###
|
|
3087
|
+
### Document Editor
|
|
3290
3088
|
|
|
3291
3089
|
#### New Features
|
|
3292
3090
|
|
|
@@ -3302,7 +3100,7 @@
|
|
|
3302
3100
|
|
|
3303
3101
|
## 17.3.21 (2019-10-30)
|
|
3304
3102
|
|
|
3305
|
-
###
|
|
3103
|
+
### Document Editor
|
|
3306
3104
|
|
|
3307
3105
|
#### Bug Fixes
|
|
3308
3106
|
|
|
@@ -3313,7 +3111,7 @@
|
|
|
3313
3111
|
|
|
3314
3112
|
## 17.3.19 (2019-10-22)
|
|
3315
3113
|
|
|
3316
|
-
###
|
|
3114
|
+
### Document Editor
|
|
3317
3115
|
|
|
3318
3116
|
#### New Features
|
|
3319
3117
|
|
|
@@ -3328,7 +3126,7 @@
|
|
|
3328
3126
|
|
|
3329
3127
|
## 17.3.17 (2019-10-15)
|
|
3330
3128
|
|
|
3331
|
-
###
|
|
3129
|
+
### Document Editor
|
|
3332
3130
|
|
|
3333
3131
|
#### Bug Fixes
|
|
3334
3132
|
|
|
@@ -3344,7 +3142,7 @@
|
|
|
3344
3142
|
|
|
3345
3143
|
## 17.3.16 (2019-10-09)
|
|
3346
3144
|
|
|
3347
|
-
###
|
|
3145
|
+
### Document Editor
|
|
3348
3146
|
|
|
3349
3147
|
#### Bug Fixes
|
|
3350
3148
|
|
|
@@ -3357,7 +3155,7 @@
|
|
|
3357
3155
|
|
|
3358
3156
|
## 17.3.14 (2019-10-03)
|
|
3359
3157
|
|
|
3360
|
-
###
|
|
3158
|
+
### Document Editor
|
|
3361
3159
|
|
|
3362
3160
|
#### New Features
|
|
3363
3161
|
|
|
@@ -3385,7 +3183,7 @@
|
|
|
3385
3183
|
|
|
3386
3184
|
## 17.3.9-beta (2019-09-20)
|
|
3387
3185
|
|
|
3388
|
-
###
|
|
3186
|
+
### Document Editor
|
|
3389
3187
|
|
|
3390
3188
|
#### Bug Fixes
|
|
3391
3189
|
|
|
@@ -3394,7 +3192,7 @@
|
|
|
3394
3192
|
|
|
3395
3193
|
## 17.2.49 (2019-09-04)
|
|
3396
3194
|
|
|
3397
|
-
###
|
|
3195
|
+
### Document Editor
|
|
3398
3196
|
|
|
3399
3197
|
#### Bug Fixes
|
|
3400
3198
|
|
|
@@ -3407,7 +3205,7 @@
|
|
|
3407
3205
|
|
|
3408
3206
|
## 17.2.47 (2019-08-27)
|
|
3409
3207
|
|
|
3410
|
-
###
|
|
3208
|
+
### Document Editor
|
|
3411
3209
|
|
|
3412
3210
|
#### Bug Fixes
|
|
3413
3211
|
|
|
@@ -3417,7 +3215,7 @@
|
|
|
3417
3215
|
|
|
3418
3216
|
## 17.2.41 (2019-08-14)
|
|
3419
3217
|
|
|
3420
|
-
###
|
|
3218
|
+
### Document Editor
|
|
3421
3219
|
|
|
3422
3220
|
#### Bug Fixes
|
|
3423
3221
|
|
|
@@ -3430,7 +3228,7 @@
|
|
|
3430
3228
|
|
|
3431
3229
|
## 17.2.40 (2019-08-06)
|
|
3432
3230
|
|
|
3433
|
-
###
|
|
3231
|
+
### Document Editor
|
|
3434
3232
|
|
|
3435
3233
|
#### Bug Fixes
|
|
3436
3234
|
|
|
@@ -3441,7 +3239,7 @@
|
|
|
3441
3239
|
|
|
3442
3240
|
## 17.2.39 (2019-07-30)
|
|
3443
3241
|
|
|
3444
|
-
###
|
|
3242
|
+
### Document Editor
|
|
3445
3243
|
|
|
3446
3244
|
#### New Features
|
|
3447
3245
|
|
|
@@ -3454,7 +3252,7 @@
|
|
|
3454
3252
|
|
|
3455
3253
|
## 17.2.36 (2019-07-24)
|
|
3456
3254
|
|
|
3457
|
-
###
|
|
3255
|
+
### Document Editor
|
|
3458
3256
|
|
|
3459
3257
|
#### Bug Fixes
|
|
3460
3258
|
|
|
@@ -3464,7 +3262,7 @@
|
|
|
3464
3262
|
|
|
3465
3263
|
## 17.2.35 (2019-07-17)
|
|
3466
3264
|
|
|
3467
|
-
###
|
|
3265
|
+
### Document Editor
|
|
3468
3266
|
|
|
3469
3267
|
#### Bug Fixes
|
|
3470
3268
|
|
|
@@ -3476,7 +3274,7 @@
|
|
|
3476
3274
|
|
|
3477
3275
|
## 17.2.34 (2019-07-11)
|
|
3478
3276
|
|
|
3479
|
-
###
|
|
3277
|
+
### Document Editor
|
|
3480
3278
|
|
|
3481
3279
|
#### Breaking Changes
|
|
3482
3280
|
|
|
@@ -3491,7 +3289,7 @@
|
|
|
3491
3289
|
|
|
3492
3290
|
## 17.2.28-beta (2019-06-27)
|
|
3493
3291
|
|
|
3494
|
-
###
|
|
3292
|
+
### Document Editor
|
|
3495
3293
|
|
|
3496
3294
|
#### Breaking Changes
|
|
3497
3295
|
|
|
@@ -3517,7 +3315,7 @@
|
|
|
3517
3315
|
|
|
3518
3316
|
## 17.1.50 (2019-06-04)
|
|
3519
3317
|
|
|
3520
|
-
###
|
|
3318
|
+
### Document Editor
|
|
3521
3319
|
|
|
3522
3320
|
#### Bug Fixes
|
|
3523
3321
|
|
|
@@ -3526,7 +3324,7 @@
|
|
|
3526
3324
|
|
|
3527
3325
|
## 17.1.49 (2019-05-29)
|
|
3528
3326
|
|
|
3529
|
-
###
|
|
3327
|
+
### Document Editor
|
|
3530
3328
|
|
|
3531
3329
|
#### Bug Fixes
|
|
3532
3330
|
|
|
@@ -3534,7 +3332,7 @@
|
|
|
3534
3332
|
|
|
3535
3333
|
## 17.1.48 (2019-05-21)
|
|
3536
3334
|
|
|
3537
|
-
###
|
|
3335
|
+
### Document Editor
|
|
3538
3336
|
|
|
3539
3337
|
#### Bug Fixes
|
|
3540
3338
|
|
|
@@ -3550,7 +3348,7 @@
|
|
|
3550
3348
|
|
|
3551
3349
|
## 17.1.47 (2019-05-14)
|
|
3552
3350
|
|
|
3553
|
-
###
|
|
3351
|
+
### Document Editor
|
|
3554
3352
|
|
|
3555
3353
|
#### New Features
|
|
3556
3354
|
|
|
@@ -3563,7 +3361,7 @@
|
|
|
3563
3361
|
|
|
3564
3362
|
## 17.1.44 (2019-05-07)
|
|
3565
3363
|
|
|
3566
|
-
###
|
|
3364
|
+
### Document Editor
|
|
3567
3365
|
|
|
3568
3366
|
#### Bug Fixes
|
|
3569
3367
|
|
|
@@ -3571,7 +3369,7 @@
|
|
|
3571
3369
|
|
|
3572
3370
|
## 17.1.43 (2019-04-30)
|
|
3573
3371
|
|
|
3574
|
-
###
|
|
3372
|
+
### Document Editor
|
|
3575
3373
|
|
|
3576
3374
|
#### Bug Fixes
|
|
3577
3375
|
|
|
@@ -3579,7 +3377,7 @@
|
|
|
3579
3377
|
|
|
3580
3378
|
## 17.1.42 (2019-04-23)
|
|
3581
3379
|
|
|
3582
|
-
###
|
|
3380
|
+
### Document Editor
|
|
3583
3381
|
|
|
3584
3382
|
#### Bug Fixes
|
|
3585
3383
|
|
|
@@ -3587,7 +3385,7 @@
|
|
|
3587
3385
|
|
|
3588
3386
|
## 17.1.41 (2019-04-16)
|
|
3589
3387
|
|
|
3590
|
-
###
|
|
3388
|
+
### Document Editor
|
|
3591
3389
|
|
|
3592
3390
|
#### Bug Fixes
|
|
3593
3391
|
|
|
@@ -3597,7 +3395,7 @@
|
|
|
3597
3395
|
|
|
3598
3396
|
## 17.1.40 (2019-04-09)
|
|
3599
3397
|
|
|
3600
|
-
###
|
|
3398
|
+
### Document Editor
|
|
3601
3399
|
|
|
3602
3400
|
#### Bug Fixes
|
|
3603
3401
|
|
|
@@ -3608,7 +3406,7 @@
|
|
|
3608
3406
|
|
|
3609
3407
|
## 17.1.38 (2019-03-29)
|
|
3610
3408
|
|
|
3611
|
-
###
|
|
3409
|
+
### Document Editor
|
|
3612
3410
|
|
|
3613
3411
|
#### New Features
|
|
3614
3412
|
|
|
@@ -3622,7 +3420,7 @@
|
|
|
3622
3420
|
|
|
3623
3421
|
## 17.1.32-beta (2019-03-13)
|
|
3624
3422
|
|
|
3625
|
-
###
|
|
3423
|
+
### Document Editor
|
|
3626
3424
|
|
|
3627
3425
|
#### New Features
|
|
3628
3426
|
|
|
@@ -3636,7 +3434,7 @@
|
|
|
3636
3434
|
|
|
3637
3435
|
## 16.4.54 (2019-02-19)
|
|
3638
3436
|
|
|
3639
|
-
###
|
|
3437
|
+
### Document Editor
|
|
3640
3438
|
|
|
3641
3439
|
#### Bug Fixes
|
|
3642
3440
|
|
|
@@ -3644,7 +3442,7 @@
|
|
|
3644
3442
|
|
|
3645
3443
|
## 16.4.53 (2019-02-13)
|
|
3646
3444
|
|
|
3647
|
-
###
|
|
3445
|
+
### Document Editor
|
|
3648
3446
|
|
|
3649
3447
|
#### Bug Fixes
|
|
3650
3448
|
|
|
@@ -3654,7 +3452,7 @@
|
|
|
3654
3452
|
|
|
3655
3453
|
## 16.4.48 (2019-01-22)
|
|
3656
3454
|
|
|
3657
|
-
###
|
|
3455
|
+
### Document Editor
|
|
3658
3456
|
|
|
3659
3457
|
#### Bug Fixes
|
|
3660
3458
|
|
|
@@ -3662,7 +3460,7 @@
|
|
|
3662
3460
|
|
|
3663
3461
|
## 16.4.46 (2019-01-08)
|
|
3664
3462
|
|
|
3665
|
-
###
|
|
3463
|
+
### Document Editor
|
|
3666
3464
|
|
|
3667
3465
|
#### New Features
|
|
3668
3466
|
|
|
@@ -3670,7 +3468,7 @@
|
|
|
3670
3468
|
|
|
3671
3469
|
## 16.4.45 (2019-01-02)
|
|
3672
3470
|
|
|
3673
|
-
###
|
|
3471
|
+
### Document Editor
|
|
3674
3472
|
|
|
3675
3473
|
#### Bug Fixes
|
|
3676
3474
|
|
|
@@ -3678,7 +3476,7 @@
|
|
|
3678
3476
|
|
|
3679
3477
|
## 16.4.44 (2018-12-24)
|
|
3680
3478
|
|
|
3681
|
-
###
|
|
3479
|
+
### Document Editor
|
|
3682
3480
|
|
|
3683
3481
|
#### Bug Fixes
|
|
3684
3482
|
|
|
@@ -3688,7 +3486,7 @@
|
|
|
3688
3486
|
|
|
3689
3487
|
## 16.4.40-beta (2018-12-10)
|
|
3690
3488
|
|
|
3691
|
-
###
|
|
3489
|
+
### Document Editor
|
|
3692
3490
|
|
|
3693
3491
|
#### New Features
|
|
3694
3492
|
|
|
@@ -3698,7 +3496,7 @@
|
|
|
3698
3496
|
|
|
3699
3497
|
## 16.3.33 (2018-11-20)
|
|
3700
3498
|
|
|
3701
|
-
###
|
|
3499
|
+
### Document Editor
|
|
3702
3500
|
|
|
3703
3501
|
#### Bug Fixes
|
|
3704
3502
|
|
|
@@ -3706,7 +3504,7 @@
|
|
|
3706
3504
|
|
|
3707
3505
|
## 16.3.29 (2018-10-31)
|
|
3708
3506
|
|
|
3709
|
-
###
|
|
3507
|
+
### Document Editor
|
|
3710
3508
|
|
|
3711
3509
|
#### New Features
|
|
3712
3510
|
|
|
@@ -3718,7 +3516,7 @@
|
|
|
3718
3516
|
|
|
3719
3517
|
## 16.3.24 (2018-10-09)
|
|
3720
3518
|
|
|
3721
|
-
###
|
|
3519
|
+
### Document Editor
|
|
3722
3520
|
|
|
3723
3521
|
#### Bug Fixes
|
|
3724
3522
|
|
|
@@ -3726,7 +3524,7 @@
|
|
|
3726
3524
|
|
|
3727
3525
|
## 16.3.23 (2018-10-03)
|
|
3728
3526
|
|
|
3729
|
-
###
|
|
3527
|
+
### Document Editor
|
|
3730
3528
|
|
|
3731
3529
|
#### New Features
|
|
3732
3530
|
|
|
@@ -3734,7 +3532,7 @@
|
|
|
3734
3532
|
|
|
3735
3533
|
## 16.3.21 (2018-09-22)
|
|
3736
3534
|
|
|
3737
|
-
###
|
|
3535
|
+
### Document Editor
|
|
3738
3536
|
|
|
3739
3537
|
#### Bug Fixes
|
|
3740
3538
|
|
|
@@ -3742,7 +3540,7 @@
|
|
|
3742
3540
|
|
|
3743
3541
|
## 16.3.17 (2018-09-12)
|
|
3744
3542
|
|
|
3745
|
-
###
|
|
3543
|
+
### Document Editor
|
|
3746
3544
|
|
|
3747
3545
|
#### New Features
|
|
3748
3546
|
|
|
@@ -3751,7 +3549,7 @@
|
|
|
3751
3549
|
|
|
3752
3550
|
## 16.2.48 (2018-08-14)
|
|
3753
3551
|
|
|
3754
|
-
###
|
|
3552
|
+
### Document Editor
|
|
3755
3553
|
|
|
3756
3554
|
#### Bug Fixes
|
|
3757
3555
|
|
|
@@ -3762,7 +3560,7 @@
|
|
|
3762
3560
|
|
|
3763
3561
|
## 16.2.46 (2018-07-30)
|
|
3764
3562
|
|
|
3765
|
-
###
|
|
3563
|
+
### Document Editor
|
|
3766
3564
|
|
|
3767
3565
|
#### New Features
|
|
3768
3566
|
|
|
@@ -3770,7 +3568,7 @@
|
|
|
3770
3568
|
|
|
3771
3569
|
## 16.2.41 (2018-06-25)
|
|
3772
3570
|
|
|
3773
|
-
###
|
|
3571
|
+
### Document Editor
|
|
3774
3572
|
|
|
3775
3573
|
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
3574
|
|