@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.
Files changed (60) hide show
  1. package/CHANGELOG.md +37 -16
  2. package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
  3. package/dist/global/ej2-vue-documenteditor.min.js +2 -2
  4. package/package.json +9 -9
  5. package/src/document-editor/documenteditor.component.d.ts +3 -1
  6. package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -1
  7. package/styles/bootstrap-dark.css +6 -0
  8. package/styles/bootstrap.css +6 -0
  9. package/styles/bootstrap4.css +6 -0
  10. package/styles/bootstrap5-dark.css +6 -0
  11. package/styles/bootstrap5.css +6 -0
  12. package/styles/document-editor/bootstrap-dark.css +5 -0
  13. package/styles/document-editor/bootstrap.css +5 -0
  14. package/styles/document-editor/bootstrap4.css +5 -0
  15. package/styles/document-editor/bootstrap5-dark.css +5 -0
  16. package/styles/document-editor/bootstrap5.css +5 -0
  17. package/styles/document-editor/fabric-dark.css +5 -0
  18. package/styles/document-editor/fabric.css +5 -0
  19. package/styles/document-editor/fluent-dark.css +5 -0
  20. package/styles/document-editor/fluent.css +5 -0
  21. package/styles/document-editor/highcontrast.css +5 -0
  22. package/styles/document-editor/material-dark.css +5 -1
  23. package/styles/document-editor/material.css +5 -1
  24. package/styles/document-editor/material3-dark.css +10 -1
  25. package/styles/document-editor/material3-dark.scss +1 -1
  26. package/styles/document-editor/material3.css +10 -1
  27. package/styles/document-editor/material3.scss +1 -1
  28. package/styles/document-editor/tailwind-dark.css +5 -1
  29. package/styles/document-editor/tailwind.css +5 -1
  30. package/styles/document-editor-container/bootstrap-dark.css +1 -0
  31. package/styles/document-editor-container/bootstrap.css +1 -0
  32. package/styles/document-editor-container/bootstrap4.css +1 -0
  33. package/styles/document-editor-container/bootstrap5-dark.css +1 -0
  34. package/styles/document-editor-container/bootstrap5.css +1 -0
  35. package/styles/document-editor-container/fabric-dark.css +1 -0
  36. package/styles/document-editor-container/fabric.css +1 -0
  37. package/styles/document-editor-container/fluent-dark.css +1 -0
  38. package/styles/document-editor-container/fluent.css +1 -0
  39. package/styles/document-editor-container/highcontrast-light.css +1 -0
  40. package/styles/document-editor-container/highcontrast.css +1 -0
  41. package/styles/document-editor-container/material-dark.css +1 -1
  42. package/styles/document-editor-container/material.css +1 -1
  43. package/styles/document-editor-container/material3-dark.css +1 -1
  44. package/styles/document-editor-container/material3-dark.scss +1 -1
  45. package/styles/document-editor-container/material3.css +1 -1
  46. package/styles/document-editor-container/material3.scss +1 -1
  47. package/styles/document-editor-container/tailwind-dark.css +0 -1
  48. package/styles/document-editor-container/tailwind.css +0 -1
  49. package/styles/fabric-dark.css +6 -0
  50. package/styles/fabric.css +6 -0
  51. package/styles/fluent-dark.css +6 -0
  52. package/styles/fluent.css +6 -0
  53. package/styles/highcontrast-light.css +1 -0
  54. package/styles/highcontrast.css +6 -0
  55. package/styles/material-dark.css +6 -1
  56. package/styles/material.css +6 -1
  57. package/styles/material3-dark.css +11 -2
  58. package/styles/material3.css +11 -1
  59. package/styles/tailwind-dark.css +5 -2
  60. 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
- #### New Features
165
+ #### Bug Fixes
143
166
 
144
- - `#I397854`, `#I401771` - Added support for editing alternate text for images.
145
- - `#I370306`, `#I438565` - Added support for character spacing and scaling.
146
- - `#I273864`, `#I318326`, `#I325320`, `#I331615`, `#I339872`, `#F164047` - Added support for linking to the previous header/footer.
147
- - `#I445060`, `#I468741` - Added a property in the `selectionChanged` event arguments to identify whether the user has completed their selection.
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 : 22.2.11
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