@syncfusion/ej2-vue-richtexteditor 20.4.43 → 20.4.48
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 +20 -0
- package/dist/ej2-vue-richtexteditor.umd.min.js +1 -1
- package/dist/global/ej2-vue-richtexteditor.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +18 -18
- package/styles/bootstrap.css +18 -18
- package/styles/bootstrap4.css +18 -18
- package/styles/bootstrap5-dark.css +18 -18
- package/styles/bootstrap5.css +18 -18
- package/styles/fabric-dark.css +18 -18
- package/styles/fabric.css +18 -18
- package/styles/fluent-dark.css +18 -18
- package/styles/fluent.css +18 -18
- package/styles/highcontrast-light.css +18 -18
- package/styles/highcontrast.css +18 -18
- package/styles/material-dark.css +18 -18
- package/styles/material.css +18 -18
- package/styles/rich-text-editor/bootstrap-dark.css +18 -18
- package/styles/rich-text-editor/bootstrap.css +18 -18
- package/styles/rich-text-editor/bootstrap4.css +18 -18
- package/styles/rich-text-editor/bootstrap5-dark.css +18 -18
- package/styles/rich-text-editor/bootstrap5.css +18 -18
- package/styles/rich-text-editor/fabric-dark.css +18 -18
- package/styles/rich-text-editor/fabric.css +18 -18
- package/styles/rich-text-editor/fluent-dark.css +18 -18
- package/styles/rich-text-editor/fluent.css +18 -18
- package/styles/rich-text-editor/highcontrast-light.css +18 -18
- package/styles/rich-text-editor/highcontrast.css +18 -18
- package/styles/rich-text-editor/material-dark.css +18 -18
- package/styles/rich-text-editor/material.css +18 -18
- package/styles/rich-text-editor/tailwind-dark.css +18 -18
- package/styles/rich-text-editor/tailwind.css +18 -18
- package/styles/tailwind-dark.css +18 -18
- package/styles/tailwind.css +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,26 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#FB39526` - Now, the page doesn't scroll down on the initial render when custom `background/foreground` toolbars are configured.
|
|
10
|
+
- `#I430029` - Fixed the issue with an unwanted 'A' Letter appearing at the bottom of the font color picker popup.
|
|
11
|
+
|
|
12
|
+
## 20.4.44 (2023-01-18)
|
|
13
|
+
|
|
14
|
+
### RichTextEditor
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- `#F179573` - Now, when typing in the Rich Text Editor the issue of letters appearing slowly has been resolved.
|
|
19
|
+
- `#I417838` - Now, the `Underline` and `Strikethrough` toolbar styles applied properly when we modify the `font-size` in the editor.
|
|
20
|
+
- `#I428203` - Now, the `Numbered list` will work correctly after applying indent to the pasted list with the paste clean-up settings enabled.
|
|
21
|
+
|
|
22
|
+
## 20.4.43 (2023-01-10)
|
|
23
|
+
|
|
24
|
+
### RichTextEditor
|
|
25
|
+
|
|
26
|
+
#### Bug Fixes
|
|
27
|
+
|
|
28
|
+
- `#I423129` - Now, resolve the script error thrown after full screen and close the bootstrap modal dialog
|
|
9
29
|
- `#I423129` - Now, the buttons for bold, italic, underline, and strikethrough are highlighted properly.
|
|
10
30
|
- `#I426859` - Now, when the Rich Text Editor is included inside a Dashboard panel, no exception is raised.
|
|
11
31
|
- `#I425631` - Now, with the `enterKey` configuration set to `BR` the script error is no longer raised while modifying values in the editor.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-richtexteditor.umd.min.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.48
|
|
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
|