@syncfusion/ej2-richtexteditor 20.1.48 → 20.1.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 +9 -1
- 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 +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +1 -1
- 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 +7 -7
- package/src/editor-manager/plugin/undo.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,9 +6,17 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I367373` - Now, pressing `ctrl+z` to undo the changes works properly when `enterKey` is configured as `BR`.
|
|
10
|
+
|
|
11
|
+
## 20.1.48 (2022-04-12)
|
|
12
|
+
|
|
13
|
+
### RichTextEditor
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
9
17
|
- `#F173415` - Now, the input element can be inserted in the Rich Text Editor using the `executeCommand` public method.
|
|
10
18
|
|
|
11
|
-
- `#I372932` - Now, copying and pasting the content with `contenteditable` set to false
|
|
19
|
+
- `#I372932` - Now, copying and pasting the content with `contenteditable` set to false doesn't add any unwanted `br` tag.
|
|
12
20
|
|
|
13
21
|
- `#I370707` - Now, the font size is updated properly when removing the bullet list using the backspace key.
|
|
14
22
|
|