@syncfusion/ej2-angular-documenteditor 19.4.56 → 20.1.50
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 +54 -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 +218 -151
- package/styles/bootstrap.css +218 -151
- package/styles/bootstrap4.css +224 -157
- package/styles/bootstrap5-dark.css +253 -172
- package/styles/bootstrap5.css +253 -172
- package/styles/document-editor/bootstrap-dark.css +192 -50
- package/styles/document-editor/bootstrap.css +192 -50
- package/styles/document-editor/bootstrap4.css +194 -52
- package/styles/document-editor/bootstrap5-dark.css +207 -61
- package/styles/document-editor/bootstrap5.css +207 -61
- package/styles/document-editor/fabric-dark.css +193 -51
- package/styles/document-editor/fabric.css +193 -51
- package/styles/document-editor/fluent-dark.css +3782 -0
- package/styles/document-editor/fluent-dark.scss +1 -0
- package/styles/document-editor/fluent.css +3782 -0
- package/styles/document-editor/fluent.scss +1 -0
- package/styles/document-editor/highcontrast-light.css +5 -9
- package/styles/document-editor/highcontrast.css +193 -51
- package/styles/document-editor/material-dark.css +193 -51
- package/styles/document-editor/material.css +193 -51
- package/styles/document-editor/tailwind-dark.css +319 -261
- package/styles/document-editor/tailwind.css +319 -261
- package/styles/document-editor-container/bootstrap-dark.css +26 -101
- package/styles/document-editor-container/bootstrap.css +26 -101
- package/styles/document-editor-container/bootstrap4.css +30 -105
- package/styles/document-editor-container/bootstrap5-dark.css +46 -111
- package/styles/document-editor-container/bootstrap5.css +46 -111
- package/styles/document-editor-container/fabric-dark.css +26 -101
- package/styles/document-editor-container/fabric.css +26 -101
- package/styles/document-editor-container/fluent-dark.css +1996 -0
- package/styles/document-editor-container/fluent-dark.scss +1 -0
- package/styles/document-editor-container/fluent.css +1996 -0
- package/styles/document-editor-container/fluent.scss +1 -0
- package/styles/document-editor-container/highcontrast-light.css +29 -104
- package/styles/document-editor-container/highcontrast.css +26 -101
- package/styles/document-editor-container/material-dark.css +26 -101
- package/styles/document-editor-container/material.css +26 -101
- package/styles/document-editor-container/tailwind-dark.css +134 -271
- package/styles/document-editor-container/tailwind.css +134 -271
- package/styles/fabric-dark.css +219 -152
- package/styles/fabric.css +219 -152
- package/styles/fluent-dark.css +5779 -0
- package/styles/fluent-dark.scss +2 -0
- package/styles/fluent.css +5779 -0
- package/styles/fluent.scss +2 -0
- package/styles/highcontrast-light.css +31 -110
- package/styles/highcontrast.css +219 -152
- package/styles/material-dark.css +219 -152
- package/styles/material.css +219 -152
- package/styles/tailwind-dark.css +453 -532
- package/styles/tailwind.css +453 -532
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,60 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I374477` - Resolved the script error in XmlHttpRequest in lock and edit.
|
|
10
|
+
- `#I372421` - Resolved issues in insert row/column paragraph format inheritance from previous paragraph.
|
|
11
|
+
- `#IF173898` - Resolved the highlight color is not preserved in copy/paste.
|
|
12
|
+
|
|
13
|
+
## 20.1.48 (2022-04-12)
|
|
14
|
+
|
|
15
|
+
### Document Editor
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- `#I374325`, `#I374720` - Resolved the text input issue replacing the selected text.
|
|
20
|
+
- `#I366806` - Resolved the content overlapping issue.
|
|
21
|
+
- `#I360442`, `#I372285` - Resolved the add to dictionary context item localization issue.
|
|
22
|
+
- `#I368653` - Resolved the numbering continuity issue.
|
|
23
|
+
- `#I368442` - Resolved the table of content alignment issue.
|
|
24
|
+
- `#I369908` - Resolved the alignment issue in the header.
|
|
25
|
+
- `#I368287` - Resolved the rendering issue for font family with number in canvas element.
|
|
26
|
+
- `#I368056` - Resolved the newly inserted footnote content style issue.
|
|
27
|
+
- `#I365347` - Resolved the paste content in between a paragraph.
|
|
28
|
+
- `#I366850` - Resolved the script error in DocumentEditorContainer component destroy.
|
|
29
|
+
- `#I368658` - Resolved the script error in pasting the content.
|
|
30
|
+
- `#F171582`, `#F173213` - Resolved the color preservation issue in pasting the highlighted cell from excel.
|
|
31
|
+
- `#F173430` - Resolved the delay in filling a document with large number of form fields.
|
|
32
|
+
- `#I370428` - Resolved the script error in replacing the text.
|
|
33
|
+
- `#I370305` - Resolved the cropped image rendering issue.
|
|
34
|
+
- `#I368292` - Resolved the empty merge field layout issue.
|
|
35
|
+
- `#I369092` - Indentation behaviour for numbered list is updated.
|
|
36
|
+
|
|
37
|
+
## 20.1.47 (2022-04-04)
|
|
38
|
+
|
|
39
|
+
### Document Editor
|
|
40
|
+
|
|
41
|
+
#### Bug Fixes
|
|
42
|
+
|
|
43
|
+
- `#I367457` - Resolved the nested table content positioning issue.
|
|
44
|
+
- `#I365347` - Copied content is now pasted properly in between the paragraph.
|
|
45
|
+
- `#I361140` - Resolved the script error in inserting footnote content.
|
|
46
|
+
- `#I366968` - Newly added table row border is now exported properly in server-side word export.
|
|
47
|
+
- `#I366806` - Resolved the content overlapping issue with wrapped shape.
|
|
48
|
+
- `#I363360` - Resolved the new window sample dialog height issue.
|
|
49
|
+
|
|
50
|
+
#### New Features
|
|
51
|
+
|
|
52
|
+
- `#I348441` - Added support for adding SVG image in a Word document.
|
|
53
|
+
- `#I348727` - Added support for setting automatic space before and after a paragraph in a Word document.
|
|
54
|
+
- `#I268209` - Added support for restricting documents with comments only protection type.
|
|
55
|
+
- `#I363489` - Improved the performance of the server-side spell check library.
|
|
56
|
+
|
|
57
|
+
## 19.4.56 (2022-03-15)
|
|
58
|
+
|
|
59
|
+
### Document Editor
|
|
60
|
+
|
|
61
|
+
#### Bug Fixes
|
|
62
|
+
|
|
9
63
|
- `#SF-366157`, `#SF-367362` - Table in the end of the page is now rendered properly.
|
|
10
64
|
- `#SF-365958` - Resolved the issue in track change undo/redo.
|
|
11
65
|
- `#SF-366627` - Resolved the script error in the inline form fill mode.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-documenteditor.umd.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 20.1.50
|
|
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 :
|
|
3
|
+
* version : 20.1.50
|
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-documenteditor@20.1.48",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-Y1UAO4mmaTI3yZwsrO2y+utvaZQngb9+Vqv0oO0yFcZae0E+0GW/WM/C9gFbgpklc1M0tkHLUzdxoeD+V5DWhQ==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-20.1.48.tgz",
|
|
23
|
+
"_shasum": "f0152e7422c9e3bf9bb12b8fbf8361050f039da9",
|
|
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": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-documenteditor": "
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.1.48",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.1.50",
|
|
36
|
+
"@syncfusion/ej2-documenteditor": "20.1.50"
|
|
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": "
|
|
70
|
+
"version": "20.1.50"
|
|
71
71
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^20.1.48";
|
|
3
3
|
export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~20.1.48";
|
|
@@ -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 = '^
|
|
4
|
+
exports.pkgVer = '^20.1.48';
|
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~20.1.48';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
2
|
-
export const pkgVer = '^
|
|
2
|
+
export const pkgVer = '^20.1.48';
|
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
4
|
-
export const themeVer = '~
|
|
4
|
+
export const themeVer = '~20.1.48';
|