@syncfusion/ej2-angular-richtexteditor 21.1.41-ngcc → 21.1.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +5 -0
  3. package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +68 -0
  4. package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +189 -0
  5. package/esm2020/src/rich-text-editor/richtexteditor.module.mjs +25 -0
  6. package/esm2020/syncfusion-ej2-angular-richtexteditor.mjs +5 -0
  7. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +282 -0
  8. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
  9. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +282 -0
  10. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
  11. package/package.json +26 -12
  12. package/src/rich-text-editor/richtexteditor-all.module.d.ts +6 -0
  13. package/src/rich-text-editor/richtexteditor.component.d.ts +3 -0
  14. package/src/rich-text-editor/richtexteditor.module.d.ts +6 -0
  15. package/styles/_all.scss +1 -0
  16. package/styles/rich-text-editor/_all.scss +2 -0
  17. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +235 -0
  18. package/styles/rich-text-editor/_bootstrap-definition.scss +290 -0
  19. package/styles/rich-text-editor/_bootstrap4-definition.scss +417 -0
  20. package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +1 -0
  21. package/styles/rich-text-editor/_bootstrap5-definition.scss +219 -0
  22. package/styles/rich-text-editor/_fabric-dark-definition.scss +216 -0
  23. package/styles/rich-text-editor/_fabric-definition.scss +214 -0
  24. package/styles/rich-text-editor/_fluent-dark-definition.scss +1 -0
  25. package/styles/rich-text-editor/_fluent-definition.scss +222 -0
  26. package/styles/rich-text-editor/_fusionnew-definition.scss +219 -0
  27. package/styles/rich-text-editor/_highcontrast-definition.scss +214 -0
  28. package/styles/rich-text-editor/_highcontrast-light-definition.scss +214 -0
  29. package/styles/rich-text-editor/_layout.scss +1865 -0
  30. package/styles/rich-text-editor/_material-dark-definition.scss +219 -0
  31. package/styles/rich-text-editor/_material-definition.scss +216 -0
  32. package/styles/rich-text-editor/_tailwind-dark-definition.scss +1 -0
  33. package/styles/rich-text-editor/_tailwind-definition.scss +217 -0
  34. package/styles/rich-text-editor/_theme.scss +753 -0
  35. package/styles/rich-text-editor/bootstrap-dark.scss +4 -1
  36. package/styles/rich-text-editor/bootstrap.scss +4 -1
  37. package/styles/rich-text-editor/bootstrap4.scss +4 -1
  38. package/styles/rich-text-editor/bootstrap5-dark.scss +4 -1
  39. package/styles/rich-text-editor/bootstrap5.scss +4 -1
  40. package/styles/rich-text-editor/fabric-dark.scss +4 -1
  41. package/styles/rich-text-editor/fabric.scss +4 -1
  42. package/styles/rich-text-editor/fluent-dark.scss +4 -1
  43. package/styles/rich-text-editor/fluent.scss +4 -1
  44. package/styles/rich-text-editor/highcontrast-light.scss +4 -1
  45. package/styles/rich-text-editor/highcontrast.scss +4 -1
  46. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +328 -0
  47. package/styles/rich-text-editor/icons/_bootstrap.scss +328 -0
  48. package/styles/rich-text-editor/icons/_bootstrap4.scss +328 -0
  49. package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +1 -0
  50. package/styles/rich-text-editor/icons/_bootstrap5.scss +327 -0
  51. package/styles/rich-text-editor/icons/_fabric-dark.scss +328 -0
  52. package/styles/rich-text-editor/icons/_fabric.scss +328 -0
  53. package/styles/rich-text-editor/icons/_fluent-dark.scss +1 -0
  54. package/styles/rich-text-editor/icons/_fluent.scss +327 -0
  55. package/styles/rich-text-editor/icons/_fusionnew.scss +327 -0
  56. package/styles/rich-text-editor/icons/_highcontrast-light.scss +328 -0
  57. package/styles/rich-text-editor/icons/_highcontrast.scss +328 -0
  58. package/styles/rich-text-editor/icons/_material-dark.scss +328 -0
  59. package/styles/rich-text-editor/icons/_material.scss +328 -0
  60. package/styles/rich-text-editor/icons/_material3.scss +327 -0
  61. package/styles/rich-text-editor/icons/_tailwind-dark.scss +1 -0
  62. package/styles/rich-text-editor/icons/_tailwind.scss +327 -0
  63. package/styles/rich-text-editor/material-dark.scss +4 -1
  64. package/styles/rich-text-editor/material.scss +4 -1
  65. package/styles/rich-text-editor/tailwind-dark.scss +4 -1
  66. package/styles/rich-text-editor/tailwind.scss +4 -1
  67. package/syncfusion-ej2-angular-richtexteditor.d.ts +5 -0
  68. package/@syncfusion/ej2-angular-richtexteditor.es5.js +0 -330
  69. package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +0 -1
  70. package/@syncfusion/ej2-angular-richtexteditor.js +0 -311
  71. package/@syncfusion/ej2-angular-richtexteditor.js.map +0 -1
  72. package/CHANGELOG.md +0 -1268
  73. package/dist/ej2-angular-richtexteditor.umd.js +0 -806
  74. package/dist/ej2-angular-richtexteditor.umd.js.map +0 -1
  75. package/dist/ej2-angular-richtexteditor.umd.min.js +0 -11
  76. package/dist/ej2-angular-richtexteditor.umd.min.js.map +0 -1
  77. package/ej2-angular-richtexteditor.d.ts +0 -5
  78. package/ej2-angular-richtexteditor.metadata.json +0 -1
  79. package/postinstall/tagchange.js +0 -18
package/CHANGELOG.md DELETED
@@ -1,1268 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ### RichTextEditor
6
-
7
- #### Bug Fixes
8
-
9
- - `#I450341` - Now, when `enableXhtml` is enabled in Rich Text Editor the `contentEditable` attribute is not removed from the `Mention` element.
10
-
11
- ## 21.1.39 (2023-04-11)
12
-
13
- ### RichTextEditor
14
-
15
- #### Bug Fixes
16
-
17
- - `#I449820` - Fixed the issue where the Placeholder was not working in Iframe mode in Rich Text Editor.
18
- - `#I450797` - Resolved issue where typed content and placeholder in the Rich Text Editor would merge when the `TAB` key was used to focus on the component.
19
- - `#I453953` - Resolved the issue where script error is thrown when clicking clear format toolbar while no content in Rich Text Editor.
20
-
21
- ## 21.1.35 (2023-03-23)
22
-
23
- ### RichTextEditor
24
-
25
- #### Bug Fixes
26
-
27
- - `#I442919` - Now, when focusing out of the Rich Text Editor, the embed YouTube video will not be removed.
28
-
29
- #### New Features
30
-
31
- - **Tooltip Integration**: The Rich Text Editor tooltip has been redesigned to more clearly display the keyboard shortcut information, making it easier for users to understand the functions of each toolbar item.
32
-
33
- ## 20.4.53 (2023-03-07)
34
-
35
- ### RichTextEditor
36
-
37
- #### Bug Fixes
38
-
39
- - `#F180013` - Resolved issue where pasting from Word with `enterKey` configuration set to `BR` did not work properly in the RichTextEditor.
40
- - `#I440490` - Now, the inline toolbar will be shown while selecting text in the Rich Text Editor using the keyboard.
41
- - `#I440456` - Now, expanding the toolbar will work properly when the width of the Rich Text Editor is half the screen size.
42
- - `#I436678` - Now, the image is not duplicated when it is pasted into the Rich Text Editor and performing `shift+enter` key action.
43
- - `#I439501` - Now, when pasting the list content from MS Word, the subset formats and alignment are maintained properly.
44
- - `#I439501` - Now, pasting the content from MS Word with the `enterKey` configured as `BR` works properly.
45
-
46
- ## 20.4.52 (2023-02-28)
47
-
48
- ### RichTextEditor
49
-
50
- #### Bug Fixes
51
-
52
- - `#I434928` - Now, the last column is not resized to the end of the table when the middle column is resized.
53
- - `#I436678` - Now, the image is not duplicated when you press the `shift+enter` key in the Rich Text Editor.
54
- - `#I438653` - Now, the font size will be updated properly in the toolbar status when it is set dynamically.
55
- - `#I437138` - Now, the pasted content from word which contains images is inserted into Rich Text Editor.
56
- - `#I439308` - Now, dynamically rendering the Rich Text Editor inside the Sidebar works properly when scrolling.
57
- - `#I440456` - Now, the list is deleted properly when pressing the backspace key, and pressing the enter key works properly after deleting the list.
58
-
59
- ## 20.4.51 (2023-02-21)
60
-
61
- ### RichTextEditor
62
-
63
- #### Bug Fixes
64
-
65
- - `#I431289` - Fixed issue where pasting text from MS Word into the Rich Text Editor and pressing enter caused bullet point text to be removed.
66
-
67
- ## 20.4.50 (2023-02-14)
68
-
69
- ### RichTextEditor
70
-
71
- #### Bug Fixes
72
-
73
- - `#I436733` - Resolved issue with missing closing tag when getting the value of the RichTextEditor text area while `enableXhtml` is true.
74
- - `#I433202` - The issue of the Rich Text Editor not adjusting to the `pasteCleanUp` popup's height when using `saveInterval` has been resolved.
75
- - `#I434928` - Fixed the script error raised and the issue with table columns couldn't be resized after cellMerge has been resolved.
76
-
77
- ## 20.4.49 (2023-02-07)
78
-
79
- ### RichTextEditor
80
-
81
- #### Bug Fixes
82
-
83
- - `#I419211` - Fixed issue where list content copied and pasted from MS Word was not properly aligned.
84
-
85
- ## 20.4.48 (2023-02-01)
86
-
87
- ### RichTextEditor
88
-
89
- #### Bug Fixes
90
-
91
- - `#FB39526` - Now, the page doesn't scroll down on the initial render when custom `background/foreground` toolbars are configured.
92
- - `#I430029` - Fixed the issue with an unwanted 'A' Letter appearing at the bottom of the font color picker popup.
93
-
94
- ## 20.4.44 (2023-01-18)
95
-
96
- ### RichTextEditor
97
-
98
- #### Bug Fixes
99
-
100
- - `#F179573` - Now, when typing in the Rich Text Editor the issue of letters appearing slowly has been resolved.
101
- - `#I417838` - Now, the `Underline` and `Strikethrough` toolbar styles applied properly when we modify the `font-size` in the editor.
102
- - `#I428203` - Now, the `Numbered list` will work correctly after applying indent to the pasted list with the paste clean-up settings enabled.
103
-
104
- ## 20.4.43 (2023-01-10)
105
-
106
- ### RichTextEditor
107
-
108
- #### Bug Fixes
109
-
110
- - `#I423129` - Now, resolve the script error thrown after full screen and close the bootstrap modal dialog
111
- - `#I423129` - Now, the buttons for bold, italic, underline, and strikethrough are highlighted properly.
112
- - `#I426859` - Now, when the Rich Text Editor is included inside a Dashboard panel, no exception is raised.
113
- - `#I425631` - Now, with the `enterKey` configuration set to `BR` the script error is no longer raised while modifying values in the editor.
114
- - `#I420264` - Now, the Code Format feature will now work correctly when you copy and paste the code into the Editor with the paste clean up settings enabled.
115
- - `#I424567` - Now, the quick table toolbar is not misplaced outside the Rich Text Editor when enabling IFrame.
116
-
117
- ## 20.4.40 (2022-12-28)
118
-
119
- ### RichTextEditor
120
-
121
- #### Bug Fixes
122
-
123
- - `#I425639`, `#I425631` - Now, when editing the values in the Rich Text Editor, the script error is not thrown.
124
- - `#I423129` - The toolbar bottom border now displays correctly while maximizing and minimizing the Rich Text Editor.
125
- - `#F179458` - Now, localization text of source Code and preview in tooltip are shown properly when hover the icons.
126
- - `#F179343` - Now, maximize and minimize toolbar icon of localization text is shown properly when hover the icons.
127
-
128
- ## 20.3.47 (2022-09-29)
129
-
130
- ### RichTextEditor
131
-
132
- #### New Features
133
-
134
- - **Insert Audio & Video**: This feature allows the editor to insert `audio` and `video` files from the local path or web URL or embed URL from sources such as YouTube or Vimeo and customize it by using the quick toolbar.
135
-
136
- #### Bug Fixes
137
-
138
- - `#F177143` - When using the keyboard buttons in RTE to navigate to the next cell, the Table selection is now removed.
139
-
140
- ## 20.2.50 (2022-09-20)
141
-
142
- ### RichTextEditor
143
-
144
- #### Bug Fixes
145
-
146
- - `#I398633` - Now, when hovering over the elements inside the table body, the script error is not thrown.
147
-
148
- ## 20.2.49 (2022-09-13)
149
-
150
- ### RichTextEditor
151
-
152
- #### Bug Fixes
153
-
154
- - `#I396942` - Now, the Rich Text Editor unique Id is generated automatically when we do not set the Id property
155
- - `#F177047` - Now, the tooltip is shown for the number and bullet format list in the Rich Text Editor toolbar items.
156
-
157
- ## 20.2.46 (2022-08-30)
158
-
159
- ### RichTextEditor
160
-
161
- #### Bug Fixes
162
-
163
- - `#I386619` - Now, when you switch to full screen, there is no longer a blank white space under the toolbar in the RTE.
164
-
165
- ## 20.2.44 (2022-08-16)
166
-
167
- ### RichTextEditor
168
-
169
- #### Bug Fixes
170
-
171
- - `#I390850` - Now, the first list item will be removed properly when placing the cursor at the start of the first list item and pressing the backspace key.
172
- - `#I386938` - Now, resizing the image works properly even after resizing the Rich Text Editor using the browser window.
173
- - `#I90850` - Now the issue with ‘When selecting a list in the Rich Text Editor and pressing the shift key, the strike through and underlining styles are deleted’ has been resolved.
174
- - `#I396553` - Now, pressing the enter key after pressing backspace when the cursor is at the start of the first list item works properly in the `Firefox` browser.
175
- - `#I396244` - Now, inserting emoticons using the `executeCommand` public method after entering the `&` symbol in the editor inserts the emoticons at the correct cursor position.
176
-
177
- ## 20.2.43 (2022-08-08)
178
-
179
- ### RichTextEditor
180
-
181
- #### Bug Fixes
182
-
183
- - `#FB36307` - Now, pressing the tab key to focus out of the Rich Text Editor when Iframe mode is enabled and `saveInterval` is set as 0, the change event will be triggered properly.
184
-
185
- ## 20.2.40 (2022-07-26)
186
-
187
- ### RichTextEditor
188
-
189
- #### Bug Fixes
190
-
191
- - `#I380086` - Now, resizing the table's first and last columns when the Rich Text Editor is rendered inside the Grid component works properly.
192
- - `#I391326` - Now, the Font-family value property is case-Insensitive in the Rich Text Editor.
193
- - `#I388270` - Now, Script error is not thrown when we click background color toolbar of the RTE, which is rendered inside a table.
194
-
195
- ## 20.2.39 (2022-07-19)
196
-
197
- ### RichTextEditor
198
-
199
- #### Bug Fixes
200
-
201
- - `#I388456` - Now, when an empty span tag is loaded in the Rich Text Editor, the text displays properly.
202
- - `#I386938` - Now, the Image resize in the Rich Text Editor works properly.
203
- - `#I386940` - Now, clicking `ctrl+B` continuously in list element works properly.
204
-
205
- ## 20.2.38 (2022-07-12)
206
-
207
- ### RichTextEditor
208
-
209
- #### Bug Fixes
210
-
211
- - `#I385741` - Now, pressing the `ctrl+c` or `shift` key on the link inside the list doesn't remove the link.
212
- - `#I386619` - Now, the content area is visible properly when maximizing and minimizing the Rich Text Editor.
213
- - `#I385281` - Now, the height of the link, image, and table dialog when the RichTextEditor is in full-screen mode works properly.
214
-
215
- ## 20.2.36 (2022-06-30)
216
-
217
- ### RichTextEditor
218
-
219
- #### New Features
220
-
221
- - `#I380086` - Provided support to resize the first and last columns of a table without resizing the other columns.
222
- - `#I362331`, `F173395`, `I318486` - Provided support to insert text programmatically in the Markdown editor at the current cursor position using the `executeCommand` public method.
223
-
224
- ## 20.1.61 (2022-06-21)
225
-
226
- ### RichTextEditor
227
-
228
- #### Bug Fixes
229
-
230
- - `#I384191` - Now, pasting text content alone with images from MS Word works properly in the Rich Text Editor.
231
-
232
- ## 20.1.60 (2022-06-14)
233
-
234
- ### RichTextEditor
235
-
236
- #### Bug Fixes
237
-
238
- - `#I380279` - Now, the Image Resize icon is shown properly when Iframe is enabled.
239
- - `#I381276` - Now, image alignment is maintained with Iframe mode when focusing on the component.
240
-
241
- ## 20.1.59 (2022-06-07)
242
-
243
- ### RichTextEditor
244
-
245
- #### Bug Fixes
246
-
247
- - `#I378184` - Now, the script error is not thrown when resizing the Rich Text Editor component with inline mode.
248
- - `#I381208` - Now, applying bold multiple times using `ctrl+b` on the nested list works properly.
249
-
250
- ## 20.1.58 (2022-05-31)
251
-
252
- ### RichTextEditor
253
-
254
- #### Bug Fixes
255
-
256
- - `#I378721` - Now, pressing the enter key on the selection of multiple paragraph contents works properly in the `Firefox` browser.
257
- - `#I378378` - Now, copying and pasting the contents with a length that exceeds the `maxLength` API is properly prevented.
258
- - `#I378378` - Now, adding a link, image, and table is properly prevented when the content length exceeds the `maxLength` API limit.
259
- - `#I376816` - Now, applying the list by selecting all content that is pasted in the Rich Text Editor on the `Firefox` browser works and doesn't raise any console errors.
260
- - `#I378378` - Now, copying and pasting the contents with a length less than or equal to the `maxLength` API is pasted properly in the Rich Text Editor.
261
- - `#I380152` - Now, typing content in the Rich Text Editor when loading empty `P` tags in the `Iframe` mode works properly.
262
- - `#I380165` - Now, the focus will be maintained properly after pressing the enter key in the Rich Text Editor when loading empty `P` tags.
263
-
264
- ## 20.1.57 (2022-05-24)
265
-
266
- ### RichTextEditor
267
-
268
- #### Bug Fixes
269
-
270
- - `#I376816` - Now, pressing the backspace or delete key after selecting all list contents in the Rich Text Editor removes the list properly.
271
-
272
- ## 20.1.56 (2022-05-17)
273
-
274
- ### RichTextEditor
275
-
276
- #### Bug Fixes
277
-
278
- - `#I377121` - Now, adding the `cssClass` property will also add the CSS class to all the dependent components of the Rich Text Editor.
279
- - `#I376816` - Now, applying list by selecting all content which is pasted in the Rich Text Editor on the `Firefox` browser works properly.
280
- - `#SF-378184` - Now, the script error is not thrown when resizing the Rich Text Editor component with inline mode.
281
-
282
- ## 20.1.55 (2022-05-12)
283
-
284
- ### RichTextEditor
285
-
286
- #### Bug Fixes
287
-
288
- - `#I374234` - Now, the Rich Text Editor table resize works properly when width is configured for the parent element.
289
-
290
- ## 20.1.52 (2022-05-04)
291
-
292
- ### RichTextEditor
293
-
294
- #### Bug Fixes
295
-
296
- - `#I375434` - Now, pressing the enter key multiple times when the content is empty in the Rich Text Editor on the `Firefox` browser works properly.
297
- - `#I349917` - Now, the floating toolbar in the Rich Text Editor is displayed properly when rendered inside the modal dialog.
298
- - `#I376141` - Now, pressing enter key before the image with caption doesn't remove the image.
299
- - `#I373983` - Now, the Rich Text Editor table resize works properly when placed inside the `Grid` component.
300
-
301
- ## 20.1.51 (2022-04-26)
302
-
303
- ### RichTextEditor
304
-
305
- #### Bug Fixes
306
-
307
- - `#I373527` - Now, the font name is updated properly when using the custom font names in the Rich Text Editor.
308
- - `#I373953` - Now, inserting the table after the list element with the image doesn't remove the image from the list.
309
- - `#I372489` - Now, resizing the images with equal height and width works properly.
310
- - `#F173394` - Now, the undo and redo keys work properly when pasting the content in the Rich Text Editor.
311
- - `#SF-367649` - Now, more space between the text and inserting a new link does not remove the space between the words.
312
-
313
- ## 20.1.50 (2022-04-19)
314
-
315
- ### RichTextEditor
316
-
317
- #### Bug Fixes
318
-
319
- - `#I367373` - Now, pressing `ctrl+z` to undo the changes works properly when `enterKey` is configured as `BR`.
320
-
321
- ## 20.1.48 (2022-04-12)
322
-
323
- ### RichTextEditor
324
-
325
- #### Bug Fixes
326
-
327
- - `#F173415` - Now, the input element can be inserted in the Rich Text Editor using the `executeCommand` public method.
328
- - `#I372932` - Now, copying and pasting the content with `contenteditable` set to false doesn't add any unwanted `br` tag.
329
- - `#I370707` - Now, the font size is updated properly when removing the bullet list using the backspace key.
330
- - `#I370210` - Now, the image will be loaded properly when pasting the contents from MS Word.
331
-
332
- ## 20.1.47 (2022-04-04)
333
-
334
- ### RichTextEditor
335
-
336
- #### Bug Fixes
337
-
338
- - `#I369216` - Now, pasting the note pad with link contents is pasted properly without moving the cursor to the previous line.
339
- - `#F171703` - Now, pasting the content in the Rich Text Editor after pressing the `shift + enter` key works properly.
340
-
341
- ## 19.4.38 (2021-12-17)
342
-
343
- ### RichTextEditor
344
-
345
- #### Bug Fixes
346
-
347
- - `#I347512` - The issue with "ColorPicker of Table quick toolbar got reset every time when quick toolbar rendered" has been resolved.
348
- - `#I347324` - The issue with "pressing enter key creates a new line when read only mode is enabled dynamically" has been resolved.
349
- - `#I355194` - The issue with "console error occurs when undo icon in the toolbar is clicked after inserting the content using the `tribute js`" has been resolved.
350
- - `#I348822` - The issue with "selecting some content and applying font and background color alternatively will create some new elements" has been resolved.
351
- - `#I349275` - The issue with "image resizing is not working properly when image height is greater than image width" has been resolved.
352
-
353
- ## 19.3.53 (2021-11-12)
354
-
355
- ### RichTextEditor
356
-
357
- #### Bug Fixes
358
-
359
- - `#I346580` - The issue with "align top in the table vertical align quick toolbar is always disabled" has been resolved.
360
- - `#I346331` - The issue with "font family is not working when changed dynamically when the Rich Text Editor is in inline mode" has been resolved.
361
- - `#I346832` - The issue with "upload icon overlaps with the percentage icon in the insert image dialog when uploading" has been resolved.
362
-
363
- ## 19.3.47 (2021-10-26)
364
-
365
- ### RichTextEditor
366
-
367
- #### Bug Fixes
368
-
369
- - `#I342950` - The issue with "font-Family styles are not applied when changing dynamically" has been resolved.
370
- - `#I345842` - The issue with "Table cells with classes added initially are removed, when focusing on the table cells" has been resolved.
371
-
372
- ## 19.3.46 (2021-10-19)
373
-
374
- ### RichTextEditor
375
-
376
- #### Bug Fixes
377
-
378
- - `#I342605` - The `removeUrl` API configured controller action, now receives the image file data instead of the `src` attribute value, When removing an image from the editor.
379
- - `#I343769` - The issue with the link quick toolbar opened when placing the cursor at the first letter of the hyperlink word in the Rich Text Editor content has been resolved.
380
-
381
- ## 19.3.45 (2021-10-12)
382
-
383
- ### RichTextEditor
384
-
385
- #### Bug Fixes
386
-
387
- - `#I338000` - The issue with `actionComplete` event triggered twice, when replacing the inserted image using QuickToolbar has been resolved.
388
- - `#I343188` - The issue with "Focusing a table cell that was recently inserted in the Rich Text Editor, the page scrolls to the end and the table loses its focus" has been resolved.
389
- - `#F168838` - The issue with "Image is not inserted in the editor, when using the `Turkish` language" has been resolved.
390
- - `#I344588`, `#I344586` - The issue with "page scrolls automatically when the enter key is pressed in the Rich Text Editor" has been resolved.
391
- - `#I344588` - The issue with "content goes outside of the Rich Text Editor when the enter key is pressed twice" has been resolved.
392
- - `#I342895` - The issue with "when copy and paste content in the empty Rich Text Editor focus is lost" has been resolved.
393
- - `#F168901` - The issue with `​` character code not removed when typing in the Rich Text Editor has been resolved.
394
- - `#I340970` - The issue with "Replacing the ` ` to empty space's with the `XTHML` validation" has been resolved.
395
- - `#I342383` - The issue with "Numbered List order in the Rich Text Editor goes incorrect, when copy and pasting a list from MS word" has been resolved.
396
-
397
- ## 19.3.43 (2021-09-30)
398
-
399
- ### RichTextEditor
400
-
401
- #### New Features
402
-
403
- - `#I231505`, `#I230743`, `#I239381`, `#I261360`, `#I273955`, `#I300418`, `#I307752`,`#I312982` - Provided support to customize the tags appended when enter or shift + enter key is pressed using the property `enterKey` and `shiftEnterKey` in the Rich Text Editor.
404
-
405
- #### Breaking Changes
406
-
407
- - `#I334962` - The image size popup, now has an option to set an `auto` value.
408
-
409
- #### Bug Fixes
410
-
411
- - `#I340683` - The issue with "Text inserted outside of the Rich Text Editor, after performing `Shift + Enter` key action" has been resolved.
412
- - `#I340683` - The issue with "Pasting the text content for the second time, after clearing the value hangs the Rich Text Editor" has been resolved.
413
- - `#I339234` - The issue with "Formats like bold, italic, underline will get unselected, when clicking in editor after selecting them" has been resolved.
414
-
415
- ## 19.2.62 (2021-09-14)
416
-
417
- ### RichTextEditor
418
-
419
- #### Bug Fixes
420
-
421
- - `#I340075` - The issue with "Resizing the table columns, is not updated the table cells properly" has been resolved.
422
- - `#I332614` - The issue with "Table row and column are not resizable, when its position in the editor exceeds the height of the Rich Text Editor" has been resolved.
423
-
424
- ## 19.2.60 (2021-09-07)
425
-
426
- ### RichTextEditor
427
-
428
- #### Bug Fixes
429
-
430
- - `#I332614` - Resolved the issue with table row and column are not resizable, when its position exceeds the height of the Rich Text Editor.
431
- - `#I338000` - The issue with `actionComplete` event triggered twice, when replacing the inserted image using QuickToolbar has been resolved.
432
- - `#I340075` - The issue with "Resizing the table columns not updated the table cells properly" has been resolved.
433
-
434
- ## 19.2.59 (2021-08-31)
435
-
436
- ### RichTextEditor
437
-
438
- #### Bug Fixes
439
-
440
- - `#F167103` - The Image is not displayed, when adding next to the `hr` tag has been resolved.
441
- - `#FB24806` - The issue with "Rich Text Editor height jumps, on input in Iframe mode with custom toolbar configured" has been resolved.
442
- - `#I340017` - The issue with content area is not entirely visible, when expanding the toolbar if the `readOnly` property is enabled has been resolved.
443
- - `#FB27857` - The issue with "Cannot cancel `fullscreen` action in the `actionBegin` event" has been resolved.
444
- - `#I339831` - The issue with "Lists with multiple spans elements would produce new lists, while applying the `background-colour`" has been resolved.
445
- - `#F168085` - The issue with "Text color is removed for the range nodes, when removing the formats" has been resolved.
446
-
447
- ## 19.2.57 (2021-08-24)
448
-
449
- ### RichTextEditor
450
-
451
- #### Bug Fixes
452
-
453
- - `#I336931`- The issue with "Rich Text Editor character count increased when bold, italic, underline format applied in empty content and accessing using `getCharCount()` public method has been resolved.
454
- - `#I338261` - The issue with "Rich Text Editor hangs when pasting the word content, after clearing the value" has been resolved.
455
- - `#I339192` - The "Rich Text Editor height is not adjusted to parent element height" issue has been fixed.
456
-
457
- ## 19.2.56 (2021-08-17)
458
-
459
- ### RichTextEditor
460
-
461
- #### Bug Fixes
462
-
463
- - `#I338000` - Resolved the exception raised, when pressing the enter key after changing the font-size in RTL mode in `Firefox` browser.
464
- - `#I338062` - The issue with "Link is not generated properly, when `pasteCleanUpmodule` is imported" has been resolved.
465
- - `#I338062` - The issue with "Unable to paste url more than two times, in the Rich Text Editor" has been resolved.
466
-
467
- ## 19.2.55 (2021-08-11)
468
-
469
- ### RichTextEditor
470
-
471
- #### Bug Fixes
472
-
473
- - `#I335578` - The issue with "alignment mismatching when pasting content from MS Word in the Rich Text Editor" has been fixed.
474
- - `#I335315` - The issue with "Image size restriction not works in Drag and Drop action" has been resolved.
475
-
476
- #### New Features
477
-
478
- - `#I309446`, `#I336258` - Provided support to paste rare list contents from MS Word in the Rich Text Editor.
479
- - `#I304121` - Improvements with the `deleteKey` action in the Rich Text Editor.
480
- - Provided `showDialog`, `closeDialog` methods to opens/closes the Link, Image, Table dialogs in the Rich Text Editor.
481
-
482
- ## 19.2.51 (2021-08-03)
483
-
484
- ### RichTextEditor
485
-
486
- #### Bug Fixes
487
-
488
- - `#I324790, #I337356` - The issue with "`div` element is created instead of `paragraph` element when enter key is pressed twice to exit the list" has been fixed.
489
- - `#I336931` - The issue with "Character count is increased, when formats are being applied in empty content" has been fixed.
490
- - `#I335821` - The issue with "Upload image restriction not working with the paste action" has been resolved.
491
-
492
- ## 19.2.49 (2021-07-27)
493
-
494
- ### RichTextEditor
495
-
496
- #### Bug Fixes
497
-
498
- - `#I335580` - The issue with the Rich Text Editor toolbar status not updated, once the contents have been removed has been rectified.
499
-
500
- ## 19.2.48 (2021-07-20)
501
-
502
- ### RichTextEditor
503
-
504
- #### Bug Fixes
505
-
506
- - `#I332112`, `#I332022` - The issue with "Images change aspect ratio, when resized to smallest possible and back larger again" has been resolved.
507
- - `#FB26798` - The issue with "Rich Text Editor `change` event is not triggered in the code view" has been resolved.
508
- - `#I334073`- The issue with "`Uploader` element is not present in DOM, when drag and drop images in the Rich Text Editor" has been resolved.
509
- - `#I335073` - The issue with "Default font family applied, is not working in inline mode" has been resolved.
510
-
511
- ## 19.2.47 (2021-07-13)
512
-
513
- ### RichTextEditor
514
-
515
- #### Bug Fixes
516
-
517
- - `#I332610` - The issue with "Adding a column to a table after resizing a column resets the resized column width" has been resolved.
518
- - `#I326508` - The issue with "Content is pasted outside the edit area of the Rich Text Editor when `enableXhtml` is set true" has been resolved.
519
- - `#I332614` - The issue with "Columns and row resize not working when there is unequal number columns in all rows" has been resolved.
520
-
521
- ## 19.2.44 (2021-06-30)
522
-
523
- ### RichTextEditor
524
-
525
- #### New Features
526
-
527
- - `#I304121` - Improvements with the `backSpaceKey` action in the Rich Text Editor.
528
- - `#I292778`, `#I308312`, `#I309446`, `#I313298` - Provided the List style type and List style image support for the Numbered and Bulleted lists.
529
-
530
- #### Bug Fixes
531
-
532
- - `#I327676` - The issue with "Custom toolbar icons not disabled/enabled, when multiple custom toolbar is configured" has been resolved.
533
- - `#I330909` - The issue with "Inserting table after pressing `shit+enter` deletes all the content below in the Rich Text Editor" has been resolved.
534
- - `#F165931` - The issue with "Ordered list number color not changing, when font color is applied to the list in the Rich Text Editor" has been resolved.
535
- - `#I327566` - The issue with "Image resizing is not working properly when `resizeByPercent` is set true" has been resolved.
536
-
537
- - `#308692` - The issue with "Script error occurs, when destroy the Rich Text Editor with toolbar disabled" has been resolved.
538
-
539
- ## 19.1.54 (2021-03-30)
540
-
541
- ### RichTextEditor
542
-
543
- #### New Features
544
-
545
- - `#257889`, `#264792`, `#280064`, `#305551`, `#316177`, - Provided support for the table cell merge and split in Rich Text Editor table properties.
546
-
547
- #### Bug Fixes
548
-
549
- - `#318815`- The issue with "Resize grip of the image freezes, after resizing for the first time" has been resolved.
550
- - `#317508`- The issue with "Resize icon of an image is not positioned properly, when height is set to the Rich Text Editor" has been resolved.
551
- - `F163544`- The issue with "Pressing the 'cmd+z' in mac after deleting all contents, deletes the first paragraph of the Rich Text Editor" has been resolved.
552
- - `F163545`- The issue with "'cmd+z' is not working after pasting the content in Mac machine" has been resolved.
553
- - `#313508` - The issue with "event 'afterImageDelete' triggers two times when removing the image using the backspace key" has been resolved.
554
- - `#313508` - The issue with "Console error is thrown, when updating the selected image with another image" has been resolved.
555
-
556
- ## 18.4.47 (2021-03-09)
557
-
558
- ### RichTextEditor
559
-
560
- #### Bug Fixes
561
-
562
- - `#317795`- The issue with "Pasting the block node contents in the Rich Text Editor" has been resolved.
563
-
564
- ## 18.4.46 (2021-03-02)
565
-
566
- ### RichTextEditor
567
-
568
- #### Bug Fixes
569
-
570
- - `#309809` - The issue with "Unable to resize the image in the Rich Text Editor when width is set" is resolved.
571
- - `#314678` - Resolved the script error raised, when pasting the content after pressing the shift-enter key.
572
- - `F161914` - The issue with "Bold format removed for the content previous to the selection in the Rich Text Editor" is resolved.
573
-
574
- ## 18.4.44 (2021-02-23)
575
-
576
- ### RichTextEditor
577
-
578
- #### Bug Fixes
579
-
580
- - `#314104` - The issue with the "Rich Text Editor's table width is not set properly if values are configured higher" is resolved.
581
- - `F161887` - The issue with "Removing the italic format removes the underline format in the Rich Text Editor" is resolved.
582
-
583
- ## 18.4.42 (2021-02-09)
584
-
585
- ### RichTextEditor
586
-
587
- #### Bug Fixes
588
-
589
- - `F160581` - The issue with "The RichTextEditor table toolbar popup is hidden inside the higher Z-Index elements" has been resolved.
590
-
591
- ## 18.4.39 (2021-01-28)
592
-
593
- ### RichTextEditor
594
-
595
- #### Bug Fixes
596
-
597
- - `#296208` - Resolved the issue with the Placeholder blinks when pressing the enter key in the editor.
598
- - `#310044` - The issue with the resize grip alignment when the toolbar is disabled state has been resolved.
599
-
600
- ## 18.4.34 (2021-01-12)
601
-
602
- ### RichTextEditor
603
-
604
- #### Bug Fixes
605
-
606
- `#305379` - The issue with "Images getting removed when pasting images along with contents from the MS Word in the Rich Text Editor" has been resolved.
607
-
608
-
609
- `#301635` - The issue with "Pasting bulleted or numbered list from the MS Word doesn't maintain the font size and font styles in the Rich Text Editor" has been resolved.
610
-
611
-
612
- ## 18.4.33 (2021-01-05)
613
-
614
- ### RichTextEditor
615
-
616
- #### New Features
617
-
618
- - `F160594` - Provided new event `beforeImageDrop` that triggers before drop a image in Rich Text Editor component.
619
-
620
- #### Bug Fixes
621
-
622
- `#306799` - The issue with "deleting any rows in the table removes the first row of the table in the Rich Text Editor" has been resolved.
623
-
624
-
625
- ## 18.4.30 (2020-12-17)
626
-
627
- ### RichTextEditor
628
-
629
- #### New Features
630
-
631
- - **File Manager**: `F144048`, `#234755`, `#261368`, `#261882`, `#150871`, `#270549` - This feature allows the editor to browse and insert the images from FileManager using various remote service.
632
- - `F149800` - Provided new property `removeUrl` in `insertImageSettings` API to trigger the image remove operation in server, when image removed from editor.
633
- - `#301980` - Provided the support to return the `Xhtml` value in the `value` property when the `enableXtml` property is enabled in the Rich Text Editor.
634
- - `#264791`, `#295032`, `#299905`, `#F159588` - Provided the support to retain all the styles from MS Excel while pasting the content in the Rich Text Editor.
635
-
636
- #### Bug Fixes
637
-
638
- `#296208` - The issue with "the placeholder blinks when pressing enter key in the Rich Text Editor" has been resolved.
639
-
640
-
641
- ## 18.3.35 (2020-10-01)
642
-
643
- ### RichTextEditor
644
-
645
- #### Bug Fixes
646
-
647
- `#292431` - The issue with "Rich Text Editor input elements are not destroyed properly when rendered based on the conditions" has been resolved.
648
-
649
-
650
- ## 18.2.56 (2020-09-01)
651
-
652
- ### RichTextEditor
653
-
654
- #### Bug Fixes
655
-
656
- - `#290237`, `#290247` - The issue with "copy and pasting content in the Markdown Editor is not working" has been resolved.
657
-
658
- `#289786` - The issue with "The full screen toolbar item is not working when `readonly` mode is enabled in the Rich Text Editor" has been resolved.
659
-
660
-
661
- `#F156796` - The performance issue when several Rich Text Editors are rendered in a single page has been resolved.
662
-
663
-
664
- ## 18.2.55 (2020-08-25)
665
-
666
- ### RichTextEditor
667
-
668
- #### Bug Fixes
669
-
670
- `#287641` - The issue with "pasting the list content from MS Word in the Rich Text Editor removes the copied content" has been resolved.
671
-
672
-
673
- ## 18.2.54 (2020-08-18)
674
-
675
- ### RichTextEditor
676
-
677
- #### Bug Fixes
678
-
679
- `#287193` - The issue with "Script error occurs with toolbar options when placing the cursor before & after the RichTextEditor table" has been resolved.
680
-
681
-
682
- ## 18.2.48 (2020-08-04)
683
-
684
- ### RichTextEditor
685
-
686
- #### Bug Fixes
687
-
688
- - `#266152` - The issue with "List selection with delete key action does not remove lists properly" has been resolved.
689
-
690
- ## 18.2.46 (2020-07-21)
691
-
692
- ### RichTextEditor
693
-
694
- #### New Features
695
-
696
- - `#272591` - Provided new event `beforeImageUpload` that triggers before the image upload process from Rich Text Editor component.
697
-
698
- #### Bug Fixes
699
-
700
- - `#282973` - The issue with "Selecting the transparent color from the FontColor in Rich Text Editor" has been resolved.
701
-
702
- ## 18.2.45 (2020-07-14)
703
-
704
- ### RichTextEditor
705
-
706
- #### Bug Fixes
707
-
708
- - `#282644` - The issue with "Deleting the image using context menu doesn’t remove the resize and borders of the image" in the Rich Text Editor has been resolved.
709
- - `#273140` - The issue with "the image element which is not passed into the `actionComplete` event's argument in the Rich Text Editor" has been resolved.
710
-
711
- ## 18.2.44 (2020-07-07)
712
-
713
- ### RichTextEditor
714
-
715
- #### New Features
716
-
717
- - `#271295` - Provided public methods `showInlineToolbar` and `hideInlineToolbar` to show and hide the inline toolbars in the Rich Text Editor.
718
-
719
- #### Bug Fixes
720
-
721
- - The issue with "Rich Text Editor data binding not working in Source Code view" has been resolved.
722
-
723
- ## 18.1.57 (2020-06-16)
724
-
725
- ### RichTextEditor
726
-
727
- #### Bug Fixes
728
-
729
- - `#275859` - The issue with "throwing script error while pasting the content with table" in the Rich Text Editor has been resolved.
730
- - `#279019` - The issue with "pasting the content inside the nested table that breaks the HTML content in the Rich Text Editor" has been resolved.
731
- - `#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.
732
-
733
- ## 18.1.54 (2020-05-26)
734
-
735
- ### RichTextEditor
736
-
737
- #### Bug Fixes
738
-
739
- - `#275859` - The issue with unable to edit the Rich Text Editor content after pasting the content with table has been resolved.
740
-
741
- ## 18.1.53 (2020-05-19)
742
-
743
- ### RichTextEditor
744
-
745
- #### Bug Fixes
746
-
747
- - `#F150037` - The issue with "throwing script error while dynamically enable/disable the toolbar" has been resolved.
748
-
749
- ## 18.1.52 (2020-05-13)
750
-
751
- ### RichTextEditor
752
-
753
- #### Bug Fixes
754
-
755
- - `#F152908` - The issue sub list remains after deleting the parent list element in the Rich Text Editor has been resolved.
756
-
757
- ## 18.1.48 (2020-05-05)
758
-
759
- ### RichTextEditor
760
-
761
- #### Bug Fixes
762
-
763
- - `#272406` - The issue background color format not applied properly on changing the font size in the Rich Text Editor has been resolved.
764
-
765
- ## 18.1.45 (2020-04-21)
766
-
767
- ### RichTextEditor
768
-
769
- #### Bug Fixes
770
-
771
- - `#271937` - The issue table border not applied when pasting the content from the Excel in the Rich Text Editor has been resolved.
772
- - `#271289` - The issue with using keyboard short cut `ctrl+k` to insert link not working in the Rich Text Editor has been resolved.
773
-
774
- ## 18.1.44 (2020-04-14)
775
-
776
- ### RichTextEditor
777
-
778
- #### New Features
779
-
780
- - `#F152228`, `#266987` - Provided an event `afterImageDelete` to be triggered after the image is removed from the Rich Text Editor content.
781
-
782
- #### Bug Fixes
783
-
784
- - `#F152859` - The issue `executeCommand` using `insertHTML` not inserting the Iframe element in the Rich Text Editor has been resolved.
785
- - `#267874`, `#269214`, `#271199` - Resolved the compilation error with typescript version 3.8.3
786
- - `#F152908` - The issue with empty sub-list not removed from Rich Text Editor has been resolved.
787
-
788
- ## 18.1.42 (2020-04-01)
789
-
790
- ### RichTextEditor
791
-
792
- #### New Features
793
-
794
- - `#266522` - Provided scrollable option support to the toolbar by setting toolbar type as `Scrollable` in Rich Text Editor.
795
-
796
- ## 17.4.51 (2020-02-25)
797
-
798
- ### RichTextEditor
799
-
800
- #### Bug Fixes
801
-
802
- - `F151491` - Resolved the issue with RichTextEditor height that is not set properly when the toolbar is disabled.
803
- - `F151491` - Resolved the script errors thrown when opening an insert image dialog several times.
804
-
805
- ## 17.4.49 (2020-02-11)
806
-
807
- ### RichTextEditor
808
-
809
- #### Bug Fixes
810
-
811
- - `#261548`, `#262909` - The issue with a new line added after pasting the content and focusing out in the Rich Text Editor has been resolved.
812
- - `#F150940` - The issue with cursor not maintained when using the `executeCommand` method with `insertHTML` in the Rich Text Editor has been resolved.
813
- - `#F150991` - Fixed issue with script error when RichTextEditor is dynamically rendered using setState.
814
- - `#F150991` - Resolved the issue with the fontName requestType is getting as fontSize after the `change` event has been triggered.
815
- - `#F150742` - Resolved the issue with `dialogOpen` event does not return the content element in insert image dialog.
816
- - `#262805` - Fixed issue `change` event triggers first time when `readonly` property is enabled.
817
-
818
- ## 17.4.47 (2020-02-05)
819
-
820
- ### RichTextEditor
821
-
822
- #### Bug Fixes
823
-
824
- - `#150737` - Resolved the issue with inserting an image dialog that was not properly rendered on mobile devices.
825
- - `#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.
826
-
827
- ## 17.4.46 (2020-01-30)
828
-
829
- ### RichTextEditor
830
-
831
- #### New Features
832
-
833
- - `#F149481` - Provided the support to get the selected HTML content using the `getSelectedHtml` public method.
834
-
835
- ## 17.4.44 (2021-01-21)
836
-
837
- ### RichTextEditor
838
-
839
- #### New Features
840
-
841
- - `#256724`, `#F149821` - Provided the support to insert a table using the `executeCommand` public method in the RichTextEditor.
842
-
843
- ## 17.4.43 (2020-01-14)
844
-
845
- ### RichTextEditor
846
-
847
- #### Bug Fixes
848
-
849
- - `#258971` - Resolved the issue with an image element that is appended on insert image dialog drop area when drag and drop an image.
850
- - `#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.
851
- - `#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.
852
-
853
- ## 17.4.40 (2019-12-24)
854
-
855
- ### RichTextEditor
856
-
857
- #### Bug Fixes
858
-
859
- - `#254606` - Web accessibility related issues have been resolved.
860
-
861
- ## 17.4.39 (2019-12-17)
862
-
863
- ### RichTextEditor
864
-
865
- #### New Features
866
-
867
- - **Callback event to custom toolbar**: The feature allows to bind click event handler to the custom toolbar items in the Rich Text Editor.
868
- - **Code format as toolbar button**: Provided an option to add the code format as toolbar button with toggle state in the Rich Text Editor.
869
- - **XHTML validation**: Provided support to validate the content of Rich Text Editor with XHTML standard.
870
-
871
- ## 17.3.29 (2019-11-26)
872
-
873
- ### RichTextEditor
874
-
875
- #### Bug Fixes
876
-
877
- - `#F149001` - The issue with customization of table cell padding and cell spacing in the Rich Text Editor has been resolved.
878
-
879
- ## 17.3.28 (2019-11-19)
880
-
881
- ### RichTextEditor
882
-
883
- #### Bug Fixes
884
-
885
- - `#254865` - Resolved the issue with an image that is not removed when pressing the delete key by enabling the `showOnRightClick` property.
886
-
887
- ## 17.3.19 (2019-10-22)
888
-
889
- ### RichTextEditor
890
-
891
- #### Bug Fixes
892
-
893
- - `#251855` - Resolved the issue with appearance of transparent color tile in Rich Text Editor's color picker.
894
- - `#251699` - The issue with pasting content from Word document displays unnecessary HTML content in the Rich Text Editor has been fixed.
895
- - `#251640` - The issue "placeholder not hidden after inserting a table or an image in the Rich Text Editor" has been fixed.
896
- - `#250650` - The issue with image rename in the imageUploadSuccess event not working when drag and drop an image into RichTextEditor has been fixed.
897
- - `#250587` - The issue with null field shown on form data headers response when drag and drop an image into RichTextEditor has been fixed.
898
- - `#251855` - The issue "console error is thrown, when the image upload dialog is opened in IE browser" has been fixed.
899
-
900
- ## 17.3.16 (2019-10-09)
901
-
902
- ### RichTextEditor
903
-
904
- #### Bug Fixes
905
-
906
- - `#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.
907
-
908
- ## 17.3.14 (2019-10-03)
909
-
910
- ### RichTextEditor
911
-
912
- #### Bug Fixes
913
-
914
- - `#249182` - The issue with localizing static texts of paste prompt dialog in the Rich Text Editor has been fixed.
915
- - `#249613` - The issue with pasting content from Microsoft Excel sheet that throws console error in the Rich Text Editor has been fixed.
916
-
917
- ## 17.3.9-beta (2019-09-20)
918
-
919
- ### RichTextEditor
920
-
921
- #### New Features
922
-
923
- - **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.
924
- - **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.
925
- - **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.
926
-
927
- #### Bug Fixes
928
-
929
- - `#F146927` - The issue with copy and pasting image from MS Word to the RichTextEditor has been fixed.
930
- - `#246340` - The issue with pasting the content as plain-text in Rich Text Editor has been fixed.
931
-
932
- - `#246340` - The issue with select all and delete the content in Rich Text Editor has been fixed.
933
-
934
- ## 17.2.47 (2019-08-27)
935
-
936
- ### RichTextEditor
937
-
938
- #### Bug Fixes
939
-
940
- - `#242999` - Now, Reactive form validates properly on `shift + tab` key action.
941
- - `#244796` - Floating toolbar now renders properly without alignment issue, when render the Rich Text Editor within Tab.
942
- - `#243448` - Performance with page scroll has been improved when multiple Rich Text Editor components are rendered in the page.
943
- - `#241388` - The issue with right-click option while rendering RichTextEditor inside the table has been fixed.
944
-
945
- ## 17.2.46 (2019-08-22)
946
-
947
- ### RichTextEditor
948
-
949
- #### New Features
950
-
951
- - **Image upload events**
952
- - `#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.
953
-
954
- - **Image upload events**: `#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.
955
-
956
- #### Bug Fixes
957
-
958
- - `#243475` - Now, you can validate max-length even showCharCount property as false.
959
- - `#243475` - Resolved the issue with max-length validation on pasting the content.
960
- - `#242999` - The key action for `tab` key and `shift + tab` key are similar now.
961
-
962
- ## 17.2.41 (2019-08-14)
963
-
964
- ### RichTextEditor
965
-
966
- #### New Features
967
-
968
- - **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.
969
- - `#242771` - Provided the support to handle both absolute and relative path links.
970
-
971
- #### Bug Fixes
972
-
973
- - `#243767` - The issue with applying selected format based on content editable has been fixed.
974
-
975
- - `#242999` - The Reactive form validation, now works with tab key action.
976
-
977
- ## 17.2.36 (2019-07-24)
978
-
979
- ### RichTextEditor
980
-
981
- #### Bug Fixes
982
-
983
- - `#242377` - The issue, "alignment is not working while pasting content from notepad" has been resolved.
984
- - `#F146057` - The issue, "formatting(strong and alignment) is not maintained on pasting web content" has been resolved.
985
-
986
- ## 17.2.35 (2019-07-17)
987
-
988
- ### RichTextEditor
989
-
990
- #### Bug Fixes
991
-
992
- - `#241388` - The issue, "browser context menu is not shown on right click when enabling the showOnRightClick property" has been resolved.
993
-
994
- ## 17.2.34 (2019-07-11)
995
-
996
- ### RichTextEditor
997
-
998
- #### Bug Fixes
999
-
1000
- - `#F145376` - The issue, "action complete event is not triggered when deleting the content with text and images" has been resolved.
1001
- - `#237729` - The issue "table column width is shown as pixel instead of percentage while resizing" has been fixed.
1002
- - `#237729` - Pickers mode throws script error when selecting the color in table's quick toolbar, that issue has been fixed.
1003
- - `#237729` - Color picker value doesn't set as RGBA(alpha) value in content editor, that issue has been fixed.
1004
- - `#240808` - The issue "opening a link in new window throws an error for auto generated link" has been fixed.
1005
- - `#240024` - The issue, "spacing between words is removed when focus out the editor" has been resolved.
1006
- - `#234519`, `#234586`, `#F138909` - The issues with table and its functionalities in IE11 has been resolved.
1007
-
1008
- ## 17.2.28-beta (2019-06-27)
1009
-
1010
- ### RichTextEditor
1011
-
1012
- #### New Features
1013
-
1014
- - **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.
1015
-
1016
- #### Breaking Changes
1017
-
1018
- - 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']`.
1019
-
1020
- #### Bug Fixes
1021
-
1022
- - `#238872` - Issue with cursor position when enabled list with empty editor that issue has been resolved.
1023
-
1024
- ## 17.1.49 (2019-05-29)
1025
-
1026
- ### RichTextEditor
1027
-
1028
- #### Bug Fixes
1029
-
1030
- - `#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.
1031
-
1032
- ## 17.1.48 (2019-05-21)
1033
-
1034
- ### RichTextEditor
1035
-
1036
- #### New Features
1037
-
1038
- - `#230976` - Opens a quick toolbar on right-click support has been provided.
1039
-
1040
- #### Bug Fixes
1041
-
1042
- - `#235120` - RichTextEditor's paste as plain text doesn't preserve line break that issue has been resolved.
1043
-
1044
- ## 17.1.43 (2019-04-30)
1045
-
1046
- ### RichTextEditor
1047
-
1048
- #### Bug Fixes
1049
-
1050
- - `#234280` - RichTextEditor's toolbar is broken when using ES2015 target that issue has been resolved.
1051
-
1052
- ## 17.1.42 (2019-04-23)
1053
-
1054
- ### RichTextEditor
1055
-
1056
- #### Bug Fixes
1057
-
1058
- - Change event doesn't trigger, when RichTextEditor blurs inside of `In-place Editor` that issue has been fixed.
1059
-
1060
- ## 17.1.40 (2019-04-09)
1061
-
1062
- ### RichTextEditor
1063
-
1064
- #### Bug Fixes
1065
-
1066
- - Insert image functionality of `RichTextEditor` is not working when render with `File Upload`, that issue has been fixed.
1067
-
1068
- ## 17.1.32-beta (2019-03-13)
1069
-
1070
- ### RichTextEditor
1071
-
1072
- #### Bug Fixes
1073
-
1074
- - Image and Table quick toolbar open while scrolling the content in the iPhone device, that issue has been fixed.
1075
- - Getting console error while rendering inline mode with `FontColor` and `BackgroundColor` in mobile view, that issue has been fixed.
1076
-
1077
- -`Undo` and `Redo` icon visible in preview mode issue has been fixed
1078
-
1079
-
1080
- #### New Features
1081
-
1082
- - **Paste cleanup**: This feature allows users to clean up HTML content when copying and pasting any other content from external sources.
1083
-
1084
- ## 16.4.55 (2019-02-27)
1085
-
1086
- ### RichTextEditor
1087
-
1088
- #### Bug Fixes
1089
-
1090
- - Insert image dialog is not rendering properly while setting the `imageUploadMessage` text as long in localization, that issue has been fixed.
1091
- - Localization is not applied to static `DropDownButton` items, that issue has been fixed.
1092
-
1093
- ## 16.4.54 (2019-02-19)
1094
-
1095
- ### RichTextEditor
1096
-
1097
- #### Bug Fixes
1098
-
1099
- - HTML 5 form reset behaviour has been corrected.
1100
- - Editor content rendered twice in DOM when using `RichTextEditorFor`, that issue has been fixed.
1101
- - EJ2 compatibility styles are not worked while component rendering with `textarea` element, that issue has been fixed.
1102
-
1103
- ## 16.4.53 (2019-02-13)
1104
-
1105
- ### RichTextEditor
1106
-
1107
- #### Bug Fixes
1108
-
1109
- - 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.
1110
- - HTML 5 standard issues has been fixed.
1111
- - Cursor position changed after typed some contents issue has been fixed.
1112
-
1113
- #### Breaking Changes
1114
-
1115
- - Changed the `fontSize`, `fontFamily`, `format` properties default value as null.
1116
-
1117
- ## 16.4.48 (2019-01-22)
1118
-
1119
- ### RichTextEditor
1120
-
1121
- #### Bug Fixes
1122
-
1123
- - Table QuickToolbar open wherever click within a component issue has been fixed.
1124
- - FontSize "px" and fontFamily "veranda" not updated in toolbar status, that issue has been fixed.
1125
- - Clicking on view source code with single character inside textarea removes the character, that issue has been fixed.
1126
-
1127
- ## 16.4.47 (2019-01-16)
1128
-
1129
- ### RichTextEditor
1130
-
1131
- #### Bug Fixes
1132
-
1133
- - ASP.NET core data annotation issue has been fixed.
1134
- - Console error is thrown in IE browser with angular routing, that issue has been fixed.
1135
- - Unable to maintain the RichTextEditor color picker pop-up position when scrolling the browser has been fixed.
1136
-
1137
- ## 16.4.46 (2019-01-08)
1138
-
1139
- ### RichTextEditor
1140
-
1141
- #### Bug Fixes
1142
-
1143
- - Changing the font color of underlined text doesn’t change the color of the line, that issue has been fixed.
1144
- - RichTextEditor injectable module is missed from import setting file in [CRG](https://crg.syncfusion.com/), that issue has been fixed.
1145
- - The change event is triggered on clicking into HTML source code view in Edge browser, that issue has been fixed.
1146
- - Blur event is not triggered when we change focus directly from one RTE to another RTE, that issue has been fixed.
1147
- - RichTextEditor full screen not working properly when render inside the overflow element has been fixed.
1148
-
1149
- ## 16.4.44 (2018-12-24)
1150
-
1151
- ### RichTextEditor
1152
-
1153
- #### Bug Fixes
1154
-
1155
- - Pasted URL is not converted to links automatically, that issue has been fixed.
1156
- - Image paste as twice in Firefox browser, that issue has been fixed.
1157
- - The value property and getHtml method will be updated within an interval to `saveInterval` property.
1158
-
1159
- ## 16.4.40-beta (2018-12-10)
1160
-
1161
- ### RichTextEditor
1162
-
1163
- #### New Features
1164
-
1165
- - Insert table support has provided for MarkDown Editor.
1166
-
1167
- #### Bug Fixes
1168
-
1169
- - Dynamic enabling and disabling support for toolbar items has been provided.
1170
- - Image dialog's Browse button width is not adjusted based on the text issue has been resolved.
1171
-
1172
- ## 16.3.17 (2018-09-12)
1173
-
1174
- ### RichTextEditor
1175
-
1176
- #### New Features
1177
-
1178
- 1. Image resize support has been provided.
1179
- 2. Insert table support has provided for HTML Editor which includes below sub features,
1180
- 1. Create and modify the table, table rows and columns.
1181
- 2. Row and column resize.
1182
- 3. Quick toolbar interaction.
1183
- 4. Table header and custom styles.
1184
-
1185
- #### Breaking Changes
1186
-
1187
- - `setContent` method has removed, use `value` property to set the content instead.
1188
-
1189
- ## 16.2.51 (2018-09-04)
1190
-
1191
- ### RichTextEditor
1192
-
1193
- #### Bug Fixes
1194
-
1195
- - RichTextEditor modal `popup` style override issue has been resolved.
1196
- - RichTextEditor removes spacing between words when content is pasted from a word document, that
1197
- - issue has been fixed.
1198
-
1199
- ## 16.2.50 (2018-08-28)
1200
-
1201
- ### RichTextEditor
1202
-
1203
- #### Bug Fixes
1204
-
1205
- - Unable to paste image copied from windows in RichTextEditor issue has been resolved.
1206
-
1207
- ## 16.2.49 (2018-08-21)
1208
-
1209
- ### RichTextEditor
1210
-
1211
- #### Bug Fixes
1212
-
1213
- - `IFrame` mode external font family removed in RichTextEditor.
1214
- - Unable to delete the selected content of RichTextEditor in inline toolbar issue has been resolved.
1215
-
1216
- ## 16.2.48 (2018-08-14)
1217
-
1218
- ### RichTextEditor
1219
-
1220
- #### Bug Fixes
1221
-
1222
- - Removed external font family in RichTextEditor source.
1223
-
1224
- ## 16.2.47 (2018-08-07)
1225
-
1226
- ### RichTextEditor
1227
-
1228
- #### Bug Fixes
1229
-
1230
- - `FontColor` and `BackgroundColor` toolbar item not rendered in inline mode issue has been resolved.
1231
- - RichTextEditor toolbar disabled mode content select console error issue has been resolved.
1232
- - Provided view encapsulation support.
1233
-
1234
- ## 16.2.45 (2018-07-17)
1235
-
1236
- ### RichTextEditor
1237
-
1238
- #### Bug Fixes
1239
-
1240
- - Provided `getText` public method from RichTextEditor.
1241
-
1242
- ## 16.2.44 (2018-07-10)
1243
-
1244
- ### RichTextEditor
1245
-
1246
- #### Bug Fixes
1247
-
1248
- - RichTextEditor `actionBegin` event missing arguments included.
1249
-
1250
- ## 16.2.41 (2018-06-25)
1251
-
1252
- ### RichTextEditor
1253
-
1254
- 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.
1255
-
1256
-
1257
- - Provides IFRAME and DIV mode.
1258
- - Handles markdown editing.
1259
- - Contains a modular library to load the necessary functionality on demand.
1260
- - Provides a fully customizable toolbar.
1261
- - HTML view to edit the source directly for developers.
1262
- - Supports to integrate third-party library.
1263
- - Preview the modified content before saving it.
1264
- - Handles images, hyperlinks, video,hyperlinks, uploads, and more.
1265
- - Contains undo/redo manager.
1266
- - Creates bulleted and numbered lists.
1267
-
1268
-