@syncfusion/ej2-richtexteditor 24.2.8 → 24.2.9

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
+ - `#I550863` - Now the script error doesn't show when all content is selected and pasted into the Rich Text Editor.
10
+
11
+ - `#I555677` - Now the list format is working properly when press the backspace key in a list in RichTextEditor.
12
+
13
+ - `#I558397` - Now the Emoji Picker popup is shown properly within the inline Rich Text Editor.
14
+
15
+ - `#I558168` - Now, the font color  toolbar works properly when using the inline toolbar of the Rich Text Editor.
16
+
17
+ - `#I558398` - Now, after pasting an image, the inline editor toolbar items should show properly in RichTextEditor.
18
+
19
+ ## 24.2.8 (2024-02-27)
20
+
21
+ ### RichTextEditor
22
+
23
+ #### Bug Fixes
24
+
9
25
  - `#F186601` - Now, the `e-control` class name is removed properly from the body element in the Rich Text Editor.
10
26
 
11
27
  - `#I553157` - Now the numbered and bulleted list is removed properly when deleting the entire list using the backspace key in RichTextEditor.