@syncfusion/ej2-angular-richtexteditor 31.1.22 → 31.1.23
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
CHANGED
|
@@ -6,6 +6,16 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I768886` - Now, pasting content copied from a `span` wrapped Rich Text Editor works properly.
|
|
10
|
+
|
|
11
|
+
- `#I764281` - Now, the Rich Text Editor inline toolbar position works properly when the editor content is empty.
|
|
12
|
+
|
|
13
|
+
## 31.1.22 (2025-10-01)
|
|
14
|
+
|
|
15
|
+
### RichTextEditor
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
9
19
|
- `#I771758` - Now, the `aria-multiline` attribute has been successfully added with the value true to the `contenteditable` element of the Rich Text Editor.
|
|
10
20
|
|
|
11
21
|
- `#I771370` - Now, the `getSelectedHtml` method accurately returns the HTML content corresponding to the selection made within the editor.
|
|
@@ -16,8 +26,6 @@
|
|
|
16
26
|
|
|
17
27
|
- `#I769396` - Now, pasting content from Notepad into the Rich Text Editor inserts it exactly at the cursor position.
|
|
18
28
|
|
|
19
|
-
- `#I768886` - Now, pasting content copied from a `span` wrapped Rich Text Editor works properly.
|
|
20
|
-
|
|
21
29
|
- `#I762396` - Now, pasting multiple lines of content into bullet lists copied from Outlook works properly in the Rich Text Editor when the `enterKey` property is set to `DIV`.
|
|
22
30
|
|
|
23
31
|
## 31.1.21 (2025-09-23)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-richtexteditor",
|
|
3
|
-
"version": "31.1.
|
|
3
|
+
"version": "31.1.23",
|
|
4
4
|
"description": "Essential JS 2 RichTextEditor component for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@syncfusion/ej2-base": "~31.1.22",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~31.1.17",
|
|
11
|
-
"@syncfusion/ej2-richtexteditor": "31.1.
|
|
11
|
+
"@syncfusion/ej2-richtexteditor": "31.1.23"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular-rich-text-editor",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-richtexteditor';
|
|
4
|
-
exports.pkgVer = '^31.1.
|
|
4
|
+
exports.pkgVer = '^31.1.23';
|
|
5
5
|
exports.moduleName = 'RichTextEditorModule';
|
|
6
|
-
exports.themeVer = '~31.1.
|
|
6
|
+
exports.themeVer = '~31.1.23';
|