@syncfusion/ej2-vue-documenteditor 22.2.12 → 23.1.38
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 +40 -16
- package/dist/ej2-vue-documenteditor.umd.min.js +2 -2
- package/dist/global/ej2-vue-documenteditor.min.js +3 -3
- package/package.json +9 -9
- package/src/document-editor/documenteditor.component.d.ts +3 -1
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -1
- package/styles/bootstrap-dark.css +6 -0
- package/styles/bootstrap.css +6 -0
- package/styles/bootstrap4.css +6 -0
- package/styles/bootstrap5-dark.css +6 -0
- package/styles/bootstrap5.css +6 -0
- package/styles/document-editor/bootstrap-dark.css +5 -0
- package/styles/document-editor/bootstrap.css +5 -0
- package/styles/document-editor/bootstrap4.css +5 -0
- package/styles/document-editor/bootstrap5-dark.css +5 -0
- package/styles/document-editor/bootstrap5.css +5 -0
- package/styles/document-editor/fabric-dark.css +5 -0
- package/styles/document-editor/fabric.css +5 -0
- package/styles/document-editor/fluent-dark.css +5 -0
- package/styles/document-editor/fluent.css +5 -0
- package/styles/document-editor/highcontrast.css +5 -0
- package/styles/document-editor/material-dark.css +5 -1
- package/styles/document-editor/material.css +5 -1
- package/styles/document-editor/material3-dark.css +10 -1
- package/styles/document-editor/material3-dark.scss +1 -1
- package/styles/document-editor/material3.css +10 -1
- package/styles/document-editor/material3.scss +1 -1
- package/styles/document-editor/tailwind-dark.css +5 -1
- package/styles/document-editor/tailwind.css +5 -1
- package/styles/document-editor-container/bootstrap-dark.css +1 -0
- package/styles/document-editor-container/bootstrap.css +1 -0
- package/styles/document-editor-container/bootstrap4.css +1 -0
- package/styles/document-editor-container/bootstrap5-dark.css +1 -0
- package/styles/document-editor-container/bootstrap5.css +1 -0
- package/styles/document-editor-container/fabric-dark.css +1 -0
- package/styles/document-editor-container/fabric.css +1 -0
- package/styles/document-editor-container/fluent-dark.css +1 -0
- package/styles/document-editor-container/fluent.css +1 -0
- package/styles/document-editor-container/highcontrast-light.css +1 -0
- package/styles/document-editor-container/highcontrast.css +1 -0
- package/styles/document-editor-container/material-dark.css +1 -1
- package/styles/document-editor-container/material.css +1 -1
- package/styles/document-editor-container/material3-dark.css +1 -1
- package/styles/document-editor-container/material3-dark.scss +1 -1
- package/styles/document-editor-container/material3.css +1 -1
- package/styles/document-editor-container/material3.scss +1 -1
- package/styles/document-editor-container/tailwind-dark.css +0 -1
- package/styles/document-editor-container/tailwind.css +0 -1
- package/styles/fabric-dark.css +6 -0
- package/styles/fabric.css +6 -0
- package/styles/fluent-dark.css +6 -0
- package/styles/fluent.css +6 -0
- package/styles/highcontrast-light.css +1 -0
- package/styles/highcontrast.css +6 -0
- package/styles/material-dark.css +6 -1
- package/styles/material.css +6 -1
- package/styles/material3-dark.css +11 -2
- package/styles/material3.css +11 -1
- package/styles/tailwind-dark.css +5 -2
- package/styles/tailwind.css +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,32 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I473464` - Resolve the destroy issue in document Editor.
|
|
10
|
+
- `#I490198` - Resolve the Page not responding while press TAB key continuously.
|
|
11
|
+
- `#I494676` - Content is missing after downloading the file as docx.
|
|
12
|
+
- `#I495070` - Issue with cursor position and indentation when in RTL mode.
|
|
13
|
+
- `#I495596` - Issue with pasting from Word to the editor in RTL mode.
|
|
14
|
+
- `#I497629` - Issue in Exported svg image.
|
|
15
|
+
- `#I504069` - Document editor insert image from URL facing issue in reopening the exported document.
|
|
16
|
+
|
|
17
|
+
## 23.1.36 (2023-09-15)
|
|
18
|
+
|
|
19
|
+
### Document Editor
|
|
20
|
+
|
|
21
|
+
#### New Features
|
|
22
|
+
|
|
23
|
+
- `#I471020` - Added support for table title and description.
|
|
24
|
+
|
|
25
|
+
#### Features
|
|
26
|
+
|
|
27
|
+
- `#I471020` - Added support for table title and description.
|
|
28
|
+
|
|
29
|
+
## 22.2.12 (2023-09-05)
|
|
30
|
+
|
|
31
|
+
### Document Editor
|
|
32
|
+
|
|
33
|
+
#### Bug Fixes
|
|
34
|
+
|
|
9
35
|
- `#I482661` - Auto fit table with preferred width table is layouted properly in Document editor
|
|
10
36
|
- `#I458332` - Now, able to search a word & apply properties like alignment(left/right/center) inside shape.
|
|
11
37
|
- `#I494044` - Resolved the exception issue while exporting a document in server side.
|
|
@@ -150,12 +176,21 @@
|
|
|
150
176
|
|
|
151
177
|
### Document Editor
|
|
152
178
|
|
|
153
|
-
####
|
|
179
|
+
#### Bug Fixes
|
|
154
180
|
|
|
155
|
-
- `#
|
|
156
|
-
- `#
|
|
157
|
-
- `#
|
|
158
|
-
- `#
|
|
181
|
+
- `#I462679` - Resolved performance issue occurred when inserting Text.
|
|
182
|
+
- `#F182725` - Resolved the table with border color below 1pt.
|
|
183
|
+
- `#I470871` - Resolved the issue in displaying the page number in the header section.
|
|
184
|
+
- `#I471871` - Resolved the drag & drop shape issue.
|
|
185
|
+
- `#I464996` - Resolved the table formatting issue while undoing.
|
|
186
|
+
- `#I466554` - Resolved the table unresponsive issue when backspacing.
|
|
187
|
+
- `#I473944` - Resolved the font change when exporting a document in docx format.
|
|
188
|
+
- `#I471205` - Resolved the issue occurred when loading a document.
|
|
189
|
+
- `#FB44186` - Resolved the horizontal line appears issue in the page header.
|
|
190
|
+
- `#F182850` - Resolved the issue in docx exporting.
|
|
191
|
+
- `#I469096` - Resolved the loss of original text formatting while pasting.
|
|
192
|
+
- `#I464759` - Resolved the issue in shape rendering.
|
|
193
|
+
- `#I464934` - Resolved the issue in customize the page size after inserting next page break.
|
|
159
194
|
|
|
160
195
|
## 21.2.10 (2023-06-13)
|
|
161
196
|
|
|
@@ -3600,14 +3635,3 @@ The Document Editor component is used to create, edit, view, and print Word docu
|
|
|
3600
3635
|
- Added `Syncfusion.EJ2.DocumentEditor` NuGet package that contains helper library for converting Word documents to `Syncfusion Document Text (*.sfdt)`. It supports .NET Standard 2.0 Framework.
|
|
3601
3636
|
|
|
3602
3637
|
|
|
3603
|
-
## 21.1.36 (2023-06-28)
|
|
3604
|
-
|
|
3605
|
-
### Document Editor
|
|
3606
|
-
|
|
3607
|
-
#### New Features
|
|
3608
|
-
|
|
3609
|
-
- `#I397854`, `#I401771` - Added support for editing alternate text for images.
|
|
3610
|
-
- `#I370306`, `#I438565` - Added support for character spacing and scaling.
|
|
3611
|
-
- `#I273864`, `#I318326`, `#I325320`, `#I331615`, `#I339872`, `#F164047` - Added support for linking to the previous header/footer.
|
|
3612
|
-
- `#I445060`, `#I468741` - Added a property in the `selectionChanged` event arguments to identify whether the user has completed their selection.
|
|
3613
|
-
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-documenteditor.umd.min.js
|
|
3
|
-
* version :
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 23.1.38
|
|
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
|