@syncfusion/ej2-richtexteditor 18.1.52 → 18.2.44-4568
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 +614 -572
- package/README.md +67 -67
- package/dist/ej2-richtexteditor.umd.min.js +1 -10
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +353 -136
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +364 -147
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/license +9 -9
- package/package.json +50 -73
- package/src/common/interface.d.ts +6 -6
- package/src/editor-manager/base/classes.d.ts +1 -1
- package/src/editor-manager/base/classes.js +1 -1
- package/src/editor-manager/base/editor-manager.d.ts +3 -3
- package/src/editor-manager/base/editor-manager.js +3 -3
- package/src/editor-manager/base/interface.d.ts +7 -7
- package/src/editor-manager/base/types.d.ts +1 -1
- package/src/editor-manager/plugin/alignments.d.ts +2 -2
- package/src/editor-manager/plugin/alignments.js +2 -2
- package/src/editor-manager/plugin/clearformat-exec.d.ts +2 -2
- package/src/editor-manager/plugin/clearformat-exec.js +2 -2
- package/src/editor-manager/plugin/clearformat.d.ts +1 -1
- package/src/editor-manager/plugin/clearformat.js +1 -1
- package/src/editor-manager/plugin/dom-node.d.ts +34 -34
- package/src/editor-manager/plugin/dom-node.js +34 -34
- package/src/editor-manager/plugin/formats.d.ts +2 -2
- package/src/editor-manager/plugin/formats.js +2 -2
- package/src/editor-manager/plugin/image.d.ts +3 -3
- package/src/editor-manager/plugin/image.js +3 -3
- package/src/editor-manager/plugin/indents.d.ts +2 -2
- package/src/editor-manager/plugin/indents.js +2 -2
- package/src/editor-manager/plugin/insert-methods.d.ts +4 -4
- package/src/editor-manager/plugin/insert-methods.js +4 -4
- package/src/editor-manager/plugin/insert-text.d.ts +2 -2
- package/src/editor-manager/plugin/insert-text.js +2 -2
- package/src/editor-manager/plugin/inserthtml-exec.d.ts +2 -2
- package/src/editor-manager/plugin/inserthtml-exec.js +2 -2
- package/src/editor-manager/plugin/inserthtml.d.ts +4 -2
- package/src/editor-manager/plugin/inserthtml.js +42 -6
- package/src/editor-manager/plugin/isformatted.d.ts +8 -8
- package/src/editor-manager/plugin/isformatted.js +8 -8
- package/src/editor-manager/plugin/link.d.ts +2 -2
- package/src/editor-manager/plugin/link.js +2 -2
- package/src/editor-manager/plugin/lists.d.ts +2 -2
- package/src/editor-manager/plugin/lists.js +4 -14
- package/src/editor-manager/plugin/ms-word-clean-up.d.ts +1 -1
- package/src/editor-manager/plugin/ms-word-clean-up.js +1 -1
- package/src/editor-manager/plugin/nodecutter.d.ts +6 -6
- package/src/editor-manager/plugin/nodecutter.js +6 -6
- package/src/editor-manager/plugin/selection-commands.d.ts +1 -1
- package/src/editor-manager/plugin/selection-commands.js +1 -1
- package/src/editor-manager/plugin/selection-exec.d.ts +2 -2
- package/src/editor-manager/plugin/selection-exec.js +2 -2
- package/src/editor-manager/plugin/table.d.ts +2 -2
- package/src/editor-manager/plugin/table.js +2 -2
- package/src/editor-manager/plugin/toolbar-status.d.ts +2 -2
- package/src/editor-manager/plugin/toolbar-status.js +2 -2
- package/src/editor-manager/plugin/undo.d.ts +6 -6
- package/src/editor-manager/plugin/undo.js +6 -6
- package/src/markdown-parser/base/interface.d.ts +10 -10
- package/src/markdown-parser/base/markdown-parser.d.ts +3 -3
- package/src/markdown-parser/base/markdown-parser.js +3 -3
- package/src/markdown-parser/base/types.d.ts +1 -1
- package/src/markdown-parser/plugin/clearformat.d.ts +2 -2
- package/src/markdown-parser/plugin/clearformat.js +2 -2
- package/src/markdown-parser/plugin/formats.d.ts +2 -2
- package/src/markdown-parser/plugin/formats.js +2 -2
- package/src/markdown-parser/plugin/link.d.ts +2 -2
- package/src/markdown-parser/plugin/link.js +2 -2
- package/src/markdown-parser/plugin/markdown-selection.d.ts +14 -14
- package/src/markdown-parser/plugin/markdown-selection.js +14 -14
- package/src/markdown-parser/plugin/md-selection-formats.d.ts +2 -2
- package/src/markdown-parser/plugin/md-selection-formats.js +2 -2
- package/src/markdown-parser/plugin/table.d.ts +3 -3
- package/src/markdown-parser/plugin/table.js +3 -3
- package/src/markdown-parser/plugin/undo.d.ts +6 -6
- package/src/markdown-parser/plugin/undo.js +6 -6
- package/src/rich-text-editor/actions/base-quick-toolbar.d.ts +9 -9
- package/src/rich-text-editor/actions/base-quick-toolbar.js +9 -9
- package/src/rich-text-editor/actions/base-toolbar.d.ts +3 -3
- package/src/rich-text-editor/actions/base-toolbar.js +3 -3
- package/src/rich-text-editor/actions/color-picker.d.ts +2 -2
- package/src/rich-text-editor/actions/color-picker.js +2 -2
- package/src/rich-text-editor/actions/count.d.ts +3 -3
- package/src/rich-text-editor/actions/count.js +3 -3
- package/src/rich-text-editor/actions/dropdown-buttons.d.ts +2 -2
- package/src/rich-text-editor/actions/dropdown-buttons.js +2 -2
- package/src/rich-text-editor/actions/full-screen.d.ts +3 -3
- package/src/rich-text-editor/actions/full-screen.js +3 -3
- package/src/rich-text-editor/actions/html-editor.d.ts +3 -3
- package/src/rich-text-editor/actions/html-editor.js +3 -3
- package/src/rich-text-editor/actions/keyboard-model.d.ts +13 -13
- package/src/rich-text-editor/actions/keyboard.d.ts +1 -1
- package/src/rich-text-editor/actions/keyboard.js +1 -1
- package/src/rich-text-editor/actions/markdown-editor.d.ts +2 -2
- package/src/rich-text-editor/actions/markdown-editor.js +2 -2
- package/src/rich-text-editor/actions/paste-clean-up.d.ts +1 -1
- package/src/rich-text-editor/actions/paste-clean-up.js +34 -3
- package/src/rich-text-editor/actions/quick-toolbar.d.ts +19 -9
- package/src/rich-text-editor/actions/quick-toolbar.js +17 -7
- package/src/rich-text-editor/actions/toolbar.d.ts +13 -13
- package/src/rich-text-editor/actions/toolbar.js +13 -13
- package/src/rich-text-editor/base/classes.d.ts +102 -102
- package/src/rich-text-editor/base/classes.js +102 -102
- package/src/rich-text-editor/base/constant.d.ts +111 -101
- package/src/rich-text-editor/base/constant.js +111 -101
- package/src/rich-text-editor/base/enum.d.ts +1 -1
- package/src/rich-text-editor/base/enum.js +1 -1
- package/src/rich-text-editor/base/interface.d.ts +51 -40
- package/src/rich-text-editor/base/interface.js +1 -1
- package/src/rich-text-editor/base/rich-text-editor-model.d.ts +659 -641
- package/src/rich-text-editor/base/rich-text-editor.d.ts +84 -52
- package/src/rich-text-editor/base/rich-text-editor.js +100 -43
- package/src/rich-text-editor/base/util.d.ts +1 -1
- package/src/rich-text-editor/base/util.js +1 -1
- package/src/rich-text-editor/formatter/formatter.d.ts +9 -8
- package/src/rich-text-editor/formatter/formatter.js +10 -8
- package/src/rich-text-editor/formatter/html-formatter.d.ts +2 -2
- package/src/rich-text-editor/formatter/html-formatter.js +2 -2
- package/src/rich-text-editor/formatter/markdown-formatter.d.ts +2 -2
- package/src/rich-text-editor/formatter/markdown-formatter.js +2 -2
- package/src/rich-text-editor/models/iframe-settings-model.d.ts +21 -21
- package/src/rich-text-editor/models/inline-mode-model.d.ts +9 -9
- package/src/rich-text-editor/models/toolbar-settings-model.d.ts +228 -228
- package/src/rich-text-editor/renderer/content-renderer.d.ts +6 -6
- package/src/rich-text-editor/renderer/content-renderer.js +6 -6
- package/src/rich-text-editor/renderer/dialog-renderer.d.ts +3 -2
- package/src/rich-text-editor/renderer/dialog-renderer.js +8 -8
- package/src/rich-text-editor/renderer/iframe-content-renderer.d.ts +4 -4
- package/src/rich-text-editor/renderer/iframe-content-renderer.js +4 -4
- package/src/rich-text-editor/renderer/image-module.d.ts +1 -1
- package/src/rich-text-editor/renderer/image-module.js +96 -29
- package/src/rich-text-editor/renderer/link-module.d.ts +1 -1
- package/src/rich-text-editor/renderer/link-module.js +1 -1
- package/src/rich-text-editor/renderer/markdown-renderer.d.ts +6 -6
- package/src/rich-text-editor/renderer/markdown-renderer.js +6 -6
- package/src/rich-text-editor/renderer/popup-renderer.d.ts +5 -5
- package/src/rich-text-editor/renderer/popup-renderer.js +5 -5
- package/src/rich-text-editor/renderer/render.d.ts +2 -2
- package/src/rich-text-editor/renderer/render.js +2 -2
- package/src/rich-text-editor/renderer/table-module.d.ts +1 -1
- package/src/rich-text-editor/renderer/table-module.js +5 -3
- package/src/rich-text-editor/renderer/toolbar-renderer.d.ts +8 -8
- package/src/rich-text-editor/renderer/toolbar-renderer.js +21 -9
- package/src/rich-text-editor/renderer/view-source.d.ts +6 -6
- package/src/rich-text-editor/renderer/view-source.js +6 -6
- package/src/rich-text-editor/services/renderer-factory.d.ts +3 -3
- package/src/rich-text-editor/services/renderer-factory.js +3 -3
- package/src/rich-text-editor/services/service-locator.d.ts +3 -3
- package/src/rich-text-editor/services/service-locator.js +3 -3
- package/src/selection/selection.d.ts +22 -22
- package/src/selection/selection.js +22 -22
- package/styles/_all.scss +2 -2
- package/styles/rich-text-editor/_all.scss +2 -2
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +151 -151
- package/styles/rich-text-editor/_bootstrap-definition.scss +184 -184
- package/styles/rich-text-editor/_bootstrap4-definition.scss +307 -307
- package/styles/rich-text-editor/_fabric-dark-definition.scss +150 -150
- package/styles/rich-text-editor/_fabric-definition.scss +148 -148
- package/styles/rich-text-editor/_highcontrast-definition.scss +148 -148
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +148 -148
- package/styles/rich-text-editor/_layout.scss +1332 -1332
- package/styles/rich-text-editor/_material-dark-definition.scss +151 -151
- package/styles/rich-text-editor/_material-definition.scss +150 -150
- package/styles/rich-text-editor/_theme.scss +484 -484
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +285 -285
- package/styles/rich-text-editor/icons/_bootstrap.scss +284 -284
- package/styles/rich-text-editor/icons/_bootstrap4.scss +284 -284
- package/styles/rich-text-editor/icons/_fabric-dark.scss +284 -284
- package/styles/rich-text-editor/icons/_fabric.scss +284 -284
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +284 -284
- package/styles/rich-text-editor/icons/_highcontrast.scss +284 -284
- package/styles/rich-text-editor/icons/_material-dark.scss +284 -284
- package/styles/rich-text-editor/icons/_material.scss +284 -284
- package/dist/global/ej2-richtexteditor.min.js +0 -11
- package/dist/global/ej2-richtexteditor.min.js.map +0 -1
- package/dist/global/index.d.ts +0 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,572 +1,614 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [Unreleased]
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
- `#
|
|
26
|
-
|
|
27
|
-
- `#
|
|
28
|
-
|
|
29
|
-
## 18.1.
|
|
30
|
-
|
|
31
|
-
### RichTextEditor
|
|
32
|
-
|
|
33
|
-
####
|
|
34
|
-
|
|
35
|
-
- `#
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
- `#
|
|
44
|
-
|
|
45
|
-
## 18.1.
|
|
46
|
-
|
|
47
|
-
### RichTextEditor
|
|
48
|
-
|
|
49
|
-
####
|
|
50
|
-
|
|
51
|
-
- `#
|
|
52
|
-
|
|
53
|
-
##
|
|
54
|
-
|
|
55
|
-
### RichTextEditor
|
|
56
|
-
|
|
57
|
-
#### Bug Fixes
|
|
58
|
-
|
|
59
|
-
- `
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
- `#
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
- `#
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
- `#
|
|
114
|
-
|
|
115
|
-
- `#
|
|
116
|
-
|
|
117
|
-
- `#
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
- `#
|
|
176
|
-
|
|
177
|
-
- `#
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
-
|
|
188
|
-
|
|
189
|
-
## 17.3.
|
|
190
|
-
|
|
191
|
-
### RichTextEditor
|
|
192
|
-
|
|
193
|
-
#### Bug Fixes
|
|
194
|
-
|
|
195
|
-
- `#
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
- `#
|
|
214
|
-
|
|
215
|
-
- `#
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
- `#
|
|
230
|
-
|
|
231
|
-
## 17.
|
|
232
|
-
|
|
233
|
-
### RichTextEditor
|
|
234
|
-
|
|
235
|
-
####
|
|
236
|
-
|
|
237
|
-
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
- `#
|
|
287
|
-
|
|
288
|
-
- `#
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
- `#
|
|
297
|
-
|
|
298
|
-
- `#
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
####
|
|
309
|
-
|
|
310
|
-
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
- `#
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
- `#
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
-
|
|
385
|
-
|
|
386
|
-
##
|
|
387
|
-
|
|
388
|
-
### RichTextEditor
|
|
389
|
-
|
|
390
|
-
#### Bug Fixes
|
|
391
|
-
|
|
392
|
-
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
-
|
|
435
|
-
|
|
436
|
-
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
-
|
|
447
|
-
|
|
448
|
-
-
|
|
449
|
-
|
|
450
|
-
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
-
|
|
463
|
-
|
|
464
|
-
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
-
|
|
495
|
-
|
|
496
|
-
## 16.
|
|
497
|
-
|
|
498
|
-
### RichTextEditor
|
|
499
|
-
|
|
500
|
-
#### Bug Fixes
|
|
501
|
-
|
|
502
|
-
-
|
|
503
|
-
|
|
504
|
-
issue has been fixed.
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
-
|
|
572
|
-
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [Unreleased]
|
|
4
|
+
|
|
5
|
+
## 18.2.44 (2020-07-07)
|
|
6
|
+
|
|
7
|
+
### RichTextEditor
|
|
8
|
+
|
|
9
|
+
#### New Features
|
|
10
|
+
|
|
11
|
+
- `#271295` - Provided public methods `showInlineToolbar` and `hideInlineToolbar` to show and hide the inline toolbars in the Rich Text Editor.
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- The issue with "Rich Text Editor data binding not working in Source Code view" has been resolved.
|
|
16
|
+
|
|
17
|
+
## 18.1.57 (2020-06-16)
|
|
18
|
+
|
|
19
|
+
### RichTextEditor
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- `#275859` - The issue with "throwing script error while pasting the content with table" in the Rich Text Editor has been resolved.
|
|
24
|
+
|
|
25
|
+
- `#279019` - The issue with "pasting the content inside the nested table that breaks the HTML content in the Rich Text Editor" has been resolved.
|
|
26
|
+
|
|
27
|
+
- `#276473` - The issue `afterImageDelete` event is not triggered when the image is removed along with text content in the Rich Text Editor" has been resolved.
|
|
28
|
+
|
|
29
|
+
## 18.1.54 (2020-05-26)
|
|
30
|
+
|
|
31
|
+
### RichTextEditor
|
|
32
|
+
|
|
33
|
+
#### Bug Fixes
|
|
34
|
+
|
|
35
|
+
- `#275859` - The issue with unable to edit the Rich Text Editor content after pasting the content with table has been resolved.
|
|
36
|
+
|
|
37
|
+
## 18.1.53 (2020-05-19)
|
|
38
|
+
|
|
39
|
+
### RichTextEditor
|
|
40
|
+
|
|
41
|
+
#### Bug Fixes
|
|
42
|
+
|
|
43
|
+
- `#F150037` - The issue with "throwing script error while dynamically enable/disable the toolbar" has been resolved.
|
|
44
|
+
|
|
45
|
+
## 18.1.52 (2020-05-13)
|
|
46
|
+
|
|
47
|
+
### RichTextEditor
|
|
48
|
+
|
|
49
|
+
#### Bug Fixes
|
|
50
|
+
|
|
51
|
+
- `#F152908` - The issue sub list remains after deleting the parent list element in the Rich Text Editor has been resolved.
|
|
52
|
+
|
|
53
|
+
## 18.1.48 (2020-05-05)
|
|
54
|
+
|
|
55
|
+
### RichTextEditor
|
|
56
|
+
|
|
57
|
+
#### Bug Fixes
|
|
58
|
+
|
|
59
|
+
- `#272406` - The issue background color format not applied properly on changing the font size in the Rich Text Editor has been resolved.
|
|
60
|
+
|
|
61
|
+
## 18.1.45 (2020-04-21)
|
|
62
|
+
|
|
63
|
+
### RichTextEditor
|
|
64
|
+
|
|
65
|
+
#### Bug Fixes
|
|
66
|
+
|
|
67
|
+
- `#271937` - The issue table border not applied when pasting the content from the Excel in the Rich Text Editor has been resolved.
|
|
68
|
+
|
|
69
|
+
- `#271289` - The issue with using keyboard short cut `ctrl+k` to insert link not working in the Rich Text Editor has been resolved.
|
|
70
|
+
|
|
71
|
+
## 18.1.44 (2020-04-14)
|
|
72
|
+
|
|
73
|
+
### RichTextEditor
|
|
74
|
+
|
|
75
|
+
#### New Features
|
|
76
|
+
|
|
77
|
+
- `#F152228`, `#266987` - Provided an event `afterImageDelete` to be triggered after the image is removed from the Rich Text Editor content.
|
|
78
|
+
|
|
79
|
+
#### Bug Fixes
|
|
80
|
+
|
|
81
|
+
- `#F152859` - The issue `executeCommand` using `insertHTML` not inserting the Iframe element in the Rich Text Editor has been resolved.
|
|
82
|
+
|
|
83
|
+
- `#267874`, `#269214`, `#271199` - Resolved the compilation error with typescript version 3.8.3
|
|
84
|
+
|
|
85
|
+
- `#F152908` - The issue with empty sub-list not removed from Rich Text Editor has been resolved.
|
|
86
|
+
|
|
87
|
+
## 18.1.42 (2020-04-01)
|
|
88
|
+
|
|
89
|
+
### RichTextEditor
|
|
90
|
+
|
|
91
|
+
#### New Features
|
|
92
|
+
|
|
93
|
+
- `#266522` - Provided scrollable option support to the toolbar by setting toolbar type as `Scrollable` in Rich Text Editor.
|
|
94
|
+
|
|
95
|
+
## 17.4.51 (2020-02-25)
|
|
96
|
+
|
|
97
|
+
### RichTextEditor
|
|
98
|
+
|
|
99
|
+
#### Bug Fixes
|
|
100
|
+
|
|
101
|
+
- `F151491` - Resolved the issue with RichTextEditor height that is not set properly when the toolbar is disabled.
|
|
102
|
+
|
|
103
|
+
- `F151491` - Resolved the script errors thrown when opening an insert image dialog several times.
|
|
104
|
+
|
|
105
|
+
## 17.4.49 (2020-02-11)
|
|
106
|
+
|
|
107
|
+
### RichTextEditor
|
|
108
|
+
|
|
109
|
+
#### Bug Fixes
|
|
110
|
+
|
|
111
|
+
- `#261548`, `#262909` - The issue with a new line added after pasting the content and focusing out in the Rich Text Editor has been resolved.
|
|
112
|
+
|
|
113
|
+
- `#F150940` - The issue with cursor not maintained when using the `executeCommand` method with `insertHTML` in the Rich Text Editor has been resolved.
|
|
114
|
+
|
|
115
|
+
- `#F150991` - Fixed issue with script error when RichTextEditor is dynamically rendered using setState.
|
|
116
|
+
|
|
117
|
+
- `#F150991` - Resolved the issue with the fontName requestType is getting as fontSize after the `change` event has been triggered.
|
|
118
|
+
|
|
119
|
+
- `#F150742` - Resolved the issue with `dialogOpen` event does not return the content element in insert image dialog.
|
|
120
|
+
|
|
121
|
+
- `#262805` - Fixed issue `change` event triggers first time when `readonly` property is enabled.
|
|
122
|
+
|
|
123
|
+
## 17.4.47 (2020-02-05)
|
|
124
|
+
|
|
125
|
+
### RichTextEditor
|
|
126
|
+
|
|
127
|
+
#### Bug Fixes
|
|
128
|
+
|
|
129
|
+
- `#150737` - Resolved the issue with inserting an image dialog that was not properly rendered on mobile devices.
|
|
130
|
+
|
|
131
|
+
- `#F150655` - The issue 'Images not uploaded into the server when pasting only an image from the MS Word in the Rich Text Editor' has been resolved.
|
|
132
|
+
|
|
133
|
+
## 17.4.46 (2020-01-30)
|
|
134
|
+
|
|
135
|
+
### RichTextEditor
|
|
136
|
+
|
|
137
|
+
#### New Features
|
|
138
|
+
|
|
139
|
+
- `#F149481` - Provided the support to get the selected HTML content using the `getSelectedHtml` public method.
|
|
140
|
+
|
|
141
|
+
## 17.4.44 (2021-01-21)
|
|
142
|
+
|
|
143
|
+
### RichTextEditor
|
|
144
|
+
|
|
145
|
+
#### New Features
|
|
146
|
+
|
|
147
|
+
- `#256724`, `#F149821` - Provided the support to insert a table using the `executeCommand` public method in the RichTextEditor.
|
|
148
|
+
|
|
149
|
+
## 17.4.43 (2020-01-14)
|
|
150
|
+
|
|
151
|
+
### RichTextEditor
|
|
152
|
+
|
|
153
|
+
#### Bug Fixes
|
|
154
|
+
|
|
155
|
+
- `#258971` - Resolved the issue with an image element that is appended on insert image dialog drop area when drag and drop an image.
|
|
156
|
+
|
|
157
|
+
- `#254879` - The issue with copying and pasting MS Word content along with the image of type `v:shape` to the Rich Text Editor has been fixed.
|
|
158
|
+
|
|
159
|
+
- `#F149899` - The issue with 'image alignment styles are not loaded when displaying the editor content on another page' in the Rich Text Editor has been fixed.
|
|
160
|
+
|
|
161
|
+
## 17.4.40 (2019-12-24)
|
|
162
|
+
|
|
163
|
+
### RichTextEditor
|
|
164
|
+
|
|
165
|
+
#### Bug Fixes
|
|
166
|
+
|
|
167
|
+
- `#254606` - Web accessibility related issues have been resolved.
|
|
168
|
+
|
|
169
|
+
## 17.4.39 (2019-12-17)
|
|
170
|
+
|
|
171
|
+
### RichTextEditor
|
|
172
|
+
|
|
173
|
+
#### Bug Fixes
|
|
174
|
+
|
|
175
|
+
- `#256452` - The Rich Text Editor is no longer allow to resize the image when `readonly` is enabled.
|
|
176
|
+
|
|
177
|
+
- `#253296` - The issue with drag and drop text is not working inside the Rich Text Editor has been fixed.
|
|
178
|
+
|
|
179
|
+
### RichTextEditor
|
|
180
|
+
|
|
181
|
+
#### New Features
|
|
182
|
+
|
|
183
|
+
- **Callback event to custom toolbar**: The feature allows to bind click event handler to the custom toolbar items in the Rich Text Editor.
|
|
184
|
+
|
|
185
|
+
- **Code format as toolbar button**: Provided an option to add the code format as toolbar button with toggle state in the Rich Text Editor.
|
|
186
|
+
|
|
187
|
+
- **XHTML validation**: Provided support to validate the content of Rich Text Editor with XHTML standard.
|
|
188
|
+
|
|
189
|
+
## 17.3.29 (2019-11-26)
|
|
190
|
+
|
|
191
|
+
### RichTextEditor
|
|
192
|
+
|
|
193
|
+
#### Bug Fixes
|
|
194
|
+
|
|
195
|
+
- `#F149001` - The issue with customization of table cell padding and cell spacing in the Rich Text Editor has been resolved.
|
|
196
|
+
|
|
197
|
+
## 17.3.28 (2019-11-19)
|
|
198
|
+
|
|
199
|
+
### RichTextEditor
|
|
200
|
+
|
|
201
|
+
#### Bug Fixes
|
|
202
|
+
|
|
203
|
+
- `#254865` - Resolved the issue with an image that is not removed when pressing the delete key by enabling the `showOnRightClick` property.
|
|
204
|
+
|
|
205
|
+
## 17.3.19 (2019-10-22)
|
|
206
|
+
|
|
207
|
+
### RichTextEditor
|
|
208
|
+
|
|
209
|
+
#### Bug Fixes
|
|
210
|
+
|
|
211
|
+
- `#251855` - Resolved the issue with appearance of transparent color tile in Rich Text Editor's color picker.
|
|
212
|
+
|
|
213
|
+
- `#251699` - The issue with pasting content from Word document displays unnecessary HTML content in the Rich Text Editor has been fixed.
|
|
214
|
+
|
|
215
|
+
- `#251640` - The issue "placeholder not hidden after inserting a table or an image in the Rich Text Editor" has been fixed.
|
|
216
|
+
|
|
217
|
+
- `#250650` - The issue with image rename in the imageUploadSuccess event not working when drag and drop an image into RichTextEditor has been fixed.
|
|
218
|
+
|
|
219
|
+
- `#250587` - The issue with null field shown on form data headers response when drag and drop an image into RichTextEditor has been fixed.
|
|
220
|
+
|
|
221
|
+
- `#251855` - The issue "console error is thrown, when the image upload dialog is opened in IE browser" has been fixed.
|
|
222
|
+
|
|
223
|
+
## 17.3.16 (2019-10-09)
|
|
224
|
+
|
|
225
|
+
### RichTextEditor
|
|
226
|
+
|
|
227
|
+
#### Bug Fixes
|
|
228
|
+
|
|
229
|
+
- `#249291` - The issue "extra empty tags are added while toggling bold or Italic style when typing the text randomly" in the Rich Text Editor has been fixed.
|
|
230
|
+
|
|
231
|
+
## 17.3.14 (2019-10-03)
|
|
232
|
+
|
|
233
|
+
### RichTextEditor
|
|
234
|
+
|
|
235
|
+
#### Bug Fixes
|
|
236
|
+
|
|
237
|
+
- `#249182` - The issue with localizing static texts of paste prompt dialog in the Rich Text Editor has been fixed.
|
|
238
|
+
|
|
239
|
+
- `#249613` - The issue with pasting content from Microsoft Excel sheet that throws console error in the Rich Text Editor has been fixed.
|
|
240
|
+
|
|
241
|
+
## 17.3.9-beta (2019-09-20)
|
|
242
|
+
|
|
243
|
+
### RichTextEditor
|
|
244
|
+
|
|
245
|
+
#### New Features
|
|
246
|
+
|
|
247
|
+
- **Drag and drop images from local system**: The feature allows to insert the images to the editor by drag and drop from local path. The images can uploaded to the server before insert into the editor.
|
|
248
|
+
|
|
249
|
+
- **Resizable Editor**: `#236064` - This feature allows the editor to be resized. Users can enable or disable this feature using the `enableResize` property. If `enableResize` is true, the RichTextEditor component creates grip at the bottom right corner to resize it in diagonal direction.
|
|
250
|
+
|
|
251
|
+
- **Pasting images from Microsoft Word and Microsoft Outlook**: This feature allows you to paste the images in the editor by copying and pasting from Microsoft Word and Outlook. The images can be uploaded to the server before inserting into the editor.
|
|
252
|
+
|
|
253
|
+
#### Bug Fixes
|
|
254
|
+
|
|
255
|
+
- `#F146927` - The issue with copy and pasting image from MS Word to the RichTextEditor has been fixed.
|
|
256
|
+
|
|
257
|
+
- `#246340` - The issue with pasting the content as plain-text in Rich Text Editor has been fixed.
|
|
258
|
+
|
|
259
|
+
## 17.2.47 (2019-08-27)
|
|
260
|
+
|
|
261
|
+
### RichTextEditor
|
|
262
|
+
|
|
263
|
+
#### Bug Fixes
|
|
264
|
+
|
|
265
|
+
- `#242999` - Now, Reactive form validates properly on `shift + tab` key action.
|
|
266
|
+
|
|
267
|
+
- `#244796` - Floating toolbar now renders properly without alignment issue, when render the Rich Text Editor within Tab.
|
|
268
|
+
|
|
269
|
+
- `#243448` - Performance with page scroll has been improved when multiple Rich Text Editor components are rendered in the page.
|
|
270
|
+
|
|
271
|
+
- `#241388` - The issue with right-click option while rendering RichTextEditor inside the table has been fixed.
|
|
272
|
+
|
|
273
|
+
## 17.2.46 (2019-08-22)
|
|
274
|
+
|
|
275
|
+
### RichTextEditor
|
|
276
|
+
|
|
277
|
+
#### New Features
|
|
278
|
+
|
|
279
|
+
- **Image upload events**
|
|
280
|
+
- `#240002`, `#236690`, `#241238`, `#244320` - This feature allows images to be customized on uploading and inserting them into the editor by using the upload events image selected, image uploading, image upload success, and image upload failed. Users can rename the images before inserting them into the editor using these events.
|
|
281
|
+
|
|
282
|
+
#### Bug Fixes
|
|
283
|
+
|
|
284
|
+
- `#243475` - Now, you can validate max-length even showCharCount property as false.
|
|
285
|
+
|
|
286
|
+
- `#243475` - Resolved the issue with max-length validation on pasting the content.
|
|
287
|
+
|
|
288
|
+
- `#242999` - The key action for `tab` key and `shift + tab` key are similar now.
|
|
289
|
+
|
|
290
|
+
## 17.2.41 (2019-08-14)
|
|
291
|
+
|
|
292
|
+
### RichTextEditor
|
|
293
|
+
|
|
294
|
+
#### New Features
|
|
295
|
+
|
|
296
|
+
- **Support for saving images in base64**: `#240002`, `#242405` - This feature allows users to save the images in the RichTextEditor in base64 format along with the existing blob format.
|
|
297
|
+
|
|
298
|
+
- `#242771` - Provided the support to handle both absolute and relative path links.
|
|
299
|
+
|
|
300
|
+
#### Bug Fixes
|
|
301
|
+
|
|
302
|
+
- `#243767` - The issue with applying selected format based on content editable has been fixed.
|
|
303
|
+
|
|
304
|
+
## 17.2.36 (2019-07-24)
|
|
305
|
+
|
|
306
|
+
### RichTextEditor
|
|
307
|
+
|
|
308
|
+
#### Bug Fixes
|
|
309
|
+
|
|
310
|
+
- `#242377` - The issue, "alignment is not working while pasting content from notepad" has been resolved.
|
|
311
|
+
|
|
312
|
+
- `#F146057` - The issue, "formatting(strong and alignment) is not maintained on pasting web content" has been resolved.
|
|
313
|
+
|
|
314
|
+
## 17.2.35 (2019-07-17)
|
|
315
|
+
|
|
316
|
+
### RichTextEditor
|
|
317
|
+
|
|
318
|
+
#### Bug Fixes
|
|
319
|
+
|
|
320
|
+
- `#241388` - The issue, "browser context menu is not shown on right click when enabling the showOnRightClick property" has been resolved.
|
|
321
|
+
|
|
322
|
+
## 17.2.34 (2019-07-11)
|
|
323
|
+
|
|
324
|
+
### RichTextEditor
|
|
325
|
+
|
|
326
|
+
#### Bug Fixes
|
|
327
|
+
|
|
328
|
+
- `#F145376` - The issue, "action complete event is not triggered when deleting the content with text and images" has been resolved.
|
|
329
|
+
|
|
330
|
+
- `#237729` - The issue "table column width is shown as pixel instead of percentage while resizing" has been fixed.
|
|
331
|
+
|
|
332
|
+
- `#237729` - Pickers mode throws script error when selecting the color in table's quick toolbar, that issue has been fixed.
|
|
333
|
+
|
|
334
|
+
- `#237729` - Color picker value doesn't set as RGBA(alpha) value in content editor, that issue has been fixed.
|
|
335
|
+
|
|
336
|
+
- `#240808` - The issue "opening a link in new window throws an error for auto generated link" has been fixed.
|
|
337
|
+
|
|
338
|
+
- `#240024` - The issue, "spacing between words is removed when focus out the editor" has been resolved.
|
|
339
|
+
|
|
340
|
+
- `#234519`, `#234586`, `#F138909` - The issues with table and its functionalities in IE11 has been resolved.
|
|
341
|
+
|
|
342
|
+
## 17.2.28-beta (2019-06-27)
|
|
343
|
+
|
|
344
|
+
### RichTextEditor
|
|
345
|
+
|
|
346
|
+
#### New Features
|
|
347
|
+
|
|
348
|
+
- **Paste from Microsoft Word**: This feature allows users to paste clean-formatted HTML markup by removing all unnecessary elements, styles, and attributes from text while copying and pasting it from Microsoft Word.
|
|
349
|
+
|
|
350
|
+
#### Breaking Changes
|
|
351
|
+
|
|
352
|
+
- Changed the default value of the API property `allowedStyleProps` from `null` to `['background', 'background-color', 'border', 'border-bottom', 'border-left', 'border-radius', 'border-right', 'border-style', 'border-top', 'border-width', 'clear', 'color', 'cursor', 'direction', 'display', 'float', 'font', 'font-family', 'font-size', 'font-weight', 'font-style','height', 'left', 'line-height', 'margin', 'margin-top', 'margin-left', 'margin-right', 'margin-bottom', 'max-height', 'max-width', 'min-height', 'min-width', 'overflow', 'overflow-x', 'overflow-y', 'padding', 'padding-bottom', 'padding-left', 'padding-right', 'padding-top', 'position', 'right', 'table-layout', 'text-align', 'text-decoration', 'text-indent', 'top', 'vertical-align', 'visibility', 'white-space', 'width']`.
|
|
353
|
+
|
|
354
|
+
#### Bug Fixes
|
|
355
|
+
|
|
356
|
+
- `#238872` - Issue with cursor position when enabled list with empty editor that issue has been resolved.
|
|
357
|
+
|
|
358
|
+
## 17.1.49 (2019-05-29)
|
|
359
|
+
|
|
360
|
+
### RichTextEditor
|
|
361
|
+
|
|
362
|
+
#### Bug Fixes
|
|
363
|
+
|
|
364
|
+
- `#235461` - Thrown the console error while rendering the RichTextEditor within a table element and pressing the tab key from edit area that issue has been resolved.
|
|
365
|
+
|
|
366
|
+
## 17.1.48 (2019-05-21)
|
|
367
|
+
|
|
368
|
+
### RichTextEditor
|
|
369
|
+
|
|
370
|
+
#### New Features
|
|
371
|
+
|
|
372
|
+
- `#230976` - Opens a quick toolbar on right-click support has been provided.
|
|
373
|
+
|
|
374
|
+
#### Bug Fixes
|
|
375
|
+
|
|
376
|
+
- `#235120` - RichTextEditor's paste as plain text doesn't preserve line break that issue has been resolved.
|
|
377
|
+
|
|
378
|
+
## 17.1.43 (2019-04-30)
|
|
379
|
+
|
|
380
|
+
### RichTextEditor
|
|
381
|
+
|
|
382
|
+
#### Bug Fixes
|
|
383
|
+
|
|
384
|
+
- `#234280` - RichTextEditor's toolbar is broken when using ES2015 target that issue has been resolved.
|
|
385
|
+
|
|
386
|
+
## 17.1.42 (2019-04-23)
|
|
387
|
+
|
|
388
|
+
### RichTextEditor
|
|
389
|
+
|
|
390
|
+
#### Bug Fixes
|
|
391
|
+
|
|
392
|
+
- Change event doesn't trigger, when RichTextEditor blurs inside of `In-place Editor` that issue has been fixed.
|
|
393
|
+
|
|
394
|
+
## 17.1.40 (2019-04-09)
|
|
395
|
+
|
|
396
|
+
### RichTextEditor
|
|
397
|
+
|
|
398
|
+
#### Bug Fixes
|
|
399
|
+
|
|
400
|
+
- Insert image functionality of `RichTextEditor` is not working when render with `File Upload`, that issue has been fixed.
|
|
401
|
+
|
|
402
|
+
## 17.1.32-beta (2019-03-13)
|
|
403
|
+
|
|
404
|
+
### RichTextEditor
|
|
405
|
+
|
|
406
|
+
#### Bug Fixes
|
|
407
|
+
|
|
408
|
+
- Image and Table quick toolbar open while scrolling the content in the iPhone device, that issue has been fixed.
|
|
409
|
+
|
|
410
|
+
- Getting console error while rendering inline mode with `FontColor` and `BackgroundColor` in mobile view, that issue has been fixed.
|
|
411
|
+
|
|
412
|
+
-`Undo` and `Redo` icon visible in preview mode issue has been fixed
|
|
413
|
+
|
|
414
|
+
#### New Features
|
|
415
|
+
|
|
416
|
+
- **Paste cleanup**: This feature allows users to clean up HTML content when copying and pasting any other content from external sources.
|
|
417
|
+
|
|
418
|
+
## 16.4.55 (2019-02-27)
|
|
419
|
+
|
|
420
|
+
### RichTextEditor
|
|
421
|
+
|
|
422
|
+
#### Bug Fixes
|
|
423
|
+
|
|
424
|
+
- Insert image dialog is not rendering properly while setting the `imageUploadMessage` text as long in localization, that issue has been fixed.
|
|
425
|
+
|
|
426
|
+
- Localization is not applied to static `DropDownButton` items, that issue has been fixed.
|
|
427
|
+
|
|
428
|
+
## 16.4.54 (2019-02-19)
|
|
429
|
+
|
|
430
|
+
### RichTextEditor
|
|
431
|
+
|
|
432
|
+
#### Bug Fixes
|
|
433
|
+
|
|
434
|
+
- HTML 5 form reset behaviour has been corrected.
|
|
435
|
+
|
|
436
|
+
- Editor content rendered twice in DOM when using `RichTextEditorFor`, that issue has been fixed.
|
|
437
|
+
|
|
438
|
+
- EJ2 compatibility styles are not worked while component rendering with `textarea` element, that issue has been fixed.
|
|
439
|
+
|
|
440
|
+
## 16.4.53 (2019-02-13)
|
|
441
|
+
|
|
442
|
+
### RichTextEditor
|
|
443
|
+
|
|
444
|
+
#### Bug Fixes
|
|
445
|
+
|
|
446
|
+
- Console error is thrown in IE11 browser while using the SVG element style with transform and then render the RichTextEditor in an application, that issue has been fixed.
|
|
447
|
+
|
|
448
|
+
- HTML 5 standard issues has been fixed.
|
|
449
|
+
|
|
450
|
+
- Cursor position changed after typed some contents issue has been fixed.
|
|
451
|
+
|
|
452
|
+
#### Breaking Changes
|
|
453
|
+
|
|
454
|
+
- Changed the `fontSize`, `fontFamily`, `format` properties default value as null.
|
|
455
|
+
|
|
456
|
+
## 16.4.48 (2019-01-22)
|
|
457
|
+
|
|
458
|
+
### RichTextEditor
|
|
459
|
+
|
|
460
|
+
#### Bug Fixes
|
|
461
|
+
|
|
462
|
+
- Table QuickToolbar open wherever click within a component issue has been fixed.
|
|
463
|
+
|
|
464
|
+
- FontSize "px" and fontFamily "veranda" not updated in toolbar status, that issue has been fixed.
|
|
465
|
+
|
|
466
|
+
- Clicking on view source code with single character inside textarea removes the character, that issue has been fixed.
|
|
467
|
+
|
|
468
|
+
## 16.4.47 (2019-01-16)
|
|
469
|
+
|
|
470
|
+
### RichTextEditor
|
|
471
|
+
|
|
472
|
+
#### Bug Fixes
|
|
473
|
+
|
|
474
|
+
- ASP.NET core data annotation issue has been fixed.
|
|
475
|
+
|
|
476
|
+
- Console error is thrown in IE browser with angular routing, that issue has been fixed.
|
|
477
|
+
|
|
478
|
+
- Unable to maintain the RichTextEditor color picker pop-up position when scrolling the browser has been fixed.
|
|
479
|
+
|
|
480
|
+
## 16.4.46 (2019-01-08)
|
|
481
|
+
|
|
482
|
+
### RichTextEditor
|
|
483
|
+
|
|
484
|
+
#### Bug Fixes
|
|
485
|
+
|
|
486
|
+
- Changing the font color of underlined text doesn’t change the color of the line, that issue has been fixed.
|
|
487
|
+
|
|
488
|
+
- RichTextEditor injectable module is missed from import setting file in [CRG](https://crg.syncfusion.com/), that issue has been fixed.
|
|
489
|
+
|
|
490
|
+
- The change event is triggered on clicking into HTML source code view in Edge browser, that issue has been fixed.
|
|
491
|
+
|
|
492
|
+
- Blur event is not triggered when we change focus directly from one RTE to another RTE, that issue has been fixed.
|
|
493
|
+
|
|
494
|
+
- RichTextEditor full screen not working properly when render inside the overflow element has been fixed.
|
|
495
|
+
|
|
496
|
+
## 16.4.44 (2018-12-24)
|
|
497
|
+
|
|
498
|
+
### RichTextEditor
|
|
499
|
+
|
|
500
|
+
#### Bug Fixes
|
|
501
|
+
|
|
502
|
+
- Pasted URL is not converted to links automatically, that issue has been fixed.
|
|
503
|
+
|
|
504
|
+
- Image paste as twice in Firefox browser, that issue has been fixed.
|
|
505
|
+
|
|
506
|
+
- The value property and getHtml method will be updated within an interval to `saveInterval` property.
|
|
507
|
+
|
|
508
|
+
## 16.4.40-beta (2018-12-10)
|
|
509
|
+
|
|
510
|
+
### RichTextEditor
|
|
511
|
+
|
|
512
|
+
#### New Features
|
|
513
|
+
|
|
514
|
+
- Insert table support has provided for MarkDown Editor.
|
|
515
|
+
|
|
516
|
+
#### Bug Fixes
|
|
517
|
+
|
|
518
|
+
- Dynamic enabling and disabling support for toolbar items has been provided.
|
|
519
|
+
- Image dialog's Browse button width is not adjusted based on the text issue has been resolved.
|
|
520
|
+
|
|
521
|
+
## 16.3.17 (2018-09-12)
|
|
522
|
+
|
|
523
|
+
### RichTextEditor
|
|
524
|
+
|
|
525
|
+
#### New Features
|
|
526
|
+
|
|
527
|
+
1. Image resize support has been provided.
|
|
528
|
+
2. Insert table support has provided for HTML Editor which includes below sub features,
|
|
529
|
+
1. Create and modify the table, table rows and columns.
|
|
530
|
+
2. Row and column resize.
|
|
531
|
+
3. Quick toolbar interaction.
|
|
532
|
+
4. Table header and custom styles.
|
|
533
|
+
|
|
534
|
+
#### Breaking Changes
|
|
535
|
+
|
|
536
|
+
- `setContent` method has removed, use `value` property to set the content instead.
|
|
537
|
+
|
|
538
|
+
## 16.2.51 (2018-09-04)
|
|
539
|
+
|
|
540
|
+
### RichTextEditor
|
|
541
|
+
|
|
542
|
+
#### Bug Fixes
|
|
543
|
+
|
|
544
|
+
- RichTextEditor modal `popup` style override issue has been resolved.
|
|
545
|
+
- RichTextEditor removes spacing between words when content is pasted from a word document, that
|
|
546
|
+
issue has been fixed.
|
|
547
|
+
|
|
548
|
+
## 16.2.50 (2018-08-28)
|
|
549
|
+
|
|
550
|
+
### RichTextEditor
|
|
551
|
+
|
|
552
|
+
#### Bug Fixes
|
|
553
|
+
|
|
554
|
+
- Unable to paste image copied from windows in RichTextEditor issue has been resolved.
|
|
555
|
+
|
|
556
|
+
## 16.2.49 (2018-08-21)
|
|
557
|
+
|
|
558
|
+
### RichTextEditor
|
|
559
|
+
|
|
560
|
+
#### Bug Fixes
|
|
561
|
+
|
|
562
|
+
- `IFrame` mode external font family removed in RichTextEditor.
|
|
563
|
+
- Unable to delete the selected content of RichTextEditor in inline toolbar issue has been resolved.
|
|
564
|
+
|
|
565
|
+
## 16.2.48 (2018-08-14)
|
|
566
|
+
|
|
567
|
+
### RichTextEditor
|
|
568
|
+
|
|
569
|
+
#### Bug Fixes
|
|
570
|
+
|
|
571
|
+
- Removed external font family in RichTextEditor source.
|
|
572
|
+
|
|
573
|
+
## 16.2.47 (2018-08-07)
|
|
574
|
+
|
|
575
|
+
### RichTextEditor
|
|
576
|
+
|
|
577
|
+
#### Bug Fixes
|
|
578
|
+
|
|
579
|
+
- `FontColor` and `BackgroundColor` toolbar item not rendered in inline mode issue has been resolved.
|
|
580
|
+
- RichTextEditor toolbar disabled mode content select console error issue has been resolved.
|
|
581
|
+
- Provided view encapsulation support.
|
|
582
|
+
|
|
583
|
+
## 16.2.45 (2018-07-17)
|
|
584
|
+
|
|
585
|
+
### RichTextEditor
|
|
586
|
+
|
|
587
|
+
#### Bug Fixes
|
|
588
|
+
|
|
589
|
+
- Provided `getText` public method from RichTextEditor.
|
|
590
|
+
|
|
591
|
+
## 16.2.44 (2018-07-10)
|
|
592
|
+
|
|
593
|
+
### RichTextEditor
|
|
594
|
+
|
|
595
|
+
#### Bug Fixes
|
|
596
|
+
|
|
597
|
+
- RichTextEditor `actionBegin` event missing arguments included.
|
|
598
|
+
|
|
599
|
+
## 16.2.41 (2018-06-25)
|
|
600
|
+
|
|
601
|
+
### RichTextEditor
|
|
602
|
+
|
|
603
|
+
The rich text editor component is WYSIWYG ("what you see is what you get") editor used to create and edit the content and return valid HTML markup or markdown (MD) of the content. The editor provides a standard toolbar to format content using its commands. Modular library features to load the necessary functionality on demand. The toolbar contains commands to align the text, insert link, insert image, insert list, undo/redo operation, HTML view, and more.
|
|
604
|
+
|
|
605
|
+
- Provides IFRAME and DIV mode.
|
|
606
|
+
- Handles markdown editing.
|
|
607
|
+
- Contains a modular library to load the necessary functionality on demand.
|
|
608
|
+
- Provides a fully customizable toolbar.
|
|
609
|
+
- HTML view to edit the source directly for developers.
|
|
610
|
+
- Supports to integrate third-party library.
|
|
611
|
+
- Preview the modified content before saving it.
|
|
612
|
+
- Handles images, hyperlinks, video,hyperlinks, uploads, and more.
|
|
613
|
+
- Contains undo/redo manager.
|
|
614
|
+
- Creates bulleted and numbered lists.
|