@syncfusion/ej2-angular-documenteditor 23.2.7-ngcc → 24.1.41-ngcc
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/@syncfusion/ej2-angular-documenteditor.es5.js +14 -5
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-documenteditor.js +14 -5
- package/@syncfusion/ej2-angular-documenteditor.js.map +1 -1
- package/CHANGELOG.md +192 -398
- package/README.md +1 -1
- package/dist/ej2-angular-documenteditor.umd.js +23 -3
- package/dist/ej2-angular-documenteditor.umd.js.map +1 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +10 -1
- package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -1
- package/ej2-angular-documenteditor.metadata.json +1 -1
- package/package.json +59 -59
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/document-editor/documenteditor-all.module.d.ts +1 -0
- package/src/index.d.ts +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
|
|
|
@@ -670,7 +464,7 @@
|
|
|
670
464
|
|
|
671
465
|
## 20.4.40 (2022-12-28)
|
|
672
466
|
|
|
673
|
-
###
|
|
467
|
+
### Document Editor
|
|
674
468
|
|
|
675
469
|
#### Bug Fixes
|
|
676
470
|
|
|
@@ -680,7 +474,7 @@
|
|
|
680
474
|
|
|
681
475
|
## 20.3.60 (2022-12-06)
|
|
682
476
|
|
|
683
|
-
###
|
|
477
|
+
### Document Editor
|
|
684
478
|
|
|
685
479
|
#### Bug Fixes
|
|
686
480
|
|
|
@@ -689,7 +483,7 @@
|
|
|
689
483
|
|
|
690
484
|
## 20.3.59 (2022-11-29)
|
|
691
485
|
|
|
692
|
-
###
|
|
486
|
+
### Document Editor
|
|
693
487
|
|
|
694
488
|
#### Bug Fixes
|
|
695
489
|
|
|
@@ -698,7 +492,7 @@
|
|
|
698
492
|
|
|
699
493
|
## 20.3.58 (2022-11-22)
|
|
700
494
|
|
|
701
|
-
###
|
|
495
|
+
### Document Editor
|
|
702
496
|
|
|
703
497
|
#### Bug Fixes
|
|
704
498
|
|
|
@@ -713,7 +507,7 @@
|
|
|
713
507
|
|
|
714
508
|
## 20.3.57 (2022-11-15)
|
|
715
509
|
|
|
716
|
-
###
|
|
510
|
+
### Document Editor
|
|
717
511
|
|
|
718
512
|
#### Bug Fixes
|
|
719
513
|
|
|
@@ -727,7 +521,7 @@
|
|
|
727
521
|
|
|
728
522
|
## 20.3.56 (2022-11-08)
|
|
729
523
|
|
|
730
|
-
###
|
|
524
|
+
### Document Editor
|
|
731
525
|
|
|
732
526
|
#### Bug Fixes
|
|
733
527
|
|
|
@@ -747,7 +541,7 @@
|
|
|
747
541
|
|
|
748
542
|
## 20.3.52 (2022-10-26)
|
|
749
543
|
|
|
750
|
-
###
|
|
544
|
+
### Document Editor
|
|
751
545
|
|
|
752
546
|
#### Bug Fixes
|
|
753
547
|
|
|
@@ -759,7 +553,7 @@
|
|
|
759
553
|
|
|
760
554
|
## 20.3.50 (2022-10-18)
|
|
761
555
|
|
|
762
|
-
###
|
|
556
|
+
### Document Editor
|
|
763
557
|
|
|
764
558
|
#### Bug Fixes
|
|
765
559
|
|
|
@@ -774,7 +568,7 @@
|
|
|
774
568
|
|
|
775
569
|
## 20.3.49 (2022-10-11)
|
|
776
570
|
|
|
777
|
-
###
|
|
571
|
+
### Document Editor
|
|
778
572
|
|
|
779
573
|
#### Bug Fixes
|
|
780
574
|
|
|
@@ -789,7 +583,7 @@
|
|
|
789
583
|
|
|
790
584
|
## 20.3.48 (2022-10-05)
|
|
791
585
|
|
|
792
|
-
###
|
|
586
|
+
### Document Editor
|
|
793
587
|
|
|
794
588
|
#### Bug Fixes
|
|
795
589
|
|
|
@@ -808,7 +602,7 @@
|
|
|
808
602
|
|
|
809
603
|
## 20.3.47 (2022-09-29)
|
|
810
604
|
|
|
811
|
-
###
|
|
605
|
+
### Document Editor
|
|
812
606
|
|
|
813
607
|
#### New Features
|
|
814
608
|
|
|
@@ -816,7 +610,7 @@
|
|
|
816
610
|
|
|
817
611
|
## 20.1.52 (2022-05-04)
|
|
818
612
|
|
|
819
|
-
###
|
|
613
|
+
### Document Editor
|
|
820
614
|
|
|
821
615
|
#### Bug Fixes
|
|
822
616
|
|
|
@@ -843,7 +637,7 @@
|
|
|
843
637
|
|
|
844
638
|
## 20.1.51 (2022-04-26)
|
|
845
639
|
|
|
846
|
-
###
|
|
640
|
+
### Document Editor
|
|
847
641
|
|
|
848
642
|
#### Bug Fixes
|
|
849
643
|
|
|
@@ -856,7 +650,7 @@
|
|
|
856
650
|
|
|
857
651
|
## 20.1.50 (2022-04-19)
|
|
858
652
|
|
|
859
|
-
###
|
|
653
|
+
### Document Editor
|
|
860
654
|
|
|
861
655
|
#### Bug Fixes
|
|
862
656
|
|
|
@@ -866,7 +660,7 @@
|
|
|
866
660
|
|
|
867
661
|
## 20.1.48 (2022-04-12)
|
|
868
662
|
|
|
869
|
-
###
|
|
663
|
+
### Document Editor
|
|
870
664
|
|
|
871
665
|
#### Bug Fixes
|
|
872
666
|
|
|
@@ -890,7 +684,7 @@
|
|
|
890
684
|
|
|
891
685
|
## 20.1.47 (2022-04-04)
|
|
892
686
|
|
|
893
|
-
###
|
|
687
|
+
### Document Editor
|
|
894
688
|
|
|
895
689
|
#### Bug Fixes
|
|
896
690
|
|
|
@@ -910,7 +704,7 @@
|
|
|
910
704
|
|
|
911
705
|
## 19.4.56 (2022-03-15)
|
|
912
706
|
|
|
913
|
-
###
|
|
707
|
+
### Document Editor
|
|
914
708
|
|
|
915
709
|
#### Bug Fixes
|
|
916
710
|
|
|
@@ -924,7 +718,7 @@
|
|
|
924
718
|
|
|
925
719
|
## 19.4.55 (2022-03-08)
|
|
926
720
|
|
|
927
|
-
###
|
|
721
|
+
### Document Editor
|
|
928
722
|
|
|
929
723
|
#### Bug Fixes
|
|
930
724
|
|
|
@@ -946,7 +740,7 @@
|
|
|
946
740
|
|
|
947
741
|
## 19.4.54 (2022-03-01)
|
|
948
742
|
|
|
949
|
-
###
|
|
743
|
+
### Document Editor
|
|
950
744
|
|
|
951
745
|
#### Bug Fixes
|
|
952
746
|
|
|
@@ -959,7 +753,7 @@
|
|
|
959
753
|
|
|
960
754
|
## 19.4.53 (2022-02-22)
|
|
961
755
|
|
|
962
|
-
###
|
|
756
|
+
### Document Editor
|
|
963
757
|
|
|
964
758
|
#### Bug Fixes
|
|
965
759
|
|
|
@@ -976,7 +770,7 @@
|
|
|
976
770
|
|
|
977
771
|
## 19.4.52 (2022-02-15)
|
|
978
772
|
|
|
979
|
-
###
|
|
773
|
+
### Document Editor
|
|
980
774
|
|
|
981
775
|
#### Bug Fixes
|
|
982
776
|
|
|
@@ -998,7 +792,7 @@
|
|
|
998
792
|
|
|
999
793
|
## 19.4.50 (2022-02-08)
|
|
1000
794
|
|
|
1001
|
-
###
|
|
795
|
+
### Document Editor
|
|
1002
796
|
|
|
1003
797
|
#### Bug Fixes
|
|
1004
798
|
|
|
@@ -1015,7 +809,7 @@
|
|
|
1015
809
|
|
|
1016
810
|
## 19.4.48 (2022-01-31)
|
|
1017
811
|
|
|
1018
|
-
###
|
|
812
|
+
### Document Editor
|
|
1019
813
|
|
|
1020
814
|
#### Bug Fixes
|
|
1021
815
|
|
|
@@ -1077,7 +871,7 @@
|
|
|
1077
871
|
|
|
1078
872
|
## 19.4.47 (2022-01-25)
|
|
1079
873
|
|
|
1080
|
-
###
|
|
874
|
+
### Document Editor
|
|
1081
875
|
|
|
1082
876
|
#### Bug Fixes
|
|
1083
877
|
|
|
@@ -1093,7 +887,7 @@
|
|
|
1093
887
|
|
|
1094
888
|
## 19.4.43 (2022-01-18)
|
|
1095
889
|
|
|
1096
|
-
###
|
|
890
|
+
### Document Editor
|
|
1097
891
|
|
|
1098
892
|
#### Bug Fixes
|
|
1099
893
|
|
|
@@ -1121,7 +915,7 @@
|
|
|
1121
915
|
|
|
1122
916
|
## 19.4.41 (2022-01-04)
|
|
1123
917
|
|
|
1124
|
-
###
|
|
918
|
+
### Document Editor
|
|
1125
919
|
|
|
1126
920
|
#### Bug Fixes
|
|
1127
921
|
|
|
@@ -1138,7 +932,7 @@
|
|
|
1138
932
|
|
|
1139
933
|
## 19.4.40 (2021-12-28)
|
|
1140
934
|
|
|
1141
|
-
###
|
|
935
|
+
### Document Editor
|
|
1142
936
|
|
|
1143
937
|
#### Bug Fixes
|
|
1144
938
|
|
|
@@ -1152,7 +946,7 @@
|
|
|
1152
946
|
|
|
1153
947
|
## 19.4.38 (2021-12-17)
|
|
1154
948
|
|
|
1155
|
-
###
|
|
949
|
+
### Document Editor
|
|
1156
950
|
|
|
1157
951
|
#### Bug Fixes
|
|
1158
952
|
|
|
@@ -1225,7 +1019,7 @@
|
|
|
1225
1019
|
|
|
1226
1020
|
## 19.3.56 (2021-12-02)
|
|
1227
1021
|
|
|
1228
|
-
###
|
|
1022
|
+
### Document Editor
|
|
1229
1023
|
|
|
1230
1024
|
#### Bug Fixes
|
|
1231
1025
|
|
|
@@ -1244,7 +1038,7 @@
|
|
|
1244
1038
|
|
|
1245
1039
|
## 19.3.55 (2021-11-23)
|
|
1246
1040
|
|
|
1247
|
-
###
|
|
1041
|
+
### Document Editor
|
|
1248
1042
|
|
|
1249
1043
|
#### Bug Fixes
|
|
1250
1044
|
|
|
@@ -1252,7 +1046,7 @@
|
|
|
1252
1046
|
|
|
1253
1047
|
## 19.3.54 (2021-11-17)
|
|
1254
1048
|
|
|
1255
|
-
###
|
|
1049
|
+
### Document Editor
|
|
1256
1050
|
|
|
1257
1051
|
#### Bug Fixes
|
|
1258
1052
|
|
|
@@ -1263,7 +1057,7 @@
|
|
|
1263
1057
|
|
|
1264
1058
|
## 19.3.53 (2021-11-12)
|
|
1265
1059
|
|
|
1266
|
-
###
|
|
1060
|
+
### Document Editor
|
|
1267
1061
|
|
|
1268
1062
|
#### Bug Fixes
|
|
1269
1063
|
|
|
@@ -1316,7 +1110,7 @@
|
|
|
1316
1110
|
|
|
1317
1111
|
## 19.3.48 (2021-11-02)
|
|
1318
1112
|
|
|
1319
|
-
###
|
|
1113
|
+
### Document Editor
|
|
1320
1114
|
|
|
1321
1115
|
#### Bug Fixes
|
|
1322
1116
|
|
|
@@ -1326,7 +1120,7 @@
|
|
|
1326
1120
|
|
|
1327
1121
|
## 19.3.47 (2021-10-26)
|
|
1328
1122
|
|
|
1329
|
-
###
|
|
1123
|
+
### Document Editor
|
|
1330
1124
|
|
|
1331
1125
|
#### Bug Fixes
|
|
1332
1126
|
|
|
@@ -1336,7 +1130,7 @@
|
|
|
1336
1130
|
|
|
1337
1131
|
## 19.3.46 (2021-10-19)
|
|
1338
1132
|
|
|
1339
|
-
###
|
|
1133
|
+
### Document Editor
|
|
1340
1134
|
|
|
1341
1135
|
#### Bug Fixes
|
|
1342
1136
|
|
|
@@ -1354,7 +1148,7 @@
|
|
|
1354
1148
|
|
|
1355
1149
|
## 19.3.45 (2021-10-12)
|
|
1356
1150
|
|
|
1357
|
-
###
|
|
1151
|
+
### Document Editor
|
|
1358
1152
|
|
|
1359
1153
|
#### Bug Fixes
|
|
1360
1154
|
|
|
@@ -1375,7 +1169,7 @@
|
|
|
1375
1169
|
|
|
1376
1170
|
## 19.3.44 (2021-10-05)
|
|
1377
1171
|
|
|
1378
|
-
###
|
|
1172
|
+
### Document Editor
|
|
1379
1173
|
|
|
1380
1174
|
#### Bug Fixes
|
|
1381
1175
|
|
|
@@ -1398,7 +1192,7 @@
|
|
|
1398
1192
|
|
|
1399
1193
|
## 19.3.43 (2021-09-30)
|
|
1400
1194
|
|
|
1401
|
-
###
|
|
1195
|
+
### Document Editor
|
|
1402
1196
|
|
|
1403
1197
|
#### Breaking Changes
|
|
1404
1198
|
|
|
@@ -1476,7 +1270,7 @@
|
|
|
1476
1270
|
|
|
1477
1271
|
## 19.2.62 (2021-09-14)
|
|
1478
1272
|
|
|
1479
|
-
###
|
|
1273
|
+
### Document Editor
|
|
1480
1274
|
|
|
1481
1275
|
#### Bug Fixes
|
|
1482
1276
|
|
|
@@ -1485,7 +1279,7 @@
|
|
|
1485
1279
|
|
|
1486
1280
|
## 19.2.60 (2021-09-07)
|
|
1487
1281
|
|
|
1488
|
-
###
|
|
1282
|
+
### Document Editor
|
|
1489
1283
|
|
|
1490
1284
|
#### Bug Fixes
|
|
1491
1285
|
|
|
@@ -1496,7 +1290,7 @@
|
|
|
1496
1290
|
|
|
1497
1291
|
## 19.2.59 (2021-08-31)
|
|
1498
1292
|
|
|
1499
|
-
###
|
|
1293
|
+
### Document Editor
|
|
1500
1294
|
|
|
1501
1295
|
#### Bug Fixes
|
|
1502
1296
|
|
|
@@ -1508,7 +1302,7 @@
|
|
|
1508
1302
|
|
|
1509
1303
|
## 19.2.57 (2021-08-24)
|
|
1510
1304
|
|
|
1511
|
-
###
|
|
1305
|
+
### Document Editor
|
|
1512
1306
|
|
|
1513
1307
|
#### Bug Fixes
|
|
1514
1308
|
|
|
@@ -1525,7 +1319,7 @@
|
|
|
1525
1319
|
|
|
1526
1320
|
## 19.2.56 (2021-08-17)
|
|
1527
1321
|
|
|
1528
|
-
###
|
|
1322
|
+
### Document Editor
|
|
1529
1323
|
|
|
1530
1324
|
#### Bug Fixes
|
|
1531
1325
|
|
|
@@ -1535,7 +1329,7 @@
|
|
|
1535
1329
|
|
|
1536
1330
|
## 19.2.55 (2021-08-11)
|
|
1537
1331
|
|
|
1538
|
-
###
|
|
1332
|
+
### Document Editor
|
|
1539
1333
|
|
|
1540
1334
|
#### New Features
|
|
1541
1335
|
|
|
@@ -1575,7 +1369,7 @@
|
|
|
1575
1369
|
|
|
1576
1370
|
## 19.2.49 (2021-07-27)
|
|
1577
1371
|
|
|
1578
|
-
###
|
|
1372
|
+
### Document Editor
|
|
1579
1373
|
|
|
1580
1374
|
#### Bug Fixes
|
|
1581
1375
|
|
|
@@ -1588,7 +1382,7 @@
|
|
|
1588
1382
|
|
|
1589
1383
|
## 19.2.48 (2021-07-20)
|
|
1590
1384
|
|
|
1591
|
-
###
|
|
1385
|
+
### Document Editor
|
|
1592
1386
|
|
|
1593
1387
|
#### Bug Fixes
|
|
1594
1388
|
|
|
@@ -1599,7 +1393,7 @@
|
|
|
1599
1393
|
|
|
1600
1394
|
## 19.2.47 (2021-07-13)
|
|
1601
1395
|
|
|
1602
|
-
###
|
|
1396
|
+
### Document Editor
|
|
1603
1397
|
|
|
1604
1398
|
#### Bug Fixes
|
|
1605
1399
|
|
|
@@ -1618,7 +1412,7 @@
|
|
|
1618
1412
|
|
|
1619
1413
|
## 19.2.46 (2021-07-06)
|
|
1620
1414
|
|
|
1621
|
-
###
|
|
1415
|
+
### Document Editor
|
|
1622
1416
|
|
|
1623
1417
|
#### Bug Fixes
|
|
1624
1418
|
|
|
@@ -1636,7 +1430,7 @@
|
|
|
1636
1430
|
|
|
1637
1431
|
## 19.2.44 (2021-06-30)
|
|
1638
1432
|
|
|
1639
|
-
###
|
|
1433
|
+
### Document Editor
|
|
1640
1434
|
|
|
1641
1435
|
#### New Features
|
|
1642
1436
|
|
|
@@ -1768,7 +1562,7 @@
|
|
|
1768
1562
|
|
|
1769
1563
|
## 19.1.69 (2021-06-15)
|
|
1770
1564
|
|
|
1771
|
-
###
|
|
1565
|
+
### Document Editor
|
|
1772
1566
|
|
|
1773
1567
|
#### Bug Fixes
|
|
1774
1568
|
|
|
@@ -1782,7 +1576,7 @@
|
|
|
1782
1576
|
|
|
1783
1577
|
## 19.1.67 (2021-06-08)
|
|
1784
1578
|
|
|
1785
|
-
###
|
|
1579
|
+
### Document Editor
|
|
1786
1580
|
|
|
1787
1581
|
#### Bug Fixes
|
|
1788
1582
|
|
|
@@ -1796,7 +1590,7 @@
|
|
|
1796
1590
|
|
|
1797
1591
|
## 19.1.66 (2021-06-01)
|
|
1798
1592
|
|
|
1799
|
-
###
|
|
1593
|
+
### Document Editor
|
|
1800
1594
|
|
|
1801
1595
|
- `#I326144` - Resolved the issue with multi line track changes.
|
|
1802
1596
|
- `#I328063` - Document with checkbox form field applied with to character format is now opened properly.
|
|
@@ -1807,7 +1601,7 @@
|
|
|
1807
1601
|
|
|
1808
1602
|
## 19.1.65 (2021-05-25)
|
|
1809
1603
|
|
|
1810
|
-
###
|
|
1604
|
+
### Document Editor
|
|
1811
1605
|
|
|
1812
1606
|
#### Bug Fixes
|
|
1813
1607
|
|
|
@@ -1825,7 +1619,7 @@
|
|
|
1825
1619
|
|
|
1826
1620
|
## 19.1.64 (2021-05-19)
|
|
1827
1621
|
|
|
1828
|
-
###
|
|
1622
|
+
### Document Editor
|
|
1829
1623
|
|
|
1830
1624
|
#### Bug Fixes
|
|
1831
1625
|
|
|
@@ -1840,7 +1634,7 @@
|
|
|
1840
1634
|
|
|
1841
1635
|
## 19.1.63 (2021-05-13)
|
|
1842
1636
|
|
|
1843
|
-
###
|
|
1637
|
+
### Document Editor
|
|
1844
1638
|
|
|
1845
1639
|
#### Bug Fixes
|
|
1846
1640
|
|
|
@@ -1864,7 +1658,7 @@
|
|
|
1864
1658
|
|
|
1865
1659
|
## 19.1.59 (2021-05-04)
|
|
1866
1660
|
|
|
1867
|
-
###
|
|
1661
|
+
### Document Editor
|
|
1868
1662
|
|
|
1869
1663
|
#### New Features
|
|
1870
1664
|
|
|
@@ -1889,7 +1683,7 @@
|
|
|
1889
1683
|
|
|
1890
1684
|
## 19.1.58 (2021-04-27)
|
|
1891
1685
|
|
|
1892
|
-
###
|
|
1686
|
+
### Document Editor
|
|
1893
1687
|
|
|
1894
1688
|
#### Bug Fixes
|
|
1895
1689
|
|
|
@@ -1907,7 +1701,7 @@
|
|
|
1907
1701
|
|
|
1908
1702
|
## 19.1.57 (2021-04-20)
|
|
1909
1703
|
|
|
1910
|
-
###
|
|
1704
|
+
### Document Editor
|
|
1911
1705
|
|
|
1912
1706
|
#### Bug Fixes
|
|
1913
1707
|
|
|
@@ -1934,7 +1728,7 @@
|
|
|
1934
1728
|
|
|
1935
1729
|
## 19.1.56 (2021-04-13)
|
|
1936
1730
|
|
|
1937
|
-
###
|
|
1731
|
+
### Document Editor
|
|
1938
1732
|
|
|
1939
1733
|
#### Bug Fixes
|
|
1940
1734
|
|
|
@@ -1961,7 +1755,7 @@
|
|
|
1961
1755
|
|
|
1962
1756
|
## 19.1.55 (2021-04-06)
|
|
1963
1757
|
|
|
1964
|
-
###
|
|
1758
|
+
### Document Editor
|
|
1965
1759
|
|
|
1966
1760
|
#### Bug Fixes
|
|
1967
1761
|
|
|
@@ -1981,7 +1775,7 @@
|
|
|
1981
1775
|
|
|
1982
1776
|
## 19.1.54 (2021-03-30)
|
|
1983
1777
|
|
|
1984
|
-
###
|
|
1778
|
+
### Document Editor
|
|
1985
1779
|
|
|
1986
1780
|
#### Breaking Changes
|
|
1987
1781
|
|
|
@@ -2002,7 +1796,7 @@
|
|
|
2002
1796
|
|
|
2003
1797
|
## 18.4.49 (2021-03-23)
|
|
2004
1798
|
|
|
2005
|
-
###
|
|
1799
|
+
### Document Editor
|
|
2006
1800
|
|
|
2007
1801
|
#### Bug Fixes
|
|
2008
1802
|
|
|
@@ -2015,7 +1809,7 @@
|
|
|
2015
1809
|
|
|
2016
1810
|
## 18.4.48 (2021-03-16)
|
|
2017
1811
|
|
|
2018
|
-
###
|
|
1812
|
+
### Document Editor
|
|
2019
1813
|
|
|
2020
1814
|
#### Bug Fixes
|
|
2021
1815
|
|
|
@@ -2029,7 +1823,7 @@
|
|
|
2029
1823
|
|
|
2030
1824
|
## 18.4.47 (2021-03-09)
|
|
2031
1825
|
|
|
2032
|
-
###
|
|
1826
|
+
### Document Editor
|
|
2033
1827
|
|
|
2034
1828
|
#### Breaking Changes
|
|
2035
1829
|
|
|
@@ -2050,7 +1844,7 @@
|
|
|
2050
1844
|
|
|
2051
1845
|
## 18.4.46 (2021-03-02)
|
|
2052
1846
|
|
|
2053
|
-
###
|
|
1847
|
+
### Document Editor
|
|
2054
1848
|
|
|
2055
1849
|
#### Bug Fixes
|
|
2056
1850
|
|
|
@@ -2063,7 +1857,7 @@
|
|
|
2063
1857
|
|
|
2064
1858
|
## 18.4.44 (2021-02-23)
|
|
2065
1859
|
|
|
2066
|
-
###
|
|
1860
|
+
### Document Editor
|
|
2067
1861
|
|
|
2068
1862
|
#### Bug Fixes
|
|
2069
1863
|
|
|
@@ -2078,7 +1872,7 @@
|
|
|
2078
1872
|
|
|
2079
1873
|
## 18.4.43 (2021-02-16)
|
|
2080
1874
|
|
|
2081
|
-
###
|
|
1875
|
+
### Document Editor
|
|
2082
1876
|
|
|
2083
1877
|
#### Bug Fixes
|
|
2084
1878
|
|
|
@@ -2091,7 +1885,7 @@
|
|
|
2091
1885
|
|
|
2092
1886
|
## 18.4.42 (2021-02-09)
|
|
2093
1887
|
|
|
2094
|
-
###
|
|
1888
|
+
### Document Editor
|
|
2095
1889
|
|
|
2096
1890
|
#### Bug Fixes
|
|
2097
1891
|
|
|
@@ -2106,7 +1900,7 @@
|
|
|
2106
1900
|
|
|
2107
1901
|
## 18.4.41 (2021-02-02)
|
|
2108
1902
|
|
|
2109
|
-
###
|
|
1903
|
+
### Document Editor
|
|
2110
1904
|
|
|
2111
1905
|
#### Bug Fixes
|
|
2112
1906
|
|
|
@@ -2122,7 +1916,7 @@
|
|
|
2122
1916
|
|
|
2123
1917
|
## 18.4.35 (2021-01-19)
|
|
2124
1918
|
|
|
2125
|
-
###
|
|
1919
|
+
### Document Editor
|
|
2126
1920
|
|
|
2127
1921
|
#### Bug Fixes
|
|
2128
1922
|
|
|
@@ -2135,7 +1929,7 @@
|
|
|
2135
1929
|
|
|
2136
1930
|
## 18.4.34 (2021-01-12)
|
|
2137
1931
|
|
|
2138
|
-
###
|
|
1932
|
+
### Document Editor
|
|
2139
1933
|
|
|
2140
1934
|
#### Bug Fixes
|
|
2141
1935
|
|
|
@@ -2151,7 +1945,7 @@
|
|
|
2151
1945
|
|
|
2152
1946
|
## 18.4.33 (2021-01-05)
|
|
2153
1947
|
|
|
2154
|
-
###
|
|
1948
|
+
### Document Editor
|
|
2155
1949
|
|
|
2156
1950
|
#### Bug Fixes
|
|
2157
1951
|
|
|
@@ -2160,7 +1954,7 @@
|
|
|
2160
1954
|
|
|
2161
1955
|
## 18.4.32 (2020-12-29)
|
|
2162
1956
|
|
|
2163
|
-
###
|
|
1957
|
+
### Document Editor
|
|
2164
1958
|
|
|
2165
1959
|
#### Bug Fixes
|
|
2166
1960
|
|
|
@@ -2170,7 +1964,7 @@
|
|
|
2170
1964
|
|
|
2171
1965
|
## 18.4.31 (2020-12-22)
|
|
2172
1966
|
|
|
2173
|
-
###
|
|
1967
|
+
### Document Editor
|
|
2174
1968
|
|
|
2175
1969
|
#### Bug Fixes
|
|
2176
1970
|
|
|
@@ -2184,7 +1978,7 @@
|
|
|
2184
1978
|
|
|
2185
1979
|
## 18.4.30 (2020-12-17)
|
|
2186
1980
|
|
|
2187
|
-
###
|
|
1981
|
+
### Document Editor
|
|
2188
1982
|
|
|
2189
1983
|
#### New Features
|
|
2190
1984
|
|
|
@@ -2192,7 +1986,7 @@
|
|
|
2192
1986
|
|
|
2193
1987
|
## 18.3.53 (2020-12-08)
|
|
2194
1988
|
|
|
2195
|
-
###
|
|
1989
|
+
### Document Editor
|
|
2196
1990
|
|
|
2197
1991
|
#### Bug Fixes
|
|
2198
1992
|
|
|
@@ -2202,7 +1996,7 @@
|
|
|
2202
1996
|
|
|
2203
1997
|
## 18.3.52 (2020-12-01)
|
|
2204
1998
|
|
|
2205
|
-
###
|
|
1999
|
+
### Document Editor
|
|
2206
2000
|
|
|
2207
2001
|
#### Bug Fixes
|
|
2208
2002
|
|
|
@@ -2212,7 +2006,7 @@
|
|
|
2212
2006
|
|
|
2213
2007
|
## 18.3.51 (2020-11-24)
|
|
2214
2008
|
|
|
2215
|
-
###
|
|
2009
|
+
### Document Editor
|
|
2216
2010
|
|
|
2217
2011
|
#### Bug Fixes
|
|
2218
2012
|
|
|
@@ -2226,7 +2020,7 @@
|
|
|
2226
2020
|
|
|
2227
2021
|
## 18.3.50 (2020-11-17)
|
|
2228
2022
|
|
|
2229
|
-
###
|
|
2023
|
+
### Document Editor
|
|
2230
2024
|
|
|
2231
2025
|
#### Bug Fixes
|
|
2232
2026
|
|
|
@@ -2235,7 +2029,7 @@
|
|
|
2235
2029
|
|
|
2236
2030
|
## 18.3.48 (2020-11-11)
|
|
2237
2031
|
|
|
2238
|
-
###
|
|
2032
|
+
### Document Editor
|
|
2239
2033
|
|
|
2240
2034
|
#### Bug Fixes
|
|
2241
2035
|
|
|
@@ -2244,7 +2038,7 @@
|
|
|
2244
2038
|
|
|
2245
2039
|
## 18.3.47 (2020-11-05)
|
|
2246
2040
|
|
|
2247
|
-
###
|
|
2041
|
+
### Document Editor
|
|
2248
2042
|
|
|
2249
2043
|
#### New Features
|
|
2250
2044
|
|
|
@@ -2279,7 +2073,7 @@
|
|
|
2279
2073
|
|
|
2280
2074
|
## 18.3.44 (2020-10-27)
|
|
2281
2075
|
|
|
2282
|
-
###
|
|
2076
|
+
### Document Editor
|
|
2283
2077
|
|
|
2284
2078
|
#### Bug Fixes
|
|
2285
2079
|
|
|
@@ -2292,7 +2086,7 @@
|
|
|
2292
2086
|
|
|
2293
2087
|
## 18.3.42 (2020-10-20)
|
|
2294
2088
|
|
|
2295
|
-
###
|
|
2089
|
+
### Document Editor
|
|
2296
2090
|
|
|
2297
2091
|
#### New Features
|
|
2298
2092
|
|
|
@@ -2312,7 +2106,7 @@
|
|
|
2312
2106
|
|
|
2313
2107
|
## 18.3.40 (2020-10-13)
|
|
2314
2108
|
|
|
2315
|
-
###
|
|
2109
|
+
### Document Editor
|
|
2316
2110
|
|
|
2317
2111
|
#### Bug Fixes
|
|
2318
2112
|
|
|
@@ -2328,7 +2122,7 @@
|
|
|
2328
2122
|
|
|
2329
2123
|
## 18.3.35 (2020-10-01)
|
|
2330
2124
|
|
|
2331
|
-
###
|
|
2125
|
+
### Document Editor
|
|
2332
2126
|
|
|
2333
2127
|
#### Bug Fixes
|
|
2334
2128
|
|
|
@@ -2400,7 +2194,7 @@
|
|
|
2400
2194
|
|
|
2401
2195
|
## 18.2.58 (2020-09-15)
|
|
2402
2196
|
|
|
2403
|
-
###
|
|
2197
|
+
### Document Editor
|
|
2404
2198
|
|
|
2405
2199
|
#### New Features
|
|
2406
2200
|
|
|
@@ -2418,7 +2212,7 @@
|
|
|
2418
2212
|
|
|
2419
2213
|
## 18.2.57 (2020-09-08)
|
|
2420
2214
|
|
|
2421
|
-
###
|
|
2215
|
+
### Document Editor
|
|
2422
2216
|
|
|
2423
2217
|
#### New Features
|
|
2424
2218
|
|
|
@@ -2443,7 +2237,7 @@
|
|
|
2443
2237
|
|
|
2444
2238
|
## 18.2.55 (2020-08-25)
|
|
2445
2239
|
|
|
2446
|
-
###
|
|
2240
|
+
### Document Editor
|
|
2447
2241
|
|
|
2448
2242
|
#### Bug Fixes
|
|
2449
2243
|
|
|
@@ -2458,7 +2252,7 @@
|
|
|
2458
2252
|
|
|
2459
2253
|
## 18.2.54 (2020-08-18)
|
|
2460
2254
|
|
|
2461
|
-
###
|
|
2255
|
+
### Document Editor
|
|
2462
2256
|
|
|
2463
2257
|
#### New Features
|
|
2464
2258
|
|
|
@@ -2499,7 +2293,7 @@
|
|
|
2499
2293
|
|
|
2500
2294
|
## 18.2.47 (2020-07-28)
|
|
2501
2295
|
|
|
2502
|
-
###
|
|
2296
|
+
### Document Editor
|
|
2503
2297
|
|
|
2504
2298
|
#### New Features
|
|
2505
2299
|
|
|
@@ -2512,7 +2306,7 @@
|
|
|
2512
2306
|
|
|
2513
2307
|
## 18.2.46 (2020-07-21)
|
|
2514
2308
|
|
|
2515
|
-
###
|
|
2309
|
+
### Document Editor
|
|
2516
2310
|
|
|
2517
2311
|
#### New Features
|
|
2518
2312
|
|
|
@@ -2529,7 +2323,7 @@
|
|
|
2529
2323
|
|
|
2530
2324
|
## 18.2.45 (2020-07-14)
|
|
2531
2325
|
|
|
2532
|
-
###
|
|
2326
|
+
### Document Editor
|
|
2533
2327
|
|
|
2534
2328
|
#### New Features
|
|
2535
2329
|
|
|
@@ -2545,7 +2339,7 @@
|
|
|
2545
2339
|
|
|
2546
2340
|
## 18.2.44 (2020-07-07)
|
|
2547
2341
|
|
|
2548
|
-
###
|
|
2342
|
+
### Document Editor
|
|
2549
2343
|
|
|
2550
2344
|
#### Breaking Changes
|
|
2551
2345
|
|
|
@@ -2634,7 +2428,7 @@
|
|
|
2634
2428
|
|
|
2635
2429
|
## 18.1.56 (2020-06-09)
|
|
2636
2430
|
|
|
2637
|
-
###
|
|
2431
|
+
### Document Editor
|
|
2638
2432
|
|
|
2639
2433
|
#### Bug Fixes
|
|
2640
2434
|
|
|
@@ -2649,7 +2443,7 @@
|
|
|
2649
2443
|
|
|
2650
2444
|
## 18.1.55 (2020-06-02)
|
|
2651
2445
|
|
|
2652
|
-
###
|
|
2446
|
+
### Document Editor
|
|
2653
2447
|
|
|
2654
2448
|
#### Bug Fixes
|
|
2655
2449
|
|
|
@@ -2663,7 +2457,7 @@
|
|
|
2663
2457
|
|
|
2664
2458
|
## 18.1.54 (2020-05-26)
|
|
2665
2459
|
|
|
2666
|
-
###
|
|
2460
|
+
### Document Editor
|
|
2667
2461
|
|
|
2668
2462
|
#### Bug Fixes
|
|
2669
2463
|
|
|
@@ -2678,7 +2472,7 @@
|
|
|
2678
2472
|
|
|
2679
2473
|
## 18.1.53 (2020-05-19)
|
|
2680
2474
|
|
|
2681
|
-
###
|
|
2475
|
+
### Document Editor
|
|
2682
2476
|
|
|
2683
2477
|
#### New Features
|
|
2684
2478
|
|
|
@@ -2695,7 +2489,7 @@
|
|
|
2695
2489
|
|
|
2696
2490
|
## 18.1.52 (2020-05-13)
|
|
2697
2491
|
|
|
2698
|
-
###
|
|
2492
|
+
### Document Editor
|
|
2699
2493
|
|
|
2700
2494
|
#### New Features
|
|
2701
2495
|
|
|
@@ -2708,7 +2502,7 @@
|
|
|
2708
2502
|
|
|
2709
2503
|
## 18.1.48 (2020-05-05)
|
|
2710
2504
|
|
|
2711
|
-
###
|
|
2505
|
+
### Document Editor
|
|
2712
2506
|
|
|
2713
2507
|
#### Bug Fixes
|
|
2714
2508
|
|
|
@@ -2723,7 +2517,7 @@
|
|
|
2723
2517
|
|
|
2724
2518
|
## 18.1.46 (2020-04-28)
|
|
2725
2519
|
|
|
2726
|
-
###
|
|
2520
|
+
### Document Editor
|
|
2727
2521
|
|
|
2728
2522
|
#### New Features
|
|
2729
2523
|
|
|
@@ -2742,7 +2536,7 @@
|
|
|
2742
2536
|
|
|
2743
2537
|
## 18.1.45 (2020-04-21)
|
|
2744
2538
|
|
|
2745
|
-
###
|
|
2539
|
+
### Document Editor
|
|
2746
2540
|
|
|
2747
2541
|
#### Bug Fixes
|
|
2748
2542
|
|
|
@@ -2753,7 +2547,7 @@
|
|
|
2753
2547
|
|
|
2754
2548
|
## 18.1.44 (2020-04-14)
|
|
2755
2549
|
|
|
2756
|
-
###
|
|
2550
|
+
### Document Editor
|
|
2757
2551
|
|
|
2758
2552
|
#### New Features
|
|
2759
2553
|
|
|
@@ -2769,7 +2563,7 @@
|
|
|
2769
2563
|
|
|
2770
2564
|
## 18.1.43 (2020-04-07)
|
|
2771
2565
|
|
|
2772
|
-
###
|
|
2566
|
+
### Document Editor
|
|
2773
2567
|
|
|
2774
2568
|
#### Bug Fixes
|
|
2775
2569
|
|
|
@@ -2784,7 +2578,7 @@
|
|
|
2784
2578
|
|
|
2785
2579
|
## 18.1.42 (2020-04-01)
|
|
2786
2580
|
|
|
2787
|
-
###
|
|
2581
|
+
### Document Editor
|
|
2788
2582
|
|
|
2789
2583
|
#### Breaking Changes
|
|
2790
2584
|
|
|
@@ -2915,7 +2709,7 @@
|
|
|
2915
2709
|
|
|
2916
2710
|
## 18.1.36-beta (2020-03-19)
|
|
2917
2711
|
|
|
2918
|
-
###
|
|
2712
|
+
### Document Editor
|
|
2919
2713
|
|
|
2920
2714
|
#### Breaking Changes
|
|
2921
2715
|
|
|
@@ -3038,7 +2832,7 @@
|
|
|
3038
2832
|
|
|
3039
2833
|
## 17.4.55 (2020-03-10)
|
|
3040
2834
|
|
|
3041
|
-
###
|
|
2835
|
+
### Document Editor
|
|
3042
2836
|
|
|
3043
2837
|
#### New Features
|
|
3044
2838
|
|
|
@@ -3055,7 +2849,7 @@
|
|
|
3055
2849
|
|
|
3056
2850
|
## 17.4.51 (2020-02-25)
|
|
3057
2851
|
|
|
3058
|
-
###
|
|
2852
|
+
### Document Editor
|
|
3059
2853
|
|
|
3060
2854
|
#### Bug Fixes
|
|
3061
2855
|
|
|
@@ -3067,7 +2861,7 @@
|
|
|
3067
2861
|
|
|
3068
2862
|
## 17.4.50 (2020-02-18)
|
|
3069
2863
|
|
|
3070
|
-
###
|
|
2864
|
+
### Document Editor
|
|
3071
2865
|
|
|
3072
2866
|
#### New Features
|
|
3073
2867
|
|
|
@@ -3079,7 +2873,7 @@
|
|
|
3079
2873
|
|
|
3080
2874
|
## 17.4.49 (2020-02-11)
|
|
3081
2875
|
|
|
3082
|
-
###
|
|
2876
|
+
### Document Editor
|
|
3083
2877
|
|
|
3084
2878
|
#### New Features
|
|
3085
2879
|
|
|
@@ -3095,7 +2889,7 @@
|
|
|
3095
2889
|
|
|
3096
2890
|
## 17.4.47 (2020-02-05)
|
|
3097
2891
|
|
|
3098
|
-
###
|
|
2892
|
+
### Document Editor
|
|
3099
2893
|
|
|
3100
2894
|
#### New Features
|
|
3101
2895
|
|
|
@@ -3111,7 +2905,7 @@
|
|
|
3111
2905
|
|
|
3112
2906
|
## 17.4.46 (2020-01-30)
|
|
3113
2907
|
|
|
3114
|
-
###
|
|
2908
|
+
### Document Editor
|
|
3115
2909
|
|
|
3116
2910
|
#### Breaking Changes
|
|
3117
2911
|
|
|
@@ -3126,7 +2920,7 @@
|
|
|
3126
2920
|
|
|
3127
2921
|
## 17.4.43 (2020-01-14)
|
|
3128
2922
|
|
|
3129
|
-
###
|
|
2923
|
+
### Document Editor
|
|
3130
2924
|
|
|
3131
2925
|
#### Bug Fixes
|
|
3132
2926
|
|
|
@@ -3140,7 +2934,7 @@
|
|
|
3140
2934
|
|
|
3141
2935
|
## 17.4.41 (2020-01-07)
|
|
3142
2936
|
|
|
3143
|
-
###
|
|
2937
|
+
### Document Editor
|
|
3144
2938
|
|
|
3145
2939
|
#### New Features
|
|
3146
2940
|
|
|
@@ -3160,7 +2954,7 @@
|
|
|
3160
2954
|
|
|
3161
2955
|
## 17.4.40 (2019-12-24)
|
|
3162
2956
|
|
|
3163
|
-
###
|
|
2957
|
+
### Document Editor
|
|
3164
2958
|
|
|
3165
2959
|
#### Breaking Changes
|
|
3166
2960
|
|
|
@@ -3232,7 +3026,7 @@
|
|
|
3232
3026
|
|
|
3233
3027
|
## 17.4.39 (2019-12-17)
|
|
3234
3028
|
|
|
3235
|
-
###
|
|
3029
|
+
### Document Editor
|
|
3236
3030
|
|
|
3237
3031
|
#### New Features
|
|
3238
3032
|
|
|
@@ -3244,7 +3038,7 @@
|
|
|
3244
3038
|
|
|
3245
3039
|
## 17.3.29 (2019-11-26)
|
|
3246
3040
|
|
|
3247
|
-
###
|
|
3041
|
+
### Document Editor
|
|
3248
3042
|
|
|
3249
3043
|
#### Bug Fixes
|
|
3250
3044
|
|
|
@@ -3257,7 +3051,7 @@
|
|
|
3257
3051
|
|
|
3258
3052
|
## 17.3.28 (2019-11-19)
|
|
3259
3053
|
|
|
3260
|
-
###
|
|
3054
|
+
### Document Editor
|
|
3261
3055
|
|
|
3262
3056
|
#### New Features
|
|
3263
3057
|
|
|
@@ -3274,7 +3068,7 @@
|
|
|
3274
3068
|
|
|
3275
3069
|
## 17.3.27 (2019-11-12)
|
|
3276
3070
|
|
|
3277
|
-
###
|
|
3071
|
+
### Document Editor
|
|
3278
3072
|
|
|
3279
3073
|
#### New Features
|
|
3280
3074
|
|
|
@@ -3290,7 +3084,7 @@
|
|
|
3290
3084
|
|
|
3291
3085
|
## 17.3.26 (2019-11-05)
|
|
3292
3086
|
|
|
3293
|
-
###
|
|
3087
|
+
### Document Editor
|
|
3294
3088
|
|
|
3295
3089
|
#### New Features
|
|
3296
3090
|
|
|
@@ -3306,7 +3100,7 @@
|
|
|
3306
3100
|
|
|
3307
3101
|
## 17.3.21 (2019-10-30)
|
|
3308
3102
|
|
|
3309
|
-
###
|
|
3103
|
+
### Document Editor
|
|
3310
3104
|
|
|
3311
3105
|
#### Bug Fixes
|
|
3312
3106
|
|
|
@@ -3317,7 +3111,7 @@
|
|
|
3317
3111
|
|
|
3318
3112
|
## 17.3.19 (2019-10-22)
|
|
3319
3113
|
|
|
3320
|
-
###
|
|
3114
|
+
### Document Editor
|
|
3321
3115
|
|
|
3322
3116
|
#### New Features
|
|
3323
3117
|
|
|
@@ -3332,7 +3126,7 @@
|
|
|
3332
3126
|
|
|
3333
3127
|
## 17.3.17 (2019-10-15)
|
|
3334
3128
|
|
|
3335
|
-
###
|
|
3129
|
+
### Document Editor
|
|
3336
3130
|
|
|
3337
3131
|
#### Bug Fixes
|
|
3338
3132
|
|
|
@@ -3348,7 +3142,7 @@
|
|
|
3348
3142
|
|
|
3349
3143
|
## 17.3.16 (2019-10-09)
|
|
3350
3144
|
|
|
3351
|
-
###
|
|
3145
|
+
### Document Editor
|
|
3352
3146
|
|
|
3353
3147
|
#### Bug Fixes
|
|
3354
3148
|
|
|
@@ -3361,7 +3155,7 @@
|
|
|
3361
3155
|
|
|
3362
3156
|
## 17.3.14 (2019-10-03)
|
|
3363
3157
|
|
|
3364
|
-
###
|
|
3158
|
+
### Document Editor
|
|
3365
3159
|
|
|
3366
3160
|
#### New Features
|
|
3367
3161
|
|
|
@@ -3389,7 +3183,7 @@
|
|
|
3389
3183
|
|
|
3390
3184
|
## 17.3.9-beta (2019-09-20)
|
|
3391
3185
|
|
|
3392
|
-
###
|
|
3186
|
+
### Document Editor
|
|
3393
3187
|
|
|
3394
3188
|
#### Bug Fixes
|
|
3395
3189
|
|
|
@@ -3398,7 +3192,7 @@
|
|
|
3398
3192
|
|
|
3399
3193
|
## 17.2.49 (2019-09-04)
|
|
3400
3194
|
|
|
3401
|
-
###
|
|
3195
|
+
### Document Editor
|
|
3402
3196
|
|
|
3403
3197
|
#### Bug Fixes
|
|
3404
3198
|
|
|
@@ -3411,7 +3205,7 @@
|
|
|
3411
3205
|
|
|
3412
3206
|
## 17.2.47 (2019-08-27)
|
|
3413
3207
|
|
|
3414
|
-
###
|
|
3208
|
+
### Document Editor
|
|
3415
3209
|
|
|
3416
3210
|
#### Bug Fixes
|
|
3417
3211
|
|
|
@@ -3421,7 +3215,7 @@
|
|
|
3421
3215
|
|
|
3422
3216
|
## 17.2.41 (2019-08-14)
|
|
3423
3217
|
|
|
3424
|
-
###
|
|
3218
|
+
### Document Editor
|
|
3425
3219
|
|
|
3426
3220
|
#### Bug Fixes
|
|
3427
3221
|
|
|
@@ -3434,7 +3228,7 @@
|
|
|
3434
3228
|
|
|
3435
3229
|
## 17.2.40 (2019-08-06)
|
|
3436
3230
|
|
|
3437
|
-
###
|
|
3231
|
+
### Document Editor
|
|
3438
3232
|
|
|
3439
3233
|
#### Bug Fixes
|
|
3440
3234
|
|
|
@@ -3445,7 +3239,7 @@
|
|
|
3445
3239
|
|
|
3446
3240
|
## 17.2.39 (2019-07-30)
|
|
3447
3241
|
|
|
3448
|
-
###
|
|
3242
|
+
### Document Editor
|
|
3449
3243
|
|
|
3450
3244
|
#### New Features
|
|
3451
3245
|
|
|
@@ -3458,7 +3252,7 @@
|
|
|
3458
3252
|
|
|
3459
3253
|
## 17.2.36 (2019-07-24)
|
|
3460
3254
|
|
|
3461
|
-
###
|
|
3255
|
+
### Document Editor
|
|
3462
3256
|
|
|
3463
3257
|
#### Bug Fixes
|
|
3464
3258
|
|
|
@@ -3468,7 +3262,7 @@
|
|
|
3468
3262
|
|
|
3469
3263
|
## 17.2.35 (2019-07-17)
|
|
3470
3264
|
|
|
3471
|
-
###
|
|
3265
|
+
### Document Editor
|
|
3472
3266
|
|
|
3473
3267
|
#### Bug Fixes
|
|
3474
3268
|
|
|
@@ -3480,7 +3274,7 @@
|
|
|
3480
3274
|
|
|
3481
3275
|
## 17.2.34 (2019-07-11)
|
|
3482
3276
|
|
|
3483
|
-
###
|
|
3277
|
+
### Document Editor
|
|
3484
3278
|
|
|
3485
3279
|
#### Breaking Changes
|
|
3486
3280
|
|
|
@@ -3495,7 +3289,7 @@
|
|
|
3495
3289
|
|
|
3496
3290
|
## 17.2.28-beta (2019-06-27)
|
|
3497
3291
|
|
|
3498
|
-
###
|
|
3292
|
+
### Document Editor
|
|
3499
3293
|
|
|
3500
3294
|
#### Breaking Changes
|
|
3501
3295
|
|
|
@@ -3521,7 +3315,7 @@
|
|
|
3521
3315
|
|
|
3522
3316
|
## 17.1.50 (2019-06-04)
|
|
3523
3317
|
|
|
3524
|
-
###
|
|
3318
|
+
### Document Editor
|
|
3525
3319
|
|
|
3526
3320
|
#### Bug Fixes
|
|
3527
3321
|
|
|
@@ -3530,7 +3324,7 @@
|
|
|
3530
3324
|
|
|
3531
3325
|
## 17.1.49 (2019-05-29)
|
|
3532
3326
|
|
|
3533
|
-
###
|
|
3327
|
+
### Document Editor
|
|
3534
3328
|
|
|
3535
3329
|
#### Bug Fixes
|
|
3536
3330
|
|
|
@@ -3538,7 +3332,7 @@
|
|
|
3538
3332
|
|
|
3539
3333
|
## 17.1.48 (2019-05-21)
|
|
3540
3334
|
|
|
3541
|
-
###
|
|
3335
|
+
### Document Editor
|
|
3542
3336
|
|
|
3543
3337
|
#### Bug Fixes
|
|
3544
3338
|
|
|
@@ -3554,7 +3348,7 @@
|
|
|
3554
3348
|
|
|
3555
3349
|
## 17.1.47 (2019-05-14)
|
|
3556
3350
|
|
|
3557
|
-
###
|
|
3351
|
+
### Document Editor
|
|
3558
3352
|
|
|
3559
3353
|
#### New Features
|
|
3560
3354
|
|
|
@@ -3567,7 +3361,7 @@
|
|
|
3567
3361
|
|
|
3568
3362
|
## 17.1.44 (2019-05-07)
|
|
3569
3363
|
|
|
3570
|
-
###
|
|
3364
|
+
### Document Editor
|
|
3571
3365
|
|
|
3572
3366
|
#### Bug Fixes
|
|
3573
3367
|
|
|
@@ -3575,7 +3369,7 @@
|
|
|
3575
3369
|
|
|
3576
3370
|
## 17.1.43 (2019-04-30)
|
|
3577
3371
|
|
|
3578
|
-
###
|
|
3372
|
+
### Document Editor
|
|
3579
3373
|
|
|
3580
3374
|
#### Bug Fixes
|
|
3581
3375
|
|
|
@@ -3583,7 +3377,7 @@
|
|
|
3583
3377
|
|
|
3584
3378
|
## 17.1.42 (2019-04-23)
|
|
3585
3379
|
|
|
3586
|
-
###
|
|
3380
|
+
### Document Editor
|
|
3587
3381
|
|
|
3588
3382
|
#### Bug Fixes
|
|
3589
3383
|
|
|
@@ -3591,7 +3385,7 @@
|
|
|
3591
3385
|
|
|
3592
3386
|
## 17.1.41 (2019-04-16)
|
|
3593
3387
|
|
|
3594
|
-
###
|
|
3388
|
+
### Document Editor
|
|
3595
3389
|
|
|
3596
3390
|
#### Bug Fixes
|
|
3597
3391
|
|
|
@@ -3601,7 +3395,7 @@
|
|
|
3601
3395
|
|
|
3602
3396
|
## 17.1.40 (2019-04-09)
|
|
3603
3397
|
|
|
3604
|
-
###
|
|
3398
|
+
### Document Editor
|
|
3605
3399
|
|
|
3606
3400
|
#### Bug Fixes
|
|
3607
3401
|
|
|
@@ -3612,7 +3406,7 @@
|
|
|
3612
3406
|
|
|
3613
3407
|
## 17.1.38 (2019-03-29)
|
|
3614
3408
|
|
|
3615
|
-
###
|
|
3409
|
+
### Document Editor
|
|
3616
3410
|
|
|
3617
3411
|
#### New Features
|
|
3618
3412
|
|
|
@@ -3626,7 +3420,7 @@
|
|
|
3626
3420
|
|
|
3627
3421
|
## 17.1.32-beta (2019-03-13)
|
|
3628
3422
|
|
|
3629
|
-
###
|
|
3423
|
+
### Document Editor
|
|
3630
3424
|
|
|
3631
3425
|
#### New Features
|
|
3632
3426
|
|
|
@@ -3640,7 +3434,7 @@
|
|
|
3640
3434
|
|
|
3641
3435
|
## 16.4.54 (2019-02-19)
|
|
3642
3436
|
|
|
3643
|
-
###
|
|
3437
|
+
### Document Editor
|
|
3644
3438
|
|
|
3645
3439
|
#### Bug Fixes
|
|
3646
3440
|
|
|
@@ -3648,7 +3442,7 @@
|
|
|
3648
3442
|
|
|
3649
3443
|
## 16.4.53 (2019-02-13)
|
|
3650
3444
|
|
|
3651
|
-
###
|
|
3445
|
+
### Document Editor
|
|
3652
3446
|
|
|
3653
3447
|
#### Bug Fixes
|
|
3654
3448
|
|
|
@@ -3658,7 +3452,7 @@
|
|
|
3658
3452
|
|
|
3659
3453
|
## 16.4.48 (2019-01-22)
|
|
3660
3454
|
|
|
3661
|
-
###
|
|
3455
|
+
### Document Editor
|
|
3662
3456
|
|
|
3663
3457
|
#### Bug Fixes
|
|
3664
3458
|
|
|
@@ -3666,7 +3460,7 @@
|
|
|
3666
3460
|
|
|
3667
3461
|
## 16.4.46 (2019-01-08)
|
|
3668
3462
|
|
|
3669
|
-
###
|
|
3463
|
+
### Document Editor
|
|
3670
3464
|
|
|
3671
3465
|
#### New Features
|
|
3672
3466
|
|
|
@@ -3674,7 +3468,7 @@
|
|
|
3674
3468
|
|
|
3675
3469
|
## 16.4.45 (2019-01-02)
|
|
3676
3470
|
|
|
3677
|
-
###
|
|
3471
|
+
### Document Editor
|
|
3678
3472
|
|
|
3679
3473
|
#### Bug Fixes
|
|
3680
3474
|
|
|
@@ -3682,7 +3476,7 @@
|
|
|
3682
3476
|
|
|
3683
3477
|
## 16.4.44 (2018-12-24)
|
|
3684
3478
|
|
|
3685
|
-
###
|
|
3479
|
+
### Document Editor
|
|
3686
3480
|
|
|
3687
3481
|
#### Bug Fixes
|
|
3688
3482
|
|
|
@@ -3692,7 +3486,7 @@
|
|
|
3692
3486
|
|
|
3693
3487
|
## 16.4.40-beta (2018-12-10)
|
|
3694
3488
|
|
|
3695
|
-
###
|
|
3489
|
+
### Document Editor
|
|
3696
3490
|
|
|
3697
3491
|
#### New Features
|
|
3698
3492
|
|
|
@@ -3702,7 +3496,7 @@
|
|
|
3702
3496
|
|
|
3703
3497
|
## 16.3.33 (2018-11-20)
|
|
3704
3498
|
|
|
3705
|
-
###
|
|
3499
|
+
### Document Editor
|
|
3706
3500
|
|
|
3707
3501
|
#### Bug Fixes
|
|
3708
3502
|
|
|
@@ -3710,7 +3504,7 @@
|
|
|
3710
3504
|
|
|
3711
3505
|
## 16.3.29 (2018-10-31)
|
|
3712
3506
|
|
|
3713
|
-
###
|
|
3507
|
+
### Document Editor
|
|
3714
3508
|
|
|
3715
3509
|
#### New Features
|
|
3716
3510
|
|
|
@@ -3722,7 +3516,7 @@
|
|
|
3722
3516
|
|
|
3723
3517
|
## 16.3.24 (2018-10-09)
|
|
3724
3518
|
|
|
3725
|
-
###
|
|
3519
|
+
### Document Editor
|
|
3726
3520
|
|
|
3727
3521
|
#### Bug Fixes
|
|
3728
3522
|
|
|
@@ -3730,7 +3524,7 @@
|
|
|
3730
3524
|
|
|
3731
3525
|
## 16.3.23 (2018-10-03)
|
|
3732
3526
|
|
|
3733
|
-
###
|
|
3527
|
+
### Document Editor
|
|
3734
3528
|
|
|
3735
3529
|
#### New Features
|
|
3736
3530
|
|
|
@@ -3738,7 +3532,7 @@
|
|
|
3738
3532
|
|
|
3739
3533
|
## 16.3.21 (2018-09-22)
|
|
3740
3534
|
|
|
3741
|
-
###
|
|
3535
|
+
### Document Editor
|
|
3742
3536
|
|
|
3743
3537
|
#### Bug Fixes
|
|
3744
3538
|
|
|
@@ -3746,7 +3540,7 @@
|
|
|
3746
3540
|
|
|
3747
3541
|
## 16.3.17 (2018-09-12)
|
|
3748
3542
|
|
|
3749
|
-
###
|
|
3543
|
+
### Document Editor
|
|
3750
3544
|
|
|
3751
3545
|
#### New Features
|
|
3752
3546
|
|
|
@@ -3755,7 +3549,7 @@
|
|
|
3755
3549
|
|
|
3756
3550
|
## 16.2.48 (2018-08-14)
|
|
3757
3551
|
|
|
3758
|
-
###
|
|
3552
|
+
### Document Editor
|
|
3759
3553
|
|
|
3760
3554
|
#### Bug Fixes
|
|
3761
3555
|
|
|
@@ -3766,7 +3560,7 @@
|
|
|
3766
3560
|
|
|
3767
3561
|
## 16.2.46 (2018-07-30)
|
|
3768
3562
|
|
|
3769
|
-
###
|
|
3563
|
+
### Document Editor
|
|
3770
3564
|
|
|
3771
3565
|
#### New Features
|
|
3772
3566
|
|
|
@@ -3774,7 +3568,7 @@
|
|
|
3774
3568
|
|
|
3775
3569
|
## 16.2.41 (2018-06-25)
|
|
3776
3570
|
|
|
3777
|
-
###
|
|
3571
|
+
### Document Editor
|
|
3778
3572
|
|
|
3779
3573
|
The Document Editor component is used to create, edit, view, and print Word documents in web applications. All the user interactions and editing operations that run purely in the client-side provides much faster editing experience to the users.
|
|
3780
3574
|
|