@syncfusion/ej2-vue-documenteditor 21.2.10 → 22.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 +22 -0
  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 +8 -8
  5. package/styles/bootstrap-dark.css +102 -37
  6. package/styles/bootstrap.css +106 -37
  7. package/styles/bootstrap4.css +110 -37
  8. package/styles/bootstrap5-dark.css +102 -37
  9. package/styles/bootstrap5.css +102 -37
  10. package/styles/document-editor/bootstrap-dark.css +6 -0
  11. package/styles/document-editor/bootstrap.css +10 -0
  12. package/styles/document-editor/bootstrap4.css +14 -0
  13. package/styles/document-editor/bootstrap5-dark.css +6 -0
  14. package/styles/document-editor/bootstrap5.css +6 -0
  15. package/styles/document-editor/fabric-dark.css +6 -0
  16. package/styles/document-editor/fabric.css +10 -0
  17. package/styles/document-editor/fluent-dark.css +6 -0
  18. package/styles/document-editor/fluent.css +6 -0
  19. package/styles/document-editor/highcontrast.css +6 -0
  20. package/styles/document-editor/material-dark.css +6 -0
  21. package/styles/document-editor/material.css +6 -0
  22. package/styles/document-editor/material3-dark.css +3971 -0
  23. package/styles/document-editor/material3-dark.scss +2 -0
  24. package/styles/document-editor/material3.css +4027 -0
  25. package/styles/document-editor/material3.scss +2 -0
  26. package/styles/document-editor/tailwind-dark.css +6 -0
  27. package/styles/document-editor/tailwind.css +6 -0
  28. package/styles/document-editor-container/bootstrap-dark.css +96 -37
  29. package/styles/document-editor-container/bootstrap.css +96 -37
  30. package/styles/document-editor-container/bootstrap4.css +96 -37
  31. package/styles/document-editor-container/bootstrap5-dark.css +96 -37
  32. package/styles/document-editor-container/bootstrap5.css +96 -37
  33. package/styles/document-editor-container/fabric-dark.css +96 -37
  34. package/styles/document-editor-container/fabric.css +96 -37
  35. package/styles/document-editor-container/fluent-dark.css +96 -37
  36. package/styles/document-editor-container/fluent.css +96 -37
  37. package/styles/document-editor-container/highcontrast-light.css +96 -37
  38. package/styles/document-editor-container/highcontrast.css +96 -37
  39. package/styles/document-editor-container/material-dark.css +101 -42
  40. package/styles/document-editor-container/material.css +97 -37
  41. package/styles/document-editor-container/material3-dark.css +2178 -0
  42. package/styles/document-editor-container/material3-dark.scss +2 -0
  43. package/styles/document-editor-container/material3.css +2234 -0
  44. package/styles/document-editor-container/material3.scss +2 -0
  45. package/styles/document-editor-container/tailwind-dark.css +95 -36
  46. package/styles/document-editor-container/tailwind.css +95 -36
  47. package/styles/fabric-dark.css +102 -37
  48. package/styles/fabric.css +106 -37
  49. package/styles/fluent-dark.css +102 -37
  50. package/styles/fluent.css +102 -37
  51. package/styles/highcontrast-light.css +96 -37
  52. package/styles/highcontrast.css +102 -37
  53. package/styles/material-dark.css +107 -42
  54. package/styles/material.css +103 -37
  55. package/styles/material3-dark.css +6150 -0
  56. package/styles/material3-dark.scss +3 -0
  57. package/styles/material3.css +6261 -0
  58. package/styles/material3.scss +3 -0
  59. package/styles/tailwind-dark.css +101 -36
  60. package/styles/tailwind.css +101 -36
package/CHANGELOG.md CHANGED
@@ -4,6 +4,17 @@
4
4
 
5
5
  ### Document Editor
6
6
 
7
+ #### New Features
8
+
9
+ - `#I397854`, `#I401771` - Added support for editing alternate text for images.
10
+ - `#I370306`, `#I438565` - Added support for character spacing and scaling.
11
+ - `#I273864`, `#I318326`, `#I325320`, `#I331615`, `#I339872`, `#F164047` - Added support for linking to the previous header/footer.
12
+ - `#I445060`, `#I468741` - Added a property in the `selectionChanged` event arguments to identify whether the user has completed their selection.
13
+
14
+ ## 21.2.10 (2023-06-13)
15
+
16
+ ### Document Editor
17
+
7
18
  #### Bug Fixes
8
19
 
9
20
  - `#I470779` - Resolved the script error when inserting comments while restrict editing is enabled.
@@ -3443,3 +3454,14 @@ The Document Editor component is used to create, edit, view, and print Word docu
3443
3454
  - 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.
3444
3455
 
3445
3456
 
3457
+ ## 21.1.36 (2023-06-28)
3458
+
3459
+ ### Document Editor
3460
+
3461
+ #### New Features
3462
+
3463
+ - `#I397854`, `#I401771` - Added support for editing alternate text for images.
3464
+ - `#I370306`, `#I438565` - Added support for character spacing and scaling.
3465
+ - `#I273864`, `#I318326`, `#I325320`, `#I331615`, `#I339872`, `#F164047` - Added support for linking to the previous header/footer.
3466
+ - `#I445060`, `#I468741` - Added a property in the `selectionChanged` event arguments to identify whether the user has completed their selection.
3467
+
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-documenteditor.umd.min.js
3
- * version : 21.2.10
3
+ * version : 22.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