@syncfusion/ej2-vue-documenteditor 22.2.11 → 23.1.36
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 +37 -16
- package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- 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
|
@@ -4,6 +4,29 @@
|
|
|
4
4
|
|
|
5
5
|
### Document Editor
|
|
6
6
|
|
|
7
|
+
#### New Features
|
|
8
|
+
|
|
9
|
+
- `#I471020` - Added support for table title and description.
|
|
10
|
+
|
|
11
|
+
#### Features
|
|
12
|
+
|
|
13
|
+
- `#I471020` - Added support for table title and description.
|
|
14
|
+
|
|
15
|
+
## 22.2.12 (2023-09-05)
|
|
16
|
+
|
|
17
|
+
### Document Editor
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- `#I482661` - Auto fit table with preferred width table is layouted properly in Document editor
|
|
22
|
+
- `#I458332` - Now, able to search a word & apply properties like alignment(left/right/center) inside shape.
|
|
23
|
+
- `#I494044` - Resolved the exception issue while exporting a document in server side.
|
|
24
|
+
- `#I485502` - Now, Date field opened properly in form filling mode.
|
|
25
|
+
|
|
26
|
+
## 22.2.11 (2023-08-29)
|
|
27
|
+
|
|
28
|
+
### Document Editor
|
|
29
|
+
|
|
7
30
|
#### Bug Fixes
|
|
8
31
|
|
|
9
32
|
- `#I479032` - Now, Application is working in IE 11.
|
|
@@ -139,12 +162,21 @@
|
|
|
139
162
|
|
|
140
163
|
### Document Editor
|
|
141
164
|
|
|
142
|
-
####
|
|
165
|
+
#### Bug Fixes
|
|
143
166
|
|
|
144
|
-
- `#
|
|
145
|
-
- `#
|
|
146
|
-
- `#
|
|
147
|
-
- `#
|
|
167
|
+
- `#I462679` - Resolved performance issue occurred when inserting Text.
|
|
168
|
+
- `#F182725` - Resolved the table with border color below 1pt.
|
|
169
|
+
- `#I470871` - Resolved the issue in displaying the page number in the header section.
|
|
170
|
+
- `#I471871` - Resolved the drag & drop shape issue.
|
|
171
|
+
- `#I464996` - Resolved the table formatting issue while undoing.
|
|
172
|
+
- `#I466554` - Resolved the table unresponsive issue when backspacing.
|
|
173
|
+
- `#I473944` - Resolved the font change when exporting a document in docx format.
|
|
174
|
+
- `#I471205` - Resolved the issue occurred when loading a document.
|
|
175
|
+
- `#FB44186` - Resolved the horizontal line appears issue in the page header.
|
|
176
|
+
- `#F182850` - Resolved the issue in docx exporting.
|
|
177
|
+
- `#I469096` - Resolved the loss of original text formatting while pasting.
|
|
178
|
+
- `#I464759` - Resolved the issue in shape rendering.
|
|
179
|
+
- `#I464934` - Resolved the issue in customize the page size after inserting next page break.
|
|
148
180
|
|
|
149
181
|
## 21.2.10 (2023-06-13)
|
|
150
182
|
|
|
@@ -3589,14 +3621,3 @@ The Document Editor component is used to create, edit, view, and print Word docu
|
|
|
3589
3621
|
- 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.
|
|
3590
3622
|
|
|
3591
3623
|
|
|
3592
|
-
## 21.1.36 (2023-06-28)
|
|
3593
|
-
|
|
3594
|
-
### Document Editor
|
|
3595
|
-
|
|
3596
|
-
#### New Features
|
|
3597
|
-
|
|
3598
|
-
- `#I397854`, `#I401771` - Added support for editing alternate text for images.
|
|
3599
|
-
- `#I370306`, `#I438565` - Added support for character spacing and scaling.
|
|
3600
|
-
- `#I273864`, `#I318326`, `#I325320`, `#I331615`, `#I339872`, `#F164047` - Added support for linking to the previous header/footer.
|
|
3601
|
-
- `#I445060`, `#I468741` - Added a property in the `selectionChanged` event arguments to identify whether the user has completed their selection.
|
|
3602
|
-
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-documenteditor.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 23.1.36
|
|
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
|