@syncfusion/ej2-angular-documenteditor 20.2.37-ngcc → 20.2.39-ngcc
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 +55 -20
- package/dist/ej2-angular-documenteditor.umd.js +1 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +1 -1
- package/package.json +16 -16
- 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/document-editor-container/fluent-dark.css +1 -1
- package/styles/fluent-dark.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,32 +2,67 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Document Editor
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I386312` - Resolved issue in increase/decrease indent using tab key.
|
|
10
|
+
- `#I378136` - Resolved the content hanging issue while opening the document with tab character.
|
|
11
|
+
- `#I390208`, `#I376243` - Resolved script error while loading the attached document.
|
|
12
|
+
- `#I389150` - Locked regions are not synced properly.
|
|
13
|
+
- `#I381259` - Resolved script error while navigating between print and web layout.
|
|
14
|
+
- `#I381509` - Resolved layouting issue due to footnote element.
|
|
15
|
+
- `#I381367` - Resolved script error while adding comment.
|
|
16
|
+
- `#I384633` - Restricted margin value in page setup dialog similar to MS Word.
|
|
17
|
+
- `#I383938` - New table is now adjust properly to the page width.
|
|
18
|
+
- `#F173898` - Resolved issue with copy & pasting text with highlight color.
|
|
19
|
+
- `#I379350` - Resolved layouting issue due to list format.
|
|
20
|
+
- `#I383921` - Resolved ok button disabled after selecting bookmark in hyperlink dialog.
|
|
21
|
+
|
|
22
|
+
#### New Feature
|
|
23
|
+
|
|
24
|
+
- `#I381313` - Added API to get clipboard content.
|
|
25
|
+
|
|
26
|
+
## 20.2.38 (2022-07-12)
|
|
27
|
+
|
|
28
|
+
### Document Editor
|
|
29
|
+
|
|
30
|
+
#### Bug Fixes
|
|
31
|
+
|
|
32
|
+
- `#I379353`, `#I378987` - Resolved floating table overlapping issue.
|
|
33
|
+
- `#F174378` - Improved performance while editing in the protected document.
|
|
34
|
+
- `#I375732` - Resolved issue in rendering merged cell.
|
|
35
|
+
- `#I376914` - Resolved script error while updating the list.
|
|
36
|
+
- `#I378333` - Resolved tab character layouting issue.
|
|
37
|
+
- `#I381087` - Resolved issue in `stopProtection` API.
|
|
38
|
+
- `#I382546`, `#I384249` - Resolved table disappearing issue while applying top margin.
|
|
39
|
+
|
|
5
40
|
## 20.1.52 (2022-05-04)
|
|
6
41
|
|
|
7
42
|
### Document Editor
|
|
8
43
|
|
|
9
44
|
#### Bug Fixes
|
|
10
45
|
|
|
11
|
-
- `#
|
|
12
|
-
- `#
|
|
13
|
-
- `#
|
|
14
|
-
- `#
|
|
15
|
-
- `#
|
|
16
|
-
- `#
|
|
17
|
-
- `#
|
|
18
|
-
- `#
|
|
19
|
-
- `#
|
|
20
|
-
- `#
|
|
21
|
-
- `#
|
|
22
|
-
- `#
|
|
23
|
-
- `#
|
|
24
|
-
- `#
|
|
25
|
-
- `#
|
|
26
|
-
- `#
|
|
27
|
-
- `#
|
|
28
|
-
- `#
|
|
29
|
-
- `#
|
|
30
|
-
- `#
|
|
46
|
+
- `#I368653` - Resolved the Document Editor numbering continuity issue.
|
|
47
|
+
- `#I376374` - Resolved the exception thrown on exporting a sfdt without a metafile property in server-side.
|
|
48
|
+
- `#I373298` - Resolved the extra paragraph added while updating the table of contents.
|
|
49
|
+
- `#I373359` - Resolved the multiples instances of table of content creation when track changes is enabled.
|
|
50
|
+
- `#I373451` - Resolved exception while open the document with image without relation identifier.
|
|
51
|
+
- `#I373159` - Resolved the console error thrown on pasting a content and then changing page orientation.
|
|
52
|
+
- `#I373175` - Resolved the script error thrown on deleting the revision text.
|
|
53
|
+
- `#I372741` - Resolved inconsistent behaviour of text selection inside an editable table cell within a read only document.
|
|
54
|
+
- `#I372794` - Resolved the script error while serializing sfdt document with page break to html format in server-side.
|
|
55
|
+
- `#I372636` - Resolved the text inside the shape with wrapping style 'in-front of text'.
|
|
56
|
+
- `#I372159` - Default number format for Page field is now displayed properly.
|
|
57
|
+
- `#I371816` - List format is now preserved properly on importing.
|
|
58
|
+
- `#I371644` - Table formatting is now preserved properly while copy pasting table and resolved the document hanging in copying.
|
|
59
|
+
- `#I370909` - Resolved the script error rendering after content delete.
|
|
60
|
+
- `#I369585` - Resolved the scrolling becomes quite slow while selecting the text in document with more than 20 pages.
|
|
61
|
+
- `#I368794` - Resolved the tab space issue.
|
|
62
|
+
- `#I366157`, `#I367362` - Resolved the table rendering issue at the bottom of the page.
|
|
63
|
+
- `#I293527` - Justify paragraph layout issue in new page first paragraph is now resolved.
|
|
64
|
+
- `#I373340` - Resolved the content hanging issue while opening the attached document.
|
|
65
|
+
- `#I372431` - Resolved the table misalignment issue if the table has positioning properties.
|
|
31
66
|
|
|
32
67
|
## 20.1.51 (2022-04-26)
|
|
33
68
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-documenteditor.umd.js
|
|
3
|
-
* version : 20.2.
|
|
3
|
+
* version : 20.2.39
|
|
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.2.
|
|
3
|
+
* version : 20.2.39
|
|
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,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_from": "@syncfusion/ej2-angular-documenteditor
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-documenteditor@20.2.
|
|
2
|
+
"_from": "@syncfusion/ej2-angular-documenteditor@*",
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-documenteditor@20.2.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-p4INhvbMdEIze9+ntdPvZ/G5QJhklL4bh79gzVcCuUSBDFPp7xZmwvahPAC0TZWBZMOAceXa7bUHb3v9XuAo6Q==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-documenteditor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
9
|
-
"type": "
|
|
9
|
+
"type": "range",
|
|
10
10
|
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-angular-documenteditor
|
|
11
|
+
"raw": "@syncfusion/ej2-angular-documenteditor@*",
|
|
12
12
|
"name": "@syncfusion/ej2-angular-documenteditor",
|
|
13
13
|
"escapedName": "@syncfusion%2fej2-angular-documenteditor",
|
|
14
14
|
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "
|
|
15
|
+
"rawSpec": "*",
|
|
16
16
|
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "
|
|
17
|
+
"fetchSpec": "*"
|
|
18
18
|
},
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "
|
|
23
|
-
"_shasum": "
|
|
24
|
-
"_spec": "@syncfusion/ej2-angular-documenteditor
|
|
25
|
-
"_where": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-20.2.38.tgz",
|
|
23
|
+
"_shasum": "6acfaa9f0b5756575b5910baeac8c1cdaceadea1",
|
|
24
|
+
"_spec": "@syncfusion/ej2-angular-documenteditor@*",
|
|
25
|
+
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.2.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.2.
|
|
36
|
-
"@syncfusion/ej2-documenteditor": "20.2.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.2.38",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.2.38",
|
|
36
|
+
"@syncfusion/ej2-documenteditor": "20.2.39"
|
|
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.2.
|
|
71
|
-
}
|
|
70
|
+
"version": "20.2.39-ngcc"
|
|
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.2.38";
|
|
3
3
|
export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~20.2.38";
|
|
@@ -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.2.39';
|
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~20.2.39';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
2
|
-
export const pkgVer = '^
|
|
2
|
+
export const pkgVer = '^20.2.39';
|
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
4
|
-
export const themeVer = '~
|
|
4
|
+
export const themeVer = '~20.2.39';
|
package/styles/fluent-dark.css
CHANGED