@syncfusion/ej2-react-richtexteditor 21.2.9 → 22.1.34
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 +25 -0
- package/diConfig.json +15 -1
- package/dist/ej2-react-richtexteditor.min.js +1 -1
- package/dist/ej2-react-richtexteditor.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +299 -137
- package/styles/bootstrap.css +305 -140
- package/styles/bootstrap4.css +304 -133
- package/styles/bootstrap5-dark.css +310 -165
- package/styles/bootstrap5.css +310 -165
- package/styles/fabric-dark.css +297 -136
- package/styles/fabric.css +294 -133
- package/styles/fluent-dark.css +311 -170
- package/styles/fluent.css +311 -170
- package/styles/highcontrast-light.css +289 -128
- package/styles/highcontrast.css +296 -135
- package/styles/material-dark.css +295 -129
- package/styles/material.css +300 -134
- package/styles/material3-dark.css +3082 -0
- package/styles/material3-dark.scss +2 -0
- package/styles/material3.css +3138 -0
- package/styles/material3.scss +2 -0
- package/styles/rich-text-editor/bootstrap-dark.css +299 -137
- package/styles/rich-text-editor/bootstrap.css +305 -140
- package/styles/rich-text-editor/bootstrap4.css +304 -133
- package/styles/rich-text-editor/bootstrap5-dark.css +310 -165
- package/styles/rich-text-editor/bootstrap5.css +310 -165
- package/styles/rich-text-editor/fabric-dark.css +297 -136
- package/styles/rich-text-editor/fabric.css +294 -133
- package/styles/rich-text-editor/fluent-dark.css +311 -170
- package/styles/rich-text-editor/fluent.css +311 -170
- package/styles/rich-text-editor/highcontrast-light.css +289 -128
- package/styles/rich-text-editor/highcontrast.css +296 -135
- package/styles/rich-text-editor/material-dark.css +295 -129
- package/styles/rich-text-editor/material.css +300 -134
- package/styles/rich-text-editor/material3-dark.css +3082 -0
- package/styles/rich-text-editor/material3-dark.scss +2 -0
- package/styles/rich-text-editor/material3.css +3138 -0
- package/styles/rich-text-editor/material3.scss +2 -0
- package/styles/rich-text-editor/tailwind-dark.css +313 -157
- package/styles/rich-text-editor/tailwind.css +313 -157
- package/styles/tailwind-dark.css +313 -157
- package/styles/tailwind.css +313 -157
package/CHANGELOG.md
CHANGED
@@ -4,6 +4,31 @@
|
|
4
4
|
|
5
5
|
### RichTextEditor
|
6
6
|
|
7
|
+
#### New Features
|
8
|
+
|
9
|
+
- **Format Painter**: This feature allows users to quickly copy and apply formatting from one section of the selected text to another using keyboard shortcuts or a toolbar button.
|
10
|
+
- **Emoji Picker**: This feature allows users to insert an emoji into their content by easily browsing or searching using the search option and selecting from a wide range of emojis. The emoji picker can also be accessed by pressing the colon `:` key in the editor.
|
11
|
+
|
12
|
+
#### Bug Fixes
|
13
|
+
|
14
|
+
- `#I471317` - Now, applying list format with an empty starting line works properly in the Rich Text Editor.
|
15
|
+
- `#I456729` - Now, copying and pasting the list contents from MS Word works properly in the Rich Text Editor.
|
16
|
+
- `#I469435` - Now, pressing backspace key works properly when `Mention` is used inside the Rich Text Editor.
|
17
|
+
|
18
|
+
## 21.2.10 (2023-06-13)
|
19
|
+
|
20
|
+
### RichTextEditor
|
21
|
+
|
22
|
+
#### Bug Fixes
|
23
|
+
|
24
|
+
- `#I465794` - Now, the bulleted list format is aligned properly when pasted from MS Word into the Rich Text Editor.
|
25
|
+
- `#I468056` - Now, the table quick toolbar popup position can be changed properly in the Rich Text Editor.
|
26
|
+
- `#I467318` - Now, pasting the content alone with the image from MS Word works properly in the Rich Text Editor.
|
27
|
+
|
28
|
+
## 21.2.9 (2023-06-06)
|
29
|
+
|
30
|
+
### RichTextEditor
|
31
|
+
|
7
32
|
#### Bug Fixes
|
8
33
|
|
9
34
|
- `#I458845` - Now, entering any value at the end of the content in the Rich Text Editor works properly.
|
package/diConfig.json
CHANGED
@@ -50,7 +50,8 @@
|
|
50
50
|
"PasteCleanup",
|
51
51
|
"Resize",
|
52
52
|
"FileManager",
|
53
|
-
"FormatPainter"
|
53
|
+
"FormatPainter",
|
54
|
+
"EmojiPicker"
|
54
55
|
],
|
55
56
|
"diModuleFiles": [
|
56
57
|
{
|
@@ -94,6 +95,9 @@
|
|
94
95
|
},
|
95
96
|
{
|
96
97
|
"fileName": "format-painter"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"fileName": "emoji-picker"
|
97
101
|
}
|
98
102
|
],
|
99
103
|
"comment": [
|
@@ -214,6 +218,16 @@
|
|
214
218
|
"propertyName": "numberFormatList",
|
215
219
|
"baseClass": "NumberFormatList",
|
216
220
|
"SelectorName": "e-richtexteditor-numberFormatList"
|
221
|
+
},
|
222
|
+
{
|
223
|
+
"propertyName": "formatPainterSettings",
|
224
|
+
"baseClass": "FormatPainterSettings",
|
225
|
+
"SelectorName": "e-richtexteditor-formatPainterSettings"
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"propertyName": "emojiPickerSettings",
|
229
|
+
"baseClass": "EmojiSettings",
|
230
|
+
"SelectorName": "e-richtexteditor-emojiPickerSettings"
|
217
231
|
}
|
218
232
|
]
|
219
233
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-react-richtexteditor.min.js
|
3
|
-
* version :
|
3
|
+
* version : 22.1.34
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
5
5
|
* Use of this code is subject to the terms of our license.
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-react-richtexteditor.umd.min.js
|
3
|
-
* version :
|
3
|
+
* version : 22.1.34
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
5
5
|
* Use of this code is subject to the terms of our license.
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"_from": "@syncfusion/ej2-react-richtexteditor@*",
|
3
|
-
"_id": "@syncfusion/ej2-react-richtexteditor@21.
|
3
|
+
"_id": "@syncfusion/ej2-react-richtexteditor@21.8.0",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-8xJ8lRr8Qwwc0n42dS0OUsBqt+efIF09pKzJEQOFKl0CyK8HkLK2lQlDI3GTCEk25RSkt/oLhd9rpP2QwRMKww==",
|
6
6
|
"_location": "/@syncfusion/ej2-react-richtexteditor",
|
7
7
|
"_phantomChildren": {},
|
8
8
|
"_requested": {
|
@@ -19,8 +19,8 @@
|
|
19
19
|
"_requiredBy": [
|
20
20
|
"/"
|
21
21
|
],
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
23
|
-
"_shasum": "
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-21.8.0.tgz",
|
23
|
+
"_shasum": "06c225d2f808b63ffcfb6b6be1f94a335b35b692",
|
24
24
|
"_spec": "@syncfusion/ej2-react-richtexteditor@*",
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
26
26
|
"author": {
|
@@ -31,9 +31,9 @@
|
|
31
31
|
},
|
32
32
|
"bundleDependencies": false,
|
33
33
|
"dependencies": {
|
34
|
-
"@syncfusion/ej2-base": "~
|
35
|
-
"@syncfusion/ej2-react-base": "~
|
36
|
-
"@syncfusion/ej2-richtexteditor": "
|
34
|
+
"@syncfusion/ej2-base": "~22.1.34",
|
35
|
+
"@syncfusion/ej2-react-base": "~22.1.34",
|
36
|
+
"@syncfusion/ej2-richtexteditor": "22.1.34"
|
37
37
|
},
|
38
38
|
"deprecated": false,
|
39
39
|
"description": "Essential JS 2 RichTextEditor component for React",
|
@@ -54,6 +54,6 @@
|
|
54
54
|
"type": "git",
|
55
55
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
56
56
|
},
|
57
|
-
"version": "
|
57
|
+
"version": "22.1.34",
|
58
58
|
"sideEffects": false
|
59
59
|
}
|