@syncfusion/ej2-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 +30 -0
- package/dist/ej2-richtexteditor.min.js +2 -2
- package/dist/ej2-richtexteditor.umd.min.js +2 -2
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +89 -30
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +89 -30
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/dist/global/ej2-richtexteditor.min.js +2 -2
- package/dist/global/ej2-richtexteditor.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -12
- package/src/editor-manager/plugin/inserthtml.js +1 -1
- package/src/editor-manager/plugin/lists.js +6 -1
- package/src/editor-manager/plugin/selection-commands.js +57 -17
- package/src/rich-text-editor/base/rich-text-editor-model.d.ts +1 -1
- package/src/rich-text-editor/base/rich-text-editor.d.ts +1 -1
- package/src/rich-text-editor/base/rich-text-editor.js +4 -4
- package/src/rich-text-editor/models/items.js +1 -1
- package/src/rich-text-editor/renderer/audio-module.js +4 -1
- package/src/rich-text-editor/renderer/image-module.js +4 -1
- package/src/rich-text-editor/renderer/table-module.js +5 -2
- package/src/rich-text-editor/renderer/toolbar-renderer.js +3 -1
- package/src/rich-text-editor/renderer/video-module.js +4 -1
- 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/_layout.scss +3 -3
- 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/icons/_bootstrap-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_bootstrap.scss +1 -1
- package/styles/rich-text-editor/icons/_bootstrap4.scss +1 -1
- package/styles/rich-text-editor/icons/_bootstrap5.scss +1 -1
- package/styles/rich-text-editor/icons/_fabric-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_fabric.scss +1 -1
- package/styles/rich-text-editor/icons/_fluent.scss +1 -1
- package/styles/rich-text-editor/icons/_fusionnew.scss +1 -1
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +1 -1
- package/styles/rich-text-editor/icons/_highcontrast.scss +1 -1
- package/styles/rich-text-editor/icons/_material-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_material.scss +1 -1
- package/styles/rich-text-editor/icons/_material3.scss +1 -1
- package/styles/rich-text-editor/icons/_tailwind.scss +1 -1
- 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,36 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I425631` - Now, the Code Format feature will now work correctly when you copy and paste the code into the Editor with the paste clean up settings enabled.
|
|
10
|
+
|
|
11
|
+
### RichTextEditor
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#FB39526` - Now, the page doesn't scroll down on the initial render when custom `background/foreground` toolbars are configured.
|
|
16
|
+
|
|
17
|
+
- `#I430029` - Fixed the issue with an unwanted 'A' Letter appearing at the bottom of the font color picker popup.
|
|
18
|
+
|
|
19
|
+
## 20.4.44 (2023-01-18)
|
|
20
|
+
|
|
21
|
+
### RichTextEditor
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- `#F179573` - Now, when typing in the Rich Text Editor the issue of letters appearing slowly has been resolved.
|
|
26
|
+
|
|
27
|
+
- `#I417838` - Now, the `Underline` and `Strikethrough` toolbar styles applied properly when we modify the `font-size` in the editor.
|
|
28
|
+
|
|
29
|
+
- `#I428203` - Now, the `Numbered list` will work correctly after applying indent to the pasted list with the paste clean-up settings enabled.
|
|
30
|
+
|
|
31
|
+
## 20.4.43 (2023-01-10)
|
|
32
|
+
|
|
33
|
+
### RichTextEditor
|
|
34
|
+
|
|
35
|
+
#### Bug Fixes
|
|
36
|
+
|
|
37
|
+
- `#I423129` - Now, resolve the script error thrown after full screen and close the bootstrap modal dialog
|
|
38
|
+
|
|
9
39
|
- `#I423129` - Now, the buttons for bold, italic, underline, and strikethrough are highlighted properly.
|
|
10
40
|
|
|
11
41
|
- `#I426859` - Now, when the Rich Text Editor is included inside a Dashboard panel, no exception is raised.
|