@syncfusion/ej2-vue-documenteditor 23.1.44 → 23.2.4
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 +22 -0
- package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +74 -0
- package/styles/bootstrap.css +74 -0
- package/styles/bootstrap4.css +74 -0
- package/styles/bootstrap5-dark.css +74 -0
- package/styles/bootstrap5.css +74 -0
- package/styles/document-editor/bootstrap-dark.css +8 -0
- package/styles/document-editor/bootstrap.css +8 -0
- package/styles/document-editor/bootstrap4.css +8 -0
- package/styles/document-editor/bootstrap5-dark.css +8 -0
- package/styles/document-editor/bootstrap5.css +8 -0
- package/styles/document-editor/fabric-dark.css +8 -0
- package/styles/document-editor/fabric.css +8 -0
- package/styles/document-editor/fluent-dark.css +8 -0
- package/styles/document-editor/fluent.css +8 -0
- package/styles/document-editor/highcontrast.css +8 -0
- package/styles/document-editor/material-dark.css +8 -0
- package/styles/document-editor/material.css +8 -0
- package/styles/document-editor/material3-dark.css +8 -0
- package/styles/document-editor/material3.css +8 -0
- package/styles/document-editor/tailwind-dark.css +8 -0
- package/styles/document-editor/tailwind.css +8 -0
- package/styles/document-editor-container/bootstrap-dark.css +66 -0
- package/styles/document-editor-container/bootstrap.css +66 -0
- package/styles/document-editor-container/bootstrap4.css +66 -0
- package/styles/document-editor-container/bootstrap5-dark.css +66 -0
- package/styles/document-editor-container/bootstrap5.css +66 -0
- package/styles/document-editor-container/fabric-dark.css +66 -0
- package/styles/document-editor-container/fabric.css +66 -0
- package/styles/document-editor-container/fluent-dark.css +66 -0
- package/styles/document-editor-container/fluent.css +66 -0
- package/styles/document-editor-container/highcontrast-light.css +66 -0
- package/styles/document-editor-container/highcontrast.css +66 -0
- package/styles/document-editor-container/material-dark.css +66 -0
- package/styles/document-editor-container/material.css +66 -0
- package/styles/document-editor-container/material3-dark.css +69 -0
- package/styles/document-editor-container/material3.css +69 -0
- package/styles/document-editor-container/tailwind-dark.css +66 -0
- package/styles/document-editor-container/tailwind.css +66 -0
- package/styles/fabric-dark.css +74 -0
- package/styles/fabric.css +74 -0
- package/styles/fluent-dark.css +74 -0
- package/styles/fluent.css +74 -0
- package/styles/highcontrast-light.css +66 -0
- package/styles/highcontrast.css +74 -0
- package/styles/material-dark.css +74 -0
- package/styles/material.css +74 -0
- package/styles/material3-dark.css +77 -0
- package/styles/material3.css +77 -0
- package/styles/tailwind-dark.css +74 -0
- package/styles/tailwind.css +74 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,28 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I509814` - Resolved the bullet list character format losses issue when pasting the sfdt.
|
|
10
|
+
- `#I511667` - Resolved the TIFF image rendering issue with RTF file.
|
|
11
|
+
- `#I512264` - Resolved the section Break continuous issue.
|
|
12
|
+
- `#I513068` - Resolved script error issue while deleting the floating table.
|
|
13
|
+
- `#I513107` - Resolved the section break continuous issue when press the delete key.
|
|
14
|
+
- `#I504697` - Resolved the control hanging issue while opening the document.
|
|
15
|
+
- `#I512059` - Resolved the URL image not appear issue until interact with document.
|
|
16
|
+
- `#I509812` - Resolved the format losses issue when pasting the copied HTML text.
|
|
17
|
+
|
|
18
|
+
#### Features
|
|
19
|
+
|
|
20
|
+
- `#I491720` - Added support to set target element to append the Dialog and Context menu.
|
|
21
|
+
- `#I499751` - Added support to display the symbol field code text in client side.
|
|
22
|
+
- `#I501878` - Added support to preserve the carriage return character.
|
|
23
|
+
- `#I503197` - Added API to check whether the document is empty or not.
|
|
24
|
+
|
|
25
|
+
## 23.1.44 (2023-11-07)
|
|
26
|
+
|
|
27
|
+
### DocumentEditor
|
|
28
|
+
|
|
29
|
+
#### Bug Fixes
|
|
30
|
+
|
|
9
31
|
- `#I510408` - Resolved keep para together issue with RTF file.
|
|
10
32
|
- `#I509697` - Resolved script error throws while opening a document.
|
|
11
33
|
- `#I511095` - Resolved the paragraph and table rendering issue on If field condition.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-documenteditor.umd.min.js
|
|
3
|
-
* version : 23.
|
|
3
|
+
* version : 23.2.4
|
|
4
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
|