@syncfusion/ej2-angular-documenteditor 19.4.41 → 19.4.48
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 +46 -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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,52 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 19.4.47 (2022-01-25)
|
|
6
|
+
|
|
7
|
+
### Document Editor
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#FB29987` - Resolved the table layouting issue in conversion from HTML to Document.
|
|
12
|
+
- `#SF-362365` - Resolved the modifying level in drop down.
|
|
13
|
+
- `#SF-363485` - Resolved the preferred width type mismatch in server-side SFDT to Docx conversion.
|
|
14
|
+
- `#F171941` - Resolved the insert page break in optimized spell check mode.
|
|
15
|
+
- `#SF-359775` - Column Clustered is not rendered properly.
|
|
16
|
+
- `#SF-359392` - Resolved the default chart color applied to pie chart.
|
|
17
|
+
- `#SF-359223` - Resolved the backspace issue in track changes.
|
|
18
|
+
- `#SF-356022` - Resolved the wrong comma placing in Hebrew language.
|
|
19
|
+
- `#SF-359056` - Resolved document hanging issue opening hebrew document.
|
|
20
|
+
|
|
21
|
+
## 19.4.43 (2022-01-18)
|
|
22
|
+
|
|
23
|
+
### Document Editor
|
|
24
|
+
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
27
|
+
- `#F169863`, `#SF-354348` - Resolved the server-side exporting issue in SFDT to Docx.
|
|
28
|
+
- `#SF-359780` - Resolved the layout issue in word 2013 justification for list applied text.
|
|
29
|
+
- `#SF-356294` - Resolved the extra space adding while copying and pasting text with bookmarks.
|
|
30
|
+
- `#SF-356242` - Resolved the style issue for the newly added rows & columns in the table.
|
|
31
|
+
- `#SF-358936` - Resolved the HTML Element ContentEditable property issue in DocumentEditor.
|
|
32
|
+
- `#SF-357051` - Resolved the element alignment issue due to page break.
|
|
33
|
+
- `#SF-355713` - Resolved the script error in applying restrict editing in DocumentEditorContainer.
|
|
34
|
+
- `#SF-354207` - Resolved the atleast line spacing type line height issue.
|
|
35
|
+
- `#SF-354215` - Resolved the floating elements positioning issue after update form fields.
|
|
36
|
+
- `#SF-357939` - Resolved the footer overlapping issue after pasting large content.
|
|
37
|
+
- `#SF-354644` - Resolved the overlapping issue for image with top and bottom wrapping style in header.
|
|
38
|
+
- `#SF-358814` - Document with applied list format is exported properly.
|
|
39
|
+
- `#F171012` - Resolved the script error in applying the list format to character style applied text.
|
|
40
|
+
- `#SF-358474` - Resolved the header/footer tooltip and toolbar item text wrap issue when localized.
|
|
41
|
+
- `#SF-358523` - Resolved the status bar and font family style issue when localized.
|
|
42
|
+
- `#SF-356958` - Resolved the misalignment after list applying.
|
|
43
|
+
- `#SF-355425` - Resolved the auto fit table with preferred with type 'Point' is now layouted properly.
|
|
44
|
+
- `#SF-359606` - Resolved the default tab width calculation with tab stop.
|
|
45
|
+
- `#SF-355860` - Resolved the tab element layout issue in footer.
|
|
46
|
+
- `#SF-359156` - Resolved the cropped image issue rendering in header/footer.
|
|
47
|
+
- `#SF-354038` - Resolved the performance issue in inserting table more rows.
|
|
48
|
+
|
|
49
|
+
## 19.4.41 (2022-01-04)
|
|
50
|
+
|
|
5
51
|
### Document Editor
|
|
6
52
|
|
|
7
53
|
#### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-documenteditor.umd.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.48
|
|
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 : 19.4.
|
|
3
|
+
* version : 19.4.48
|
|
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@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-documenteditor@19.4.47",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-jWGrPlJO4kaQj+OAZnyPHrSD5h/eJ92FChd+qFswyPjOmVR+6//xtBf2u+OimhWHqCHXlYPwbE0cqeqhTl4ZbA==",
|
|
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-19.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-19.4.47.tgz",
|
|
23
|
+
"_shasum": "d7a600d066a38f5d4391a67d57d483328809313d",
|
|
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": "~19.4.
|
|
35
|
-
"@syncfusion/ej2-base": "~19.4.
|
|
36
|
-
"@syncfusion/ej2-documenteditor": "19.4.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~19.4.48",
|
|
35
|
+
"@syncfusion/ej2-base": "~19.4.48",
|
|
36
|
+
"@syncfusion/ej2-documenteditor": "19.4.48"
|
|
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": "19.4.
|
|
70
|
+
"version": "19.4.48"
|
|
71
71
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
|
|
2
|
-
export declare const pkgVer = "^19.4.
|
|
2
|
+
export declare const pkgVer = "^19.4.47";
|
|
3
3
|
export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
|
|
4
|
-
export declare const themeVer = "~19.4.
|
|
4
|
+
export declare const themeVer = "~19.4.47";
|
|
@@ -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 = '^19.4.
|
|
4
|
+
exports.pkgVer = '^19.4.47';
|
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
6
|
-
exports.themeVer = '~19.4.
|
|
6
|
+
exports.themeVer = '~19.4.47';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
2
|
-
export const pkgVer = '^19.4.
|
|
2
|
+
export const pkgVer = '^19.4.47';
|
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
4
|
-
export const themeVer = '~19.4.
|
|
4
|
+
export const themeVer = '~19.4.47';
|