@syncfusion/ej2-richtexteditor 21.2.8 → 21.2.10
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 +20 -2
- package/dist/ej2-richtexteditor.min.js +2 -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 +42 -14
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +42 -14
- 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 +10 -10
- package/src/editor-manager/plugin/ms-word-clean-up.js +26 -7
- package/src/rich-text-editor/actions/base-quick-toolbar.js +3 -3
- package/src/rich-text-editor/actions/html-editor.js +13 -4
- package/src/rich-text-editor/base/interface.d.ts +4 -0
- package/styles/rich-text-editor/_layout.scss +0 -5
- package/styles/rich-text-editor/tailwind-dark.css +0 -5
- package/styles/rich-text-editor/tailwind.css +0 -5
- package/styles/tailwind-dark.css +0 -5
- package/styles/tailwind.css +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -6,9 +6,13 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#I465794` - Now, the bulleted list format is aligned properly when pasted from MS Word into the Rich Text Editor.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
- `#I468056` - Now, the table quick toolbar popup position can be changed properly in the Rich Text Editor.
|
|
12
|
+
|
|
13
|
+
- `#I467318` - Now, pasting the content alone with the image from MS Word works properly in the Rich Text Editor.
|
|
14
|
+
|
|
15
|
+
## 21.2.9 (2023-06-06)
|
|
12
16
|
|
|
13
17
|
### RichTextEditor
|
|
14
18
|
|
|
@@ -16,6 +20,20 @@
|
|
|
16
20
|
|
|
17
21
|
- `#I458845` - Now, entering any value at the end of the content in the Rich Text Editor works properly.
|
|
18
22
|
|
|
23
|
+
## 21.2.8 (2023-05-30)
|
|
24
|
+
|
|
25
|
+
### RichTextEditor
|
|
26
|
+
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
- `#I464428` - Now, the underline and strikethrough toolbar status are updated properly after pasting the content.
|
|
30
|
+
|
|
31
|
+
## 21.2.6 (2023-05-23)
|
|
32
|
+
|
|
33
|
+
### RichTextEditor
|
|
34
|
+
|
|
35
|
+
#### Bug Fixes
|
|
36
|
+
|
|
19
37
|
- `#I456729` - Now, the table row delete works properly even after cell merging is done in the table in the Rich Text Editor.
|
|
20
38
|
|
|
21
39
|
- `#I456729` - Now, the multilevel lists are aligned properly when pasting the list content from MS Word into the Rich Text Editor.
|