@syncfusion/ej2-richtexteditor 20.1.48 → 20.1.50

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,9 +6,17 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I367373` - Now, pressing `ctrl+z` to undo the changes works properly when `enterKey` is configured as `BR`.
10
+
11
+ ## 20.1.48 (2022-04-12)
12
+
13
+ ### RichTextEditor
14
+
15
+ #### Bug Fixes
16
+
9
17
  - `#F173415` - Now, the input element can be inserted in the Rich Text Editor using the `executeCommand` public method.
10
18
 
11
- - `#I372932` - Now, copying and pasting the content with `contenteditable` set to false content doesn't add any unwanted `br` tag.
19
+ - `#I372932` - Now, copying and pasting the content with `contenteditable` set to false doesn't add any unwanted `br` tag.
12
20
 
13
21
  - `#I370707` - Now, the font size is updated properly when removing the bullet list using the backspace key.
14
22