@syncfusion/ej2-richtexteditor 20.1.47 → 20.1.51

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,42 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I373527` - Now, the font name is updated properly when using the custom font names in the Rich Text Editor.
10
+
11
+ - `#I373953` - Now, inserting the table after the list element with the image doesn't remove the image from the list.
12
+
13
+ - `#I372489` - Now, resizing the images with equal height and width works properly.
14
+
15
+ - `#F173394` - Now, the undo and redo keys work properly when pasting the content in the Rich Text Editor.
16
+
17
+ ## 20.1.50 (2022-04-19)
18
+
19
+ ### RichTextEditor
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I367373` - Now, pressing `ctrl+z` to undo the changes works properly when `enterKey` is configured as `BR`.
24
+
25
+ ## 20.1.48 (2022-04-12)
26
+
27
+ ### RichTextEditor
28
+
29
+ #### Bug Fixes
30
+
31
+ - `#F173415` - Now, the input element can be inserted in the Rich Text Editor using the `executeCommand` public method.
32
+
33
+ - `#I372932` - Now, copying and pasting the content with `contenteditable` set to false doesn't add any unwanted `br` tag.
34
+
35
+ - `#I370707` - Now, the font size is updated properly when removing the bullet list using the backspace key.
36
+
37
+ - `#I370210` - Now, the image will be loaded properly when pasting the contents from MS Word.
38
+
39
+ ## 20.1.47 (2022-04-04)
40
+
41
+ ### RichTextEditor
42
+
43
+ #### Bug Fixes
44
+
9
45
  - `#I369216` - Now, pasting the note pad with link contents is pasted properly without moving the cursor to the previous line.
10
46
 
11
47
  - `#F171703` - Now, pasting the content in the Rich Text Editor after pressing the `shift + enter` key works properly.