@syncfusion/ej2-richtexteditor 24.1.45 → 24.1.46

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,16 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I537067` - Now, the content at the top is displayed properly when maximizing the Rich Text Editor with `enableFloating` set to `false`.
10
+
11
+ - `#I534484` - Now, applying the bold repeatedly to the content in the Rich Text Editor works properly, and the content doesn't get deleted.
12
+
13
+ ## 24.1.45 (2024-01-09)
14
+
15
+ ### RichTextEditor
16
+
17
+ #### Bug Fixes
18
+
9
19
  - `#I534488` - Now, applying different style formats without focusing inside the Rich Text Editor works properly.
10
20
 
11
21
  - `#I530749` - Now, the `change` event is triggered properly when inserting the mention list items in the Rich Text Editor.