@syncfusion/ej2-richtexteditor 18.1.52 → 18.2.44-4568

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