@syncfusion/ej2-vue-richtexteditor 34.1.29 → 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/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Vue Rich Text Editor Component | Vue Markdown Editor
2
2
 
3
- The [Vue Rich Text Editor](https://www.syncfusion.com/vue-ui-components/vue-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=vue-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 control 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.
3
+ The [Vue Rich Text Editor](https://www.syncfusion.com/rich-text-editor-sdk/vue-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=vue-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 control 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://ej2.syncfusion.com/react/documentation/rich-text-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-richtexteditor-npm">📖Getting started</a> &#x2022;
7
+ <a href="https://help.syncfusion.com/rich-text-editor-sdk/vue/rich-text-editor/getting-started">📖Getting started</a> &#x2022;
8
8
  <a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-richtexteditor-npm#/tailwind3/rich-text-editor/tools">🚀Online demos</a> &#x2022;
9
- <a href="https://www.syncfusion.com/react-components/react-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=react-richtexteditor-npm">🌐Learn more</a>
9
+ <a href="https://www.syncfusion.com/rich-text-editor-sdk/react-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=react-richtexteditor-npm">🌐Learn more</a>
10
10
  </h4>
11
11
  </div>
12
12
 
@@ -178,10 +178,10 @@ Rich Text Editor component is also offered in the following frameworks.
178
178
 
179
179
  ## 📚 Resources
180
180
 
181
- * [Documentation](https://ej2.syncfusion.com/vue/documentation/rich-text-editor/getting-started)
181
+ * [Documentation](https://help.syncfusion.com/rich-text-editor-sdk/vue/rich-text-editor/getting-started)
182
182
  * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
183
- * [What's New](https://www.syncfusion.com/products/whatsnew/vue?utm_medium=listing&utm_source=github)
184
- * [Road Map](https://www.syncfusion.com/products/roadmap/vue)
183
+ * [What's New](https://www.syncfusion.com/products/whatsnew/rich-text-editor-sdk)
184
+ * [Road Map](https://www.syncfusion.com/products/roadmap/rich-text-editor-sdk)
185
185
  * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=vue&type=all)
186
186
 
187
187
  ## 🤝 Support
@@ -189,7 +189,7 @@ Rich Text Editor component is also offered in the following frameworks.
189
189
  Product support is available through following mediums.
190
190
 
191
191
  * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
192
- * [Community forum](https://www.syncfusion.com/forums/vue?utm_source=npm&utm_medium=listing&utm_campaign=vue-richtexteditor-npm)
192
+ * [Community forum](https://www.syncfusion.com/forums/rich-text-editor-sdk)
193
193
  * [GitHub issues](https://github.com/syncfusion/ej2-vue-ui-components/issues/new)
194
194
  * [Request feature or report bug](https://www.syncfusion.com/feedback/vue?utm_source=npm&utm_medium=listing&utm_campaign=vue-richtexteditor-npm)
195
195
  * Live chat
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-richtexteditor.umd.min.js
3
- * version : 34.1.29
3
+ * version : 34.1.32
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-vue-richtexteditor",
3
- "version": "34.1.29",
3
+ "version": "34.1.32",
4
4
  "description": "Essential JS 2 RichTextEditor component for Vue",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -19,9 +19,9 @@
19
19
  "es2015": "dist/es6/ej2-vue-richtexteditor.es2015.js",
20
20
  "readme": "ReadMe.md",
21
21
  "dependencies": {
22
- "@syncfusion/ej2-base": "~34.1.29",
23
- "@syncfusion/ej2-vue-base": "~34.1.29",
24
- "@syncfusion/ej2-richtexteditor": "34.1.29"
22
+ "@syncfusion/ej2-base": "~34.1.30",
23
+ "@syncfusion/ej2-vue-base": "~34.1.32",
24
+ "@syncfusion/ej2-richtexteditor": "34.1.32"
25
25
  },
26
26
  "devDependencies": {},
27
27
  "scripts": {