@syncfusion/ej2-angular-richtexteditor 27.1.55 → 27.1.57-637881
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,22 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I640976` - Now, the width and height attributes of the image are set with correct values instead of `auto`, when inserting and replacing the image in the Rich Text Editor.
|
|
10
|
+
|
|
11
|
+
- `#I637660` - Now, the OneNote list that has been copied and pasted will now have a correct element structure.
|
|
12
|
+
|
|
13
|
+
- `#I644239` - Now, the link insertion is prevented when clicking the insert button in the link dialog when the cancel argument is set to true in the `beforeDialogClose` event.
|
|
14
|
+
|
|
15
|
+
- `#I633901` - Now, the table height adjusts correctly when resized within the Rich Text Editor in Firefox.
|
|
16
|
+
|
|
17
|
+
- Now, the issue with image resizing in the IFrame editor, particularly when the editor area is small, has been resolved.
|
|
18
|
+
|
|
19
|
+
## 27.1.55 (2024-10-22)
|
|
20
|
+
|
|
21
|
+
### RichTextEditor
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
9
25
|
- `#I628053` - Now, the rich text editor properly sanitizes and encodes tab characters in JavaScript alerts.
|
|
10
26
|
|
|
11
27
|
- `#I553157` - Now, the bullet list format is properly removed when pasting content from MS Word in the Rich Text Editor.
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-richtexteditor@27.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-richtexteditor@27.1.55",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-XzyhnHbBP7wjBix3XL+5j1LgtE5w40E+6Q7rrzhJy8zwpyoqwMLha0/Wf3wxKaklZUbJx7YJ3xhZAqPNTqkVFA==",
|
|
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.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-27.1.55.tgz",
|
|
23
|
+
"_shasum": "e82666470c14f161fca7bd8d6d9909b79cddee7f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~27.1.50",
|
|
35
35
|
"@syncfusion/ej2-base": "~27.1.55",
|
|
36
|
-
"@syncfusion/ej2-richtexteditor": "27.1.
|
|
36
|
+
"@syncfusion/ej2-richtexteditor": "27.1.57-637881"
|
|
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.1.
|
|
74
|
+
"version": "27.1.57-637881"
|
|
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.1.
|
|
4
|
+
exports.pkgVer = '^27.1.57';
|
|
5
5
|
exports.moduleName = 'RichTextEditorModule';
|
|
6
|
-
exports.themeVer = '~27.1.
|
|
6
|
+
exports.themeVer = '~27.1.57';
|