@syncfusion/ej2-richtexteditor 20.2.46 → 20.2.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
@@ -2,6 +2,30 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### RichTextEditor
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I398633` - Now, when hovering over the elements inside the table body, the script error is not thrown.
10
+
11
+ ## 20.2.49 (2022-09-13)
12
+
13
+ ### RichTextEditor
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I396942` - Now, the Rich Text Editor unique Id is generated automatically when we do not set the Id property
18
+
19
+ - `#F177047` - Now, the tooltip is shown for the number and bullet format list in the Rich Text Editor toolbar items.
20
+
21
+ ## 20.2.46 (2022-08-30)
22
+
23
+ ### RichTextEditor
24
+
25
+ #### Bug Fixes
26
+
27
+ - `#I386619` - Now, when you switch to full screen, there is no longer a blank white space under the toolbar in the RTE.
28
+
5
29
  ## 20.2.44 (2022-08-16)
6
30
 
7
31
  ### RichTextEditor
@@ -12,6 +36,8 @@
12
36
 
13
37
  - `#I386938` - Now, resizing the image works properly even after resizing the Rich Text Editor using the browser window.
14
38
 
39
+ - `#I90850` - Now the issue with ‘When selecting a list in the Rich Text Editor and pressing the shift key, the strike through and underlining styles are deleted’ has been resolved.
40
+
15
41
  - `#I396553` - Now, pressing the enter key after pressing backspace when the cursor is at the start of the first list item works properly in the `Firefox` browser.
16
42
 
17
43
  - `#I396244` - Now, inserting emoticons using the `executeCommand` public method after entering the `&` symbol in the editor inserts the emoticons at the correct cursor position.