@syncfusion/ej2-angular-richtexteditor 31.1.21 → 31.1.22

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,26 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I771758` - Now, the `aria-multiline` attribute has been successfully added with the value true to the `contenteditable` element of the Rich Text Editor.
10
+
11
+ - `#I771370` - Now, the `getSelectedHtml` method accurately returns the HTML content corresponding to the selection made within the editor.
12
+
13
+ - `#I770551` - Now, when plain text containing multiple paragraphs is pasted into the editor, each paragraph is correctly preserved and rendered as separate blocks, maintaining the original structure.
14
+
15
+ - `#I769104` - Now, consecutive image drag-and-drop operations work properly in the Rich Text Editor.
16
+
17
+ - `#I769396` - Now, pasting content from Notepad into the Rich Text Editor inserts it exactly at the cursor position.
18
+
19
+ - `#I768886` - Now, pasting content copied from a `span` wrapped Rich Text Editor works properly.
20
+
21
+ - `#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
+
23
+ ## 31.1.21 (2025-09-23)
24
+
25
+ ### RichTextEditor
26
+
27
+ #### Bug Fixes
28
+
9
29
  - `#I764281` - Now, the inline toolbar will display correctly when triggered by the focus event, even if the Rich Text Editor contains no value.
10
30
 
11
31
  - `#I764677` - Now, column resizing functions correctly when a `colspan` attribute is applied to a table element.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-richtexteditor",
3
- "version": "31.1.21",
3
+ "version": "31.1.22",
4
4
  "description": "Essential JS 2 RichTextEditor component for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
- "@syncfusion/ej2-base": "~31.1.20",
9
+ "@syncfusion/ej2-base": "~31.1.22",
10
10
  "@syncfusion/ej2-angular-base": "~31.1.17",
11
- "@syncfusion/ej2-richtexteditor": "31.1.21"
11
+ "@syncfusion/ej2-richtexteditor": "31.1.22"
12
12
  },
13
13
  "keywords": [
14
14
  "angular-rich-text-editor",
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-richtexteditor";
2
- export declare const pkgVer = "^29.2.0";
2
+ export declare const pkgVer = "^31.1.21";
3
3
  export declare const moduleName = "RichTextEditorModule";
4
- export declare const themeVer = "~29.2.0";
4
+ export declare const themeVer = "~31.1.21";
@@ -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.21';
4
+ exports.pkgVer = '^31.1.22';
5
5
  exports.moduleName = 'RichTextEditorModule';
6
- exports.themeVer = '~31.1.21';
6
+ exports.themeVer = '~31.1.22';
@@ -1,4 +1,4 @@
1
- export const pkgName = '@syncfusion/ej2-angular-richtexteditor';
2
- export const pkgVer = '^31.1.21';
3
- export const moduleName = 'RichTextEditorModule';
4
- export const themeVer = '~31.1.21';
1
+ export const pkgName = '@syncfusion/ej2-angular-richtexteditor';
2
+ export const pkgVer = '^31.1.22';
3
+ export const moduleName = 'RichTextEditorModule';
4
+ export const themeVer = '~31.1.22';