@syncfusion/ej2-angular-richtexteditor 27.2.4 → 27.2.5
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,8 +6,32 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#F195165` - Now, the font color is correctly applied to the specified pasted text content in the Rich Text Editor.
|
|
10
|
+
|
|
11
|
+
- `#I656600` - Now, the background color is applied correctly when formatting multiple pieces of content in the Rich Text Editor.
|
|
12
|
+
|
|
13
|
+
- `#I622428` - Now, setting the font size and font family to null works correctly in the Rich Text Editor.
|
|
14
|
+
|
|
15
|
+
- `#I656594` - - `#I656594` - Now, decreasing indent using `outdent` toolbar icon works properly.
|
|
16
|
+
|
|
17
|
+
- `#I651237` - Now, when multiple `iframes` are embedded in the document, the Rich Text Editor's resizing operation will stop upon triggering the `mouseup` event within any of the `iframes`.
|
|
18
|
+
|
|
19
|
+
- `#I652730` - Now, the undo action is working properly when pressing backspace before the DIV element in the Rich Text Editor.
|
|
20
|
+
|
|
21
|
+
- `#I653810` - Now, the list items are pasted correctly when copied from Word documents into the Rich Text Editor.
|
|
22
|
+
|
|
23
|
+
- `#I919705` - Now, the pasted image other than the allowed types is being prevented in the Rich Text Editor.
|
|
24
|
+
|
|
25
|
+
## 27.2.4 (2024-11-26)
|
|
26
|
+
|
|
27
|
+
### RichTextEditor
|
|
28
|
+
|
|
29
|
+
#### Bug Fixes
|
|
30
|
+
|
|
9
31
|
- `#I651190` - Now, the bold format will be removed for the specified text content.
|
|
10
32
|
|
|
33
|
+
- `#I652730` - Now, the `<div>` element is retained when pressing Backspace at the beginning of the `<div>` within the Rich Text Editor.
|
|
34
|
+
|
|
11
35
|
## 27.2.3 (2024-11-21)
|
|
12
36
|
|
|
13
37
|
### RichTextEditor
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-richtexteditor@27.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-richtexteditor@27.2.4",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-2WI/l7Jq9HcOIOQI3oFeRLBaCKD95BMNdgqk61Brt/2Y6dQdBG3/qOhZtSRcaXsYFToz94VAqfP8tZLYWSAyog==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-richtexteditor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-27.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-27.2.4.tgz",
|
|
23
|
+
"_shasum": "8594aa69916a8cc64d5523f4ecf8495eb8be870c",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~27.2.2",
|
|
35
|
-
"@syncfusion/ej2-base": "~27.2.
|
|
36
|
-
"@syncfusion/ej2-richtexteditor": "27.2.
|
|
35
|
+
"@syncfusion/ej2-base": "~27.2.5",
|
|
36
|
+
"@syncfusion/ej2-richtexteditor": "27.2.5"
|
|
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": "27.2.
|
|
74
|
+
"version": "27.2.5"
|
|
75
75
|
}
|
|
@@ -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 = '^27.2.
|
|
4
|
+
exports.pkgVer = '^27.2.5';
|
|
5
5
|
exports.moduleName = 'RichTextEditorModule';
|
|
6
|
-
exports.themeVer = '~27.2.
|
|
6
|
+
exports.themeVer = '~27.2.5';
|