@syncfusion/ej2-react-documenteditor 20.1.59 → 20.2.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 (48) hide show
  1. package/CHANGELOG.md +0 -75
  2. package/dist/ej2-react-documenteditor.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +215 -105
  5. package/styles/bootstrap.css +214 -104
  6. package/styles/bootstrap4.css +216 -106
  7. package/styles/bootstrap5-dark.css +220 -110
  8. package/styles/bootstrap5.css +220 -110
  9. package/styles/document-editor/bootstrap-dark.css +211 -104
  10. package/styles/document-editor/bootstrap.css +210 -103
  11. package/styles/document-editor/bootstrap4.css +211 -104
  12. package/styles/document-editor/bootstrap5-dark.css +215 -108
  13. package/styles/document-editor/bootstrap5.css +215 -108
  14. package/styles/document-editor/fabric-dark.css +211 -104
  15. package/styles/document-editor/fabric.css +211 -104
  16. package/styles/document-editor/fluent-dark.css +218 -110
  17. package/styles/document-editor/fluent.css +218 -110
  18. package/styles/document-editor/highcontrast-light.css +74 -46
  19. package/styles/document-editor/highcontrast.css +211 -104
  20. package/styles/document-editor/material-dark.css +204 -97
  21. package/styles/document-editor/material.css +202 -95
  22. package/styles/document-editor/tailwind-dark.css +221 -127
  23. package/styles/document-editor/tailwind.css +221 -127
  24. package/styles/document-editor-container/bootstrap-dark.css +4 -1
  25. package/styles/document-editor-container/bootstrap.css +4 -1
  26. package/styles/document-editor-container/bootstrap4.css +5 -2
  27. package/styles/document-editor-container/bootstrap5-dark.css +5 -2
  28. package/styles/document-editor-container/bootstrap5.css +5 -2
  29. package/styles/document-editor-container/fabric-dark.css +4 -1
  30. package/styles/document-editor-container/fabric.css +4 -1
  31. package/styles/document-editor-container/fluent-dark.css +5 -2
  32. package/styles/document-editor-container/fluent.css +5 -2
  33. package/styles/document-editor-container/highcontrast-light.css +22 -19
  34. package/styles/document-editor-container/highcontrast.css +4 -1
  35. package/styles/document-editor-container/material-dark.css +4 -1
  36. package/styles/document-editor-container/material.css +4 -1
  37. package/styles/document-editor-container/tailwind-dark.css +5 -3
  38. package/styles/document-editor-container/tailwind.css +5 -3
  39. package/styles/fabric-dark.css +215 -105
  40. package/styles/fabric.css +215 -105
  41. package/styles/fluent-dark.css +223 -112
  42. package/styles/fluent.css +223 -112
  43. package/styles/highcontrast-light.css +78 -47
  44. package/styles/highcontrast.css +215 -105
  45. package/styles/material-dark.css +208 -98
  46. package/styles/material.css +206 -96
  47. package/styles/tailwind-dark.css +226 -130
  48. package/styles/tailwind.css +226 -130
package/CHANGELOG.md CHANGED
@@ -2,81 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### Document Editor
6
-
7
- #### Bug Fixes
8
-
9
- - `#F174916` - Resolved the numbering pop-up binding issue.
10
- - `#I376243` - Resolved the script error in importing document with empty author.
11
- - `#I369585` - Resolved the selection issue in selecting document with large number of pages.
12
- - `#I375798` - Resolved the control hanging issue in opening the document.
13
- - `#I367499` - Resolved the shape and chart rendering issue.
14
-
15
- ## 20.1.58 (2022-05-31)
16
-
17
- ### Document Editor
18
-
19
- #### Bug Fixes
20
-
21
- - `#I378991` - Resolved the corruption issue in exporting the document with chart.
22
- - `#I378564` - Resolved the script error in replacing more than 100 items.
23
- - `#I378450`, `#I373175` - Resolved the script error in deleting the tracked content.
24
- - `#I376819` - Resolved the issue in saving the document with track changes.
25
- - `#I375984` - Resolved the script error on scrolling the document.
26
- - `#I375559` - Table with wrapping styles is now preserved properly.
27
- - `#I375504` - Resolved the script error in importing form field.
28
- - `#I375369` - Resolved the layouting issue after after editing.
29
-
30
- ## 20.1.57 (2022-05-24)
31
-
32
- ### Document Editor
33
-
34
- #### Bug Fixes
35
-
36
- - `#I373287` - Resolved the control hanging issue while opening a document with table.
37
- - `#FB34847` - Resolved the script error thrown on re-updating the custom toolbar.
38
- - `#I376882` - Resolved the issue on applying highlight color after replacing the search text.
39
- - `#I372421` - Resolved the insert table's paragraph format inheritance from previous paragraph.
40
- - `#I378924` - Resolved the text frame margin saving issue in sfdt export.
41
- - `#I375700` - Resolved the footnote misplacement in the initial layout.
42
- - `#I371641` - Resolved the minimum column width causes in-finite lopping issue when resizing table.
43
-
44
- ## 20.1.56 (2022-05-17)
45
-
46
- ### Document Editor
47
-
48
- #### Bug Fixes
49
-
50
- - `#I376089` - Resolved the error when converting sfdt to docx in Java server library.
51
- - `#I375856` - Resolved the issue in opening a document with nested content control and exporting to docx.
52
- - `#I373359` - Resolved the multiples instances of table of content was created when track changes was enabled issue.
53
- - `#I375732` - Resolved the table merged cell rendering issue.
54
- - `#I375798` - Resolved the control hanging issue on opening a document due to tab element.
55
- - `#I375298` - Resolved the indentation hides text in web layout.
56
- - `#I375704` - Resolved the restart level issue in word export.
57
- - `#I375703` - Resolved the footnote inside the table layout issue in initial rendering.
58
-
59
- ## 20.1.55 (2022-05-12)
60
-
61
- ### Document Editor
62
-
63
- #### Bug Fixes
64
-
65
- - `#FB34545` - Resolved the document editor container component destroy issue.
66
- - `#I375339` - Resolved the restart page numbering consideration on table of content updating.
67
- - `#I374447` - Resolved the empty pages issue on printing a document with landscape orientation.
68
- - `#I373959` - Resolved the pagination issue on layouting and downloading a sfdt.
69
- - `#I373287` - Resolved the control hanging issue while opening a document with table
70
- - `#I366157`, `#I367362` - Resolved the table rendering issue at the bottom of the page.
71
- - `#I373048` - Rejecting new paragraphs tracked changes releases the occupied space.
72
- - `#I372635` - Resolved the issue in review pane while opening a default document with track changes.
73
- - `#I372245` - Resolved the layouting issue for large footnote content which flows over the current page.
74
- - `#I371788` - Resolved the multiple call issue when enabling the spellcheck after editing the document.
75
- - `#I371641` - Resolved the minimum column width causes in-finite lopping issue when resizing table.
76
- - `#I368482` - Resolved the table in document overlaps footer.
77
- - `#I367499` - Resolved the chart color rendering and shape overlapping issue.
78
- - `#I368087` - Resolved the list format issues when open document by Document Editor.
79
-
80
5
  ## 20.1.52 (2022-05-04)
81
6
 
82
7
  ### Document Editor
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-documenteditor.umd.min.js
3
- * version : 20.1.59
3
+ * version : 20.2.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
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-documenteditor@*",
3
- "_id": "@syncfusion/ej2-react-documenteditor@20.1.58",
3
+ "_id": "@syncfusion/ej2-react-documenteditor@19.31.1",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-NoV+MRXLfTVrbx69pRFKIVeWZg6xXS4R03ceQw1k6knwJ5ALl6dBiC07IdZCMex7DNjxC5oqC29izZ2i4ZBfGg==",
5
+ "_integrity": "sha512-rlndyEZrotZgfgD9FFr/bIB180Fybkn6ckkokPffreEB19aKuRze1a55K8ptk1VsNbh5mOWQBvYp9jZbLL89Tg==",
6
6
  "_location": "/@syncfusion/ej2-react-documenteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-20.1.58.tgz",
23
- "_shasum": "55a5c780f93bee3029ca034f377ec68a20b8b2fb",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-19.31.1.tgz",
23
+ "_shasum": "138f0de6e4b0a865d9764959b3e3906ed34b665b",
24
24
  "_spec": "@syncfusion/ej2-react-documenteditor@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.1.57",
35
- "@syncfusion/ej2-documenteditor": "20.1.59",
36
- "@syncfusion/ej2-react-base": "~20.1.59"
34
+ "@syncfusion/ej2-base": "~20.2.36",
35
+ "@syncfusion/ej2-documenteditor": "20.2.36",
36
+ "@syncfusion/ej2-react-base": "~20.2.36"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
@@ -63,6 +63,6 @@
63
63
  "type": "git",
64
64
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
65
65
  },
66
- "version": "20.1.59",
66
+ "version": "20.2.36",
67
67
  "sideEffects": false
68
68
  }