@syncfusion/ej2-richtexteditor 19.4.53 → 19.4.54

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
@@ -2,6 +2,26 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### RichTextEditor
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I366312` - Now, pressing the `Enter` key twice works properly after the `Shift + Enter` action in the `Firefox` browser.
10
+
11
+ - `#I365989` - Now, the pasted content can be edited properly in the Rich Text Editor when the `enterKey` is configured as `BR`.
12
+
13
+ - `#I364798` - Now, the toolbar will be disabled when the pasted image in the Rich Text Editor is begin uploaded.
14
+
15
+ - `#I365104` - Now, the clearing the list content in the Rich Text Editor works properly by removing all the list elements.
16
+
17
+ ## 19.4.53 (2022-02-22)
18
+
19
+ ### RichTextEditor
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I363960` - Now, the image is deleted properly using the delete key after pasting the image content in the Rich Text Editor.
24
+
5
25
  ## 19.4.52 (2022-02-15)
6
26
 
7
27
  ### RichTextEditor