@syncfusion/ej2-angular-richtexteditor 34.1.30 → 34.1.32
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 +12 -0
- package/README.md +7 -7
- package/package.json +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,18 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I855797` - Now, the list will be pasted properly into the Rich Text Editor without duplicate bullets when copying content from Microsoft Word.
|
|
10
|
+
|
|
11
|
+
- `#I854430` - Now, dynamically changing the `cssClass` property in the Rich Text Editor will not cause console errors.
|
|
12
|
+
|
|
13
|
+
- `#I853444` - Now, images in pasted Word documents will be displayed correctly in the Rich Text Editor.
|
|
14
|
+
|
|
15
|
+
## 34.1.30 (2026-07-09)
|
|
16
|
+
|
|
17
|
+
### RichTextEditor
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
9
21
|
- `#I843720` - Now, the underline color formatting will not be lost when pasting content from Microsoft word into Rich Text Editor.
|
|
10
22
|
|
|
11
23
|
- `#I850246` - Now, after clicking the Remove Link toolbar button repeatedly the Rich Text Editor will be break.
|
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Angular Rich Text Editor | Angular Markdown Editor
|
|
2
2
|
|
|
3
|
-
The [Angular RichTextEditor](https://www.syncfusion.com/
|
|
3
|
+
The [Angular RichTextEditor](https://www.syncfusion.com/rich-text-editor-sdk/angular-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm) is a feature-rich WYSIWYG HTML editor and Markdown editor. The Rich Text Editor is widely used to create blogs, forum posts, notes sections, comment sections, messaging applications, and more. The component provides an efficient user interface for a better editing experience with mobile support. It has a variety of tools to edit and format rich content, and it return a valid HTML markup or Markdown (MD) content. It allows users to insert images, links, tables, media files and lists with modular architectures.
|
|
4
4
|
|
|
5
5
|
<div align="center">
|
|
6
6
|
<h4>
|
|
7
|
-
<a href="https://
|
|
7
|
+
<a href="https://help.syncfusion.com/rich-text-editor-sdk/angular/rich-text-editor/getting-started">📖Getting started</a> •
|
|
8
8
|
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm#/tailwind3/rich-text-editor/tools">🚀Online demos</a> •
|
|
9
|
-
<a href="https://www.syncfusion.com/
|
|
9
|
+
<a href="https://www.syncfusion.com/rich-text-editor-sdk/angular-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm">🌐Learn more</a>
|
|
10
10
|
</h4>
|
|
11
11
|
</div>
|
|
12
12
|
|
|
@@ -151,10 +151,10 @@ Rich Text Editor component is also offered in following list of frameworks.
|
|
|
151
151
|
|
|
152
152
|
## 📚 Resources
|
|
153
153
|
|
|
154
|
-
* [Documentation](https://
|
|
154
|
+
* [Documentation](https://help.syncfusion.com/rich-text-editor-sdk/angular/rich-text-editor/getting-started)
|
|
155
155
|
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
156
|
-
* [What's New](https://www.syncfusion.com/products/whatsnew/
|
|
157
|
-
* [Road Map](https://www.syncfusion.com/products/roadmap/
|
|
156
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/rich-text-editor-sdk)
|
|
157
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/rich-text-editor-sdk)
|
|
158
158
|
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
|
|
159
159
|
|
|
160
160
|
## 🤝 Support
|
|
@@ -162,7 +162,7 @@ Rich Text Editor component is also offered in following list of frameworks.
|
|
|
162
162
|
Product support is available through the following mediums.
|
|
163
163
|
|
|
164
164
|
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
|
|
165
|
-
* [Community forum](https://www.syncfusion.com/forums/
|
|
165
|
+
* [Community forum](https://www.syncfusion.com/forums/rich-text-editor-sdk)
|
|
166
166
|
* [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
|
|
167
167
|
* [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm)
|
|
168
168
|
* Live chat
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-richtexteditor",
|
|
3
|
-
"version": "34.1.
|
|
3
|
+
"version": "34.1.32",
|
|
4
4
|
"description": "Essential JS 2 RichTextEditor component for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@syncfusion/ej2-base": "~34.1.30",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~34.1.29",
|
|
11
|
-
"@syncfusion/ej2-richtexteditor": "34.1.
|
|
11
|
+
"@syncfusion/ej2-richtexteditor": "34.1.32"
|
|
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 = '^34.1.
|
|
4
|
+
exports.pkgVer = '^34.1.32';
|
|
5
5
|
exports.moduleName = 'RichTextEditorModule';
|
|
6
|
-
exports.themeVer = '~34.1.
|
|
6
|
+
exports.themeVer = '~34.1.32';
|