@syncfusion/ej2-react-richtexteditor 21.2.10 → 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.
Files changed (43) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/diConfig.json +15 -1
  3. package/dist/ej2-react-richtexteditor.min.js +1 -1
  4. package/dist/ej2-react-richtexteditor.umd.min.js +1 -1
  5. package/package.json +8 -8
  6. package/styles/bootstrap-dark.css +299 -137
  7. package/styles/bootstrap.css +305 -140
  8. package/styles/bootstrap4.css +304 -133
  9. package/styles/bootstrap5-dark.css +310 -165
  10. package/styles/bootstrap5.css +310 -165
  11. package/styles/fabric-dark.css +297 -136
  12. package/styles/fabric.css +294 -133
  13. package/styles/fluent-dark.css +311 -170
  14. package/styles/fluent.css +311 -170
  15. package/styles/highcontrast-light.css +289 -128
  16. package/styles/highcontrast.css +296 -135
  17. package/styles/material-dark.css +295 -129
  18. package/styles/material.css +300 -134
  19. package/styles/material3-dark.css +3082 -0
  20. package/styles/material3-dark.scss +2 -0
  21. package/styles/material3.css +3138 -0
  22. package/styles/material3.scss +2 -0
  23. package/styles/rich-text-editor/bootstrap-dark.css +299 -137
  24. package/styles/rich-text-editor/bootstrap.css +305 -140
  25. package/styles/rich-text-editor/bootstrap4.css +304 -133
  26. package/styles/rich-text-editor/bootstrap5-dark.css +310 -165
  27. package/styles/rich-text-editor/bootstrap5.css +310 -165
  28. package/styles/rich-text-editor/fabric-dark.css +297 -136
  29. package/styles/rich-text-editor/fabric.css +294 -133
  30. package/styles/rich-text-editor/fluent-dark.css +311 -170
  31. package/styles/rich-text-editor/fluent.css +311 -170
  32. package/styles/rich-text-editor/highcontrast-light.css +289 -128
  33. package/styles/rich-text-editor/highcontrast.css +296 -135
  34. package/styles/rich-text-editor/material-dark.css +295 -129
  35. package/styles/rich-text-editor/material.css +300 -134
  36. package/styles/rich-text-editor/material3-dark.css +3082 -0
  37. package/styles/rich-text-editor/material3-dark.scss +2 -0
  38. package/styles/rich-text-editor/material3.css +3138 -0
  39. package/styles/rich-text-editor/material3.scss +2 -0
  40. package/styles/rich-text-editor/tailwind-dark.css +313 -157
  41. package/styles/rich-text-editor/tailwind.css +313 -157
  42. package/styles/tailwind-dark.css +313 -157
  43. package/styles/tailwind.css +313 -157
package/CHANGELOG.md CHANGED
@@ -4,6 +4,21 @@
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
+
7
22
  #### Bug Fixes
8
23
 
9
24
  - `#I465794` - Now, the bulleted list format is aligned properly when pasted from MS Word into the Rich Text Editor.
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 : 21.2.10
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 : 21.2.10
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.2.9",
3
+ "_id": "@syncfusion/ej2-react-richtexteditor@21.8.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-xImxnvuhvlDOsZbHM5RK6U+JqzfyxUOTkFSERxmJ3YKdzes01hObuTWyB2TNHd6X5J5h0gHdtlpe7inwpfb3ag==",
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-hotfix-new/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-21.2.9.tgz",
23
- "_shasum": "1c0036697028052a18e91ffbe118f8b9e371aff8",
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": "~21.2.9",
35
- "@syncfusion/ej2-react-base": "~21.2.8",
36
- "@syncfusion/ej2-richtexteditor": "21.2.10"
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": "21.2.10",
57
+ "version": "22.1.34",
58
58
  "sideEffects": false
59
59
  }