@syncfusion/ej2-richtexteditor 20.4.52 → 20.4.53

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,22 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I440490` - Now, the inline toolbar will be shown while selecting text in the Rich Text Editor using the keyboard.
10
+
11
+ - `#I440456` - Now, expanding the toolbar will work properly when the width of the Rich Text Editor is half the screen size.
12
+
13
+ - `#I436678` - Now, the image is not duplicated when it is pasted into the Rich Text Editor and performing `shift+enter` key action.
14
+
15
+ - `#I439501` - Now, when pasting the list content from MS Word, the subset formats and alignment are maintained properly.
16
+
17
+ - `#I439501` - Now, pasting the content from MS Word with the `enterKey` configured as `BR` works properly.
18
+
19
+ ## 20.4.52 (2023-02-28)
20
+
21
+ ### RichTextEditor
22
+
23
+ #### Bug Fixes
24
+
9
25
  - `#I434928` - Now, the last column is not resized to the end of the table when the middle column is resized.
10
26
 
11
27
  - `#I436678` - Now, the image is not duplicated when you press the `shift+enter` key in the Rich Text Editor.
@@ -16,6 +32,8 @@
16
32
 
17
33
  - `#I439308` - Now, dynamically rendering the Rich Text Editor inside the Sidebar works properly when scrolling.
18
34
 
35
+ - `#I440456` - Now, the list is deleted properly when pressing the backspace key, and pressing the enter key works properly after deleting the list.
36
+
19
37
  ## 20.4.51 (2023-02-21)
20
38
 
21
39
  ### RichTextEditor