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