@syncfusion/ej2-richtexteditor 20.1.47 → 20.1.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,20 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#F173415` - Now, the input element can be inserted in the Rich Text Editor using the `executeCommand` public method.
10
+
11
+ - `#I372932` - Now, copying and pasting the content with `contenteditable` set to false content doesn't add any unwanted `br` tag.
12
+
13
+ - `#I370707` - Now, the font size is updated properly when removing the bullet list using the backspace key.
14
+
15
+ - `#I370210` - Now, the image will be loaded properly when pasting the contents from MS Word.
16
+
17
+ ## 20.1.47 (2022-04-04)
18
+
19
+ ### RichTextEditor
20
+
21
+ #### Bug Fixes
22
+
9
23
  - `#I369216` - Now, pasting the note pad with link contents is pasted properly without moving the cursor to the previous line.
10
24
 
11
25
  - `#F171703` - Now, pasting the content in the Rich Text Editor after pressing the `shift + enter` key works properly.