@syncfusion/ej2-angular-richtexteditor 27.2.5 → 28.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 +5 -177
- package/README.md +5 -5
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bds-lite.css +1 -0
- package/styles/bds-lite.scss +1 -0
- package/styles/bds.css +1 -0
- package/styles/bds.scss +1 -0
- package/styles/rich-text-editor/bds.css +1 -0
- package/styles/rich-text-editor/bds.scss +1 -0
- package/styles/rich-text-editor/tailwind3.css +1 -0
- package/styles/rich-text-editor/tailwind3.scss +1 -0
- package/styles/tailwind3-lite.css +1 -0
- package/styles/tailwind3-lite.scss +1 -0
- package/styles/tailwind3.css +1 -0
- package/styles/tailwind3.scss +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,187 +6,15 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#I656029` - Now, the link quick toolbar now opens properly in the `Firefox` browser when the link is inside a table in the Rich Text Editor.
|
|
10
10
|
|
|
11
|
-
- `#
|
|
11
|
+
- `#I659319` - Now, the inline emoji picker popup now closes properly after certain characters when the `No Result Found` status is displayed in the Rich Text Editor.
|
|
12
12
|
|
|
13
|
-
- `#
|
|
13
|
+
- `#I659591` - Now, the content now scrolls to the cursor position correctly when inserted through the `executeCommand` method in the Rich Text Editor.
|
|
14
14
|
|
|
15
|
-
- `#
|
|
15
|
+
- `#I648421` - Now, enhanced the documentation for `imageUploadFailed` and `imageUploadSuccess` events in the Rich Text Editor to include detailed descriptions of the event parameters.
|
|
16
16
|
|
|
17
|
-
- `#
|
|
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
|
-
|
|
31
|
-
- `#I651190` - Now, the bold format will be removed for the specified text content.
|
|
32
|
-
|
|
33
|
-
- `#I652730` - Now, the `<div>` element is retained when pressing Backspace at the beginning of the `<div>` within the Rich Text Editor.
|
|
34
|
-
|
|
35
|
-
## 27.2.3 (2024-11-21)
|
|
36
|
-
|
|
37
|
-
### RichTextEditor
|
|
38
|
-
|
|
39
|
-
#### Bug Fixes
|
|
40
|
-
|
|
41
|
-
- `#I647911` - Now, with the pre-wrap style applied to the Rich Text Editor, the enter action functions as expected.
|
|
42
|
-
|
|
43
|
-
- `#I629344` - Now, the `Insert` button is disabled in the image dialog when the replacement image size exceeds the maximum allowed file size.
|
|
44
|
-
|
|
45
|
-
- `#I649583`, `#I650404` - Now, the localization is properly applied to the `NumberFormatList` and `BulletFormatList` dropdown elements in the Rich Text Editor.
|
|
46
|
-
|
|
47
|
-
- `#I195065` - Fixed an issue where the "Minimize" toolbar icon did not update when the toolbar was dynamically enabled or disabled.
|
|
48
|
-
|
|
49
|
-
## 27.2.2 (2024-11-15)
|
|
50
|
-
|
|
51
|
-
### RichTextEditor
|
|
52
|
-
|
|
53
|
-
#### Bug Fixes
|
|
54
|
-
|
|
55
|
-
- `#I646789` - Now, the table is correctly inserted at the end of the span element when the cursor is focused there in the Rich Text Editor.
|
|
56
|
-
|
|
57
|
-
- `#I649390` - Now, pressing space after mentioned items with `-` functions correctly in the Rich Text Editor.
|
|
58
|
-
|
|
59
|
-
- `#I637655` - Now, the list retains its format properly when pasted into the Rich Text Editor, even when within an `<h6>` tag.
|
|
60
|
-
|
|
61
|
-
- `#I649429` - Now, the custom table with the class name `e-rte-custom-table` will not have the editor's default table styles.
|
|
62
|
-
|
|
63
|
-
- `#I647956` - Now, the percentage values for image height and width are now applied to image in the Rich Text Editor.
|
|
64
|
-
|
|
65
|
-
- `#I652208` - Now, the console error that occurred when clicking the image toolbar icon with the cursor at the table side has now been resolved.
|
|
66
|
-
|
|
67
|
-
- `#I627784` - Now, the slow image resizing smoothness in the IFrame editor has been improved.
|
|
68
|
-
|
|
69
|
-
## 27.1.58 (2024-11-05)
|
|
70
|
-
|
|
71
|
-
### RichTextEditor
|
|
72
|
-
|
|
73
|
-
#### Bug Fixes
|
|
74
|
-
|
|
75
|
-
- `#I644007` - Now, after deleting an empty line in the Rich Text Editor, the line will no longer reappear when clicking outside the editor.
|
|
76
|
-
|
|
77
|
-
- `#I641442` - Now, the link quick toolbar opens when clicking on an anchor element with a relative URL, without redirecting to the linked page.
|
|
78
|
-
|
|
79
|
-
- `#I643173` - Now, when applying bold, italic, or other inline formatting to text adjacent to an anchor tag, the space between the text and the anchor tag will remain preserved.
|
|
80
|
-
|
|
81
|
-
- `#I644738` - Now, the undo action now behaves correctly when selecting text with `Shift + Left Arrow` in the Rich Text Editor.
|
|
82
|
-
|
|
83
|
-
- `#I637881` - Now, the lines retained after pasting content to VS Code from the Rich Text Editor have been resolved.
|
|
84
|
-
|
|
85
|
-
- `#I645142` - Now, When resize is set to false in `insertImageSettings`, the resize handles do not appear, and the functionality operates as expected.
|
|
86
|
-
|
|
87
|
-
- `#I643686` - Now, the console error thrown with empty `valueTemplate` has been resolved.
|
|
88
|
-
|
|
89
|
-
## 27.1.57 (2024-10-29)
|
|
90
|
-
|
|
91
|
-
### RichTextEditor
|
|
92
|
-
|
|
93
|
-
#### Bug Fixes
|
|
94
|
-
|
|
95
|
-
- `#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.
|
|
96
|
-
|
|
97
|
-
- `#I637660` - Now, the OneNote list that has been copied and pasted will now have a correct element structure.
|
|
98
|
-
|
|
99
|
-
- `#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.
|
|
100
|
-
|
|
101
|
-
- `#I633901` - Now, the table height adjusts correctly when resized within the Rich Text Editor in Firefox.
|
|
102
|
-
|
|
103
|
-
- Now, the issue with image resizing in the IFrame editor, particularly when the editor area is small, has been resolved.
|
|
104
|
-
|
|
105
|
-
## 27.1.55 (2024-10-22)
|
|
106
|
-
|
|
107
|
-
### RichTextEditor
|
|
108
|
-
|
|
109
|
-
#### Bug Fixes
|
|
110
|
-
|
|
111
|
-
- `#I628053` - Now, the rich text editor properly sanitizes and encodes tab characters in JavaScript alerts.
|
|
112
|
-
|
|
113
|
-
- `#I553157` - Now, the bullet list format is properly removed when pasting content from MS Word in the Rich Text Editor.
|
|
114
|
-
|
|
115
|
-
- `#I640949` - Now, image duplication is prevented when `shiftEnterKey` is pressed on a paragraph in the Rich Text Editor.
|
|
116
|
-
|
|
117
|
-
- `#I639924` - Now, the format toolbar will be updated properly when the cursor is in front of the table.
|
|
118
|
-
|
|
119
|
-
- `#I640818` - Now, being typed with zero-width-space works without any console error.
|
|
120
|
-
|
|
121
|
-
- `#I640976` - Now, the width and height attributes of images will reflect their specified values, rather than defaulting to `auto`, after insertion and replacement in the Rich Text Editor.
|
|
122
|
-
|
|
123
|
-
- `#I639718` - Now, when `enableResize` is set to true, the IFrame editor resize event will be unbound properly.
|
|
124
|
-
|
|
125
|
-
- `#I637651` - Now, the issue where the editor was lagging after inserting a mention value has been resolved.
|
|
126
|
-
|
|
127
|
-
- `#I641503` - Now the cutting and pasting list works properly in the rich text editor.
|
|
128
|
-
|
|
129
|
-
## 27.1.52 (2024-10-08)
|
|
130
|
-
|
|
131
|
-
### RichTextEditor
|
|
132
|
-
|
|
133
|
-
#### Bug Fixes
|
|
134
|
-
|
|
135
|
-
- `#I638381` - Now, decreasing the indent for list items correctly preserves the paragraph format instead of converting them into a single paragraph in the Rich Text Editor.
|
|
136
|
-
|
|
137
|
-
- `#I627005` - Now, the issue where applying a list or alignment at the last line in Firefox caused the page to scroll to the top when the Rich Text Editor was rendered in an `iframe` has been successfully resolved.
|
|
138
|
-
|
|
139
|
-
- `#I625044` - Now, Resolved an issue where pasting mention chips inside a `<span>` resulted in unnecessary nested `<span>` tags in the Rich Text Editor.
|
|
140
|
-
|
|
141
|
-
- `#I636882` - Now, inserting the link with a URL as multiple spaces using the link dialog is prevented in the Rich Text Editor.
|
|
142
|
-
|
|
143
|
-
- `#I623355` - Now, the order list start attribute is maintained while copying and pasting content from Word document in the Rich Text Editor.
|
|
144
|
-
|
|
145
|
-
- `#I633767` - Now, the tooltip for custom toolbar items works properly in the Rich Text Editor.
|
|
146
|
-
|
|
147
|
-
- `#I631260` - Now, the Iframe editor's table border styles are handled with class names instead of tags.
|
|
148
|
-
|
|
149
|
-
- Now the default font size and font family will be applied to the editor when the Iframe mode is enabled.
|
|
150
|
-
|
|
151
|
-
- Now the browser spell check will work when the Iframe mode is enabled.
|
|
152
|
-
|
|
153
|
-
- Now the editor content will have proper line height when the Iframe mode is enabled.
|
|
154
|
-
|
|
155
|
-
- Now the Iframe editor's body element will have the class name `e-content` and then id.
|
|
156
|
-
|
|
157
|
-
- Now, the issue where the page would scroll with the Iframe editor `height` set to `auto` when the table quick toolbar was opened has been resolved.
|
|
158
|
-
|
|
159
|
-
## 27.1.51 (2024-09-30)
|
|
160
|
-
|
|
161
|
-
### RichTextEditor
|
|
162
|
-
|
|
163
|
-
#### Bug Fixes
|
|
164
|
-
|
|
165
|
-
- `#I630952` - Now, pressing the delete key when the cursor is at the end of the container correctly removes the correct `br` tag in the Rich Text Editor.
|
|
166
|
-
|
|
167
|
-
- `#I629344` - Now, the `Insert` button is disabled in the image dialog when the selected image size exceeds the maximum file size.
|
|
168
|
-
|
|
169
|
-
- `#I630816` - Now, the `beforePasteCleanup` event arguments `Value` is not empty when content is copied and pasted from the Adobe Acrobat PDF read.
|
|
170
|
-
|
|
171
|
-
- `#I629364` - Now, Border right will appear when pasting from the Excel in the Rich Text Editor.
|
|
172
|
-
|
|
173
|
-
- `#I634675` - Now, pressing the enter key after inserting the `hr` tag using `executeCommand` works properly in the Rich Text Editor.
|
|
174
|
-
|
|
175
|
-
## 27.1.50 (2024-09-24)
|
|
176
|
-
|
|
177
|
-
### RichTextEditor
|
|
178
|
-
|
|
179
|
-
#### Bug Fixes
|
|
180
|
-
|
|
181
|
-
- `#I620537` - Now, In localization, different text are used in alternative text quick toolbar item and alternative text dialog header.
|
|
182
|
-
|
|
183
|
-
- `#I623355` - Now, the ordered and unordered lists are now rendered properly in the table when copied and pasted from an MS Word document to the Rich Text Editor.
|
|
184
|
-
|
|
185
|
-
- `#I630039` - Now, when formatting is applied to the content, it functions correctly in the Firefox browser.
|
|
186
|
-
|
|
187
|
-
- `#I627005` - Now, when the Rich Text Editor is placed inside a list, the list functionality works properly.
|
|
188
|
-
|
|
189
|
-
- `#F191200` - Now, when a `blockquote` is applied and the `clearFormat` action is selected, the process correctly removes the `blockquote` and applies the appropriate `p` tags.
|
|
17
|
+
- `#I657212` - Now, when adding an emoji before or after a URL, it will remain separate and will not be included in the link's display text.
|
|
190
18
|
|
|
191
19
|
## 27.1.48 (2024-09-18)
|
|
192
20
|
|
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ ng new my-app
|
|
|
36
36
|
cd my-app
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
### Adding Syncfusion Rich Text Editor package
|
|
39
|
+
### Adding Syncfusion<sup>®</sup> Rich Text Editor package
|
|
40
40
|
|
|
41
41
|
To install RichTextEditor and its dependent packages, use the following command.
|
|
42
42
|
|
|
@@ -48,13 +48,13 @@ The above command does the below configuration to your Angular app.
|
|
|
48
48
|
|
|
49
49
|
* Adds `@syncfusion/ej2-angular-richtexteditor` package and its peer dependencies to your `package.json` file.
|
|
50
50
|
* Imports the `RichTextEditorModule` in your application module `app.module.ts`.
|
|
51
|
-
* Registers the Syncfusion UI default theme (material) in the `angular.json` file.
|
|
51
|
+
* Registers the Syncfusion<sup>®</sup> UI default theme (material) in the `angular.json` file.
|
|
52
52
|
|
|
53
|
-
This makes it easy to add the Syncfusion Angular Rich Text Editor module to your project and start using it in your application.
|
|
53
|
+
This makes it easy to add the Syncfusion<sup>®</sup> Angular Rich Text Editor module to your project and start using it in your application.
|
|
54
54
|
|
|
55
55
|
### Add Rich Text Editor component
|
|
56
56
|
|
|
57
|
-
In **src/app/app.component.ts**, use `<ejs-richtexteditor>` selector in `template` attribute of `@Component` directive to render the Syncfusion Angular Rich Text Editor component.
|
|
57
|
+
In **src/app/app.component.ts**, use `<ejs-richtexteditor>` selector in `template` attribute of `@Component` directive to render the Syncfusion<sup>®</sup> Angular Rich Text Editor component.
|
|
58
58
|
|
|
59
59
|
```typescript
|
|
60
60
|
import { Component } from '@angular/core';
|
|
@@ -113,7 +113,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
113
113
|
|
|
114
114
|
## License and copyright
|
|
115
115
|
|
|
116
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
|
116
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
117
117
|
|
|
118
118
|
> A free community [license](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
119
119
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-richtexteditor@27.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-richtexteditor@27.1.48",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-iq8ogFvogYw/pkCPgfrsITsKQmMMLhZfne6aW378r2xChU32LActv/ugSaH9/PMwp6Xi5RE/pwB9gjL23FxhEw==",
|
|
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-27.1.48.tgz",
|
|
23
|
+
"_shasum": "700669e45974e3724e13deeaa25d71f1ea31eb80",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_28.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": "~28.1.33",
|
|
35
|
+
"@syncfusion/ej2-base": "~28.1.33",
|
|
36
|
+
"@syncfusion/ej2-richtexteditor": "28.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": "28.1.33"
|
|
75
75
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-richtexteditor";
|
|
2
|
-
export declare const pkgVer = "^27.1.
|
|
2
|
+
export declare const pkgVer = "^27.1.48";
|
|
3
3
|
export declare const moduleName = "RichTextEditorModule";
|
|
4
|
-
export declare const themeVer = "~27.1.
|
|
4
|
+
export declare const themeVer = "~27.1.48";
|
|
@@ -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 = '^28.1.33';
|
|
5
5
|
exports.moduleName = 'RichTextEditorModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~28.1.33';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-richtexteditor/styles/bds-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-richtexteditor/styles/bds-lite.scss';
|
package/styles/bds.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-richtexteditor/styles/bds.css';
|
package/styles/bds.scss
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'rich-text-editor/bds.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/bds.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-richtexteditor/styles/rich-text-editor/bds.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/tailwind3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-richtexteditor/styles/rich-text-editor/tailwind3.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-richtexteditor/styles/tailwind3-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-richtexteditor/styles/tailwind3-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-richtexteditor/styles/tailwind3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'rich-text-editor/tailwind3.scss';
|