@syncfusion/ej2-vue-documenteditor 22.2.8 → 22.2.9
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 +13 -0
- package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +12 -0
- package/styles/bootstrap.css +12 -0
- package/styles/bootstrap4.css +12 -0
- package/styles/bootstrap5-dark.css +12 -0
- package/styles/bootstrap5.css +12 -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 +4 -0
- package/styles/document-editor-container/bootstrap.css +4 -0
- package/styles/document-editor-container/bootstrap4.css +4 -0
- package/styles/document-editor-container/bootstrap5-dark.css +4 -0
- package/styles/document-editor-container/bootstrap5.css +4 -0
- package/styles/document-editor-container/fabric-dark.css +4 -0
- package/styles/document-editor-container/fabric.css +4 -0
- package/styles/document-editor-container/fluent-dark.css +4 -0
- package/styles/document-editor-container/fluent.css +4 -0
- package/styles/document-editor-container/highcontrast-light.css +4 -0
- package/styles/document-editor-container/highcontrast.css +4 -0
- package/styles/document-editor-container/material-dark.css +4 -0
- package/styles/document-editor-container/material.css +4 -0
- package/styles/document-editor-container/material3-dark.css +4 -0
- package/styles/document-editor-container/material3.css +4 -0
- package/styles/document-editor-container/tailwind-dark.css +4 -0
- package/styles/document-editor-container/tailwind.css +4 -0
- package/styles/fabric-dark.css +12 -0
- package/styles/fabric.css +12 -0
- package/styles/fluent-dark.css +12 -0
- package/styles/fluent.css +12 -0
- package/styles/highcontrast-light.css +4 -0
- package/styles/highcontrast.css +12 -0
- package/styles/material-dark.css +12 -0
- package/styles/material.css +12 -0
- package/styles/material3-dark.css +12 -0
- package/styles/material3.css +12 -0
- package/styles/tailwind-dark.css +12 -0
- package/styles/tailwind.css +12 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,19 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I482578` - Fixed the unsafe-eval error in source.
|
|
10
|
+
- `#I486542` - Now, the Desired Font Family present properly in selecting Dropdown.
|
|
11
|
+
- `#I485462` - Resolved the issue in updating font families dynamically.
|
|
12
|
+
- `#F183689` - Resolved the issue while inserting svg image .
|
|
13
|
+
- `#I483658` - Resolved the frozen issue while loading the given document.
|
|
14
|
+
- `#I475459` - Added sanitize for the open, copy, and paste APIs.
|
|
15
|
+
|
|
16
|
+
## 22.2.8 (2023-08-08)
|
|
17
|
+
|
|
18
|
+
### Document Editor
|
|
19
|
+
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
9
22
|
- `#I482386`, `#I486455` - Resolved the spell check issue.
|
|
10
23
|
- `#I482694` - Now, the table Header repeating is proper while enter new data at last row of the page.
|
|
11
24
|
- `#I483711` - Fixed the issue in custom style preservation and applying.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-documenteditor.umd.min.js
|
|
3
|
-
* version : 22.2.
|
|
3
|
+
* version : 22.2.9
|
|
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
|