@syncfusion/ej2-angular-richtexteditor 32.1.22 → 32.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
|
+
- `#I799247` - Now, the inline toolbar popup will be visible when the editor has minimal height.
|
|
10
|
+
|
|
11
|
+
- `#I762475` - Now, applying clear format in the Rich Text Editor will remove all formatting from table's `tbody` and `tr` elements.
|
|
12
|
+
|
|
13
|
+
## 32.1.22 (2026-01-06)
|
|
14
|
+
|
|
15
|
+
### RichTextEditor
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
9
19
|
- `#I798242` - Now, when dynamically setting the value to `null` in the Rich Text Editor, the toolbar status is updated properly.
|
|
10
20
|
|
|
11
21
|
- `#I792426` - Now, continuously dragging and dropping images works properly in the Rich Text Editor when the `saveUrl` API is configured.
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-richtexteditor",
|
|
3
|
-
"version": "32.1.
|
|
3
|
+
"version": "32.1.23",
|
|
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": "~32.1.
|
|
9
|
+
"@syncfusion/ej2-base": "~32.1.23",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~32.1.19",
|
|
11
|
-
"@syncfusion/ej2-richtexteditor": "32.1.
|
|
11
|
+
"@syncfusion/ej2-richtexteditor": "32.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 = '^32.1.
|
|
4
|
+
exports.pkgVer = '^32.1.23';
|
|
5
5
|
exports.moduleName = 'RichTextEditorModule';
|
|
6
|
-
exports.themeVer = '~32.1.
|
|
6
|
+
exports.themeVer = '~32.1.23';
|