@syncfusion/ej2-vue-documenteditor 23.2.7 → 24.1.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +210 -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
|
@@ -6,6 +6,24 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I514005` - Resolved section break parsing issue while pasting.
|
|
10
|
+
- `#I515062` - Resolved Locale constant missing in Vietnamese.
|
|
11
|
+
- `#I520469` - Resolved Alignment issue in document editor.
|
|
12
|
+
- `#I524057` - Resolved The arabic selection issue.
|
|
13
|
+
- `#I520821` - Resolved Justify Enter issue for Arabic text.
|
|
14
|
+
- `#I523987` - Resolved the hyphen text is not rendered issue.
|
|
15
|
+
- `#I526246` - Resolved Spell Check dialog popup issue.
|
|
16
|
+
- `#I526232` - Resolved the list continuity issue on paste content.
|
|
17
|
+
- `#I527224` - Resolved Open Hyperlink & Copy Hyperlink missing in contextMenu while readOnly mode.
|
|
18
|
+
- `#I529797` - Resolved the Search result return Zero.
|
|
19
|
+
- `#I532949` - Resolved the list numbering issue
|
|
20
|
+
|
|
21
|
+
## 24.1.41 (2023-12-18)
|
|
22
|
+
|
|
23
|
+
### DocumentEditor
|
|
24
|
+
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
9
27
|
- `#I516207` - Resolved the issue of search text of footnote content.
|
|
10
28
|
- `#I513118` - Resolved the Background Color is missing in exported document issue.
|
|
11
29
|
- `#I517682` - Resolved the document corrupted issue on exporting as Docx.
|
|
@@ -19,8 +37,11 @@
|
|
|
19
37
|
- `#I513117` - Resolved editing and last page delete issue.
|
|
20
38
|
- `#I525400` - Resolved issue in paste.
|
|
21
39
|
- `#I513061` - Resolved editing issues in the attached document.
|
|
22
|
-
- `#
|
|
23
|
-
|
|
40
|
+
- `#I516733` - Resolved the script error issue while pasting content.
|
|
41
|
+
|
|
42
|
+
#### Features
|
|
43
|
+
|
|
44
|
+
- `#F139237`,`#I225881`,`#I238529`,`F147966`,`#I251329`,`#I255850`,`#I269572`,`F156967`,`#I294592`,`#I308077`,`#I285839`,`#I312842`,`#I315455`,`#I325461`,`#I326378`,`F169367`,`#I345520`,`#I348003`,`#I357490`,`#I357833`,`#I357923`,`#I361570`,`#I361614`,`#I364681`,`#I369799`,`#I369893`,`#I370223`,`#I371589`,`#I391523` - Added support for collaborative editing in `preview` mode. With this feature you can draft and edit Word documents together with multiple users at the same time.
|
|
24
45
|
|
|
25
46
|
## 23.2.6 (2023-11-28)
|
|
26
47
|
|
|
@@ -140,223 +161,14 @@
|
|
|
140
161
|
|
|
141
162
|
#### New Features
|
|
142
163
|
|
|
143
|
-
- `#
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
### DocumentEditor
|
|
148
|
-
|
|
149
|
-
#### Bug Fixes
|
|
150
|
-
|
|
151
|
-
- `#I500107` - Resolved the Formatting issue with DocumentEditor.
|
|
152
|
-
- `#I497404` - Script error occurred when loading the document.
|
|
153
|
-
- `#I498661` - Resolved spacing issue while deleting list content on track changes enabled.
|
|
154
|
-
- `#F184319` - Resolved the User's Time zone issue.
|
|
155
|
-
- `#I501695` - Resolved the replace ALL issue to replace the first occurrence.
|
|
156
|
-
- `#FB46595` - Page number is now reflecting.
|
|
157
|
-
- `#I497387` - Resolved the bookmark end is deleted in document production mode.
|
|
158
|
-
- `#I499799` - Resolved the rtl content rendering issue while opening rtf document.
|
|
159
|
-
- `#I495180` - Delete is now working properly for tracked content
|
|
160
|
-
- `#I503264` - Resolved script error issue while inserting text
|
|
161
|
-
- `#I503222` - Resolved track changes issue, when select the inserted changes.
|
|
162
|
-
- `#I493589` - Keypad appearing issue is resolved in mobile view.
|
|
163
|
-
- `#I498520` - Resolved the Text FormField deleting multiple issues.
|
|
164
|
-
|
|
165
|
-
## 23.1.38 (2023-09-26)
|
|
166
|
-
|
|
167
|
-
### DocumentEditor
|
|
168
|
-
|
|
169
|
-
#### Bug Fixes
|
|
170
|
-
|
|
171
|
-
- `#I473464` - Resolve the destroy issue in document Editor.
|
|
172
|
-
- `#I490198` - Resolve the Page not responding while press TAB key continuously.
|
|
173
|
-
- `#I494676` - Content is missing after downloading the file as docx.
|
|
174
|
-
- `#I495070` - Issue with cursor position and indentation when in RTL mode.
|
|
175
|
-
- `#I495596` - Issue with pasting from Word to the editor in RTL mode.
|
|
176
|
-
- `#I497629` - Issue in Exported svg image.
|
|
177
|
-
- `#I504069` - Document editor insert image from URL facing issue in reopening the exported document.
|
|
178
|
-
|
|
179
|
-
## 23.1.36 (2023-09-15)
|
|
180
|
-
|
|
181
|
-
### DocumentEditor
|
|
182
|
-
|
|
183
|
-
#### New Features
|
|
184
|
-
|
|
185
|
-
- `#I471020` - Added support for table title and description.
|
|
186
|
-
|
|
187
|
-
#### 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.
|
|
164
|
+
- `#I397854`, `#I401771` - Added support for editing alternate text for images.
|
|
165
|
+
- `#I370306`, `#I438565` - Added support for character spacing and scaling.
|
|
166
|
+
- `#I273864`, `#I318326`, `#I325320`, `#I331615`, `#I339872`, `#F164047` - Added support for linking to the previous header/footer.
|
|
167
|
+
- `#I445060`, `#I468741` - Added a property in the `selectionChanged` event arguments to identify whether the user has completed their selection.
|
|
356
168
|
|
|
357
169
|
## 21.2.10 (2023-06-13)
|
|
358
170
|
|
|
359
|
-
###
|
|
171
|
+
### Document Editor
|
|
360
172
|
|
|
361
173
|
#### Bug Fixes
|
|
362
174
|
|
|
@@ -367,7 +179,7 @@
|
|
|
367
179
|
|
|
368
180
|
## 21.2.9 (2023-06-06)
|
|
369
181
|
|
|
370
|
-
###
|
|
182
|
+
### Document Editor
|
|
371
183
|
|
|
372
184
|
#### Bug Fixes
|
|
373
185
|
|
|
@@ -381,7 +193,7 @@
|
|
|
381
193
|
|
|
382
194
|
## 21.2.8 (2023-05-30)
|
|
383
195
|
|
|
384
|
-
###
|
|
196
|
+
### Document Editor
|
|
385
197
|
|
|
386
198
|
#### Bug Fixes
|
|
387
199
|
|
|
@@ -402,7 +214,7 @@
|
|
|
402
214
|
|
|
403
215
|
## 21.2.6 (2023-05-23)
|
|
404
216
|
|
|
405
|
-
###
|
|
217
|
+
### Document Editor
|
|
406
218
|
|
|
407
219
|
#### Bug Fixes
|
|
408
220
|
|
|
@@ -422,7 +234,7 @@
|
|
|
422
234
|
|
|
423
235
|
## 21.2.5 (2023-05-16)
|
|
424
236
|
|
|
425
|
-
###
|
|
237
|
+
### Document Editor
|
|
426
238
|
|
|
427
239
|
#### Bug Fixes
|
|
428
240
|
|
|
@@ -440,7 +252,7 @@
|
|
|
440
252
|
|
|
441
253
|
## 21.2.4 (2023-05-09)
|
|
442
254
|
|
|
443
|
-
###
|
|
255
|
+
### Document Editor
|
|
444
256
|
|
|
445
257
|
#### Bug Fixes
|
|
446
258
|
|
|
@@ -451,7 +263,7 @@
|
|
|
451
263
|
|
|
452
264
|
## 21.2.3 (2023-05-03)
|
|
453
265
|
|
|
454
|
-
###
|
|
266
|
+
### Document Editor
|
|
455
267
|
|
|
456
268
|
#### Bug Fixes
|
|
457
269
|
|
|
@@ -463,7 +275,7 @@
|
|
|
463
275
|
|
|
464
276
|
## 21.1.41 (2023-04-18)
|
|
465
277
|
|
|
466
|
-
###
|
|
278
|
+
### Document Editor
|
|
467
279
|
|
|
468
280
|
#### Bug Fixes
|
|
469
281
|
|
|
@@ -478,7 +290,7 @@
|
|
|
478
290
|
|
|
479
291
|
## 21.1.39 (2023-04-11)
|
|
480
292
|
|
|
481
|
-
###
|
|
293
|
+
### Document Editor
|
|
482
294
|
|
|
483
295
|
#### Bug Fixes
|
|
484
296
|
|
|
@@ -504,7 +316,7 @@
|
|
|
504
316
|
|
|
505
317
|
## 21.1.38 (2023-04-04)
|
|
506
318
|
|
|
507
|
-
###
|
|
319
|
+
### Document Editor
|
|
508
320
|
|
|
509
321
|
#### Bug Fixes
|
|
510
322
|
|
|
@@ -519,7 +331,7 @@
|
|
|
519
331
|
|
|
520
332
|
## 21.1.37 (2023-03-29)
|
|
521
333
|
|
|
522
|
-
###
|
|
334
|
+
### Document Editor
|
|
523
335
|
|
|
524
336
|
#### Bug Fixes
|
|
525
337
|
|
|
@@ -531,7 +343,7 @@
|
|
|
531
343
|
|
|
532
344
|
## 21.1.35 (2023-03-23)
|
|
533
345
|
|
|
534
|
-
###
|
|
346
|
+
### Document Editor
|
|
535
347
|
|
|
536
348
|
#### Breaking Changes
|
|
537
349
|
|
|
@@ -553,7 +365,7 @@
|
|
|
553
365
|
|
|
554
366
|
## 20.4.54 (2023-03-14)
|
|
555
367
|
|
|
556
|
-
###
|
|
368
|
+
### Document Editor
|
|
557
369
|
|
|
558
370
|
#### Bug Fixes
|
|
559
371
|
|
|
@@ -563,7 +375,7 @@
|
|
|
563
375
|
|
|
564
376
|
## 20.4.53 (2023-03-07)
|
|
565
377
|
|
|
566
|
-
###
|
|
378
|
+
### Document Editor
|
|
567
379
|
|
|
568
380
|
#### Bug Fixes
|
|
569
381
|
|
|
@@ -573,7 +385,7 @@
|
|
|
573
385
|
|
|
574
386
|
## 20.4.52 (2023-02-28)
|
|
575
387
|
|
|
576
|
-
###
|
|
388
|
+
### Document Editor
|
|
577
389
|
|
|
578
390
|
#### Bug Fixes
|
|
579
391
|
|
|
@@ -582,7 +394,7 @@
|
|
|
582
394
|
|
|
583
395
|
## 20.4.51 (2023-02-21)
|
|
584
396
|
|
|
585
|
-
###
|
|
397
|
+
### Document Editor
|
|
586
398
|
|
|
587
399
|
#### Bug Fixes
|
|
588
400
|
|
|
@@ -591,7 +403,7 @@
|
|
|
591
403
|
|
|
592
404
|
## 20.4.50 (2023-02-14)
|
|
593
405
|
|
|
594
|
-
###
|
|
406
|
+
### Document Editor
|
|
595
407
|
|
|
596
408
|
#### Bug Fixes
|
|
597
409
|
|
|
@@ -603,7 +415,7 @@
|
|
|
603
415
|
|
|
604
416
|
## 20.4.49 (2023-02-07)
|
|
605
417
|
|
|
606
|
-
###
|
|
418
|
+
### Document Editor
|
|
607
419
|
|
|
608
420
|
#### Bug Fixes
|
|
609
421
|
|
|
@@ -614,7 +426,7 @@
|
|
|
614
426
|
|
|
615
427
|
## 20.4.48 (2023-02-01)
|
|
616
428
|
|
|
617
|
-
###
|
|
429
|
+
### Document Editor
|
|
618
430
|
|
|
619
431
|
#### Bug Fixes
|
|
620
432
|
|
|
@@ -626,7 +438,7 @@
|
|
|
626
438
|
|
|
627
439
|
## 20.4.44 (2023-01-18)
|
|
628
440
|
|
|
629
|
-
###
|
|
441
|
+
### Document Editor
|
|
630
442
|
|
|
631
443
|
#### Bug Fixes
|
|
632
444
|
|
|
@@ -638,7 +450,7 @@
|
|
|
638
450
|
|
|
639
451
|
## 20.4.43 (2023-01-10)
|
|
640
452
|
|
|
641
|
-
###
|
|
453
|
+
### Document Editor
|
|
642
454
|
|
|
643
455
|
#### Bug Fixes
|
|
644
456
|
|
|
@@ -647,7 +459,7 @@
|
|
|
647
459
|
|
|
648
460
|
## 20.4.42 (2023-01-04)
|
|
649
461
|
|
|
650
|
-
###
|
|
462
|
+
### Document Editor
|
|
651
463
|
|
|
652
464
|
#### Bug Fixes
|
|
653
465
|
|
|
@@ -661,7 +473,7 @@
|
|
|
661
473
|
|
|
662
474
|
## 20.4.40 (2022-12-28)
|
|
663
475
|
|
|
664
|
-
###
|
|
476
|
+
### Document Editor
|
|
665
477
|
|
|
666
478
|
#### Bug Fixes
|
|
667
479
|
|
|
@@ -671,7 +483,7 @@
|
|
|
671
483
|
|
|
672
484
|
## 20.3.60 (2022-12-06)
|
|
673
485
|
|
|
674
|
-
###
|
|
486
|
+
### Document Editor
|
|
675
487
|
|
|
676
488
|
#### Bug Fixes
|
|
677
489
|
|
|
@@ -680,7 +492,7 @@
|
|
|
680
492
|
|
|
681
493
|
## 20.3.59 (2022-11-29)
|
|
682
494
|
|
|
683
|
-
###
|
|
495
|
+
### Document Editor
|
|
684
496
|
|
|
685
497
|
#### Bug Fixes
|
|
686
498
|
|
|
@@ -689,7 +501,7 @@
|
|
|
689
501
|
|
|
690
502
|
## 20.3.58 (2022-11-22)
|
|
691
503
|
|
|
692
|
-
###
|
|
504
|
+
### Document Editor
|
|
693
505
|
|
|
694
506
|
#### Bug Fixes
|
|
695
507
|
|
|
@@ -704,7 +516,7 @@
|
|
|
704
516
|
|
|
705
517
|
## 20.3.57 (2022-11-15)
|
|
706
518
|
|
|
707
|
-
###
|
|
519
|
+
### Document Editor
|
|
708
520
|
|
|
709
521
|
#### Bug Fixes
|
|
710
522
|
|
|
@@ -718,7 +530,7 @@
|
|
|
718
530
|
|
|
719
531
|
## 20.3.56 (2022-11-08)
|
|
720
532
|
|
|
721
|
-
###
|
|
533
|
+
### Document Editor
|
|
722
534
|
|
|
723
535
|
#### Bug Fixes
|
|
724
536
|
|
|
@@ -738,7 +550,7 @@
|
|
|
738
550
|
|
|
739
551
|
## 20.3.52 (2022-10-26)
|
|
740
552
|
|
|
741
|
-
###
|
|
553
|
+
### Document Editor
|
|
742
554
|
|
|
743
555
|
#### Bug Fixes
|
|
744
556
|
|
|
@@ -750,7 +562,7 @@
|
|
|
750
562
|
|
|
751
563
|
## 20.3.50 (2022-10-18)
|
|
752
564
|
|
|
753
|
-
###
|
|
565
|
+
### Document Editor
|
|
754
566
|
|
|
755
567
|
#### Bug Fixes
|
|
756
568
|
|
|
@@ -765,7 +577,7 @@
|
|
|
765
577
|
|
|
766
578
|
## 20.3.49 (2022-10-11)
|
|
767
579
|
|
|
768
|
-
###
|
|
580
|
+
### Document Editor
|
|
769
581
|
|
|
770
582
|
#### Bug Fixes
|
|
771
583
|
|
|
@@ -780,7 +592,7 @@
|
|
|
780
592
|
|
|
781
593
|
## 20.3.48 (2022-10-05)
|
|
782
594
|
|
|
783
|
-
###
|
|
595
|
+
### Document Editor
|
|
784
596
|
|
|
785
597
|
#### Bug Fixes
|
|
786
598
|
|
|
@@ -811,7 +623,7 @@
|
|
|
811
623
|
|
|
812
624
|
## 20.3.47 (2022-09-29)
|
|
813
625
|
|
|
814
|
-
###
|
|
626
|
+
### Document Editor
|
|
815
627
|
|
|
816
628
|
#### New Features
|
|
817
629
|
|
|
@@ -819,7 +631,7 @@
|
|
|
819
631
|
|
|
820
632
|
## 20.1.52 (2022-05-04)
|
|
821
633
|
|
|
822
|
-
###
|
|
634
|
+
### Document Editor
|
|
823
635
|
|
|
824
636
|
#### Bug Fixes
|
|
825
637
|
|
|
@@ -846,7 +658,7 @@
|
|
|
846
658
|
|
|
847
659
|
## 20.1.51 (2022-04-26)
|
|
848
660
|
|
|
849
|
-
###
|
|
661
|
+
### Document Editor
|
|
850
662
|
|
|
851
663
|
#### Bug Fixes
|
|
852
664
|
|
|
@@ -859,7 +671,7 @@
|
|
|
859
671
|
|
|
860
672
|
## 20.1.50 (2022-04-19)
|
|
861
673
|
|
|
862
|
-
###
|
|
674
|
+
### Document Editor
|
|
863
675
|
|
|
864
676
|
#### Bug Fixes
|
|
865
677
|
|
|
@@ -869,7 +681,7 @@
|
|
|
869
681
|
|
|
870
682
|
## 20.1.48 (2022-04-12)
|
|
871
683
|
|
|
872
|
-
###
|
|
684
|
+
### Document Editor
|
|
873
685
|
|
|
874
686
|
#### Bug Fixes
|
|
875
687
|
|
|
@@ -893,7 +705,7 @@
|
|
|
893
705
|
|
|
894
706
|
## 20.1.47 (2022-04-04)
|
|
895
707
|
|
|
896
|
-
###
|
|
708
|
+
### Document Editor
|
|
897
709
|
|
|
898
710
|
#### Bug Fixes
|
|
899
711
|
|
|
@@ -913,7 +725,7 @@
|
|
|
913
725
|
|
|
914
726
|
## 19.4.56 (2022-03-15)
|
|
915
727
|
|
|
916
|
-
###
|
|
728
|
+
### Document Editor
|
|
917
729
|
|
|
918
730
|
#### Bug Fixes
|
|
919
731
|
|
|
@@ -927,7 +739,7 @@
|
|
|
927
739
|
|
|
928
740
|
## 19.4.55 (2022-03-08)
|
|
929
741
|
|
|
930
|
-
###
|
|
742
|
+
### Document Editor
|
|
931
743
|
|
|
932
744
|
#### Bug Fixes
|
|
933
745
|
|
|
@@ -949,7 +761,7 @@
|
|
|
949
761
|
|
|
950
762
|
## 19.4.54 (2022-03-01)
|
|
951
763
|
|
|
952
|
-
###
|
|
764
|
+
### Document Editor
|
|
953
765
|
|
|
954
766
|
#### Bug Fixes
|
|
955
767
|
|
|
@@ -962,7 +774,7 @@
|
|
|
962
774
|
|
|
963
775
|
## 19.4.53 (2022-02-22)
|
|
964
776
|
|
|
965
|
-
###
|
|
777
|
+
### Document Editor
|
|
966
778
|
|
|
967
779
|
#### Bug Fixes
|
|
968
780
|
|
|
@@ -979,7 +791,7 @@
|
|
|
979
791
|
|
|
980
792
|
## 19.4.52 (2022-02-15)
|
|
981
793
|
|
|
982
|
-
###
|
|
794
|
+
### Document Editor
|
|
983
795
|
|
|
984
796
|
#### Bug Fixes
|
|
985
797
|
|
|
@@ -1001,7 +813,7 @@
|
|
|
1001
813
|
|
|
1002
814
|
## 19.4.50 (2022-02-08)
|
|
1003
815
|
|
|
1004
|
-
###
|
|
816
|
+
### Document Editor
|
|
1005
817
|
|
|
1006
818
|
#### Bug Fixes
|
|
1007
819
|
|
|
@@ -1018,7 +830,7 @@
|
|
|
1018
830
|
|
|
1019
831
|
## 19.4.48 (2022-01-31)
|
|
1020
832
|
|
|
1021
|
-
###
|
|
833
|
+
### Document Editor
|
|
1022
834
|
|
|
1023
835
|
#### Bug Fixes
|
|
1024
836
|
|
|
@@ -1080,7 +892,7 @@
|
|
|
1080
892
|
|
|
1081
893
|
## 19.4.47 (2022-01-25)
|
|
1082
894
|
|
|
1083
|
-
###
|
|
895
|
+
### Document Editor
|
|
1084
896
|
|
|
1085
897
|
#### Bug Fixes
|
|
1086
898
|
|
|
@@ -1096,7 +908,7 @@
|
|
|
1096
908
|
|
|
1097
909
|
## 19.4.43 (2022-01-18)
|
|
1098
910
|
|
|
1099
|
-
###
|
|
911
|
+
### Document Editor
|
|
1100
912
|
|
|
1101
913
|
#### Bug Fixes
|
|
1102
914
|
|
|
@@ -1124,7 +936,7 @@
|
|
|
1124
936
|
|
|
1125
937
|
## 19.4.41 (2022-01-04)
|
|
1126
938
|
|
|
1127
|
-
###
|
|
939
|
+
### Document Editor
|
|
1128
940
|
|
|
1129
941
|
#### Bug Fixes
|
|
1130
942
|
|
|
@@ -1141,7 +953,7 @@
|
|
|
1141
953
|
|
|
1142
954
|
## 19.4.40 (2021-12-28)
|
|
1143
955
|
|
|
1144
|
-
###
|
|
956
|
+
### Document Editor
|
|
1145
957
|
|
|
1146
958
|
#### Bug Fixes
|
|
1147
959
|
|
|
@@ -1155,7 +967,7 @@
|
|
|
1155
967
|
|
|
1156
968
|
## 19.4.38 (2021-12-17)
|
|
1157
969
|
|
|
1158
|
-
###
|
|
970
|
+
### Document Editor
|
|
1159
971
|
|
|
1160
972
|
#### Bug Fixes
|
|
1161
973
|
|
|
@@ -1228,7 +1040,7 @@
|
|
|
1228
1040
|
|
|
1229
1041
|
## 19.3.56 (2021-12-02)
|
|
1230
1042
|
|
|
1231
|
-
###
|
|
1043
|
+
### Document Editor
|
|
1232
1044
|
|
|
1233
1045
|
#### Bug Fixes
|
|
1234
1046
|
|
|
@@ -1247,7 +1059,7 @@
|
|
|
1247
1059
|
|
|
1248
1060
|
## 19.3.55 (2021-11-23)
|
|
1249
1061
|
|
|
1250
|
-
###
|
|
1062
|
+
### Document Editor
|
|
1251
1063
|
|
|
1252
1064
|
#### Bug Fixes
|
|
1253
1065
|
|
|
@@ -1255,7 +1067,7 @@
|
|
|
1255
1067
|
|
|
1256
1068
|
## 19.3.54 (2021-11-17)
|
|
1257
1069
|
|
|
1258
|
-
###
|
|
1070
|
+
### Document Editor
|
|
1259
1071
|
|
|
1260
1072
|
#### Bug Fixes
|
|
1261
1073
|
|
|
@@ -1266,7 +1078,7 @@
|
|
|
1266
1078
|
|
|
1267
1079
|
## 19.3.53 (2021-11-12)
|
|
1268
1080
|
|
|
1269
|
-
###
|
|
1081
|
+
### Document Editor
|
|
1270
1082
|
|
|
1271
1083
|
#### Bug Fixes
|
|
1272
1084
|
|
|
@@ -1319,7 +1131,7 @@
|
|
|
1319
1131
|
|
|
1320
1132
|
## 19.3.48 (2021-11-02)
|
|
1321
1133
|
|
|
1322
|
-
###
|
|
1134
|
+
### Document Editor
|
|
1323
1135
|
|
|
1324
1136
|
#### Bug Fixes
|
|
1325
1137
|
|
|
@@ -1329,7 +1141,7 @@
|
|
|
1329
1141
|
|
|
1330
1142
|
## 19.3.47 (2021-10-26)
|
|
1331
1143
|
|
|
1332
|
-
###
|
|
1144
|
+
### Document Editor
|
|
1333
1145
|
|
|
1334
1146
|
#### Bug Fixes
|
|
1335
1147
|
|
|
@@ -1339,7 +1151,7 @@
|
|
|
1339
1151
|
|
|
1340
1152
|
## 19.3.46 (2021-10-19)
|
|
1341
1153
|
|
|
1342
|
-
###
|
|
1154
|
+
### Document Editor
|
|
1343
1155
|
|
|
1344
1156
|
#### Bug Fixes
|
|
1345
1157
|
|
|
@@ -1357,7 +1169,7 @@
|
|
|
1357
1169
|
|
|
1358
1170
|
## 19.3.45 (2021-10-12)
|
|
1359
1171
|
|
|
1360
|
-
###
|
|
1172
|
+
### Document Editor
|
|
1361
1173
|
|
|
1362
1174
|
#### Bug Fixes
|
|
1363
1175
|
|
|
@@ -1378,7 +1190,7 @@
|
|
|
1378
1190
|
|
|
1379
1191
|
## 19.3.44 (2021-10-05)
|
|
1380
1192
|
|
|
1381
|
-
###
|
|
1193
|
+
### Document Editor
|
|
1382
1194
|
|
|
1383
1195
|
#### Bug Fixes
|
|
1384
1196
|
|
|
@@ -1401,7 +1213,7 @@
|
|
|
1401
1213
|
|
|
1402
1214
|
## 19.3.43 (2021-09-30)
|
|
1403
1215
|
|
|
1404
|
-
###
|
|
1216
|
+
### Document Editor
|
|
1405
1217
|
|
|
1406
1218
|
#### Breaking Changes
|
|
1407
1219
|
|
|
@@ -1479,7 +1291,7 @@
|
|
|
1479
1291
|
|
|
1480
1292
|
## 19.2.62 (2021-09-14)
|
|
1481
1293
|
|
|
1482
|
-
###
|
|
1294
|
+
### Document Editor
|
|
1483
1295
|
|
|
1484
1296
|
#### Bug Fixes
|
|
1485
1297
|
|
|
@@ -1488,7 +1300,7 @@
|
|
|
1488
1300
|
|
|
1489
1301
|
## 19.2.60 (2021-09-07)
|
|
1490
1302
|
|
|
1491
|
-
###
|
|
1303
|
+
### Document Editor
|
|
1492
1304
|
|
|
1493
1305
|
#### Bug Fixes
|
|
1494
1306
|
|
|
@@ -1499,7 +1311,7 @@
|
|
|
1499
1311
|
|
|
1500
1312
|
## 19.2.59 (2021-08-31)
|
|
1501
1313
|
|
|
1502
|
-
###
|
|
1314
|
+
### Document Editor
|
|
1503
1315
|
|
|
1504
1316
|
#### Bug Fixes
|
|
1505
1317
|
|
|
@@ -1511,7 +1323,7 @@
|
|
|
1511
1323
|
|
|
1512
1324
|
## 19.2.57 (2021-08-24)
|
|
1513
1325
|
|
|
1514
|
-
###
|
|
1326
|
+
### Document Editor
|
|
1515
1327
|
|
|
1516
1328
|
#### Bug Fixes
|
|
1517
1329
|
|
|
@@ -1528,7 +1340,7 @@
|
|
|
1528
1340
|
|
|
1529
1341
|
## 19.2.56 (2021-08-17)
|
|
1530
1342
|
|
|
1531
|
-
###
|
|
1343
|
+
### Document Editor
|
|
1532
1344
|
|
|
1533
1345
|
#### Bug Fixes
|
|
1534
1346
|
|
|
@@ -1538,7 +1350,7 @@
|
|
|
1538
1350
|
|
|
1539
1351
|
## 19.2.55 (2021-08-11)
|
|
1540
1352
|
|
|
1541
|
-
###
|
|
1353
|
+
### Document Editor
|
|
1542
1354
|
|
|
1543
1355
|
#### New Features
|
|
1544
1356
|
|
|
@@ -1578,7 +1390,7 @@
|
|
|
1578
1390
|
|
|
1579
1391
|
## 19.2.49 (2021-07-27)
|
|
1580
1392
|
|
|
1581
|
-
###
|
|
1393
|
+
### Document Editor
|
|
1582
1394
|
|
|
1583
1395
|
#### Bug Fixes
|
|
1584
1396
|
|
|
@@ -1591,7 +1403,7 @@
|
|
|
1591
1403
|
|
|
1592
1404
|
## 19.2.48 (2021-07-20)
|
|
1593
1405
|
|
|
1594
|
-
###
|
|
1406
|
+
### Document Editor
|
|
1595
1407
|
|
|
1596
1408
|
#### Bug Fixes
|
|
1597
1409
|
|
|
@@ -1602,7 +1414,7 @@
|
|
|
1602
1414
|
|
|
1603
1415
|
## 19.2.47 (2021-07-13)
|
|
1604
1416
|
|
|
1605
|
-
###
|
|
1417
|
+
### Document Editor
|
|
1606
1418
|
|
|
1607
1419
|
#### Bug Fixes
|
|
1608
1420
|
|
|
@@ -1621,7 +1433,7 @@
|
|
|
1621
1433
|
|
|
1622
1434
|
## 19.2.46 (2021-07-06)
|
|
1623
1435
|
|
|
1624
|
-
###
|
|
1436
|
+
### Document Editor
|
|
1625
1437
|
|
|
1626
1438
|
#### Bug Fixes
|
|
1627
1439
|
|
|
@@ -1639,7 +1451,7 @@
|
|
|
1639
1451
|
|
|
1640
1452
|
## 19.2.44 (2021-06-30)
|
|
1641
1453
|
|
|
1642
|
-
###
|
|
1454
|
+
### Document Editor
|
|
1643
1455
|
|
|
1644
1456
|
#### New Features
|
|
1645
1457
|
|
|
@@ -1771,7 +1583,7 @@
|
|
|
1771
1583
|
|
|
1772
1584
|
## 19.1.69 (2021-06-15)
|
|
1773
1585
|
|
|
1774
|
-
###
|
|
1586
|
+
### Document Editor
|
|
1775
1587
|
|
|
1776
1588
|
#### Bug Fixes
|
|
1777
1589
|
|
|
@@ -1785,7 +1597,7 @@
|
|
|
1785
1597
|
|
|
1786
1598
|
## 19.1.67 (2021-06-08)
|
|
1787
1599
|
|
|
1788
|
-
###
|
|
1600
|
+
### Document Editor
|
|
1789
1601
|
|
|
1790
1602
|
#### Bug Fixes
|
|
1791
1603
|
|
|
@@ -1799,7 +1611,7 @@
|
|
|
1799
1611
|
|
|
1800
1612
|
## 19.1.66 (2021-06-01)
|
|
1801
1613
|
|
|
1802
|
-
###
|
|
1614
|
+
### Document Editor
|
|
1803
1615
|
|
|
1804
1616
|
- `#I326144` - Resolved the issue with multi line track changes.
|
|
1805
1617
|
- `#I328063` - Document with checkbox form field applied with to character format is now opened properly.
|
|
@@ -1810,7 +1622,7 @@
|
|
|
1810
1622
|
|
|
1811
1623
|
## 19.1.65 (2021-05-25)
|
|
1812
1624
|
|
|
1813
|
-
###
|
|
1625
|
+
### Document Editor
|
|
1814
1626
|
|
|
1815
1627
|
#### Bug Fixes
|
|
1816
1628
|
|
|
@@ -1828,7 +1640,7 @@
|
|
|
1828
1640
|
|
|
1829
1641
|
## 19.1.64 (2021-05-19)
|
|
1830
1642
|
|
|
1831
|
-
###
|
|
1643
|
+
### Document Editor
|
|
1832
1644
|
|
|
1833
1645
|
#### Bug Fixes
|
|
1834
1646
|
|
|
@@ -1843,7 +1655,7 @@
|
|
|
1843
1655
|
|
|
1844
1656
|
## 19.1.63 (2021-05-13)
|
|
1845
1657
|
|
|
1846
|
-
###
|
|
1658
|
+
### Document Editor
|
|
1847
1659
|
|
|
1848
1660
|
#### Bug Fixes
|
|
1849
1661
|
|
|
@@ -1867,7 +1679,7 @@
|
|
|
1867
1679
|
|
|
1868
1680
|
## 19.1.59 (2021-05-04)
|
|
1869
1681
|
|
|
1870
|
-
###
|
|
1682
|
+
### Document Editor
|
|
1871
1683
|
|
|
1872
1684
|
#### New Features
|
|
1873
1685
|
|
|
@@ -1892,7 +1704,7 @@
|
|
|
1892
1704
|
|
|
1893
1705
|
## 19.1.58 (2021-04-27)
|
|
1894
1706
|
|
|
1895
|
-
###
|
|
1707
|
+
### Document Editor
|
|
1896
1708
|
|
|
1897
1709
|
#### Bug Fixes
|
|
1898
1710
|
|
|
@@ -1910,7 +1722,7 @@
|
|
|
1910
1722
|
|
|
1911
1723
|
## 19.1.57 (2021-04-20)
|
|
1912
1724
|
|
|
1913
|
-
###
|
|
1725
|
+
### Document Editor
|
|
1914
1726
|
|
|
1915
1727
|
#### Bug Fixes
|
|
1916
1728
|
|
|
@@ -1937,7 +1749,7 @@
|
|
|
1937
1749
|
|
|
1938
1750
|
## 19.1.56 (2021-04-13)
|
|
1939
1751
|
|
|
1940
|
-
###
|
|
1752
|
+
### Document Editor
|
|
1941
1753
|
|
|
1942
1754
|
#### Bug Fixes
|
|
1943
1755
|
|
|
@@ -1964,7 +1776,7 @@
|
|
|
1964
1776
|
|
|
1965
1777
|
## 19.1.55 (2021-04-06)
|
|
1966
1778
|
|
|
1967
|
-
###
|
|
1779
|
+
### Document Editor
|
|
1968
1780
|
|
|
1969
1781
|
#### Bug Fixes
|
|
1970
1782
|
|
|
@@ -1984,7 +1796,7 @@
|
|
|
1984
1796
|
|
|
1985
1797
|
## 19.1.54 (2021-03-30)
|
|
1986
1798
|
|
|
1987
|
-
###
|
|
1799
|
+
### Document Editor
|
|
1988
1800
|
|
|
1989
1801
|
#### Breaking Changes
|
|
1990
1802
|
|
|
@@ -2005,7 +1817,7 @@
|
|
|
2005
1817
|
|
|
2006
1818
|
## 18.4.49 (2021-03-23)
|
|
2007
1819
|
|
|
2008
|
-
###
|
|
1820
|
+
### Document Editor
|
|
2009
1821
|
|
|
2010
1822
|
#### Bug Fixes
|
|
2011
1823
|
|
|
@@ -2018,7 +1830,7 @@
|
|
|
2018
1830
|
|
|
2019
1831
|
## 18.4.48 (2021-03-16)
|
|
2020
1832
|
|
|
2021
|
-
###
|
|
1833
|
+
### Document Editor
|
|
2022
1834
|
|
|
2023
1835
|
#### Bug Fixes
|
|
2024
1836
|
|
|
@@ -2032,7 +1844,7 @@
|
|
|
2032
1844
|
|
|
2033
1845
|
## 18.4.47 (2021-03-09)
|
|
2034
1846
|
|
|
2035
|
-
###
|
|
1847
|
+
### Document Editor
|
|
2036
1848
|
|
|
2037
1849
|
#### Breaking Changes
|
|
2038
1850
|
|
|
@@ -2053,7 +1865,7 @@
|
|
|
2053
1865
|
|
|
2054
1866
|
## 18.4.46 (2021-03-02)
|
|
2055
1867
|
|
|
2056
|
-
###
|
|
1868
|
+
### Document Editor
|
|
2057
1869
|
|
|
2058
1870
|
#### Bug Fixes
|
|
2059
1871
|
|
|
@@ -2066,7 +1878,7 @@
|
|
|
2066
1878
|
|
|
2067
1879
|
## 18.4.44 (2021-02-23)
|
|
2068
1880
|
|
|
2069
|
-
###
|
|
1881
|
+
### Document Editor
|
|
2070
1882
|
|
|
2071
1883
|
#### Bug Fixes
|
|
2072
1884
|
|
|
@@ -2081,7 +1893,7 @@
|
|
|
2081
1893
|
|
|
2082
1894
|
## 18.4.43 (2021-02-16)
|
|
2083
1895
|
|
|
2084
|
-
###
|
|
1896
|
+
### Document Editor
|
|
2085
1897
|
|
|
2086
1898
|
#### Bug Fixes
|
|
2087
1899
|
|
|
@@ -2094,7 +1906,7 @@
|
|
|
2094
1906
|
|
|
2095
1907
|
## 18.4.42 (2021-02-09)
|
|
2096
1908
|
|
|
2097
|
-
###
|
|
1909
|
+
### Document Editor
|
|
2098
1910
|
|
|
2099
1911
|
#### Bug Fixes
|
|
2100
1912
|
|
|
@@ -2109,7 +1921,7 @@
|
|
|
2109
1921
|
|
|
2110
1922
|
## 18.4.41 (2021-02-02)
|
|
2111
1923
|
|
|
2112
|
-
###
|
|
1924
|
+
### Document Editor
|
|
2113
1925
|
|
|
2114
1926
|
#### Bug Fixes
|
|
2115
1927
|
|
|
@@ -2125,7 +1937,7 @@
|
|
|
2125
1937
|
|
|
2126
1938
|
## 18.4.35 (2021-01-19)
|
|
2127
1939
|
|
|
2128
|
-
###
|
|
1940
|
+
### Document Editor
|
|
2129
1941
|
|
|
2130
1942
|
#### Bug Fixes
|
|
2131
1943
|
|
|
@@ -2138,7 +1950,7 @@
|
|
|
2138
1950
|
|
|
2139
1951
|
## 18.4.34 (2021-01-12)
|
|
2140
1952
|
|
|
2141
|
-
###
|
|
1953
|
+
### Document Editor
|
|
2142
1954
|
|
|
2143
1955
|
#### Bug Fixes
|
|
2144
1956
|
|
|
@@ -2154,7 +1966,7 @@
|
|
|
2154
1966
|
|
|
2155
1967
|
## 18.4.33 (2021-01-05)
|
|
2156
1968
|
|
|
2157
|
-
###
|
|
1969
|
+
### Document Editor
|
|
2158
1970
|
|
|
2159
1971
|
#### Bug Fixes
|
|
2160
1972
|
|
|
@@ -2163,7 +1975,7 @@
|
|
|
2163
1975
|
|
|
2164
1976
|
## 18.4.32 (2020-12-29)
|
|
2165
1977
|
|
|
2166
|
-
###
|
|
1978
|
+
### Document Editor
|
|
2167
1979
|
|
|
2168
1980
|
#### Bug Fixes
|
|
2169
1981
|
|
|
@@ -2173,7 +1985,7 @@
|
|
|
2173
1985
|
|
|
2174
1986
|
## 18.4.31 (2020-12-22)
|
|
2175
1987
|
|
|
2176
|
-
###
|
|
1988
|
+
### Document Editor
|
|
2177
1989
|
|
|
2178
1990
|
#### Bug Fixes
|
|
2179
1991
|
|
|
@@ -2187,7 +1999,7 @@
|
|
|
2187
1999
|
|
|
2188
2000
|
## 18.4.30 (2020-12-17)
|
|
2189
2001
|
|
|
2190
|
-
###
|
|
2002
|
+
### Document Editor
|
|
2191
2003
|
|
|
2192
2004
|
#### New Features
|
|
2193
2005
|
|
|
@@ -2195,7 +2007,7 @@
|
|
|
2195
2007
|
|
|
2196
2008
|
## 18.3.53 (2020-12-08)
|
|
2197
2009
|
|
|
2198
|
-
###
|
|
2010
|
+
### Document Editor
|
|
2199
2011
|
|
|
2200
2012
|
#### Bug Fixes
|
|
2201
2013
|
|
|
@@ -2205,7 +2017,7 @@
|
|
|
2205
2017
|
|
|
2206
2018
|
## 18.3.52 (2020-12-01)
|
|
2207
2019
|
|
|
2208
|
-
###
|
|
2020
|
+
### Document Editor
|
|
2209
2021
|
|
|
2210
2022
|
#### Bug Fixes
|
|
2211
2023
|
|
|
@@ -2215,7 +2027,7 @@
|
|
|
2215
2027
|
|
|
2216
2028
|
## 18.3.51 (2020-11-24)
|
|
2217
2029
|
|
|
2218
|
-
###
|
|
2030
|
+
### Document Editor
|
|
2219
2031
|
|
|
2220
2032
|
#### Bug Fixes
|
|
2221
2033
|
|
|
@@ -2229,7 +2041,7 @@
|
|
|
2229
2041
|
|
|
2230
2042
|
## 18.3.50 (2020-11-17)
|
|
2231
2043
|
|
|
2232
|
-
###
|
|
2044
|
+
### Document Editor
|
|
2233
2045
|
|
|
2234
2046
|
#### Bug Fixes
|
|
2235
2047
|
|
|
@@ -2238,7 +2050,7 @@
|
|
|
2238
2050
|
|
|
2239
2051
|
## 18.3.48 (2020-11-11)
|
|
2240
2052
|
|
|
2241
|
-
###
|
|
2053
|
+
### Document Editor
|
|
2242
2054
|
|
|
2243
2055
|
#### Bug Fixes
|
|
2244
2056
|
|
|
@@ -2247,7 +2059,7 @@
|
|
|
2247
2059
|
|
|
2248
2060
|
## 18.3.47 (2020-11-05)
|
|
2249
2061
|
|
|
2250
|
-
###
|
|
2062
|
+
### Document Editor
|
|
2251
2063
|
|
|
2252
2064
|
#### New Features
|
|
2253
2065
|
|
|
@@ -2282,7 +2094,7 @@
|
|
|
2282
2094
|
|
|
2283
2095
|
## 18.3.44 (2020-10-27)
|
|
2284
2096
|
|
|
2285
|
-
###
|
|
2097
|
+
### Document Editor
|
|
2286
2098
|
|
|
2287
2099
|
#### Bug Fixes
|
|
2288
2100
|
|
|
@@ -2295,7 +2107,7 @@
|
|
|
2295
2107
|
|
|
2296
2108
|
## 18.3.42 (2020-10-20)
|
|
2297
2109
|
|
|
2298
|
-
###
|
|
2110
|
+
### Document Editor
|
|
2299
2111
|
|
|
2300
2112
|
#### New Features
|
|
2301
2113
|
|
|
@@ -2315,7 +2127,7 @@
|
|
|
2315
2127
|
|
|
2316
2128
|
## 18.3.40 (2020-10-13)
|
|
2317
2129
|
|
|
2318
|
-
###
|
|
2130
|
+
### Document Editor
|
|
2319
2131
|
|
|
2320
2132
|
#### Bug Fixes
|
|
2321
2133
|
|
|
@@ -2331,7 +2143,7 @@
|
|
|
2331
2143
|
|
|
2332
2144
|
## 18.3.35 (2020-10-01)
|
|
2333
2145
|
|
|
2334
|
-
###
|
|
2146
|
+
### Document Editor
|
|
2335
2147
|
|
|
2336
2148
|
#### Bug Fixes
|
|
2337
2149
|
|
|
@@ -2403,7 +2215,7 @@
|
|
|
2403
2215
|
|
|
2404
2216
|
## 18.2.58 (2020-09-15)
|
|
2405
2217
|
|
|
2406
|
-
###
|
|
2218
|
+
### Document Editor
|
|
2407
2219
|
|
|
2408
2220
|
#### New Features
|
|
2409
2221
|
|
|
@@ -2421,7 +2233,7 @@
|
|
|
2421
2233
|
|
|
2422
2234
|
## 18.2.57 (2020-09-08)
|
|
2423
2235
|
|
|
2424
|
-
###
|
|
2236
|
+
### Document Editor
|
|
2425
2237
|
|
|
2426
2238
|
#### New Features
|
|
2427
2239
|
|
|
@@ -2446,7 +2258,7 @@
|
|
|
2446
2258
|
|
|
2447
2259
|
## 18.2.55 (2020-08-25)
|
|
2448
2260
|
|
|
2449
|
-
###
|
|
2261
|
+
### Document Editor
|
|
2450
2262
|
|
|
2451
2263
|
#### Bug Fixes
|
|
2452
2264
|
|
|
@@ -2461,7 +2273,7 @@
|
|
|
2461
2273
|
|
|
2462
2274
|
## 18.2.54 (2020-08-18)
|
|
2463
2275
|
|
|
2464
|
-
###
|
|
2276
|
+
### Document Editor
|
|
2465
2277
|
|
|
2466
2278
|
#### New Features
|
|
2467
2279
|
|
|
@@ -2502,7 +2314,7 @@
|
|
|
2502
2314
|
|
|
2503
2315
|
## 18.2.47 (2020-07-28)
|
|
2504
2316
|
|
|
2505
|
-
###
|
|
2317
|
+
### Document Editor
|
|
2506
2318
|
|
|
2507
2319
|
#### New Features
|
|
2508
2320
|
|
|
@@ -2515,7 +2327,7 @@
|
|
|
2515
2327
|
|
|
2516
2328
|
## 18.2.46 (2020-07-21)
|
|
2517
2329
|
|
|
2518
|
-
###
|
|
2330
|
+
### Document Editor
|
|
2519
2331
|
|
|
2520
2332
|
#### New Features
|
|
2521
2333
|
|
|
@@ -2532,7 +2344,7 @@
|
|
|
2532
2344
|
|
|
2533
2345
|
## 18.2.45 (2020-07-14)
|
|
2534
2346
|
|
|
2535
|
-
###
|
|
2347
|
+
### Document Editor
|
|
2536
2348
|
|
|
2537
2349
|
#### New Features
|
|
2538
2350
|
|
|
@@ -2548,7 +2360,7 @@
|
|
|
2548
2360
|
|
|
2549
2361
|
## 18.2.44 (2020-07-07)
|
|
2550
2362
|
|
|
2551
|
-
###
|
|
2363
|
+
### Document Editor
|
|
2552
2364
|
|
|
2553
2365
|
#### Breaking Changes
|
|
2554
2366
|
|
|
@@ -2637,7 +2449,7 @@
|
|
|
2637
2449
|
|
|
2638
2450
|
## 18.1.56 (2020-06-09)
|
|
2639
2451
|
|
|
2640
|
-
###
|
|
2452
|
+
### Document Editor
|
|
2641
2453
|
|
|
2642
2454
|
#### Bug Fixes
|
|
2643
2455
|
|
|
@@ -2652,7 +2464,7 @@
|
|
|
2652
2464
|
|
|
2653
2465
|
## 18.1.55 (2020-06-02)
|
|
2654
2466
|
|
|
2655
|
-
###
|
|
2467
|
+
### Document Editor
|
|
2656
2468
|
|
|
2657
2469
|
#### Bug Fixes
|
|
2658
2470
|
|
|
@@ -2666,7 +2478,7 @@
|
|
|
2666
2478
|
|
|
2667
2479
|
## 18.1.54 (2020-05-26)
|
|
2668
2480
|
|
|
2669
|
-
###
|
|
2481
|
+
### Document Editor
|
|
2670
2482
|
|
|
2671
2483
|
#### Bug Fixes
|
|
2672
2484
|
|
|
@@ -2681,7 +2493,7 @@
|
|
|
2681
2493
|
|
|
2682
2494
|
## 18.1.53 (2020-05-19)
|
|
2683
2495
|
|
|
2684
|
-
###
|
|
2496
|
+
### Document Editor
|
|
2685
2497
|
|
|
2686
2498
|
#### New Features
|
|
2687
2499
|
|
|
@@ -2698,7 +2510,7 @@
|
|
|
2698
2510
|
|
|
2699
2511
|
## 18.1.52 (2020-05-13)
|
|
2700
2512
|
|
|
2701
|
-
###
|
|
2513
|
+
### Document Editor
|
|
2702
2514
|
|
|
2703
2515
|
#### New Features
|
|
2704
2516
|
|
|
@@ -2711,7 +2523,7 @@
|
|
|
2711
2523
|
|
|
2712
2524
|
## 18.1.48 (2020-05-05)
|
|
2713
2525
|
|
|
2714
|
-
###
|
|
2526
|
+
### Document Editor
|
|
2715
2527
|
|
|
2716
2528
|
#### Bug Fixes
|
|
2717
2529
|
|
|
@@ -2726,7 +2538,7 @@
|
|
|
2726
2538
|
|
|
2727
2539
|
## 18.1.46 (2020-04-28)
|
|
2728
2540
|
|
|
2729
|
-
###
|
|
2541
|
+
### Document Editor
|
|
2730
2542
|
|
|
2731
2543
|
#### New Features
|
|
2732
2544
|
|
|
@@ -2745,7 +2557,7 @@
|
|
|
2745
2557
|
|
|
2746
2558
|
## 18.1.45 (2020-04-21)
|
|
2747
2559
|
|
|
2748
|
-
###
|
|
2560
|
+
### Document Editor
|
|
2749
2561
|
|
|
2750
2562
|
#### Bug Fixes
|
|
2751
2563
|
|
|
@@ -2756,7 +2568,7 @@
|
|
|
2756
2568
|
|
|
2757
2569
|
## 18.1.44 (2020-04-14)
|
|
2758
2570
|
|
|
2759
|
-
###
|
|
2571
|
+
### Document Editor
|
|
2760
2572
|
|
|
2761
2573
|
#### New Features
|
|
2762
2574
|
|
|
@@ -2772,7 +2584,7 @@
|
|
|
2772
2584
|
|
|
2773
2585
|
## 18.1.43 (2020-04-07)
|
|
2774
2586
|
|
|
2775
|
-
###
|
|
2587
|
+
### Document Editor
|
|
2776
2588
|
|
|
2777
2589
|
#### Bug Fixes
|
|
2778
2590
|
|
|
@@ -2787,7 +2599,7 @@
|
|
|
2787
2599
|
|
|
2788
2600
|
## 18.1.42 (2020-04-01)
|
|
2789
2601
|
|
|
2790
|
-
###
|
|
2602
|
+
### Document Editor
|
|
2791
2603
|
|
|
2792
2604
|
#### Breaking Changes
|
|
2793
2605
|
|
|
@@ -2918,7 +2730,7 @@
|
|
|
2918
2730
|
|
|
2919
2731
|
## 18.1.36-beta (2020-03-19)
|
|
2920
2732
|
|
|
2921
|
-
###
|
|
2733
|
+
### Document Editor
|
|
2922
2734
|
|
|
2923
2735
|
#### Breaking Changes
|
|
2924
2736
|
|
|
@@ -3041,7 +2853,7 @@
|
|
|
3041
2853
|
|
|
3042
2854
|
## 17.4.55 (2020-03-10)
|
|
3043
2855
|
|
|
3044
|
-
###
|
|
2856
|
+
### Document Editor
|
|
3045
2857
|
|
|
3046
2858
|
#### New Features
|
|
3047
2859
|
|
|
@@ -3058,7 +2870,7 @@
|
|
|
3058
2870
|
|
|
3059
2871
|
## 17.4.51 (2020-02-25)
|
|
3060
2872
|
|
|
3061
|
-
###
|
|
2873
|
+
### Document Editor
|
|
3062
2874
|
|
|
3063
2875
|
#### Bug Fixes
|
|
3064
2876
|
|
|
@@ -3070,7 +2882,7 @@
|
|
|
3070
2882
|
|
|
3071
2883
|
## 17.4.50 (2020-02-18)
|
|
3072
2884
|
|
|
3073
|
-
###
|
|
2885
|
+
### Document Editor
|
|
3074
2886
|
|
|
3075
2887
|
#### New Features
|
|
3076
2888
|
|
|
@@ -3082,7 +2894,7 @@
|
|
|
3082
2894
|
|
|
3083
2895
|
## 17.4.49 (2020-02-11)
|
|
3084
2896
|
|
|
3085
|
-
###
|
|
2897
|
+
### Document Editor
|
|
3086
2898
|
|
|
3087
2899
|
#### New Features
|
|
3088
2900
|
|
|
@@ -3098,7 +2910,7 @@
|
|
|
3098
2910
|
|
|
3099
2911
|
## 17.4.47 (2020-02-05)
|
|
3100
2912
|
|
|
3101
|
-
###
|
|
2913
|
+
### Document Editor
|
|
3102
2914
|
|
|
3103
2915
|
#### New Features
|
|
3104
2916
|
|
|
@@ -3114,7 +2926,7 @@
|
|
|
3114
2926
|
|
|
3115
2927
|
## 17.4.46 (2020-01-30)
|
|
3116
2928
|
|
|
3117
|
-
###
|
|
2929
|
+
### Document Editor
|
|
3118
2930
|
|
|
3119
2931
|
#### Breaking Changes
|
|
3120
2932
|
|
|
@@ -3129,7 +2941,7 @@
|
|
|
3129
2941
|
|
|
3130
2942
|
## 17.4.43 (2020-01-14)
|
|
3131
2943
|
|
|
3132
|
-
###
|
|
2944
|
+
### Document Editor
|
|
3133
2945
|
|
|
3134
2946
|
#### Bug Fixes
|
|
3135
2947
|
|
|
@@ -3143,7 +2955,7 @@
|
|
|
3143
2955
|
|
|
3144
2956
|
## 17.4.41 (2020-01-07)
|
|
3145
2957
|
|
|
3146
|
-
###
|
|
2958
|
+
### Document Editor
|
|
3147
2959
|
|
|
3148
2960
|
#### New Features
|
|
3149
2961
|
|
|
@@ -3163,7 +2975,7 @@
|
|
|
3163
2975
|
|
|
3164
2976
|
## 17.4.40 (2019-12-24)
|
|
3165
2977
|
|
|
3166
|
-
###
|
|
2978
|
+
### Document Editor
|
|
3167
2979
|
|
|
3168
2980
|
#### Breaking Changes
|
|
3169
2981
|
|
|
@@ -3235,7 +3047,7 @@
|
|
|
3235
3047
|
|
|
3236
3048
|
## 17.4.39 (2019-12-17)
|
|
3237
3049
|
|
|
3238
|
-
###
|
|
3050
|
+
### Document Editor
|
|
3239
3051
|
|
|
3240
3052
|
#### New Features
|
|
3241
3053
|
|
|
@@ -3247,7 +3059,7 @@
|
|
|
3247
3059
|
|
|
3248
3060
|
## 17.3.29 (2019-11-26)
|
|
3249
3061
|
|
|
3250
|
-
###
|
|
3062
|
+
### Document Editor
|
|
3251
3063
|
|
|
3252
3064
|
#### Bug Fixes
|
|
3253
3065
|
|
|
@@ -3260,7 +3072,7 @@
|
|
|
3260
3072
|
|
|
3261
3073
|
## 17.3.28 (2019-11-19)
|
|
3262
3074
|
|
|
3263
|
-
###
|
|
3075
|
+
### Document Editor
|
|
3264
3076
|
|
|
3265
3077
|
#### New Features
|
|
3266
3078
|
|
|
@@ -3277,7 +3089,7 @@
|
|
|
3277
3089
|
|
|
3278
3090
|
## 17.3.27 (2019-11-12)
|
|
3279
3091
|
|
|
3280
|
-
###
|
|
3092
|
+
### Document Editor
|
|
3281
3093
|
|
|
3282
3094
|
#### New Features
|
|
3283
3095
|
|
|
@@ -3293,7 +3105,7 @@
|
|
|
3293
3105
|
|
|
3294
3106
|
## 17.3.26 (2019-11-05)
|
|
3295
3107
|
|
|
3296
|
-
###
|
|
3108
|
+
### Document Editor
|
|
3297
3109
|
|
|
3298
3110
|
#### New Features
|
|
3299
3111
|
|
|
@@ -3309,7 +3121,7 @@
|
|
|
3309
3121
|
|
|
3310
3122
|
## 17.3.21 (2019-10-30)
|
|
3311
3123
|
|
|
3312
|
-
###
|
|
3124
|
+
### Document Editor
|
|
3313
3125
|
|
|
3314
3126
|
#### Bug Fixes
|
|
3315
3127
|
|
|
@@ -3320,7 +3132,7 @@
|
|
|
3320
3132
|
|
|
3321
3133
|
## 17.3.19 (2019-10-22)
|
|
3322
3134
|
|
|
3323
|
-
###
|
|
3135
|
+
### Document Editor
|
|
3324
3136
|
|
|
3325
3137
|
#### New Features
|
|
3326
3138
|
|
|
@@ -3335,7 +3147,7 @@
|
|
|
3335
3147
|
|
|
3336
3148
|
## 17.3.17 (2019-10-15)
|
|
3337
3149
|
|
|
3338
|
-
###
|
|
3150
|
+
### Document Editor
|
|
3339
3151
|
|
|
3340
3152
|
#### Bug Fixes
|
|
3341
3153
|
|
|
@@ -3351,7 +3163,7 @@
|
|
|
3351
3163
|
|
|
3352
3164
|
## 17.3.16 (2019-10-09)
|
|
3353
3165
|
|
|
3354
|
-
###
|
|
3166
|
+
### Document Editor
|
|
3355
3167
|
|
|
3356
3168
|
#### Bug Fixes
|
|
3357
3169
|
|
|
@@ -3364,7 +3176,7 @@
|
|
|
3364
3176
|
|
|
3365
3177
|
## 17.3.14 (2019-10-03)
|
|
3366
3178
|
|
|
3367
|
-
###
|
|
3179
|
+
### Document Editor
|
|
3368
3180
|
|
|
3369
3181
|
#### New Features
|
|
3370
3182
|
|
|
@@ -3392,7 +3204,7 @@
|
|
|
3392
3204
|
|
|
3393
3205
|
## 17.3.9-beta (2019-09-20)
|
|
3394
3206
|
|
|
3395
|
-
###
|
|
3207
|
+
### Document Editor
|
|
3396
3208
|
|
|
3397
3209
|
#### Bug Fixes
|
|
3398
3210
|
|
|
@@ -3401,7 +3213,7 @@
|
|
|
3401
3213
|
|
|
3402
3214
|
## 17.2.49 (2019-09-04)
|
|
3403
3215
|
|
|
3404
|
-
###
|
|
3216
|
+
### Document Editor
|
|
3405
3217
|
|
|
3406
3218
|
#### Bug Fixes
|
|
3407
3219
|
|
|
@@ -3414,7 +3226,7 @@
|
|
|
3414
3226
|
|
|
3415
3227
|
## 17.2.47 (2019-08-27)
|
|
3416
3228
|
|
|
3417
|
-
###
|
|
3229
|
+
### Document Editor
|
|
3418
3230
|
|
|
3419
3231
|
#### Bug Fixes
|
|
3420
3232
|
|
|
@@ -3424,7 +3236,7 @@
|
|
|
3424
3236
|
|
|
3425
3237
|
## 17.2.41 (2019-08-14)
|
|
3426
3238
|
|
|
3427
|
-
###
|
|
3239
|
+
### Document Editor
|
|
3428
3240
|
|
|
3429
3241
|
#### Bug Fixes
|
|
3430
3242
|
|
|
@@ -3437,7 +3249,7 @@
|
|
|
3437
3249
|
|
|
3438
3250
|
## 17.2.40 (2019-08-06)
|
|
3439
3251
|
|
|
3440
|
-
###
|
|
3252
|
+
### Document Editor
|
|
3441
3253
|
|
|
3442
3254
|
#### Bug Fixes
|
|
3443
3255
|
|
|
@@ -3448,7 +3260,7 @@
|
|
|
3448
3260
|
|
|
3449
3261
|
## 17.2.39 (2019-07-30)
|
|
3450
3262
|
|
|
3451
|
-
###
|
|
3263
|
+
### Document Editor
|
|
3452
3264
|
|
|
3453
3265
|
#### New Features
|
|
3454
3266
|
|
|
@@ -3461,7 +3273,7 @@
|
|
|
3461
3273
|
|
|
3462
3274
|
## 17.2.36 (2019-07-24)
|
|
3463
3275
|
|
|
3464
|
-
###
|
|
3276
|
+
### Document Editor
|
|
3465
3277
|
|
|
3466
3278
|
#### Bug Fixes
|
|
3467
3279
|
|
|
@@ -3471,7 +3283,7 @@
|
|
|
3471
3283
|
|
|
3472
3284
|
## 17.2.35 (2019-07-17)
|
|
3473
3285
|
|
|
3474
|
-
###
|
|
3286
|
+
### Document Editor
|
|
3475
3287
|
|
|
3476
3288
|
#### Bug Fixes
|
|
3477
3289
|
|
|
@@ -3483,7 +3295,7 @@
|
|
|
3483
3295
|
|
|
3484
3296
|
## 17.2.34 (2019-07-11)
|
|
3485
3297
|
|
|
3486
|
-
###
|
|
3298
|
+
### Document Editor
|
|
3487
3299
|
|
|
3488
3300
|
#### Breaking Changes
|
|
3489
3301
|
|
|
@@ -3498,7 +3310,7 @@
|
|
|
3498
3310
|
|
|
3499
3311
|
## 17.2.28-beta (2019-06-27)
|
|
3500
3312
|
|
|
3501
|
-
###
|
|
3313
|
+
### Document Editor
|
|
3502
3314
|
|
|
3503
3315
|
#### Breaking Changes
|
|
3504
3316
|
|
|
@@ -3524,7 +3336,7 @@
|
|
|
3524
3336
|
|
|
3525
3337
|
## 17.1.50 (2019-06-04)
|
|
3526
3338
|
|
|
3527
|
-
###
|
|
3339
|
+
### Document Editor
|
|
3528
3340
|
|
|
3529
3341
|
#### Bug Fixes
|
|
3530
3342
|
|
|
@@ -3533,7 +3345,7 @@
|
|
|
3533
3345
|
|
|
3534
3346
|
## 17.1.49 (2019-05-29)
|
|
3535
3347
|
|
|
3536
|
-
###
|
|
3348
|
+
### Document Editor
|
|
3537
3349
|
|
|
3538
3350
|
#### Bug Fixes
|
|
3539
3351
|
|
|
@@ -3541,7 +3353,7 @@
|
|
|
3541
3353
|
|
|
3542
3354
|
## 17.1.48 (2019-05-21)
|
|
3543
3355
|
|
|
3544
|
-
###
|
|
3356
|
+
### Document Editor
|
|
3545
3357
|
|
|
3546
3358
|
#### Bug Fixes
|
|
3547
3359
|
|
|
@@ -3557,7 +3369,7 @@
|
|
|
3557
3369
|
|
|
3558
3370
|
## 17.1.47 (2019-05-14)
|
|
3559
3371
|
|
|
3560
|
-
###
|
|
3372
|
+
### Document Editor
|
|
3561
3373
|
|
|
3562
3374
|
#### New Features
|
|
3563
3375
|
|
|
@@ -3570,7 +3382,7 @@
|
|
|
3570
3382
|
|
|
3571
3383
|
## 17.1.44 (2019-05-07)
|
|
3572
3384
|
|
|
3573
|
-
###
|
|
3385
|
+
### Document Editor
|
|
3574
3386
|
|
|
3575
3387
|
#### Bug Fixes
|
|
3576
3388
|
|
|
@@ -3578,7 +3390,7 @@
|
|
|
3578
3390
|
|
|
3579
3391
|
## 17.1.43 (2019-04-30)
|
|
3580
3392
|
|
|
3581
|
-
###
|
|
3393
|
+
### Document Editor
|
|
3582
3394
|
|
|
3583
3395
|
#### Bug Fixes
|
|
3584
3396
|
|
|
@@ -3586,7 +3398,7 @@
|
|
|
3586
3398
|
|
|
3587
3399
|
## 17.1.42 (2019-04-23)
|
|
3588
3400
|
|
|
3589
|
-
###
|
|
3401
|
+
### Document Editor
|
|
3590
3402
|
|
|
3591
3403
|
#### Bug Fixes
|
|
3592
3404
|
|
|
@@ -3594,7 +3406,7 @@
|
|
|
3594
3406
|
|
|
3595
3407
|
## 17.1.41 (2019-04-16)
|
|
3596
3408
|
|
|
3597
|
-
###
|
|
3409
|
+
### Document Editor
|
|
3598
3410
|
|
|
3599
3411
|
#### Bug Fixes
|
|
3600
3412
|
|
|
@@ -3604,7 +3416,7 @@
|
|
|
3604
3416
|
|
|
3605
3417
|
## 17.1.40 (2019-04-09)
|
|
3606
3418
|
|
|
3607
|
-
###
|
|
3419
|
+
### Document Editor
|
|
3608
3420
|
|
|
3609
3421
|
#### Bug Fixes
|
|
3610
3422
|
|
|
@@ -3615,7 +3427,7 @@
|
|
|
3615
3427
|
|
|
3616
3428
|
## 17.1.38 (2019-03-29)
|
|
3617
3429
|
|
|
3618
|
-
###
|
|
3430
|
+
### Document Editor
|
|
3619
3431
|
|
|
3620
3432
|
#### New Features
|
|
3621
3433
|
|
|
@@ -3629,7 +3441,7 @@
|
|
|
3629
3441
|
|
|
3630
3442
|
## 17.1.32-beta (2019-03-13)
|
|
3631
3443
|
|
|
3632
|
-
###
|
|
3444
|
+
### Document Editor
|
|
3633
3445
|
|
|
3634
3446
|
#### New Features
|
|
3635
3447
|
|
|
@@ -3643,7 +3455,7 @@
|
|
|
3643
3455
|
|
|
3644
3456
|
## 16.4.54 (2019-02-19)
|
|
3645
3457
|
|
|
3646
|
-
###
|
|
3458
|
+
### Document Editor
|
|
3647
3459
|
|
|
3648
3460
|
#### Bug Fixes
|
|
3649
3461
|
|
|
@@ -3651,7 +3463,7 @@
|
|
|
3651
3463
|
|
|
3652
3464
|
## 16.4.53 (2019-02-13)
|
|
3653
3465
|
|
|
3654
|
-
###
|
|
3466
|
+
### Document Editor
|
|
3655
3467
|
|
|
3656
3468
|
#### Bug Fixes
|
|
3657
3469
|
|
|
@@ -3661,7 +3473,7 @@
|
|
|
3661
3473
|
|
|
3662
3474
|
## 16.4.48 (2019-01-22)
|
|
3663
3475
|
|
|
3664
|
-
###
|
|
3476
|
+
### Document Editor
|
|
3665
3477
|
|
|
3666
3478
|
#### Bug Fixes
|
|
3667
3479
|
|
|
@@ -3669,7 +3481,7 @@
|
|
|
3669
3481
|
|
|
3670
3482
|
## 16.4.46 (2019-01-08)
|
|
3671
3483
|
|
|
3672
|
-
###
|
|
3484
|
+
### Document Editor
|
|
3673
3485
|
|
|
3674
3486
|
#### New Features
|
|
3675
3487
|
|
|
@@ -3677,7 +3489,7 @@
|
|
|
3677
3489
|
|
|
3678
3490
|
## 16.4.45 (2019-01-02)
|
|
3679
3491
|
|
|
3680
|
-
###
|
|
3492
|
+
### Document Editor
|
|
3681
3493
|
|
|
3682
3494
|
#### Bug Fixes
|
|
3683
3495
|
|
|
@@ -3685,7 +3497,7 @@
|
|
|
3685
3497
|
|
|
3686
3498
|
## 16.4.44 (2018-12-24)
|
|
3687
3499
|
|
|
3688
|
-
###
|
|
3500
|
+
### Document Editor
|
|
3689
3501
|
|
|
3690
3502
|
#### Bug Fixes
|
|
3691
3503
|
|
|
@@ -3695,7 +3507,7 @@
|
|
|
3695
3507
|
|
|
3696
3508
|
## 16.4.40-beta (2018-12-10)
|
|
3697
3509
|
|
|
3698
|
-
###
|
|
3510
|
+
### Document Editor
|
|
3699
3511
|
|
|
3700
3512
|
#### New Features
|
|
3701
3513
|
|
|
@@ -3705,7 +3517,7 @@
|
|
|
3705
3517
|
|
|
3706
3518
|
## 16.3.33 (2018-11-20)
|
|
3707
3519
|
|
|
3708
|
-
###
|
|
3520
|
+
### Document Editor
|
|
3709
3521
|
|
|
3710
3522
|
#### Bug Fixes
|
|
3711
3523
|
|
|
@@ -3713,7 +3525,7 @@
|
|
|
3713
3525
|
|
|
3714
3526
|
## 16.3.29 (2018-10-31)
|
|
3715
3527
|
|
|
3716
|
-
###
|
|
3528
|
+
### Document Editor
|
|
3717
3529
|
|
|
3718
3530
|
#### New Features
|
|
3719
3531
|
|
|
@@ -3725,7 +3537,7 @@
|
|
|
3725
3537
|
|
|
3726
3538
|
## 16.3.24 (2018-10-09)
|
|
3727
3539
|
|
|
3728
|
-
###
|
|
3540
|
+
### Document Editor
|
|
3729
3541
|
|
|
3730
3542
|
#### Bug Fixes
|
|
3731
3543
|
|
|
@@ -3733,7 +3545,7 @@
|
|
|
3733
3545
|
|
|
3734
3546
|
## 16.3.23 (2018-10-03)
|
|
3735
3547
|
|
|
3736
|
-
###
|
|
3548
|
+
### Document Editor
|
|
3737
3549
|
|
|
3738
3550
|
#### New Features
|
|
3739
3551
|
|
|
@@ -3741,7 +3553,7 @@
|
|
|
3741
3553
|
|
|
3742
3554
|
## 16.3.21 (2018-09-22)
|
|
3743
3555
|
|
|
3744
|
-
###
|
|
3556
|
+
### Document Editor
|
|
3745
3557
|
|
|
3746
3558
|
#### Bug Fixes
|
|
3747
3559
|
|
|
@@ -3749,7 +3561,7 @@
|
|
|
3749
3561
|
|
|
3750
3562
|
## 16.3.17 (2018-09-12)
|
|
3751
3563
|
|
|
3752
|
-
###
|
|
3564
|
+
### Document Editor
|
|
3753
3565
|
|
|
3754
3566
|
#### New Features
|
|
3755
3567
|
|
|
@@ -3758,7 +3570,7 @@
|
|
|
3758
3570
|
|
|
3759
3571
|
## 16.2.48 (2018-08-14)
|
|
3760
3572
|
|
|
3761
|
-
###
|
|
3573
|
+
### Document Editor
|
|
3762
3574
|
|
|
3763
3575
|
#### Bug Fixes
|
|
3764
3576
|
|
|
@@ -3769,7 +3581,7 @@
|
|
|
3769
3581
|
|
|
3770
3582
|
## 16.2.46 (2018-07-30)
|
|
3771
3583
|
|
|
3772
|
-
###
|
|
3584
|
+
### Document Editor
|
|
3773
3585
|
|
|
3774
3586
|
#### New Features
|
|
3775
3587
|
|
|
@@ -3777,7 +3589,7 @@
|
|
|
3777
3589
|
|
|
3778
3590
|
## 16.2.41 (2018-06-25)
|
|
3779
3591
|
|
|
3780
|
-
###
|
|
3592
|
+
### Document Editor
|
|
3781
3593
|
|
|
3782
3594
|
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
3595
|
|