@syncfusion/ej2-vue-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 -398
- package/README.md +1 -1
- package/dist/ej2-vue-documenteditor.umd.min.js +10 -1
- package/dist/ej2-vue-documenteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es2015.js +1 -1
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +10 -1
- package/package.json +62 -62
- package/src/document-editor/documenteditor.component.js +1 -1
- 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,223 +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
|
-
#### Features
|
|
188
|
-
|
|
189
|
-
- `#I471020` - Added support for table title and description.
|
|
190
|
-
|
|
191
|
-
## 22.2.12 (2023-09-05)
|
|
192
|
-
|
|
193
|
-
### DocumentEditor
|
|
194
|
-
|
|
195
|
-
#### Bug Fixes
|
|
196
|
-
|
|
197
|
-
- `#I482661` - Auto fit table with preferred width table is layouted properly in Document editor
|
|
198
|
-
- `#I458332` - Now, able to search a word & apply properties like alignment(left/right/center) inside shape.
|
|
199
|
-
- `#I494044` - Resolved the exception issue while exporting a document in server side.
|
|
200
|
-
- `#I485502` - Now, Date field opened properly in form filling mode.
|
|
201
|
-
|
|
202
|
-
## 22.2.11 (2023-08-29)
|
|
203
|
-
|
|
204
|
-
### DocumentEditor
|
|
205
|
-
|
|
206
|
-
#### Bug Fixes
|
|
207
|
-
|
|
208
|
-
- `#I479032` - Now, Application is working in IE 11.
|
|
209
|
-
- `#I484782` - Resolved the formatting issue occurred when converting to DOCX in Server side.
|
|
210
|
-
- `#I484763` - Fixed the issue editing header throws script error in console.
|
|
211
|
-
- `#I485502` - Fixed the issue in exporting the document with an image.
|
|
212
|
-
- `#I485763` - Resolved the navigation issue using Ctrl+Right key.
|
|
213
|
-
- `#I486538` - Fixed the issue in saving the svg image.
|
|
214
|
-
- `#I488148` - Now, Accept/reject work properly after stopping protection.
|
|
215
|
-
- `#F183848` - Fixed the issue in docx exporting.
|
|
216
|
-
- `#F183866` - Resolved the issue in pasting a larger image.
|
|
217
|
-
- `#I488197` - Resolved the issue in spellCheck.
|
|
218
|
-
- `#I489064` - Fixed the issue bottom text overlapped with the footer line.
|
|
219
|
-
- `#I489638` - Now, Doughnut chart renders properly in DocumentEditor.
|
|
220
|
-
- `#I490573`, `#I491902` - Now, Able to edit text file.
|
|
221
|
-
- `#I494011`, `#I494218` - Fixed the issue script error occurred when opening a document.
|
|
222
|
-
|
|
223
|
-
## 22.2.10 (2023-08-22)
|
|
224
|
-
|
|
225
|
-
### DocumentEditor
|
|
226
|
-
|
|
227
|
-
#### Bug Fixes
|
|
228
|
-
|
|
229
|
-
- `#I482625` , `#F183478` - Resolved the script error of opening a chart document.
|
|
230
|
-
- `#F183689` , `#F183682` - Resolved the issue while inserting svg image.
|
|
231
|
-
- `#I483658` - Resolved the frozen issue while loading the given document.
|
|
232
|
-
- `#I483659` - Fixed the issue document editor crashes when trying to edit.
|
|
233
|
-
- `#I483689` - Fixed the Overlapping issue while loading.
|
|
234
|
-
- `#I484763` - Fixed the issue of editing header throws script error in console.
|
|
235
|
-
- `#I485401` - Resolved the script error while downloading the document.
|
|
236
|
-
- `#I485791` - Fixed the overlapping issue when we do enter before the shape.
|
|
237
|
-
- `#I486671` - Resolved the script error occurred when scrolling.
|
|
238
|
-
|
|
239
|
-
## 22.2.9 (2023-08-15)
|
|
240
|
-
|
|
241
|
-
### DocumentEditor
|
|
242
|
-
|
|
243
|
-
#### Bug Fixes
|
|
244
|
-
|
|
245
|
-
- `#I482578` - Fixed the unsafe-eval error in source.
|
|
246
|
-
- `#I486542` - Now, the Desired Font Family present properly in selecting Dropdown.
|
|
247
|
-
- `#I485462` - Resolved the issue in updating font families dynamically.
|
|
248
|
-
- `#F183689` - Resolved the issue while inserting svg image .
|
|
249
|
-
- `#I483658` - Resolved the frozen issue while loading the given document.
|
|
250
|
-
- `#I475459` - Added sanitize for the open, copy, and paste APIs.
|
|
251
|
-
|
|
252
|
-
## 22.2.8 (2023-08-08)
|
|
253
|
-
|
|
254
|
-
### DocumentEditor
|
|
255
|
-
|
|
256
|
-
#### Bug Fixes
|
|
257
|
-
|
|
258
|
-
- `#I482386`, `#I486455` - Resolved the spell check issue.
|
|
259
|
-
- `#I482694` - Now, the table Header repeating is proper while enter new data at last row of the page.
|
|
260
|
-
- `#I483711` - Fixed the issue in custom style preservation and applying.
|
|
261
|
-
- `#I478257` - Fixed the issue in list format rendering.
|
|
262
|
-
- `#I484131` - Resolved the table lines missing after saving the document.
|
|
263
|
-
- `#I485502` - Resolved the issue in exporting the document with an image.
|
|
264
|
-
- `#I486096` - Now, Update field appear in the context menu.
|
|
265
|
-
|
|
266
|
-
## 22.2.7 (2023-08-02)
|
|
267
|
-
|
|
268
|
-
### DocumentEditor
|
|
269
|
-
|
|
270
|
-
#### Bug Fixes
|
|
271
|
-
|
|
272
|
-
- `#I480272` - Resolved the Page get Freeze issue while opening a document.
|
|
273
|
-
- `#I484011` - Added 1/2 px option in table properties pane width options.
|
|
274
|
-
- `#F183323` - Resolved the table rendering issue.
|
|
275
|
-
- `#I478257` - Fixed the issue in list format rendering.
|
|
276
|
-
- `#I479946` - Now, the tracked content is preserved properly.
|
|
277
|
-
- `#I479193` - Fixed the issue in opening an exported HTML file.
|
|
278
|
-
- `#I477577` - Resolved the script error while clicking on the field.
|
|
279
|
-
- `#FB44883` - Fixed the form fill pop-up rendering issues.
|
|
280
|
-
- `#I481912` - Fixed the image overlapping issue in the header.
|
|
281
|
-
|
|
282
|
-
## 22.2.5 (2023-07-27)
|
|
283
|
-
|
|
284
|
-
### DocumentEditor
|
|
285
|
-
|
|
286
|
-
#### Bug Fixes
|
|
287
|
-
|
|
288
|
-
- `#I475597` - Now, show alert Message while entering invalid hyperlink address.
|
|
289
|
-
- `#I473464` - Resolved the Toolbar disappear issue while destroy and re-append container instance.
|
|
290
|
-
- `#I478156` - Resolved the text cut issue while highlighting selected text
|
|
291
|
-
|
|
292
|
-
#### Breaking Changes
|
|
293
|
-
|
|
294
|
-
- By default, the `enableOptimizedSpellCheck` property is set to `false`. However, when you enable the `enableSpellCheck` property, the `enableOptimizedSpellCheck` is automatically enabled as well.
|
|
295
|
-
|
|
296
|
-
## 22.1.39 (2023-07-18)
|
|
297
|
-
|
|
298
|
-
### DocumentEditor
|
|
299
|
-
|
|
300
|
-
#### Bug Fixes
|
|
301
|
-
|
|
302
|
-
- `#I476853` - Resolved the script error while pasting content when enable track changes.
|
|
303
|
-
- `#I475577` - Now, text inserted correctly when setting column as left, right.
|
|
304
|
-
- `#I478156` - Resolved the exception throw while SaveAsBlobAsync and load in blazor.
|
|
305
|
-
- `#I477929` - Fixed the issue in header rendering.
|
|
306
|
-
- `#I476855` - Resolved the script error is thrown when deleting the tracked content.
|
|
307
|
-
- `#I461189` - Fixed the paste issue in Footnote content.
|
|
308
|
-
- `#I477905` - Resolved the Comments not highlighting issue.
|
|
309
|
-
- `#I477735` - Now, Properties pane has proper focus while moving mouse from the properties.
|
|
310
|
-
|
|
311
|
-
## 22.1.38 (2023-07-11)
|
|
312
|
-
|
|
313
|
-
### DocumentEditor
|
|
314
|
-
|
|
315
|
-
#### Bug Fixes
|
|
316
|
-
|
|
317
|
-
- `#I476430`, `#I475526` - Resolved the control freeze issue when inserting an image inside the table.
|
|
318
|
-
- `#I475535` - Fixed the wrong image rendering while pasting.
|
|
319
|
-
- `#I475151` - Resolved the time delay issue while editing the document.
|
|
320
|
-
- `#I471381` - Fixed the shape layout issue when do enter before the table.
|
|
321
|
-
- `#I477735` - Now, the properties pane has focus while moving the mouse from the properties.
|
|
322
|
-
- `#F182887` - Resolved the table missing issue while importing.
|
|
323
|
-
- `#I477569` - Fixed the formatting pane issue with Material 3 theme.
|
|
324
|
-
|
|
325
|
-
## 22.1.37 (2023-07-04)
|
|
326
|
-
|
|
327
|
-
### DocumentEditor
|
|
328
|
-
|
|
329
|
-
#### Bug Fixes
|
|
330
|
-
|
|
331
|
-
- `#I472778` - Fixed Console error occurred while managing options in the footer and header.
|
|
332
|
-
- `#I470576` - Table is now rendered properly without content overlapping issue.
|
|
333
|
-
- `#I471848` - The cell merging now working properly.
|
|
334
|
-
- `#I470071` - Resolved the Editor Stuck while giving comment.
|
|
335
|
-
- `#I469081` - Fixed the script error when delete the resize table.
|
|
336
|
-
|
|
337
|
-
## 22.1.36 (2023-06-28)
|
|
338
|
-
|
|
339
|
-
### DocumentEditor
|
|
340
|
-
|
|
341
|
-
#### Bug Fixes
|
|
342
|
-
|
|
343
|
-
- `#I462679` - Resolved performance issue occurred when inserting Text.
|
|
344
|
-
- `#F182725` - Resolved the table with border color below 1pt.
|
|
345
|
-
- `#I470871` - Resolved the issue in displaying the page number in the header section.
|
|
346
|
-
- `#I471871` - Resolved the drag & drop shape issue.
|
|
347
|
-
- `#I464996` - Resolved the table formatting issue while undoing.
|
|
348
|
-
- `#I466554` - Resolved the table unresponsive issue when backspacing.
|
|
349
|
-
- `#I473944` - Resolved the font change when exporting a document in docx format.
|
|
350
|
-
- `#I471205` - Resolved the issue occurred when loading a document.
|
|
351
|
-
- `#FB44186` - Resolved the horizontal line appears issue in the page header.
|
|
352
|
-
- `#F182850` - Resolved the issue in docx exporting.
|
|
353
|
-
- `#I469096` - Resolved the loss of original text formatting while pasting.
|
|
354
|
-
- `#I464759` - Resolved the issue in shape rendering.
|
|
355
|
-
- `#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.
|
|
356
150
|
|
|
357
151
|
## 21.2.10 (2023-06-13)
|
|
358
152
|
|
|
359
|
-
###
|
|
153
|
+
### Document Editor
|
|
360
154
|
|
|
361
155
|
#### Bug Fixes
|
|
362
156
|
|
|
@@ -367,7 +161,7 @@
|
|
|
367
161
|
|
|
368
162
|
## 21.2.9 (2023-06-06)
|
|
369
163
|
|
|
370
|
-
###
|
|
164
|
+
### Document Editor
|
|
371
165
|
|
|
372
166
|
#### Bug Fixes
|
|
373
167
|
|
|
@@ -381,7 +175,7 @@
|
|
|
381
175
|
|
|
382
176
|
## 21.2.8 (2023-05-30)
|
|
383
177
|
|
|
384
|
-
###
|
|
178
|
+
### Document Editor
|
|
385
179
|
|
|
386
180
|
#### Bug Fixes
|
|
387
181
|
|
|
@@ -402,7 +196,7 @@
|
|
|
402
196
|
|
|
403
197
|
## 21.2.6 (2023-05-23)
|
|
404
198
|
|
|
405
|
-
###
|
|
199
|
+
### Document Editor
|
|
406
200
|
|
|
407
201
|
#### Bug Fixes
|
|
408
202
|
|
|
@@ -422,7 +216,7 @@
|
|
|
422
216
|
|
|
423
217
|
## 21.2.5 (2023-05-16)
|
|
424
218
|
|
|
425
|
-
###
|
|
219
|
+
### Document Editor
|
|
426
220
|
|
|
427
221
|
#### Bug Fixes
|
|
428
222
|
|
|
@@ -440,7 +234,7 @@
|
|
|
440
234
|
|
|
441
235
|
## 21.2.4 (2023-05-09)
|
|
442
236
|
|
|
443
|
-
###
|
|
237
|
+
### Document Editor
|
|
444
238
|
|
|
445
239
|
#### Bug Fixes
|
|
446
240
|
|
|
@@ -451,7 +245,7 @@
|
|
|
451
245
|
|
|
452
246
|
## 21.2.3 (2023-05-03)
|
|
453
247
|
|
|
454
|
-
###
|
|
248
|
+
### Document Editor
|
|
455
249
|
|
|
456
250
|
#### Bug Fixes
|
|
457
251
|
|
|
@@ -463,7 +257,7 @@
|
|
|
463
257
|
|
|
464
258
|
## 21.1.41 (2023-04-18)
|
|
465
259
|
|
|
466
|
-
###
|
|
260
|
+
### Document Editor
|
|
467
261
|
|
|
468
262
|
#### Bug Fixes
|
|
469
263
|
|
|
@@ -478,7 +272,7 @@
|
|
|
478
272
|
|
|
479
273
|
## 21.1.39 (2023-04-11)
|
|
480
274
|
|
|
481
|
-
###
|
|
275
|
+
### Document Editor
|
|
482
276
|
|
|
483
277
|
#### Bug Fixes
|
|
484
278
|
|
|
@@ -504,7 +298,7 @@
|
|
|
504
298
|
|
|
505
299
|
## 21.1.38 (2023-04-04)
|
|
506
300
|
|
|
507
|
-
###
|
|
301
|
+
### Document Editor
|
|
508
302
|
|
|
509
303
|
#### Bug Fixes
|
|
510
304
|
|
|
@@ -519,7 +313,7 @@
|
|
|
519
313
|
|
|
520
314
|
## 21.1.37 (2023-03-29)
|
|
521
315
|
|
|
522
|
-
###
|
|
316
|
+
### Document Editor
|
|
523
317
|
|
|
524
318
|
#### Bug Fixes
|
|
525
319
|
|
|
@@ -531,7 +325,7 @@
|
|
|
531
325
|
|
|
532
326
|
## 21.1.35 (2023-03-23)
|
|
533
327
|
|
|
534
|
-
###
|
|
328
|
+
### Document Editor
|
|
535
329
|
|
|
536
330
|
#### Breaking Changes
|
|
537
331
|
|
|
@@ -553,7 +347,7 @@
|
|
|
553
347
|
|
|
554
348
|
## 20.4.54 (2023-03-14)
|
|
555
349
|
|
|
556
|
-
###
|
|
350
|
+
### Document Editor
|
|
557
351
|
|
|
558
352
|
#### Bug Fixes
|
|
559
353
|
|
|
@@ -563,7 +357,7 @@
|
|
|
563
357
|
|
|
564
358
|
## 20.4.53 (2023-03-07)
|
|
565
359
|
|
|
566
|
-
###
|
|
360
|
+
### Document Editor
|
|
567
361
|
|
|
568
362
|
#### Bug Fixes
|
|
569
363
|
|
|
@@ -573,7 +367,7 @@
|
|
|
573
367
|
|
|
574
368
|
## 20.4.52 (2023-02-28)
|
|
575
369
|
|
|
576
|
-
###
|
|
370
|
+
### Document Editor
|
|
577
371
|
|
|
578
372
|
#### Bug Fixes
|
|
579
373
|
|
|
@@ -582,7 +376,7 @@
|
|
|
582
376
|
|
|
583
377
|
## 20.4.51 (2023-02-21)
|
|
584
378
|
|
|
585
|
-
###
|
|
379
|
+
### Document Editor
|
|
586
380
|
|
|
587
381
|
#### Bug Fixes
|
|
588
382
|
|
|
@@ -591,7 +385,7 @@
|
|
|
591
385
|
|
|
592
386
|
## 20.4.50 (2023-02-14)
|
|
593
387
|
|
|
594
|
-
###
|
|
388
|
+
### Document Editor
|
|
595
389
|
|
|
596
390
|
#### Bug Fixes
|
|
597
391
|
|
|
@@ -603,7 +397,7 @@
|
|
|
603
397
|
|
|
604
398
|
## 20.4.49 (2023-02-07)
|
|
605
399
|
|
|
606
|
-
###
|
|
400
|
+
### Document Editor
|
|
607
401
|
|
|
608
402
|
#### Bug Fixes
|
|
609
403
|
|
|
@@ -614,7 +408,7 @@
|
|
|
614
408
|
|
|
615
409
|
## 20.4.48 (2023-02-01)
|
|
616
410
|
|
|
617
|
-
###
|
|
411
|
+
### Document Editor
|
|
618
412
|
|
|
619
413
|
#### Bug Fixes
|
|
620
414
|
|
|
@@ -626,7 +420,7 @@
|
|
|
626
420
|
|
|
627
421
|
## 20.4.44 (2023-01-18)
|
|
628
422
|
|
|
629
|
-
###
|
|
423
|
+
### Document Editor
|
|
630
424
|
|
|
631
425
|
#### Bug Fixes
|
|
632
426
|
|
|
@@ -638,7 +432,7 @@
|
|
|
638
432
|
|
|
639
433
|
## 20.4.43 (2023-01-10)
|
|
640
434
|
|
|
641
|
-
###
|
|
435
|
+
### Document Editor
|
|
642
436
|
|
|
643
437
|
#### Bug Fixes
|
|
644
438
|
|
|
@@ -647,7 +441,7 @@
|
|
|
647
441
|
|
|
648
442
|
## 20.4.42 (2023-01-04)
|
|
649
443
|
|
|
650
|
-
###
|
|
444
|
+
### Document Editor
|
|
651
445
|
|
|
652
446
|
#### Bug Fixes
|
|
653
447
|
|
|
@@ -661,7 +455,7 @@
|
|
|
661
455
|
|
|
662
456
|
## 20.4.40 (2022-12-28)
|
|
663
457
|
|
|
664
|
-
###
|
|
458
|
+
### Document Editor
|
|
665
459
|
|
|
666
460
|
#### Bug Fixes
|
|
667
461
|
|
|
@@ -671,7 +465,7 @@
|
|
|
671
465
|
|
|
672
466
|
## 20.3.60 (2022-12-06)
|
|
673
467
|
|
|
674
|
-
###
|
|
468
|
+
### Document Editor
|
|
675
469
|
|
|
676
470
|
#### Bug Fixes
|
|
677
471
|
|
|
@@ -680,7 +474,7 @@
|
|
|
680
474
|
|
|
681
475
|
## 20.3.59 (2022-11-29)
|
|
682
476
|
|
|
683
|
-
###
|
|
477
|
+
### Document Editor
|
|
684
478
|
|
|
685
479
|
#### Bug Fixes
|
|
686
480
|
|
|
@@ -689,7 +483,7 @@
|
|
|
689
483
|
|
|
690
484
|
## 20.3.58 (2022-11-22)
|
|
691
485
|
|
|
692
|
-
###
|
|
486
|
+
### Document Editor
|
|
693
487
|
|
|
694
488
|
#### Bug Fixes
|
|
695
489
|
|
|
@@ -704,7 +498,7 @@
|
|
|
704
498
|
|
|
705
499
|
## 20.3.57 (2022-11-15)
|
|
706
500
|
|
|
707
|
-
###
|
|
501
|
+
### Document Editor
|
|
708
502
|
|
|
709
503
|
#### Bug Fixes
|
|
710
504
|
|
|
@@ -718,7 +512,7 @@
|
|
|
718
512
|
|
|
719
513
|
## 20.3.56 (2022-11-08)
|
|
720
514
|
|
|
721
|
-
###
|
|
515
|
+
### Document Editor
|
|
722
516
|
|
|
723
517
|
#### Bug Fixes
|
|
724
518
|
|
|
@@ -738,7 +532,7 @@
|
|
|
738
532
|
|
|
739
533
|
## 20.3.52 (2022-10-26)
|
|
740
534
|
|
|
741
|
-
###
|
|
535
|
+
### Document Editor
|
|
742
536
|
|
|
743
537
|
#### Bug Fixes
|
|
744
538
|
|
|
@@ -750,7 +544,7 @@
|
|
|
750
544
|
|
|
751
545
|
## 20.3.50 (2022-10-18)
|
|
752
546
|
|
|
753
|
-
###
|
|
547
|
+
### Document Editor
|
|
754
548
|
|
|
755
549
|
#### Bug Fixes
|
|
756
550
|
|
|
@@ -765,7 +559,7 @@
|
|
|
765
559
|
|
|
766
560
|
## 20.3.49 (2022-10-11)
|
|
767
561
|
|
|
768
|
-
###
|
|
562
|
+
### Document Editor
|
|
769
563
|
|
|
770
564
|
#### Bug Fixes
|
|
771
565
|
|
|
@@ -780,7 +574,7 @@
|
|
|
780
574
|
|
|
781
575
|
## 20.3.48 (2022-10-05)
|
|
782
576
|
|
|
783
|
-
###
|
|
577
|
+
### Document Editor
|
|
784
578
|
|
|
785
579
|
#### Bug Fixes
|
|
786
580
|
|
|
@@ -811,7 +605,7 @@
|
|
|
811
605
|
|
|
812
606
|
## 20.3.47 (2022-09-29)
|
|
813
607
|
|
|
814
|
-
###
|
|
608
|
+
### Document Editor
|
|
815
609
|
|
|
816
610
|
#### New Features
|
|
817
611
|
|
|
@@ -819,7 +613,7 @@
|
|
|
819
613
|
|
|
820
614
|
## 20.1.52 (2022-05-04)
|
|
821
615
|
|
|
822
|
-
###
|
|
616
|
+
### Document Editor
|
|
823
617
|
|
|
824
618
|
#### Bug Fixes
|
|
825
619
|
|
|
@@ -846,7 +640,7 @@
|
|
|
846
640
|
|
|
847
641
|
## 20.1.51 (2022-04-26)
|
|
848
642
|
|
|
849
|
-
###
|
|
643
|
+
### Document Editor
|
|
850
644
|
|
|
851
645
|
#### Bug Fixes
|
|
852
646
|
|
|
@@ -859,7 +653,7 @@
|
|
|
859
653
|
|
|
860
654
|
## 20.1.50 (2022-04-19)
|
|
861
655
|
|
|
862
|
-
###
|
|
656
|
+
### Document Editor
|
|
863
657
|
|
|
864
658
|
#### Bug Fixes
|
|
865
659
|
|
|
@@ -869,7 +663,7 @@
|
|
|
869
663
|
|
|
870
664
|
## 20.1.48 (2022-04-12)
|
|
871
665
|
|
|
872
|
-
###
|
|
666
|
+
### Document Editor
|
|
873
667
|
|
|
874
668
|
#### Bug Fixes
|
|
875
669
|
|
|
@@ -893,7 +687,7 @@
|
|
|
893
687
|
|
|
894
688
|
## 20.1.47 (2022-04-04)
|
|
895
689
|
|
|
896
|
-
###
|
|
690
|
+
### Document Editor
|
|
897
691
|
|
|
898
692
|
#### Bug Fixes
|
|
899
693
|
|
|
@@ -913,7 +707,7 @@
|
|
|
913
707
|
|
|
914
708
|
## 19.4.56 (2022-03-15)
|
|
915
709
|
|
|
916
|
-
###
|
|
710
|
+
### Document Editor
|
|
917
711
|
|
|
918
712
|
#### Bug Fixes
|
|
919
713
|
|
|
@@ -927,7 +721,7 @@
|
|
|
927
721
|
|
|
928
722
|
## 19.4.55 (2022-03-08)
|
|
929
723
|
|
|
930
|
-
###
|
|
724
|
+
### Document Editor
|
|
931
725
|
|
|
932
726
|
#### Bug Fixes
|
|
933
727
|
|
|
@@ -949,7 +743,7 @@
|
|
|
949
743
|
|
|
950
744
|
## 19.4.54 (2022-03-01)
|
|
951
745
|
|
|
952
|
-
###
|
|
746
|
+
### Document Editor
|
|
953
747
|
|
|
954
748
|
#### Bug Fixes
|
|
955
749
|
|
|
@@ -962,7 +756,7 @@
|
|
|
962
756
|
|
|
963
757
|
## 19.4.53 (2022-02-22)
|
|
964
758
|
|
|
965
|
-
###
|
|
759
|
+
### Document Editor
|
|
966
760
|
|
|
967
761
|
#### Bug Fixes
|
|
968
762
|
|
|
@@ -979,7 +773,7 @@
|
|
|
979
773
|
|
|
980
774
|
## 19.4.52 (2022-02-15)
|
|
981
775
|
|
|
982
|
-
###
|
|
776
|
+
### Document Editor
|
|
983
777
|
|
|
984
778
|
#### Bug Fixes
|
|
985
779
|
|
|
@@ -1001,7 +795,7 @@
|
|
|
1001
795
|
|
|
1002
796
|
## 19.4.50 (2022-02-08)
|
|
1003
797
|
|
|
1004
|
-
###
|
|
798
|
+
### Document Editor
|
|
1005
799
|
|
|
1006
800
|
#### Bug Fixes
|
|
1007
801
|
|
|
@@ -1018,7 +812,7 @@
|
|
|
1018
812
|
|
|
1019
813
|
## 19.4.48 (2022-01-31)
|
|
1020
814
|
|
|
1021
|
-
###
|
|
815
|
+
### Document Editor
|
|
1022
816
|
|
|
1023
817
|
#### Bug Fixes
|
|
1024
818
|
|
|
@@ -1080,7 +874,7 @@
|
|
|
1080
874
|
|
|
1081
875
|
## 19.4.47 (2022-01-25)
|
|
1082
876
|
|
|
1083
|
-
###
|
|
877
|
+
### Document Editor
|
|
1084
878
|
|
|
1085
879
|
#### Bug Fixes
|
|
1086
880
|
|
|
@@ -1096,7 +890,7 @@
|
|
|
1096
890
|
|
|
1097
891
|
## 19.4.43 (2022-01-18)
|
|
1098
892
|
|
|
1099
|
-
###
|
|
893
|
+
### Document Editor
|
|
1100
894
|
|
|
1101
895
|
#### Bug Fixes
|
|
1102
896
|
|
|
@@ -1124,7 +918,7 @@
|
|
|
1124
918
|
|
|
1125
919
|
## 19.4.41 (2022-01-04)
|
|
1126
920
|
|
|
1127
|
-
###
|
|
921
|
+
### Document Editor
|
|
1128
922
|
|
|
1129
923
|
#### Bug Fixes
|
|
1130
924
|
|
|
@@ -1141,7 +935,7 @@
|
|
|
1141
935
|
|
|
1142
936
|
## 19.4.40 (2021-12-28)
|
|
1143
937
|
|
|
1144
|
-
###
|
|
938
|
+
### Document Editor
|
|
1145
939
|
|
|
1146
940
|
#### Bug Fixes
|
|
1147
941
|
|
|
@@ -1155,7 +949,7 @@
|
|
|
1155
949
|
|
|
1156
950
|
## 19.4.38 (2021-12-17)
|
|
1157
951
|
|
|
1158
|
-
###
|
|
952
|
+
### Document Editor
|
|
1159
953
|
|
|
1160
954
|
#### Bug Fixes
|
|
1161
955
|
|
|
@@ -1228,7 +1022,7 @@
|
|
|
1228
1022
|
|
|
1229
1023
|
## 19.3.56 (2021-12-02)
|
|
1230
1024
|
|
|
1231
|
-
###
|
|
1025
|
+
### Document Editor
|
|
1232
1026
|
|
|
1233
1027
|
#### Bug Fixes
|
|
1234
1028
|
|
|
@@ -1247,7 +1041,7 @@
|
|
|
1247
1041
|
|
|
1248
1042
|
## 19.3.55 (2021-11-23)
|
|
1249
1043
|
|
|
1250
|
-
###
|
|
1044
|
+
### Document Editor
|
|
1251
1045
|
|
|
1252
1046
|
#### Bug Fixes
|
|
1253
1047
|
|
|
@@ -1255,7 +1049,7 @@
|
|
|
1255
1049
|
|
|
1256
1050
|
## 19.3.54 (2021-11-17)
|
|
1257
1051
|
|
|
1258
|
-
###
|
|
1052
|
+
### Document Editor
|
|
1259
1053
|
|
|
1260
1054
|
#### Bug Fixes
|
|
1261
1055
|
|
|
@@ -1266,7 +1060,7 @@
|
|
|
1266
1060
|
|
|
1267
1061
|
## 19.3.53 (2021-11-12)
|
|
1268
1062
|
|
|
1269
|
-
###
|
|
1063
|
+
### Document Editor
|
|
1270
1064
|
|
|
1271
1065
|
#### Bug Fixes
|
|
1272
1066
|
|
|
@@ -1319,7 +1113,7 @@
|
|
|
1319
1113
|
|
|
1320
1114
|
## 19.3.48 (2021-11-02)
|
|
1321
1115
|
|
|
1322
|
-
###
|
|
1116
|
+
### Document Editor
|
|
1323
1117
|
|
|
1324
1118
|
#### Bug Fixes
|
|
1325
1119
|
|
|
@@ -1329,7 +1123,7 @@
|
|
|
1329
1123
|
|
|
1330
1124
|
## 19.3.47 (2021-10-26)
|
|
1331
1125
|
|
|
1332
|
-
###
|
|
1126
|
+
### Document Editor
|
|
1333
1127
|
|
|
1334
1128
|
#### Bug Fixes
|
|
1335
1129
|
|
|
@@ -1339,7 +1133,7 @@
|
|
|
1339
1133
|
|
|
1340
1134
|
## 19.3.46 (2021-10-19)
|
|
1341
1135
|
|
|
1342
|
-
###
|
|
1136
|
+
### Document Editor
|
|
1343
1137
|
|
|
1344
1138
|
#### Bug Fixes
|
|
1345
1139
|
|
|
@@ -1357,7 +1151,7 @@
|
|
|
1357
1151
|
|
|
1358
1152
|
## 19.3.45 (2021-10-12)
|
|
1359
1153
|
|
|
1360
|
-
###
|
|
1154
|
+
### Document Editor
|
|
1361
1155
|
|
|
1362
1156
|
#### Bug Fixes
|
|
1363
1157
|
|
|
@@ -1378,7 +1172,7 @@
|
|
|
1378
1172
|
|
|
1379
1173
|
## 19.3.44 (2021-10-05)
|
|
1380
1174
|
|
|
1381
|
-
###
|
|
1175
|
+
### Document Editor
|
|
1382
1176
|
|
|
1383
1177
|
#### Bug Fixes
|
|
1384
1178
|
|
|
@@ -1401,7 +1195,7 @@
|
|
|
1401
1195
|
|
|
1402
1196
|
## 19.3.43 (2021-09-30)
|
|
1403
1197
|
|
|
1404
|
-
###
|
|
1198
|
+
### Document Editor
|
|
1405
1199
|
|
|
1406
1200
|
#### Breaking Changes
|
|
1407
1201
|
|
|
@@ -1479,7 +1273,7 @@
|
|
|
1479
1273
|
|
|
1480
1274
|
## 19.2.62 (2021-09-14)
|
|
1481
1275
|
|
|
1482
|
-
###
|
|
1276
|
+
### Document Editor
|
|
1483
1277
|
|
|
1484
1278
|
#### Bug Fixes
|
|
1485
1279
|
|
|
@@ -1488,7 +1282,7 @@
|
|
|
1488
1282
|
|
|
1489
1283
|
## 19.2.60 (2021-09-07)
|
|
1490
1284
|
|
|
1491
|
-
###
|
|
1285
|
+
### Document Editor
|
|
1492
1286
|
|
|
1493
1287
|
#### Bug Fixes
|
|
1494
1288
|
|
|
@@ -1499,7 +1293,7 @@
|
|
|
1499
1293
|
|
|
1500
1294
|
## 19.2.59 (2021-08-31)
|
|
1501
1295
|
|
|
1502
|
-
###
|
|
1296
|
+
### Document Editor
|
|
1503
1297
|
|
|
1504
1298
|
#### Bug Fixes
|
|
1505
1299
|
|
|
@@ -1511,7 +1305,7 @@
|
|
|
1511
1305
|
|
|
1512
1306
|
## 19.2.57 (2021-08-24)
|
|
1513
1307
|
|
|
1514
|
-
###
|
|
1308
|
+
### Document Editor
|
|
1515
1309
|
|
|
1516
1310
|
#### Bug Fixes
|
|
1517
1311
|
|
|
@@ -1528,7 +1322,7 @@
|
|
|
1528
1322
|
|
|
1529
1323
|
## 19.2.56 (2021-08-17)
|
|
1530
1324
|
|
|
1531
|
-
###
|
|
1325
|
+
### Document Editor
|
|
1532
1326
|
|
|
1533
1327
|
#### Bug Fixes
|
|
1534
1328
|
|
|
@@ -1538,7 +1332,7 @@
|
|
|
1538
1332
|
|
|
1539
1333
|
## 19.2.55 (2021-08-11)
|
|
1540
1334
|
|
|
1541
|
-
###
|
|
1335
|
+
### Document Editor
|
|
1542
1336
|
|
|
1543
1337
|
#### New Features
|
|
1544
1338
|
|
|
@@ -1578,7 +1372,7 @@
|
|
|
1578
1372
|
|
|
1579
1373
|
## 19.2.49 (2021-07-27)
|
|
1580
1374
|
|
|
1581
|
-
###
|
|
1375
|
+
### Document Editor
|
|
1582
1376
|
|
|
1583
1377
|
#### Bug Fixes
|
|
1584
1378
|
|
|
@@ -1591,7 +1385,7 @@
|
|
|
1591
1385
|
|
|
1592
1386
|
## 19.2.48 (2021-07-20)
|
|
1593
1387
|
|
|
1594
|
-
###
|
|
1388
|
+
### Document Editor
|
|
1595
1389
|
|
|
1596
1390
|
#### Bug Fixes
|
|
1597
1391
|
|
|
@@ -1602,7 +1396,7 @@
|
|
|
1602
1396
|
|
|
1603
1397
|
## 19.2.47 (2021-07-13)
|
|
1604
1398
|
|
|
1605
|
-
###
|
|
1399
|
+
### Document Editor
|
|
1606
1400
|
|
|
1607
1401
|
#### Bug Fixes
|
|
1608
1402
|
|
|
@@ -1621,7 +1415,7 @@
|
|
|
1621
1415
|
|
|
1622
1416
|
## 19.2.46 (2021-07-06)
|
|
1623
1417
|
|
|
1624
|
-
###
|
|
1418
|
+
### Document Editor
|
|
1625
1419
|
|
|
1626
1420
|
#### Bug Fixes
|
|
1627
1421
|
|
|
@@ -1639,7 +1433,7 @@
|
|
|
1639
1433
|
|
|
1640
1434
|
## 19.2.44 (2021-06-30)
|
|
1641
1435
|
|
|
1642
|
-
###
|
|
1436
|
+
### Document Editor
|
|
1643
1437
|
|
|
1644
1438
|
#### New Features
|
|
1645
1439
|
|
|
@@ -1771,7 +1565,7 @@
|
|
|
1771
1565
|
|
|
1772
1566
|
## 19.1.69 (2021-06-15)
|
|
1773
1567
|
|
|
1774
|
-
###
|
|
1568
|
+
### Document Editor
|
|
1775
1569
|
|
|
1776
1570
|
#### Bug Fixes
|
|
1777
1571
|
|
|
@@ -1785,7 +1579,7 @@
|
|
|
1785
1579
|
|
|
1786
1580
|
## 19.1.67 (2021-06-08)
|
|
1787
1581
|
|
|
1788
|
-
###
|
|
1582
|
+
### Document Editor
|
|
1789
1583
|
|
|
1790
1584
|
#### Bug Fixes
|
|
1791
1585
|
|
|
@@ -1799,7 +1593,7 @@
|
|
|
1799
1593
|
|
|
1800
1594
|
## 19.1.66 (2021-06-01)
|
|
1801
1595
|
|
|
1802
|
-
###
|
|
1596
|
+
### Document Editor
|
|
1803
1597
|
|
|
1804
1598
|
- `#I326144` - Resolved the issue with multi line track changes.
|
|
1805
1599
|
- `#I328063` - Document with checkbox form field applied with to character format is now opened properly.
|
|
@@ -1810,7 +1604,7 @@
|
|
|
1810
1604
|
|
|
1811
1605
|
## 19.1.65 (2021-05-25)
|
|
1812
1606
|
|
|
1813
|
-
###
|
|
1607
|
+
### Document Editor
|
|
1814
1608
|
|
|
1815
1609
|
#### Bug Fixes
|
|
1816
1610
|
|
|
@@ -1828,7 +1622,7 @@
|
|
|
1828
1622
|
|
|
1829
1623
|
## 19.1.64 (2021-05-19)
|
|
1830
1624
|
|
|
1831
|
-
###
|
|
1625
|
+
### Document Editor
|
|
1832
1626
|
|
|
1833
1627
|
#### Bug Fixes
|
|
1834
1628
|
|
|
@@ -1843,7 +1637,7 @@
|
|
|
1843
1637
|
|
|
1844
1638
|
## 19.1.63 (2021-05-13)
|
|
1845
1639
|
|
|
1846
|
-
###
|
|
1640
|
+
### Document Editor
|
|
1847
1641
|
|
|
1848
1642
|
#### Bug Fixes
|
|
1849
1643
|
|
|
@@ -1867,7 +1661,7 @@
|
|
|
1867
1661
|
|
|
1868
1662
|
## 19.1.59 (2021-05-04)
|
|
1869
1663
|
|
|
1870
|
-
###
|
|
1664
|
+
### Document Editor
|
|
1871
1665
|
|
|
1872
1666
|
#### New Features
|
|
1873
1667
|
|
|
@@ -1892,7 +1686,7 @@
|
|
|
1892
1686
|
|
|
1893
1687
|
## 19.1.58 (2021-04-27)
|
|
1894
1688
|
|
|
1895
|
-
###
|
|
1689
|
+
### Document Editor
|
|
1896
1690
|
|
|
1897
1691
|
#### Bug Fixes
|
|
1898
1692
|
|
|
@@ -1910,7 +1704,7 @@
|
|
|
1910
1704
|
|
|
1911
1705
|
## 19.1.57 (2021-04-20)
|
|
1912
1706
|
|
|
1913
|
-
###
|
|
1707
|
+
### Document Editor
|
|
1914
1708
|
|
|
1915
1709
|
#### Bug Fixes
|
|
1916
1710
|
|
|
@@ -1937,7 +1731,7 @@
|
|
|
1937
1731
|
|
|
1938
1732
|
## 19.1.56 (2021-04-13)
|
|
1939
1733
|
|
|
1940
|
-
###
|
|
1734
|
+
### Document Editor
|
|
1941
1735
|
|
|
1942
1736
|
#### Bug Fixes
|
|
1943
1737
|
|
|
@@ -1964,7 +1758,7 @@
|
|
|
1964
1758
|
|
|
1965
1759
|
## 19.1.55 (2021-04-06)
|
|
1966
1760
|
|
|
1967
|
-
###
|
|
1761
|
+
### Document Editor
|
|
1968
1762
|
|
|
1969
1763
|
#### Bug Fixes
|
|
1970
1764
|
|
|
@@ -1984,7 +1778,7 @@
|
|
|
1984
1778
|
|
|
1985
1779
|
## 19.1.54 (2021-03-30)
|
|
1986
1780
|
|
|
1987
|
-
###
|
|
1781
|
+
### Document Editor
|
|
1988
1782
|
|
|
1989
1783
|
#### Breaking Changes
|
|
1990
1784
|
|
|
@@ -2005,7 +1799,7 @@
|
|
|
2005
1799
|
|
|
2006
1800
|
## 18.4.49 (2021-03-23)
|
|
2007
1801
|
|
|
2008
|
-
###
|
|
1802
|
+
### Document Editor
|
|
2009
1803
|
|
|
2010
1804
|
#### Bug Fixes
|
|
2011
1805
|
|
|
@@ -2018,7 +1812,7 @@
|
|
|
2018
1812
|
|
|
2019
1813
|
## 18.4.48 (2021-03-16)
|
|
2020
1814
|
|
|
2021
|
-
###
|
|
1815
|
+
### Document Editor
|
|
2022
1816
|
|
|
2023
1817
|
#### Bug Fixes
|
|
2024
1818
|
|
|
@@ -2032,7 +1826,7 @@
|
|
|
2032
1826
|
|
|
2033
1827
|
## 18.4.47 (2021-03-09)
|
|
2034
1828
|
|
|
2035
|
-
###
|
|
1829
|
+
### Document Editor
|
|
2036
1830
|
|
|
2037
1831
|
#### Breaking Changes
|
|
2038
1832
|
|
|
@@ -2053,7 +1847,7 @@
|
|
|
2053
1847
|
|
|
2054
1848
|
## 18.4.46 (2021-03-02)
|
|
2055
1849
|
|
|
2056
|
-
###
|
|
1850
|
+
### Document Editor
|
|
2057
1851
|
|
|
2058
1852
|
#### Bug Fixes
|
|
2059
1853
|
|
|
@@ -2066,7 +1860,7 @@
|
|
|
2066
1860
|
|
|
2067
1861
|
## 18.4.44 (2021-02-23)
|
|
2068
1862
|
|
|
2069
|
-
###
|
|
1863
|
+
### Document Editor
|
|
2070
1864
|
|
|
2071
1865
|
#### Bug Fixes
|
|
2072
1866
|
|
|
@@ -2081,7 +1875,7 @@
|
|
|
2081
1875
|
|
|
2082
1876
|
## 18.4.43 (2021-02-16)
|
|
2083
1877
|
|
|
2084
|
-
###
|
|
1878
|
+
### Document Editor
|
|
2085
1879
|
|
|
2086
1880
|
#### Bug Fixes
|
|
2087
1881
|
|
|
@@ -2094,7 +1888,7 @@
|
|
|
2094
1888
|
|
|
2095
1889
|
## 18.4.42 (2021-02-09)
|
|
2096
1890
|
|
|
2097
|
-
###
|
|
1891
|
+
### Document Editor
|
|
2098
1892
|
|
|
2099
1893
|
#### Bug Fixes
|
|
2100
1894
|
|
|
@@ -2109,7 +1903,7 @@
|
|
|
2109
1903
|
|
|
2110
1904
|
## 18.4.41 (2021-02-02)
|
|
2111
1905
|
|
|
2112
|
-
###
|
|
1906
|
+
### Document Editor
|
|
2113
1907
|
|
|
2114
1908
|
#### Bug Fixes
|
|
2115
1909
|
|
|
@@ -2125,7 +1919,7 @@
|
|
|
2125
1919
|
|
|
2126
1920
|
## 18.4.35 (2021-01-19)
|
|
2127
1921
|
|
|
2128
|
-
###
|
|
1922
|
+
### Document Editor
|
|
2129
1923
|
|
|
2130
1924
|
#### Bug Fixes
|
|
2131
1925
|
|
|
@@ -2138,7 +1932,7 @@
|
|
|
2138
1932
|
|
|
2139
1933
|
## 18.4.34 (2021-01-12)
|
|
2140
1934
|
|
|
2141
|
-
###
|
|
1935
|
+
### Document Editor
|
|
2142
1936
|
|
|
2143
1937
|
#### Bug Fixes
|
|
2144
1938
|
|
|
@@ -2154,7 +1948,7 @@
|
|
|
2154
1948
|
|
|
2155
1949
|
## 18.4.33 (2021-01-05)
|
|
2156
1950
|
|
|
2157
|
-
###
|
|
1951
|
+
### Document Editor
|
|
2158
1952
|
|
|
2159
1953
|
#### Bug Fixes
|
|
2160
1954
|
|
|
@@ -2163,7 +1957,7 @@
|
|
|
2163
1957
|
|
|
2164
1958
|
## 18.4.32 (2020-12-29)
|
|
2165
1959
|
|
|
2166
|
-
###
|
|
1960
|
+
### Document Editor
|
|
2167
1961
|
|
|
2168
1962
|
#### Bug Fixes
|
|
2169
1963
|
|
|
@@ -2173,7 +1967,7 @@
|
|
|
2173
1967
|
|
|
2174
1968
|
## 18.4.31 (2020-12-22)
|
|
2175
1969
|
|
|
2176
|
-
###
|
|
1970
|
+
### Document Editor
|
|
2177
1971
|
|
|
2178
1972
|
#### Bug Fixes
|
|
2179
1973
|
|
|
@@ -2187,7 +1981,7 @@
|
|
|
2187
1981
|
|
|
2188
1982
|
## 18.4.30 (2020-12-17)
|
|
2189
1983
|
|
|
2190
|
-
###
|
|
1984
|
+
### Document Editor
|
|
2191
1985
|
|
|
2192
1986
|
#### New Features
|
|
2193
1987
|
|
|
@@ -2195,7 +1989,7 @@
|
|
|
2195
1989
|
|
|
2196
1990
|
## 18.3.53 (2020-12-08)
|
|
2197
1991
|
|
|
2198
|
-
###
|
|
1992
|
+
### Document Editor
|
|
2199
1993
|
|
|
2200
1994
|
#### Bug Fixes
|
|
2201
1995
|
|
|
@@ -2205,7 +1999,7 @@
|
|
|
2205
1999
|
|
|
2206
2000
|
## 18.3.52 (2020-12-01)
|
|
2207
2001
|
|
|
2208
|
-
###
|
|
2002
|
+
### Document Editor
|
|
2209
2003
|
|
|
2210
2004
|
#### Bug Fixes
|
|
2211
2005
|
|
|
@@ -2215,7 +2009,7 @@
|
|
|
2215
2009
|
|
|
2216
2010
|
## 18.3.51 (2020-11-24)
|
|
2217
2011
|
|
|
2218
|
-
###
|
|
2012
|
+
### Document Editor
|
|
2219
2013
|
|
|
2220
2014
|
#### Bug Fixes
|
|
2221
2015
|
|
|
@@ -2229,7 +2023,7 @@
|
|
|
2229
2023
|
|
|
2230
2024
|
## 18.3.50 (2020-11-17)
|
|
2231
2025
|
|
|
2232
|
-
###
|
|
2026
|
+
### Document Editor
|
|
2233
2027
|
|
|
2234
2028
|
#### Bug Fixes
|
|
2235
2029
|
|
|
@@ -2238,7 +2032,7 @@
|
|
|
2238
2032
|
|
|
2239
2033
|
## 18.3.48 (2020-11-11)
|
|
2240
2034
|
|
|
2241
|
-
###
|
|
2035
|
+
### Document Editor
|
|
2242
2036
|
|
|
2243
2037
|
#### Bug Fixes
|
|
2244
2038
|
|
|
@@ -2247,7 +2041,7 @@
|
|
|
2247
2041
|
|
|
2248
2042
|
## 18.3.47 (2020-11-05)
|
|
2249
2043
|
|
|
2250
|
-
###
|
|
2044
|
+
### Document Editor
|
|
2251
2045
|
|
|
2252
2046
|
#### New Features
|
|
2253
2047
|
|
|
@@ -2282,7 +2076,7 @@
|
|
|
2282
2076
|
|
|
2283
2077
|
## 18.3.44 (2020-10-27)
|
|
2284
2078
|
|
|
2285
|
-
###
|
|
2079
|
+
### Document Editor
|
|
2286
2080
|
|
|
2287
2081
|
#### Bug Fixes
|
|
2288
2082
|
|
|
@@ -2295,7 +2089,7 @@
|
|
|
2295
2089
|
|
|
2296
2090
|
## 18.3.42 (2020-10-20)
|
|
2297
2091
|
|
|
2298
|
-
###
|
|
2092
|
+
### Document Editor
|
|
2299
2093
|
|
|
2300
2094
|
#### New Features
|
|
2301
2095
|
|
|
@@ -2315,7 +2109,7 @@
|
|
|
2315
2109
|
|
|
2316
2110
|
## 18.3.40 (2020-10-13)
|
|
2317
2111
|
|
|
2318
|
-
###
|
|
2112
|
+
### Document Editor
|
|
2319
2113
|
|
|
2320
2114
|
#### Bug Fixes
|
|
2321
2115
|
|
|
@@ -2331,7 +2125,7 @@
|
|
|
2331
2125
|
|
|
2332
2126
|
## 18.3.35 (2020-10-01)
|
|
2333
2127
|
|
|
2334
|
-
###
|
|
2128
|
+
### Document Editor
|
|
2335
2129
|
|
|
2336
2130
|
#### Bug Fixes
|
|
2337
2131
|
|
|
@@ -2403,7 +2197,7 @@
|
|
|
2403
2197
|
|
|
2404
2198
|
## 18.2.58 (2020-09-15)
|
|
2405
2199
|
|
|
2406
|
-
###
|
|
2200
|
+
### Document Editor
|
|
2407
2201
|
|
|
2408
2202
|
#### New Features
|
|
2409
2203
|
|
|
@@ -2421,7 +2215,7 @@
|
|
|
2421
2215
|
|
|
2422
2216
|
## 18.2.57 (2020-09-08)
|
|
2423
2217
|
|
|
2424
|
-
###
|
|
2218
|
+
### Document Editor
|
|
2425
2219
|
|
|
2426
2220
|
#### New Features
|
|
2427
2221
|
|
|
@@ -2446,7 +2240,7 @@
|
|
|
2446
2240
|
|
|
2447
2241
|
## 18.2.55 (2020-08-25)
|
|
2448
2242
|
|
|
2449
|
-
###
|
|
2243
|
+
### Document Editor
|
|
2450
2244
|
|
|
2451
2245
|
#### Bug Fixes
|
|
2452
2246
|
|
|
@@ -2461,7 +2255,7 @@
|
|
|
2461
2255
|
|
|
2462
2256
|
## 18.2.54 (2020-08-18)
|
|
2463
2257
|
|
|
2464
|
-
###
|
|
2258
|
+
### Document Editor
|
|
2465
2259
|
|
|
2466
2260
|
#### New Features
|
|
2467
2261
|
|
|
@@ -2502,7 +2296,7 @@
|
|
|
2502
2296
|
|
|
2503
2297
|
## 18.2.47 (2020-07-28)
|
|
2504
2298
|
|
|
2505
|
-
###
|
|
2299
|
+
### Document Editor
|
|
2506
2300
|
|
|
2507
2301
|
#### New Features
|
|
2508
2302
|
|
|
@@ -2515,7 +2309,7 @@
|
|
|
2515
2309
|
|
|
2516
2310
|
## 18.2.46 (2020-07-21)
|
|
2517
2311
|
|
|
2518
|
-
###
|
|
2312
|
+
### Document Editor
|
|
2519
2313
|
|
|
2520
2314
|
#### New Features
|
|
2521
2315
|
|
|
@@ -2532,7 +2326,7 @@
|
|
|
2532
2326
|
|
|
2533
2327
|
## 18.2.45 (2020-07-14)
|
|
2534
2328
|
|
|
2535
|
-
###
|
|
2329
|
+
### Document Editor
|
|
2536
2330
|
|
|
2537
2331
|
#### New Features
|
|
2538
2332
|
|
|
@@ -2548,7 +2342,7 @@
|
|
|
2548
2342
|
|
|
2549
2343
|
## 18.2.44 (2020-07-07)
|
|
2550
2344
|
|
|
2551
|
-
###
|
|
2345
|
+
### Document Editor
|
|
2552
2346
|
|
|
2553
2347
|
#### Breaking Changes
|
|
2554
2348
|
|
|
@@ -2637,7 +2431,7 @@
|
|
|
2637
2431
|
|
|
2638
2432
|
## 18.1.56 (2020-06-09)
|
|
2639
2433
|
|
|
2640
|
-
###
|
|
2434
|
+
### Document Editor
|
|
2641
2435
|
|
|
2642
2436
|
#### Bug Fixes
|
|
2643
2437
|
|
|
@@ -2652,7 +2446,7 @@
|
|
|
2652
2446
|
|
|
2653
2447
|
## 18.1.55 (2020-06-02)
|
|
2654
2448
|
|
|
2655
|
-
###
|
|
2449
|
+
### Document Editor
|
|
2656
2450
|
|
|
2657
2451
|
#### Bug Fixes
|
|
2658
2452
|
|
|
@@ -2666,7 +2460,7 @@
|
|
|
2666
2460
|
|
|
2667
2461
|
## 18.1.54 (2020-05-26)
|
|
2668
2462
|
|
|
2669
|
-
###
|
|
2463
|
+
### Document Editor
|
|
2670
2464
|
|
|
2671
2465
|
#### Bug Fixes
|
|
2672
2466
|
|
|
@@ -2681,7 +2475,7 @@
|
|
|
2681
2475
|
|
|
2682
2476
|
## 18.1.53 (2020-05-19)
|
|
2683
2477
|
|
|
2684
|
-
###
|
|
2478
|
+
### Document Editor
|
|
2685
2479
|
|
|
2686
2480
|
#### New Features
|
|
2687
2481
|
|
|
@@ -2698,7 +2492,7 @@
|
|
|
2698
2492
|
|
|
2699
2493
|
## 18.1.52 (2020-05-13)
|
|
2700
2494
|
|
|
2701
|
-
###
|
|
2495
|
+
### Document Editor
|
|
2702
2496
|
|
|
2703
2497
|
#### New Features
|
|
2704
2498
|
|
|
@@ -2711,7 +2505,7 @@
|
|
|
2711
2505
|
|
|
2712
2506
|
## 18.1.48 (2020-05-05)
|
|
2713
2507
|
|
|
2714
|
-
###
|
|
2508
|
+
### Document Editor
|
|
2715
2509
|
|
|
2716
2510
|
#### Bug Fixes
|
|
2717
2511
|
|
|
@@ -2726,7 +2520,7 @@
|
|
|
2726
2520
|
|
|
2727
2521
|
## 18.1.46 (2020-04-28)
|
|
2728
2522
|
|
|
2729
|
-
###
|
|
2523
|
+
### Document Editor
|
|
2730
2524
|
|
|
2731
2525
|
#### New Features
|
|
2732
2526
|
|
|
@@ -2745,7 +2539,7 @@
|
|
|
2745
2539
|
|
|
2746
2540
|
## 18.1.45 (2020-04-21)
|
|
2747
2541
|
|
|
2748
|
-
###
|
|
2542
|
+
### Document Editor
|
|
2749
2543
|
|
|
2750
2544
|
#### Bug Fixes
|
|
2751
2545
|
|
|
@@ -2756,7 +2550,7 @@
|
|
|
2756
2550
|
|
|
2757
2551
|
## 18.1.44 (2020-04-14)
|
|
2758
2552
|
|
|
2759
|
-
###
|
|
2553
|
+
### Document Editor
|
|
2760
2554
|
|
|
2761
2555
|
#### New Features
|
|
2762
2556
|
|
|
@@ -2772,7 +2566,7 @@
|
|
|
2772
2566
|
|
|
2773
2567
|
## 18.1.43 (2020-04-07)
|
|
2774
2568
|
|
|
2775
|
-
###
|
|
2569
|
+
### Document Editor
|
|
2776
2570
|
|
|
2777
2571
|
#### Bug Fixes
|
|
2778
2572
|
|
|
@@ -2787,7 +2581,7 @@
|
|
|
2787
2581
|
|
|
2788
2582
|
## 18.1.42 (2020-04-01)
|
|
2789
2583
|
|
|
2790
|
-
###
|
|
2584
|
+
### Document Editor
|
|
2791
2585
|
|
|
2792
2586
|
#### Breaking Changes
|
|
2793
2587
|
|
|
@@ -2918,7 +2712,7 @@
|
|
|
2918
2712
|
|
|
2919
2713
|
## 18.1.36-beta (2020-03-19)
|
|
2920
2714
|
|
|
2921
|
-
###
|
|
2715
|
+
### Document Editor
|
|
2922
2716
|
|
|
2923
2717
|
#### Breaking Changes
|
|
2924
2718
|
|
|
@@ -3041,7 +2835,7 @@
|
|
|
3041
2835
|
|
|
3042
2836
|
## 17.4.55 (2020-03-10)
|
|
3043
2837
|
|
|
3044
|
-
###
|
|
2838
|
+
### Document Editor
|
|
3045
2839
|
|
|
3046
2840
|
#### New Features
|
|
3047
2841
|
|
|
@@ -3058,7 +2852,7 @@
|
|
|
3058
2852
|
|
|
3059
2853
|
## 17.4.51 (2020-02-25)
|
|
3060
2854
|
|
|
3061
|
-
###
|
|
2855
|
+
### Document Editor
|
|
3062
2856
|
|
|
3063
2857
|
#### Bug Fixes
|
|
3064
2858
|
|
|
@@ -3070,7 +2864,7 @@
|
|
|
3070
2864
|
|
|
3071
2865
|
## 17.4.50 (2020-02-18)
|
|
3072
2866
|
|
|
3073
|
-
###
|
|
2867
|
+
### Document Editor
|
|
3074
2868
|
|
|
3075
2869
|
#### New Features
|
|
3076
2870
|
|
|
@@ -3082,7 +2876,7 @@
|
|
|
3082
2876
|
|
|
3083
2877
|
## 17.4.49 (2020-02-11)
|
|
3084
2878
|
|
|
3085
|
-
###
|
|
2879
|
+
### Document Editor
|
|
3086
2880
|
|
|
3087
2881
|
#### New Features
|
|
3088
2882
|
|
|
@@ -3098,7 +2892,7 @@
|
|
|
3098
2892
|
|
|
3099
2893
|
## 17.4.47 (2020-02-05)
|
|
3100
2894
|
|
|
3101
|
-
###
|
|
2895
|
+
### Document Editor
|
|
3102
2896
|
|
|
3103
2897
|
#### New Features
|
|
3104
2898
|
|
|
@@ -3114,7 +2908,7 @@
|
|
|
3114
2908
|
|
|
3115
2909
|
## 17.4.46 (2020-01-30)
|
|
3116
2910
|
|
|
3117
|
-
###
|
|
2911
|
+
### Document Editor
|
|
3118
2912
|
|
|
3119
2913
|
#### Breaking Changes
|
|
3120
2914
|
|
|
@@ -3129,7 +2923,7 @@
|
|
|
3129
2923
|
|
|
3130
2924
|
## 17.4.43 (2020-01-14)
|
|
3131
2925
|
|
|
3132
|
-
###
|
|
2926
|
+
### Document Editor
|
|
3133
2927
|
|
|
3134
2928
|
#### Bug Fixes
|
|
3135
2929
|
|
|
@@ -3143,7 +2937,7 @@
|
|
|
3143
2937
|
|
|
3144
2938
|
## 17.4.41 (2020-01-07)
|
|
3145
2939
|
|
|
3146
|
-
###
|
|
2940
|
+
### Document Editor
|
|
3147
2941
|
|
|
3148
2942
|
#### New Features
|
|
3149
2943
|
|
|
@@ -3163,7 +2957,7 @@
|
|
|
3163
2957
|
|
|
3164
2958
|
## 17.4.40 (2019-12-24)
|
|
3165
2959
|
|
|
3166
|
-
###
|
|
2960
|
+
### Document Editor
|
|
3167
2961
|
|
|
3168
2962
|
#### Breaking Changes
|
|
3169
2963
|
|
|
@@ -3235,7 +3029,7 @@
|
|
|
3235
3029
|
|
|
3236
3030
|
## 17.4.39 (2019-12-17)
|
|
3237
3031
|
|
|
3238
|
-
###
|
|
3032
|
+
### Document Editor
|
|
3239
3033
|
|
|
3240
3034
|
#### New Features
|
|
3241
3035
|
|
|
@@ -3247,7 +3041,7 @@
|
|
|
3247
3041
|
|
|
3248
3042
|
## 17.3.29 (2019-11-26)
|
|
3249
3043
|
|
|
3250
|
-
###
|
|
3044
|
+
### Document Editor
|
|
3251
3045
|
|
|
3252
3046
|
#### Bug Fixes
|
|
3253
3047
|
|
|
@@ -3260,7 +3054,7 @@
|
|
|
3260
3054
|
|
|
3261
3055
|
## 17.3.28 (2019-11-19)
|
|
3262
3056
|
|
|
3263
|
-
###
|
|
3057
|
+
### Document Editor
|
|
3264
3058
|
|
|
3265
3059
|
#### New Features
|
|
3266
3060
|
|
|
@@ -3277,7 +3071,7 @@
|
|
|
3277
3071
|
|
|
3278
3072
|
## 17.3.27 (2019-11-12)
|
|
3279
3073
|
|
|
3280
|
-
###
|
|
3074
|
+
### Document Editor
|
|
3281
3075
|
|
|
3282
3076
|
#### New Features
|
|
3283
3077
|
|
|
@@ -3293,7 +3087,7 @@
|
|
|
3293
3087
|
|
|
3294
3088
|
## 17.3.26 (2019-11-05)
|
|
3295
3089
|
|
|
3296
|
-
###
|
|
3090
|
+
### Document Editor
|
|
3297
3091
|
|
|
3298
3092
|
#### New Features
|
|
3299
3093
|
|
|
@@ -3309,7 +3103,7 @@
|
|
|
3309
3103
|
|
|
3310
3104
|
## 17.3.21 (2019-10-30)
|
|
3311
3105
|
|
|
3312
|
-
###
|
|
3106
|
+
### Document Editor
|
|
3313
3107
|
|
|
3314
3108
|
#### Bug Fixes
|
|
3315
3109
|
|
|
@@ -3320,7 +3114,7 @@
|
|
|
3320
3114
|
|
|
3321
3115
|
## 17.3.19 (2019-10-22)
|
|
3322
3116
|
|
|
3323
|
-
###
|
|
3117
|
+
### Document Editor
|
|
3324
3118
|
|
|
3325
3119
|
#### New Features
|
|
3326
3120
|
|
|
@@ -3335,7 +3129,7 @@
|
|
|
3335
3129
|
|
|
3336
3130
|
## 17.3.17 (2019-10-15)
|
|
3337
3131
|
|
|
3338
|
-
###
|
|
3132
|
+
### Document Editor
|
|
3339
3133
|
|
|
3340
3134
|
#### Bug Fixes
|
|
3341
3135
|
|
|
@@ -3351,7 +3145,7 @@
|
|
|
3351
3145
|
|
|
3352
3146
|
## 17.3.16 (2019-10-09)
|
|
3353
3147
|
|
|
3354
|
-
###
|
|
3148
|
+
### Document Editor
|
|
3355
3149
|
|
|
3356
3150
|
#### Bug Fixes
|
|
3357
3151
|
|
|
@@ -3364,7 +3158,7 @@
|
|
|
3364
3158
|
|
|
3365
3159
|
## 17.3.14 (2019-10-03)
|
|
3366
3160
|
|
|
3367
|
-
###
|
|
3161
|
+
### Document Editor
|
|
3368
3162
|
|
|
3369
3163
|
#### New Features
|
|
3370
3164
|
|
|
@@ -3392,7 +3186,7 @@
|
|
|
3392
3186
|
|
|
3393
3187
|
## 17.3.9-beta (2019-09-20)
|
|
3394
3188
|
|
|
3395
|
-
###
|
|
3189
|
+
### Document Editor
|
|
3396
3190
|
|
|
3397
3191
|
#### Bug Fixes
|
|
3398
3192
|
|
|
@@ -3401,7 +3195,7 @@
|
|
|
3401
3195
|
|
|
3402
3196
|
## 17.2.49 (2019-09-04)
|
|
3403
3197
|
|
|
3404
|
-
###
|
|
3198
|
+
### Document Editor
|
|
3405
3199
|
|
|
3406
3200
|
#### Bug Fixes
|
|
3407
3201
|
|
|
@@ -3414,7 +3208,7 @@
|
|
|
3414
3208
|
|
|
3415
3209
|
## 17.2.47 (2019-08-27)
|
|
3416
3210
|
|
|
3417
|
-
###
|
|
3211
|
+
### Document Editor
|
|
3418
3212
|
|
|
3419
3213
|
#### Bug Fixes
|
|
3420
3214
|
|
|
@@ -3424,7 +3218,7 @@
|
|
|
3424
3218
|
|
|
3425
3219
|
## 17.2.41 (2019-08-14)
|
|
3426
3220
|
|
|
3427
|
-
###
|
|
3221
|
+
### Document Editor
|
|
3428
3222
|
|
|
3429
3223
|
#### Bug Fixes
|
|
3430
3224
|
|
|
@@ -3437,7 +3231,7 @@
|
|
|
3437
3231
|
|
|
3438
3232
|
## 17.2.40 (2019-08-06)
|
|
3439
3233
|
|
|
3440
|
-
###
|
|
3234
|
+
### Document Editor
|
|
3441
3235
|
|
|
3442
3236
|
#### Bug Fixes
|
|
3443
3237
|
|
|
@@ -3448,7 +3242,7 @@
|
|
|
3448
3242
|
|
|
3449
3243
|
## 17.2.39 (2019-07-30)
|
|
3450
3244
|
|
|
3451
|
-
###
|
|
3245
|
+
### Document Editor
|
|
3452
3246
|
|
|
3453
3247
|
#### New Features
|
|
3454
3248
|
|
|
@@ -3461,7 +3255,7 @@
|
|
|
3461
3255
|
|
|
3462
3256
|
## 17.2.36 (2019-07-24)
|
|
3463
3257
|
|
|
3464
|
-
###
|
|
3258
|
+
### Document Editor
|
|
3465
3259
|
|
|
3466
3260
|
#### Bug Fixes
|
|
3467
3261
|
|
|
@@ -3471,7 +3265,7 @@
|
|
|
3471
3265
|
|
|
3472
3266
|
## 17.2.35 (2019-07-17)
|
|
3473
3267
|
|
|
3474
|
-
###
|
|
3268
|
+
### Document Editor
|
|
3475
3269
|
|
|
3476
3270
|
#### Bug Fixes
|
|
3477
3271
|
|
|
@@ -3483,7 +3277,7 @@
|
|
|
3483
3277
|
|
|
3484
3278
|
## 17.2.34 (2019-07-11)
|
|
3485
3279
|
|
|
3486
|
-
###
|
|
3280
|
+
### Document Editor
|
|
3487
3281
|
|
|
3488
3282
|
#### Breaking Changes
|
|
3489
3283
|
|
|
@@ -3498,7 +3292,7 @@
|
|
|
3498
3292
|
|
|
3499
3293
|
## 17.2.28-beta (2019-06-27)
|
|
3500
3294
|
|
|
3501
|
-
###
|
|
3295
|
+
### Document Editor
|
|
3502
3296
|
|
|
3503
3297
|
#### Breaking Changes
|
|
3504
3298
|
|
|
@@ -3524,7 +3318,7 @@
|
|
|
3524
3318
|
|
|
3525
3319
|
## 17.1.50 (2019-06-04)
|
|
3526
3320
|
|
|
3527
|
-
###
|
|
3321
|
+
### Document Editor
|
|
3528
3322
|
|
|
3529
3323
|
#### Bug Fixes
|
|
3530
3324
|
|
|
@@ -3533,7 +3327,7 @@
|
|
|
3533
3327
|
|
|
3534
3328
|
## 17.1.49 (2019-05-29)
|
|
3535
3329
|
|
|
3536
|
-
###
|
|
3330
|
+
### Document Editor
|
|
3537
3331
|
|
|
3538
3332
|
#### Bug Fixes
|
|
3539
3333
|
|
|
@@ -3541,7 +3335,7 @@
|
|
|
3541
3335
|
|
|
3542
3336
|
## 17.1.48 (2019-05-21)
|
|
3543
3337
|
|
|
3544
|
-
###
|
|
3338
|
+
### Document Editor
|
|
3545
3339
|
|
|
3546
3340
|
#### Bug Fixes
|
|
3547
3341
|
|
|
@@ -3557,7 +3351,7 @@
|
|
|
3557
3351
|
|
|
3558
3352
|
## 17.1.47 (2019-05-14)
|
|
3559
3353
|
|
|
3560
|
-
###
|
|
3354
|
+
### Document Editor
|
|
3561
3355
|
|
|
3562
3356
|
#### New Features
|
|
3563
3357
|
|
|
@@ -3570,7 +3364,7 @@
|
|
|
3570
3364
|
|
|
3571
3365
|
## 17.1.44 (2019-05-07)
|
|
3572
3366
|
|
|
3573
|
-
###
|
|
3367
|
+
### Document Editor
|
|
3574
3368
|
|
|
3575
3369
|
#### Bug Fixes
|
|
3576
3370
|
|
|
@@ -3578,7 +3372,7 @@
|
|
|
3578
3372
|
|
|
3579
3373
|
## 17.1.43 (2019-04-30)
|
|
3580
3374
|
|
|
3581
|
-
###
|
|
3375
|
+
### Document Editor
|
|
3582
3376
|
|
|
3583
3377
|
#### Bug Fixes
|
|
3584
3378
|
|
|
@@ -3586,7 +3380,7 @@
|
|
|
3586
3380
|
|
|
3587
3381
|
## 17.1.42 (2019-04-23)
|
|
3588
3382
|
|
|
3589
|
-
###
|
|
3383
|
+
### Document Editor
|
|
3590
3384
|
|
|
3591
3385
|
#### Bug Fixes
|
|
3592
3386
|
|
|
@@ -3594,7 +3388,7 @@
|
|
|
3594
3388
|
|
|
3595
3389
|
## 17.1.41 (2019-04-16)
|
|
3596
3390
|
|
|
3597
|
-
###
|
|
3391
|
+
### Document Editor
|
|
3598
3392
|
|
|
3599
3393
|
#### Bug Fixes
|
|
3600
3394
|
|
|
@@ -3604,7 +3398,7 @@
|
|
|
3604
3398
|
|
|
3605
3399
|
## 17.1.40 (2019-04-09)
|
|
3606
3400
|
|
|
3607
|
-
###
|
|
3401
|
+
### Document Editor
|
|
3608
3402
|
|
|
3609
3403
|
#### Bug Fixes
|
|
3610
3404
|
|
|
@@ -3615,7 +3409,7 @@
|
|
|
3615
3409
|
|
|
3616
3410
|
## 17.1.38 (2019-03-29)
|
|
3617
3411
|
|
|
3618
|
-
###
|
|
3412
|
+
### Document Editor
|
|
3619
3413
|
|
|
3620
3414
|
#### New Features
|
|
3621
3415
|
|
|
@@ -3629,7 +3423,7 @@
|
|
|
3629
3423
|
|
|
3630
3424
|
## 17.1.32-beta (2019-03-13)
|
|
3631
3425
|
|
|
3632
|
-
###
|
|
3426
|
+
### Document Editor
|
|
3633
3427
|
|
|
3634
3428
|
#### New Features
|
|
3635
3429
|
|
|
@@ -3643,7 +3437,7 @@
|
|
|
3643
3437
|
|
|
3644
3438
|
## 16.4.54 (2019-02-19)
|
|
3645
3439
|
|
|
3646
|
-
###
|
|
3440
|
+
### Document Editor
|
|
3647
3441
|
|
|
3648
3442
|
#### Bug Fixes
|
|
3649
3443
|
|
|
@@ -3651,7 +3445,7 @@
|
|
|
3651
3445
|
|
|
3652
3446
|
## 16.4.53 (2019-02-13)
|
|
3653
3447
|
|
|
3654
|
-
###
|
|
3448
|
+
### Document Editor
|
|
3655
3449
|
|
|
3656
3450
|
#### Bug Fixes
|
|
3657
3451
|
|
|
@@ -3661,7 +3455,7 @@
|
|
|
3661
3455
|
|
|
3662
3456
|
## 16.4.48 (2019-01-22)
|
|
3663
3457
|
|
|
3664
|
-
###
|
|
3458
|
+
### Document Editor
|
|
3665
3459
|
|
|
3666
3460
|
#### Bug Fixes
|
|
3667
3461
|
|
|
@@ -3669,7 +3463,7 @@
|
|
|
3669
3463
|
|
|
3670
3464
|
## 16.4.46 (2019-01-08)
|
|
3671
3465
|
|
|
3672
|
-
###
|
|
3466
|
+
### Document Editor
|
|
3673
3467
|
|
|
3674
3468
|
#### New Features
|
|
3675
3469
|
|
|
@@ -3677,7 +3471,7 @@
|
|
|
3677
3471
|
|
|
3678
3472
|
## 16.4.45 (2019-01-02)
|
|
3679
3473
|
|
|
3680
|
-
###
|
|
3474
|
+
### Document Editor
|
|
3681
3475
|
|
|
3682
3476
|
#### Bug Fixes
|
|
3683
3477
|
|
|
@@ -3685,7 +3479,7 @@
|
|
|
3685
3479
|
|
|
3686
3480
|
## 16.4.44 (2018-12-24)
|
|
3687
3481
|
|
|
3688
|
-
###
|
|
3482
|
+
### Document Editor
|
|
3689
3483
|
|
|
3690
3484
|
#### Bug Fixes
|
|
3691
3485
|
|
|
@@ -3695,7 +3489,7 @@
|
|
|
3695
3489
|
|
|
3696
3490
|
## 16.4.40-beta (2018-12-10)
|
|
3697
3491
|
|
|
3698
|
-
###
|
|
3492
|
+
### Document Editor
|
|
3699
3493
|
|
|
3700
3494
|
#### New Features
|
|
3701
3495
|
|
|
@@ -3705,7 +3499,7 @@
|
|
|
3705
3499
|
|
|
3706
3500
|
## 16.3.33 (2018-11-20)
|
|
3707
3501
|
|
|
3708
|
-
###
|
|
3502
|
+
### Document Editor
|
|
3709
3503
|
|
|
3710
3504
|
#### Bug Fixes
|
|
3711
3505
|
|
|
@@ -3713,7 +3507,7 @@
|
|
|
3713
3507
|
|
|
3714
3508
|
## 16.3.29 (2018-10-31)
|
|
3715
3509
|
|
|
3716
|
-
###
|
|
3510
|
+
### Document Editor
|
|
3717
3511
|
|
|
3718
3512
|
#### New Features
|
|
3719
3513
|
|
|
@@ -3725,7 +3519,7 @@
|
|
|
3725
3519
|
|
|
3726
3520
|
## 16.3.24 (2018-10-09)
|
|
3727
3521
|
|
|
3728
|
-
###
|
|
3522
|
+
### Document Editor
|
|
3729
3523
|
|
|
3730
3524
|
#### Bug Fixes
|
|
3731
3525
|
|
|
@@ -3733,7 +3527,7 @@
|
|
|
3733
3527
|
|
|
3734
3528
|
## 16.3.23 (2018-10-03)
|
|
3735
3529
|
|
|
3736
|
-
###
|
|
3530
|
+
### Document Editor
|
|
3737
3531
|
|
|
3738
3532
|
#### New Features
|
|
3739
3533
|
|
|
@@ -3741,7 +3535,7 @@
|
|
|
3741
3535
|
|
|
3742
3536
|
## 16.3.21 (2018-09-22)
|
|
3743
3537
|
|
|
3744
|
-
###
|
|
3538
|
+
### Document Editor
|
|
3745
3539
|
|
|
3746
3540
|
#### Bug Fixes
|
|
3747
3541
|
|
|
@@ -3749,7 +3543,7 @@
|
|
|
3749
3543
|
|
|
3750
3544
|
## 16.3.17 (2018-09-12)
|
|
3751
3545
|
|
|
3752
|
-
###
|
|
3546
|
+
### Document Editor
|
|
3753
3547
|
|
|
3754
3548
|
#### New Features
|
|
3755
3549
|
|
|
@@ -3758,7 +3552,7 @@
|
|
|
3758
3552
|
|
|
3759
3553
|
## 16.2.48 (2018-08-14)
|
|
3760
3554
|
|
|
3761
|
-
###
|
|
3555
|
+
### Document Editor
|
|
3762
3556
|
|
|
3763
3557
|
#### Bug Fixes
|
|
3764
3558
|
|
|
@@ -3769,7 +3563,7 @@
|
|
|
3769
3563
|
|
|
3770
3564
|
## 16.2.46 (2018-07-30)
|
|
3771
3565
|
|
|
3772
|
-
###
|
|
3566
|
+
### Document Editor
|
|
3773
3567
|
|
|
3774
3568
|
#### New Features
|
|
3775
3569
|
|
|
@@ -3777,7 +3571,7 @@
|
|
|
3777
3571
|
|
|
3778
3572
|
## 16.2.41 (2018-06-25)
|
|
3779
3573
|
|
|
3780
|
-
###
|
|
3574
|
+
### Document Editor
|
|
3781
3575
|
|
|
3782
3576
|
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.
|
|
3783
3577
|
|