@syncfusion/ej2-vue-richtexteditor 22.2.12 → 23.1.39
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 +47 -1
- package/dist/ej2-vue-richtexteditor.umd.min.js +2 -2
- package/dist/global/ej2-vue-richtexteditor.min.js +3 -3
- package/package.json +9 -9
- package/src/rich-text-editor/richtexteditor.component.d.ts +3 -1
- 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 -5
- package/styles/material.css +4 -5
- package/styles/material3-dark.css +4 -5
- package/styles/material3.css +4 -5
- 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 -5
- package/styles/rich-text-editor/material.css +4 -5
- package/styles/rich-text-editor/material3-dark.css +4 -5
- package/styles/rich-text-editor/material3-dark.scss +1 -1
- package/styles/rich-text-editor/material3.css +4 -5
- package/styles/rich-text-editor/material3.scss +1 -1
- package/styles/rich-text-editor/tailwind-dark.css +4 -5
- package/styles/rich-text-editor/tailwind.css +4 -5
- package/styles/tailwind-dark.css +4 -5
- package/styles/tailwind.css +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,53 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#I499363` - Now, the issue with the heading colour set to blue after copying and pasting content from MS Word has been resolved.
|
|
10
|
+
- `#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.
|
|
11
|
+
- `#I493182` - Now, the issue with the `enablePersistence` API not working properly in the Rich Text Editor on page navigation has been resolved.
|
|
12
|
+
- `#F184513` - Now, integrating with Mention, the `actionBegin` and `actionComplete` events work properly.
|
|
13
|
+
- `#I488206` - Now, pasting contents into the Rich Text Editor when `enterKey` is configured as `DIV` works properly.
|
|
14
|
+
- `#I499035` - Now, the Rich Text Editor renders properly without any `sass` compilation errors.
|
|
15
|
+
- `#I499071` - Now, the image focus and resize class names are removed properly when the editor is focused out.
|
|
16
|
+
- `#I497587` - Now, the RichTextEditor height property works properly in percentage value.
|
|
17
|
+
- `#I503797` - Now, the shortcut key 'Command + B' is working fine on a Mac machine.
|
|
18
|
+
- `#I840680` - Now, the complex table resizing will work properly for the middle columns in the Rich Text Editor.
|
|
19
|
+
- `#I846935` - Now, the last and first column of the table resizing will work properly in the Rich Text Editor.
|
|
20
|
+
|
|
21
|
+
## 23.1.36 (2023-09-15)
|
|
22
|
+
|
|
23
|
+
### RichTextEditor
|
|
24
|
+
|
|
25
|
+
#### Features
|
|
26
|
+
|
|
27
|
+
- **Cropped image paste from MS Word**: This feature allows users to paste the cropped images from MS Word into the Rich Text Editor.
|
|
28
|
+
- **Quick Format Toolbar**: `#I445348`- Introducing the Quick Format Toolbar for text support, enhancing your editing experience with convenient formatting options when selecting text in the editor.
|
|
29
|
+
|
|
30
|
+
- **Cropped image paste from MS Word**: `#I456729` - This feature allows users to paste the cropped images from MS Word into the Rich Text Editor.
|
|
31
|
+
- **Quick Format Toolbar**: `#I445348`- Introducing the Quick Format Toolbar for text support, enhancing your editing experience with convenient formatting options when selecting text in the editor.
|
|
32
|
+
|
|
33
|
+
#### Bug Fixes
|
|
34
|
+
|
|
35
|
+
- `#I481117` - Now, pasting multiple images from the MS Word into the Rich Text Editor works properly.
|
|
36
|
+
- `#I494646` - Now, the full screen icon's tooltip removed properly when switching to full screen in the Rich Text Editor.
|
|
37
|
+
- `#I493182` - Now, the `enablePersistence` API works properly in the Rich Text Editor on page navigation.
|
|
38
|
+
- `#I491731` - Now, the indentation works properly when pasting the content from notepad.
|
|
39
|
+
- `#I495375` - Now, the `enableHtmlSanitizer` API works properly in the Rich Text Editor.
|
|
40
|
+
- `#F183553` - Now, pressing the enter key after opening any dialog in the Rich Text Editor doesn't submit the form.
|
|
41
|
+
- `#I488318` - Now, the cursor position is set properly when pressing the space key in the Rich Text Editor.
|
|
42
|
+
- `#I468317` - Now, the enter key action works properly while setting `enableXhtml` to true when there is null value in the Rich Text Editor.
|
|
43
|
+
- `#I492704` - Now, pressing the enter key when the cursor is placed after the video works properly.
|
|
44
|
+
- `#I481117` - Now, pasting multiple base64 images into the Rich Text Editor triggers the upload process properly.
|
|
45
|
+
- `#I485336` - Now, the pasting multiple images into the Rich Text Editor triggers the upload process properly.
|
|
46
|
+
- `#I496219` - Now, the tooltip is not open while opening the dialog.
|
|
47
|
+
- `#I488318` - Now, the cursor position is set properly when pressing the space key in the Rich Text Editor.
|
|
48
|
+
|
|
49
|
+
## 22.2.12 (2023-09-05)
|
|
50
|
+
|
|
51
|
+
### RichTextEditor
|
|
52
|
+
|
|
53
|
+
#### Bug Fixes
|
|
54
|
+
|
|
55
|
+
- `#F183553` - Now, pressing the enter key after opening any dialog in the Rich Text Editor doesn't submit the form.
|
|
10
56
|
|
|
11
57
|
## 22.2.10 (2023-08-22)
|
|
12
58
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-richtexteditor.umd.min.js
|
|
3
|
-
* version :
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 23.1.39
|
|
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
|