@syncfusion/ej2-richtexteditor 20.1.50 → 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,20 @@
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
+
9
23
  - `#I367373` - Now, pressing `ctrl+z` to undo the changes works properly when `enterKey` is configured as `BR`.
10
24
 
11
25
  ## 20.1.48 (2022-04-12)