@syncfusion/ej2-react-documenteditor 20.1.50 → 20.1.55

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 +42 -0
  2. package/dist/ej2-react-documenteditor.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +260 -463
  5. package/styles/bootstrap.css +260 -465
  6. package/styles/bootstrap4.css +259 -489
  7. package/styles/bootstrap5-dark.css +267 -500
  8. package/styles/bootstrap5.css +267 -500
  9. package/styles/document-editor/bootstrap-dark.css +148 -248
  10. package/styles/document-editor/bootstrap.css +148 -248
  11. package/styles/document-editor/bootstrap4.css +147 -255
  12. package/styles/document-editor/bootstrap5-dark.css +157 -272
  13. package/styles/document-editor/bootstrap5.css +157 -272
  14. package/styles/document-editor/fabric-dark.css +148 -248
  15. package/styles/document-editor/fabric.css +148 -248
  16. package/styles/document-editor/fluent-dark.css +157 -268
  17. package/styles/document-editor/fluent.css +157 -268
  18. package/styles/document-editor/highcontrast-light.css +241 -296
  19. package/styles/document-editor/highcontrast.css +149 -249
  20. package/styles/document-editor/material-dark.css +147 -246
  21. package/styles/document-editor/material.css +148 -247
  22. package/styles/document-editor/tailwind-dark.css +157 -304
  23. package/styles/document-editor/tailwind.css +157 -304
  24. package/styles/document-editor-container/bootstrap-dark.css +113 -216
  25. package/styles/document-editor-container/bootstrap.css +113 -218
  26. package/styles/document-editor-container/bootstrap4.css +113 -235
  27. package/styles/document-editor-container/bootstrap5-dark.css +111 -229
  28. package/styles/document-editor-container/bootstrap5.css +111 -229
  29. package/styles/document-editor-container/fabric-dark.css +113 -214
  30. package/styles/document-editor-container/fabric.css +113 -214
  31. package/styles/document-editor-container/fluent-dark.css +111 -225
  32. package/styles/document-editor-container/fluent.css +111 -225
  33. package/styles/document-editor-container/highcontrast-light.css +207 -329
  34. package/styles/document-editor-container/highcontrast.css +113 -214
  35. package/styles/document-editor-container/material-dark.css +113 -215
  36. package/styles/document-editor-container/material.css +113 -216
  37. package/styles/document-editor-container/tailwind-dark.css +109 -219
  38. package/styles/document-editor-container/tailwind.css +109 -219
  39. package/styles/fabric-dark.css +260 -461
  40. package/styles/fabric.css +260 -461
  41. package/styles/fluent-dark.css +267 -492
  42. package/styles/fluent.css +267 -492
  43. package/styles/highcontrast-light.css +353 -509
  44. package/styles/highcontrast.css +261 -462
  45. package/styles/material-dark.css +259 -460
  46. package/styles/material.css +260 -462
  47. package/styles/tailwind-dark.css +265 -522
  48. package/styles/tailwind.css +265 -522
package/CHANGELOG.md CHANGED
@@ -2,6 +2,48 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 20.1.52 (2022-05-04)
6
+
7
+ ### Document Editor
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#SF-368653` - Resolved the Document Editor numbering continuity issue.
12
+ - `#SF-376374` - Resolved the exception thrown on exporting a sfdt without a metafile property in server-side.
13
+ - `#SF-373298` - Resolved the extra paragraph added while updating the table of contents.
14
+ - `#SF-373359` - Resolved the multiples instances of table of content creation when track changes is enabled.
15
+ - `#SF-373451` - Resolved exception while open the document with image without relation identifier.
16
+ - `#SF-373159` - Resolved the console error thrown on pasting a content and then changing page orientation.
17
+ - `#SF-373175` - Resolved the script error thrown on deleting the revision text.
18
+ - `#SF-372741` - Resolved inconsistent behaviour of text selection inside an editable table cell within a read only document.
19
+ - `#SF-372794` - Resolved the script error while serializing sfdt document with page break to html format in server-side.
20
+ - `#SF-372636` - Resolved the text inside the shape with wrapping style 'in-front of text'.
21
+ - `#SF-372159` - Default number format for Page field is now displayed properly.
22
+ - `#SF-371816` - List format is now preserved properly on importing.
23
+ - `#SF-371644` - Table formatting is now preserved properly while copy pasting table and resolved the document hanging in copying.
24
+ - `#SF-370909` - Resolved the script error rendering after content delete.
25
+ - `#SF-369585` - Resolved the scrolling becomes quite slow while selecting the text in document with more than 20 pages.
26
+ - `#SF-368794` - Resolved the tab space issue.
27
+ - `#SF-366157`, `#SF-367362` - Resolved the table rendering issue at the bottom of the page.
28
+ - `#SF-293527` - Justify paragraph layout issue in new page first paragraph is now resolved.
29
+ - `#SF-373340` - Resolved the content hanging issue while opening the attached document.
30
+ - `#SF-372431` - Resolved the table misalignment issue if the table has positioning properties.
31
+
32
+ ## 20.1.51 (2022-04-26)
33
+
34
+ ### Document Editor
35
+
36
+ #### Bug Fixes
37
+
38
+ - `#I361566`, `#I372584` - Resolved the wrapping style issue in header/footer.
39
+ - `#I373016` - Resolved the script error in accepting the revision inside the table.
40
+ - `#I370714` - Resolved the character format updating issue.
41
+ - `#I364803` - Resolved the track changes to empty page.
42
+ - `#I356022` - Resolved the wrong comma placing in Hebrew language.
43
+ - `#I368816` - Resolved the pie chart rendering and exporting issue.
44
+
45
+ ## 20.1.50 (2022-04-19)
46
+
5
47
  ### Document Editor
6
48
 
7
49
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-documenteditor.umd.min.js
3
- * version : 20.1.50
3
+ * version : 20.1.55
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.48",
3
+ "_id": "@syncfusion/ej2-react-documenteditor@20.1.52",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-a4M/+GgKjL1RyxKR8HXhIyeFwV9GTcv/0Rt0xGCaV/fqrIh0NlnnGZ6M/BD7jAU5hMX1WcV/FyzIlBQDhCwvQQ==",
5
+ "_integrity": "sha512-D89DS/lcNY9PQfRCaYL0R+N6uj1kXpEX5jPgrKCNvyfSWHRBPJjMSoS4Mj/Mp2SDSh58+XEaue3VmoOPEKTDVA==",
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.48.tgz",
23
- "_shasum": "b84c35bb71c77ae552872451576f6f2469482f60",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-20.1.52.tgz",
23
+ "_shasum": "e0258ee6983703008457e7a566d27f810f7b5eaa",
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.50",
35
- "@syncfusion/ej2-documenteditor": "20.1.50",
36
- "@syncfusion/ej2-react-base": "~20.1.47"
34
+ "@syncfusion/ej2-base": "~20.1.55",
35
+ "@syncfusion/ej2-documenteditor": "20.1.55",
36
+ "@syncfusion/ej2-react-base": "~20.1.55"
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.50",
66
+ "version": "20.1.55",
67
67
  "sideEffects": false
68
68
  }