@syncfusion/ej2-angular-richtexteditor 20.4.44 → 20.4.48-ngcc

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