@syncfusion/ej2-vue-richtexteditor 20.4.38 → 20.4.42
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
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 20.4.40 (2022-12-28)
|
|
6
|
+
|
|
7
|
+
### RichTextEditor
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#I425639`, `#I425631` - Now, when editing the values in the Rich Text Editor, the script error is not thrown.
|
|
12
|
+
- `#I423129` - The toolbar bottom border now displays correctly while maximizing and minimizing the Rich Text Editor.
|
|
13
|
+
- `#F179458` - Now, localization text of source Code and preview in tooltip are shown properly when hover the icons.
|
|
14
|
+
- `#F179343` - Now, maximize and minimize toolbar icon of localization text is shown properly when hover the icons.
|
|
15
|
+
|
|
5
16
|
## 20.3.47 (2022-09-29)
|
|
6
17
|
|
|
7
18
|
### RichTextEditor
|
package/README.md
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
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) component is a feature-rich WYSIWYG HTML editor and WYSIWYG 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
|
<p align="center">
|
|
6
|
-
<a href="https://ej2.syncfusion.com/vue/documentation/rich-text-editor/getting-started
|
|
7
|
-
<a href="https://ej2.syncfusion.com/vue/demos
|
|
8
|
-
<a href="https://www.syncfusion.com/vue-components/vue-wysiwyg-rich-text-editor">Learn more</a>
|
|
6
|
+
<a href="https://ej2.syncfusion.com/vue/documentation/rich-text-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=vue-rich-text-editor-npm">Getting started</a> .
|
|
7
|
+
<a href="https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-rich-text-editor-npm#/bootstrap5/rich-text-editor/tools.html">Online demos</a> .
|
|
8
|
+
<a href="https://www.syncfusion.com/vue-components/vue-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=vue-rich-text-editor-npm">Learn more</a>
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
@@ -104,7 +104,7 @@ Add the Vue Rich Text Editor by using **ejs-richtexteditor** selector in **templ
|
|
|
104
104
|
@import "../node_modules/@syncfusion/ej2-vue-richtexteditor/styles/bootstrap5.css";
|
|
105
105
|
</style>
|
|
106
106
|
```
|
|
107
|
-
> Refer the [Getting Started with Vue3](https://ej2.syncfusion.com/vue/documentation/rich-text-editor/get-started/#getting-started) for using Syncfusion Vue components in Vue 3 applications.
|
|
107
|
+
> Refer the [Getting Started with Vue3](https://ej2.syncfusion.com/vue/documentation/rich-text-editor/get-started/#getting-started?utm_source=npm&utm_medium=listing&utm_campaign=vue-rich-text-editor-npm) for using Syncfusion Vue components in Vue 3 applications.
|
|
108
108
|
|
|
109
109
|
## Supported frameworks
|
|
110
110
|
|
|
@@ -152,4 +152,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
|
|
|
152
152
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
153
153
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=vue-rich-text-editor-npm) for more info.
|
|
154
154
|
|
|
155
|
-
© Copyright
|
|
155
|
+
© Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-richtexteditor.umd.min.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.42
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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
|