@syncfusion/ej2-richtexteditor 19.4.48 → 19.4.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 +10 -2
- 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 +32 -24
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +32 -24
- 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 +9 -9
- package/src/editor-manager/plugin/inserthtml.js +3 -2
- package/src/rich-text-editor/actions/enter-key.js +9 -4
- package/src/rich-text-editor/actions/html-editor.js +1 -1
- package/src/rich-text-editor/renderer/image-module.js +19 -17
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### RichTextEditor
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#F171387` - Now, pressing the backspace key when the cursor is at the start of the last list element works properly.
|
|
10
|
+
|
|
11
|
+
- `#I361186` - Now, cursor focus in the Rich Text Editor works properly when continuously pressing `enter` and `shift + enter` keys.
|
|
12
|
+
|
|
13
|
+
- `#F171703` - Now, paste the content in the Rich Text Editor after pressing the `shift + enter` key works properly.
|
|
14
|
+
|
|
5
15
|
## 19.4.47 (2022-01-25)
|
|
6
16
|
|
|
7
17
|
### RichTextEditor
|
|
@@ -26,8 +36,6 @@
|
|
|
26
36
|
|
|
27
37
|
- `#I358998` - Now, focusing on other elements when the cursor is in Rich Text Editor works properly in the IE11 browser.
|
|
28
38
|
|
|
29
|
-
- `#F171387` - Now, pressing the backspace key when the cursor is at the start of the last list element works properly.
|
|
30
|
-
|
|
31
39
|
## 19.4.38 (2021-12-17)
|
|
32
40
|
|
|
33
41
|
### RichTextEditor
|