@syncfusion/ej2-angular-documenteditor 20.1.51 → 20.1.56
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 +63 -0
- package/dist/ej2-angular-documenteditor.umd.js +1 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +260 -463
- package/styles/bootstrap.css +260 -465
- package/styles/bootstrap4.css +259 -489
- package/styles/bootstrap5-dark.css +267 -500
- package/styles/bootstrap5.css +267 -500
- package/styles/document-editor/bootstrap-dark.css +148 -248
- package/styles/document-editor/bootstrap.css +148 -248
- package/styles/document-editor/bootstrap4.css +147 -255
- package/styles/document-editor/bootstrap5-dark.css +157 -272
- package/styles/document-editor/bootstrap5.css +157 -272
- package/styles/document-editor/fabric-dark.css +148 -248
- package/styles/document-editor/fabric.css +148 -248
- package/styles/document-editor/fluent-dark.css +157 -268
- package/styles/document-editor/fluent.css +157 -268
- package/styles/document-editor/highcontrast-light.css +241 -296
- package/styles/document-editor/highcontrast.css +149 -249
- package/styles/document-editor/material-dark.css +147 -246
- package/styles/document-editor/material.css +148 -247
- package/styles/document-editor/tailwind-dark.css +157 -304
- package/styles/document-editor/tailwind.css +157 -304
- package/styles/document-editor-container/bootstrap-dark.css +113 -216
- package/styles/document-editor-container/bootstrap.css +113 -218
- package/styles/document-editor-container/bootstrap4.css +113 -235
- package/styles/document-editor-container/bootstrap5-dark.css +111 -229
- package/styles/document-editor-container/bootstrap5.css +111 -229
- package/styles/document-editor-container/fabric-dark.css +113 -214
- package/styles/document-editor-container/fabric.css +113 -214
- package/styles/document-editor-container/fluent-dark.css +111 -225
- package/styles/document-editor-container/fluent.css +111 -225
- package/styles/document-editor-container/highcontrast-light.css +207 -329
- package/styles/document-editor-container/highcontrast.css +113 -214
- package/styles/document-editor-container/material-dark.css +113 -215
- package/styles/document-editor-container/material.css +113 -216
- package/styles/document-editor-container/tailwind-dark.css +109 -219
- package/styles/document-editor-container/tailwind.css +109 -219
- package/styles/fabric-dark.css +260 -461
- package/styles/fabric.css +260 -461
- package/styles/fluent-dark.css +267 -492
- package/styles/fluent.css +267 -492
- package/styles/highcontrast-light.css +353 -509
- package/styles/highcontrast.css +261 -462
- package/styles/material-dark.css +259 -460
- package/styles/material.css +260 -462
- package/styles/tailwind-dark.css +265 -522
- package/styles/tailwind.css +265 -522
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,69 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I376089` - Resolved the error when converting sfdt to docx in Java server library.
|
|
10
|
+
- `#I375856` - Resolved the issue in opening a document with nested content control and exporting to docx.
|
|
11
|
+
- `#I373359` - Resolved the multiples instances of table of content was created when track changes was enabled issue.
|
|
12
|
+
- `#I375732` - Resolved the table merged cell rendering issue.
|
|
13
|
+
- `#I375798` - Resolved the control hanging issue on opening a document due to tab element.
|
|
14
|
+
- `#I375298` - Resolved the indentation hides text in web layout.
|
|
15
|
+
- `#I375704` - Resolved the restart level issue in word export.
|
|
16
|
+
- `#I375703` - Resolved the footnote inside the table layout issue in initial rendering.
|
|
17
|
+
|
|
18
|
+
## 20.1.55 (2022-05-12)
|
|
19
|
+
|
|
20
|
+
### Document Editor
|
|
21
|
+
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
- `#FB34545` - Resolved the document editor container component destroy issue.
|
|
25
|
+
- `#I375339` - Resolved the restart page numbering consideration on table of content updating.
|
|
26
|
+
- `#I374447` - Resolved the empty pages issue on printing a document with landscape orientation.
|
|
27
|
+
- `#I373959` - Resolved the pagination issue on layouting and downloading a sfdt.
|
|
28
|
+
- `#I373287` - Resolved the control hanging issue while opening a document with table
|
|
29
|
+
- `#I366157`, `#I367362` - Resolved the table rendering issue at the bottom of the page.
|
|
30
|
+
- `#I373048` - Rejecting new paragraphs tracked changes releases the occupied space.
|
|
31
|
+
- `#I372635` - Resolved the issue in review pane while opening a default document with track changes.
|
|
32
|
+
- `#I372245` - Resolved the layouting issue for large footnote content which flows over the current page.
|
|
33
|
+
- `#I371788` - Resolved the multiple call issue when enabling the spellcheck after editing the document.
|
|
34
|
+
- `#I371641` - Resolved the minimum column width causes in-finite lopping issue when resizing table.
|
|
35
|
+
- `#I368482` - Resolved the table in document overlaps footer.
|
|
36
|
+
- `#I367499` - Resolved the chart color rendering and shape overlapping issue.
|
|
37
|
+
- `#I368087` - Resolved the list format issues when open document by Document Editor.
|
|
38
|
+
|
|
39
|
+
## 20.1.52 (2022-05-04)
|
|
40
|
+
|
|
41
|
+
### Document Editor
|
|
42
|
+
|
|
43
|
+
#### Bug Fixes
|
|
44
|
+
|
|
45
|
+
- `#SF-368653` - Resolved the Document Editor numbering continuity issue.
|
|
46
|
+
- `#SF-376374` - Resolved the exception thrown on exporting a sfdt without a metafile property in server-side.
|
|
47
|
+
- `#SF-373298` - Resolved the extra paragraph added while updating the table of contents.
|
|
48
|
+
- `#SF-373359` - Resolved the multiples instances of table of content creation when track changes is enabled.
|
|
49
|
+
- `#SF-373451` - Resolved exception while open the document with image without relation identifier.
|
|
50
|
+
- `#SF-373159` - Resolved the console error thrown on pasting a content and then changing page orientation.
|
|
51
|
+
- `#SF-373175` - Resolved the script error thrown on deleting the revision text.
|
|
52
|
+
- `#SF-372741` - Resolved inconsistent behaviour of text selection inside an editable table cell within a read only document.
|
|
53
|
+
- `#SF-372794` - Resolved the script error while serializing sfdt document with page break to html format in server-side.
|
|
54
|
+
- `#SF-372636` - Resolved the text inside the shape with wrapping style 'in-front of text'.
|
|
55
|
+
- `#SF-372159` - Default number format for Page field is now displayed properly.
|
|
56
|
+
- `#SF-371816` - List format is now preserved properly on importing.
|
|
57
|
+
- `#SF-371644` - Table formatting is now preserved properly while copy pasting table and resolved the document hanging in copying.
|
|
58
|
+
- `#SF-370909` - Resolved the script error rendering after content delete.
|
|
59
|
+
- `#SF-369585` - Resolved the scrolling becomes quite slow while selecting the text in document with more than 20 pages.
|
|
60
|
+
- `#SF-368794` - Resolved the tab space issue.
|
|
61
|
+
- `#SF-366157`, `#SF-367362` - Resolved the table rendering issue at the bottom of the page.
|
|
62
|
+
- `#SF-293527` - Justify paragraph layout issue in new page first paragraph is now resolved.
|
|
63
|
+
- `#SF-373340` - Resolved the content hanging issue while opening the attached document.
|
|
64
|
+
- `#SF-372431` - Resolved the table misalignment issue if the table has positioning properties.
|
|
65
|
+
|
|
66
|
+
## 20.1.51 (2022-04-26)
|
|
67
|
+
|
|
68
|
+
### Document Editor
|
|
69
|
+
|
|
70
|
+
#### Bug Fixes
|
|
71
|
+
|
|
9
72
|
- `#I361566`, `#I372584` - Resolved the wrapping style issue in header/footer.
|
|
10
73
|
- `#I373016` - Resolved the script error in accepting the revision inside the table.
|
|
11
74
|
- `#I370714` - Resolved the character format updating issue.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-documenteditor.umd.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.56
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-documenteditor.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.56
|
|
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-angular-documenteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-documenteditor@20.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-documenteditor@20.1.52",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-xdLAK5KlpoRJcebQXYesWlX1aGbbX5mwaYXhmvTT3hGYDOvsr57gaCi8jlk9KaaMhkPj/q+RiLB749+2f22Jbw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-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-angular-documenteditor/-/ej2-angular-documenteditor-20.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-20.1.52.tgz",
|
|
23
|
+
"_shasum": "1b1ab4da351ded3c32610acebed0e13d9f15997d",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-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-angular-base": "~20.1.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.1.
|
|
36
|
-
"@syncfusion/ej2-documenteditor": "20.1.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.1.55",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.1.56",
|
|
36
|
+
"@syncfusion/ej2-documenteditor": "20.1.56"
|
|
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 Angular",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"schematics": "./schematics/collection.json",
|
|
68
68
|
"sideEffects": false,
|
|
69
69
|
"typings": "ej2-angular-documenteditor.d.ts",
|
|
70
|
-
"version": "20.1.
|
|
70
|
+
"version": "20.1.56"
|
|
71
71
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
|
|
2
|
-
export declare const pkgVer = "^20.1.
|
|
2
|
+
export declare const pkgVer = "^20.1.52";
|
|
3
3
|
export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
|
|
4
|
-
export declare const themeVer = "~20.1.
|
|
4
|
+
export declare const themeVer = "~20.1.52";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
4
|
-
exports.pkgVer = '^20.1.
|
|
4
|
+
exports.pkgVer = '^20.1.52';
|
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
6
|
-
exports.themeVer = '~20.1.
|
|
6
|
+
exports.themeVer = '~20.1.52';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
2
|
-
export const pkgVer = '^20.1.
|
|
2
|
+
export const pkgVer = '^20.1.52';
|
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
4
|
-
export const themeVer = '~20.1.
|
|
4
|
+
export const themeVer = '~20.1.52';
|