@syncfusion/ej2-angular-richtexteditor 28.2.11 → 29.1.33
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,24 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I700161` - Now, pressing Backspace at the start of a line in content pasted from a Google document works properly.
|
|
10
|
+
|
|
11
|
+
- `#694114` - Now, the Rich Text Editor works properly when creating tables inside lists.
|
|
12
|
+
|
|
13
|
+
- `#696076` - Now, the Rich Text Editor works properly when using the select all with enter key functionality in Firefox.
|
|
14
|
+
|
|
15
|
+
- `#I698253` - Now, the page remains responsive when removing inline code in the RichTextEditor.
|
|
16
|
+
|
|
17
|
+
- `#I693061` - Now, the `characterCount` property works properly in the Rich Text Editor without creating excessive right margin space.
|
|
18
|
+
|
|
19
|
+
- `#I699202` - Now, the placeholder in the Rich Text Editor works properly and disappears when inserting text using voice input.
|
|
20
|
+
|
|
21
|
+
## 28.2.11 (2025-03-11)
|
|
22
|
+
|
|
23
|
+
### RichTextEditor
|
|
24
|
+
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
9
27
|
- `#I694952` - Now, the change event works properly when the value changes in the Rich Text Editor.
|
|
10
28
|
|
|
11
29
|
- `#I691323` - Now, the image caption is handled properly in the Rich Text Editor after posting.
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-richtexteditor@28.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-richtexteditor@28.1.33",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-2uk5Q5T3VLL8LtrHK6vDYMEvUtM59DcUif0KHX7LkV5M8zP/uoCzXz+Ikx2zARB3c83ZPsfOvct8UjmG9J/yuA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-richtexteditor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-28.1.33.tgz",
|
|
23
|
+
"_shasum": "38151c4c127108d15d2780f6f529ea3b66e4f50b",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-richtexteditor": "
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~29.1.33",
|
|
35
|
+
"@syncfusion/ej2-base": "~29.1.33",
|
|
36
|
+
"@syncfusion/ej2-richtexteditor": "29.1.33"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 RichTextEditor component for Angular",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"schematics": "./schematics/collection.json",
|
|
72
72
|
"sideEffects": false,
|
|
73
73
|
"typings": "syncfusion-ej2-angular-richtexteditor.d.ts",
|
|
74
|
-
"version": "
|
|
74
|
+
"version": "29.1.33"
|
|
75
75
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-richtexteditor";
|
|
2
|
-
export declare const pkgVer = "^28.
|
|
2
|
+
export declare const pkgVer = "^28.1.33";
|
|
3
3
|
export declare const moduleName = "RichTextEditorModule";
|
|
4
|
-
export declare const themeVer = "~28.
|
|
4
|
+
export declare const themeVer = "~28.1.33";
|
|
@@ -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 = '^
|
|
4
|
+
exports.pkgVer = '^29.1.33';
|
|
5
5
|
exports.moduleName = 'RichTextEditorModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~29.1.33';
|