@syncfusion/ej2-vue-richtexteditor 23.1.36 → 23.1.40
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 +26 -0
- package/dist/ej2-vue-richtexteditor.umd.min.js +2 -2
- package/dist/global/ej2-vue-richtexteditor.min.js +3 -3
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +4 -4
- package/styles/bootstrap.css +4 -4
- package/styles/bootstrap4.css +4 -4
- package/styles/bootstrap5-dark.css +4 -4
- package/styles/bootstrap5.css +4 -4
- package/styles/fabric-dark.css +4 -4
- package/styles/fabric.css +4 -4
- package/styles/fluent-dark.css +4 -4
- package/styles/fluent.css +4 -4
- package/styles/highcontrast-light.css +4 -4
- package/styles/highcontrast.css +4 -4
- package/styles/material-dark.css +4 -4
- package/styles/material.css +4 -4
- package/styles/material3-dark.css +4 -4
- package/styles/material3.css +4 -4
- package/styles/rich-text-editor/bootstrap-dark.css +4 -4
- package/styles/rich-text-editor/bootstrap.css +4 -4
- package/styles/rich-text-editor/bootstrap4.css +4 -4
- package/styles/rich-text-editor/bootstrap5-dark.css +4 -4
- package/styles/rich-text-editor/bootstrap5.css +4 -4
- package/styles/rich-text-editor/fabric-dark.css +4 -4
- package/styles/rich-text-editor/fabric.css +4 -4
- package/styles/rich-text-editor/fluent-dark.css +4 -4
- package/styles/rich-text-editor/fluent.css +4 -4
- package/styles/rich-text-editor/highcontrast-light.css +4 -4
- package/styles/rich-text-editor/highcontrast.css +4 -4
- package/styles/rich-text-editor/material-dark.css +4 -4
- package/styles/rich-text-editor/material.css +4 -4
- package/styles/rich-text-editor/material3-dark.css +4 -4
- package/styles/rich-text-editor/material3.css +4 -4
- package/styles/rich-text-editor/tailwind-dark.css +4 -4
- package/styles/rich-text-editor/tailwind.css +4 -4
- package/styles/tailwind-dark.css +4 -4
- package/styles/tailwind.css +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,32 @@
|
|
|
4
4
|
|
|
5
5
|
### RichTextEditor
|
|
6
6
|
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I502310` - Now, the `value` argument in the `valueChange` event does not include the table resize helper element.
|
|
10
|
+
|
|
11
|
+
## 23.1.39 (2023-10-04)
|
|
12
|
+
|
|
13
|
+
### RichTextEditor
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#I499363` - Now, the issue with the heading colour set to blue after copying and pasting content from MS Word has been resolved.
|
|
18
|
+
- `#I500996` - Now, the issue with the table resize icon is missing when the mouse is dragged out of the editor and clicked outside the table has been resolved.
|
|
19
|
+
- `#I493182` - Now, the issue with the `enablePersistence` API not working properly in the Rich Text Editor on page navigation has been resolved.
|
|
20
|
+
- `#F184513` - Now, integrating with Mention, the `actionBegin` and `actionComplete` events work properly.
|
|
21
|
+
- `#I488206` - Now, pasting contents into the Rich Text Editor when `enterKey` is configured as `DIV` works properly.
|
|
22
|
+
- `#I499035` - Now, the Rich Text Editor renders properly without any `sass` compilation errors.
|
|
23
|
+
- `#I499071` - Now, the image focus and resize class names are removed properly when the editor is focused out.
|
|
24
|
+
- `#I497587` - Now, the RichTextEditor height property works properly in percentage value.
|
|
25
|
+
- `#I503797` - Now, the shortcut key 'Command + B' is working fine on a Mac machine.
|
|
26
|
+
- `#I840680` - Now, the complex table resizing will work properly for the middle columns in the Rich Text Editor.
|
|
27
|
+
- `#I846935` - Now, the last and first column of the table resizing will work properly in the Rich Text Editor.
|
|
28
|
+
|
|
29
|
+
## 23.1.36 (2023-09-15)
|
|
30
|
+
|
|
31
|
+
### RichTextEditor
|
|
32
|
+
|
|
7
33
|
#### Features
|
|
8
34
|
|
|
9
35
|
- **Cropped image paste from MS Word**: This feature allows users to paste the cropped images from MS Word into the Rich Text Editor.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-richtexteditor.umd.min.js
|
|
3
|
-
* version : 23.1.
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 23.1.40
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2023. 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
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|