@syncfusion/ej2-richtexteditor 20.2.45 → 20.2.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 +6 -0
- package/dist/ej2-richtexteditor.umd.min.js +2 -2
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +7 -3
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +7 -3
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/dist/global/ej2-richtexteditor.min.js +2 -2
- package/dist/global/ej2-richtexteditor.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +8 -8
- package/src/rich-text-editor/actions/enter-key.js +5 -2
- package/src/rich-text-editor/actions/full-screen.js +1 -0
- package/src/rich-text-editor/base/rich-text-editor.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 20.2.44 (2022-08-16)
|
|
6
|
+
|
|
5
7
|
### RichTextEditor
|
|
6
8
|
|
|
7
9
|
#### Bug Fixes
|
|
@@ -10,6 +12,10 @@
|
|
|
10
12
|
|
|
11
13
|
- `#I386938` - Now, resizing the image works properly even after resizing the Rich Text Editor using the browser window.
|
|
12
14
|
|
|
15
|
+
- `#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
|
+
|
|
17
|
+
- `#I396244` - Now, inserting emoticons using the `executeCommand` public method after entering the `&` symbol in the editor inserts the emoticons at the correct cursor position.
|
|
18
|
+
|
|
13
19
|
## 20.2.43 (2022-08-08)
|
|
14
20
|
|
|
15
21
|
### RichTextEditor
|