@syncfusion/ej2-angular-documenteditor 31.1.17 → 31.1.18

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 CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DocumentEditor
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I748794` - Resolved a performance issue when scrolling the document with a header row.
10
+ - `#I954857` - Resolved a font size updating issue when selecting the different fonts.
11
+ - `#I750843` - Resolved an issue where the Different First Page header changed to a normal header when updating margin values.
12
+ - `#I753959` - Resolved an exception that occurred when deleting a list and adding a new list in the same paragraph.
13
+ - `#I757421` - Resolved an issue where the delete action caused overlap and a script error in Document Editor.
14
+ - `#I751509` - Resolved an issue where the scrollbar did not update while selecting and copying text in Firefox.
15
+ - `#I757912` - Resolved issues with the Alter Case functionality in Document Editor.
16
+ - `#I758674` - Resolved an issue where the Table Merge option was disabled.
17
+ - `#I757365` - Resolved an issue where replacing a suggested word removed extra content.
18
+ - `#I761480` - Resolved an issue where underline formatting was incorrect when accepting a deletion revision.
19
+ - `#I188060` - Added support for integrating Document Editor into Ant Modal.
20
+ - `#I755704` - Resolved a spell check issue caused by the tab character and fixed an issue rendering the documents default character format after setting the editors character format.
21
+
5
22
  ## 30.1.42 (2025-07-29)
6
23
 
7
24
  ### DocumentEditor
@@ -2045,6 +2062,66 @@
2045
2062
  - `#F168319` – Resolved the ViewChange event binding issue in Document Editor component.
2046
2063
  - `#I341375` – Resolved the undo/redo issue in comment editing operations.
2047
2064
 
2065
+ - `#I348089` - Resolved the protected columns, rows, and cells editing issue.
2066
+ - `#I344822` - Word with hyphen characters are now displayed properly.
2067
+ - `#I345558` - Resolved the table layout for the nested table with position.
2068
+ - `#I346408` - Table cell content reversed on undo is now resolved.
2069
+ - `#I346992` - Paragraph with widow/orphan property is now displayed properly.
2070
+ - `#I341119` - Document with image and table with top and bottom wrapping style is now opened properly.
2071
+ - `#I344713`- Resolved table header row rendering issue.
2072
+ - `#I341963`, `#I341840` - Resolved the table rendering issue.
2073
+ - `#I344704` - Resolved issue with tracking changes in empty paragraph.
2074
+ - `#I344351` - Line height is now calculated properly when space character has font size greater than the paragraph mark.
2075
+ - `#I345759`, `#I343106`- Resolved the table border rendering issue.
2076
+ - `#I343645` - Table grid after width defined as percentage type is now properly exported in server-side.
2077
+ - `#I341659` - Resolved the list alignment issue.
2078
+ - `#I347230` - Line spacing value zero is now properly exported in server-side.
2079
+ - `#I346468` - Resolved the document corruption issue due to z-order in server-side exporting.
2080
+ - `#I344830` - Resolved exception in opening and saving the document with calculation type form field.
2081
+ - `#I345582`, `#I341985` - Document with tab width is now displayed properly.
2082
+ - `#I346985` - Line height is now properly updated for tab character when its font size greater than other elements in the line.
2083
+ - `#FB29648` - Table rows/columns in header and footer are now resized properly.
2084
+ - `#I349115` - Resolved the scrolling behaviour issue when using `goToPage` API.
2085
+ - `#I348516` - Table/Cell background color is preserved properly during copy/paste.
2086
+ - `#I341891` - Resolved the hanging issue while editing the footnote content.
2087
+ - `#I344790` - Resolved the footnote overlapping issue when editing a table.
2088
+ - `#I343310` - Resolved the blank page issue in the exported Word document due to footnote.
2089
+ - `#I345594` - Resolved the new style listing problem when Document editor is localized for languages other than English.
2090
+ - `#I344840` - Resolved the height and width for `insertImage` API.
2091
+ - `#I343403` - Resolved the script error while opening document with tracked changes and restrict editing enabled.
2092
+ - `#I342774` - The Word document is now exported properly when the document contains content control.
2093
+ - `#I340276` - Resolved issue with entering custom date time value for form field.
2094
+ - `#I344605` - Resolved the context menu displaying issue when multiple instances of Document Editor are used in same page.
2095
+ - `#I337087`, `#I344332` - Improved the suggestion construction logic for error words.
2096
+ - `#I338302` - Resolved the hanging issue when opening document with table.
2097
+ - `#I339240` - RTL list is now deleted properly.
2098
+ - `#I340758` - The Word document is now exported properly when the document contains table with merged cells.
2099
+ - `#I341140` - Tracked changes is now updated properly for the existing empty line.
2100
+ - `#F167253`, `#F168269` - Track changes pane visibility issue is now resolved.
2101
+ - `#F168463` - The floating element with square wrapping style is now displayed properly.
2102
+ - `#I338947` - Resolved the issue with undo after pasting Hebrew text.
2103
+ - `#I341435` - Optimized the content change event triggering in Document Editor.
2104
+ - `#I340867` - Selection is now working properly after applying character format.
2105
+ - `#I341335` - Text formatting is now preserved properly for merge fields.
2106
+ - `#I339239`, `#I339242`, `#I339021` - RTL text are now arranged properly.
2107
+ - `#I335659` - RTL text are now preserved properly on undo/redo.
2108
+ - `#I340643` - The comment mark is now removed properly when deleting comment.
2109
+ - `#I339335` - Resolved the hanging issue when editing document with Hebrew text.
2110
+ - `#I340121` - Resolved the issue with rendering elbow connector as line connector.
2111
+ - `#I339453` - Resolved the issue with rendering a fixed width table.
2112
+ - `#I341119` - Resolved the overlapping issue for image with top and bottom wrapping inside table.
2113
+ - `#I339602` - Track changes is now updated properly in header and footer.
2114
+ - `#I341964`, `#I342165` - RTL text is now arranged properly when copy/paste.
2115
+ - `#I339714` - Footnote order is now updated properly.
2116
+ - `#I339973` - Table is now preserved properly in the exported Word document.
2117
+ - `#I340795` - Field is now copied properly.
2118
+ - `#I339872` - Page number in footer is now updated properly.
2119
+ - `#I339576`, `#F168072` - Resolved the issue in applying page orientation with the section break.
2120
+ - `#I339027` - Resolved the script error in saving document with tracked changes in header/footer.
2121
+ - `#I340532` - Html elements are now properly disposed.
2122
+ - `#F168319` - Resolved the ViewChange event binding issue in Document Editor component.
2123
+ - `#I341375` - Resolved the undo/redo issue in comment editing operations.
2124
+
2048
2125
  #### New Features
2049
2126
 
2050
2127
  - `#I345565` - Added support for Word 2013 justification.
@@ -2136,6 +2213,46 @@
2136
2213
  - `#I341375` – Resolved the history issue in comment operations.
2137
2214
  - `#I341840` – Resolved the table rendering issue.
2138
2215
 
2216
+ - `#I343310` - Resolved the blank page adding issue in exported word document due to footnote.
2217
+ - `#I345594` - Resolved the new style listing problem during localization.
2218
+ - `#I344840` - Resolved the height and width for `insertImage` API.
2219
+ - `#I343403` - Resolved the script error while opening document with tracked changes and restrict editing enabled.
2220
+ - `#I342774` - Resolved the word export issue for document with content control.
2221
+ - `#I340276` - Resolved issue with entering custom date time value in form field.
2222
+ - `#I344605` - Resolved the context menu rendering issue for multiple instances of DocumentEditor in the same page.
2223
+ - `#I343106` - Resolved the table border rendering issue.
2224
+ - `#I337087`, `#I344332` - Improved the suggestion construction logic for error words.
2225
+ - `#I338302` - Resolved the hanging issue when opening document with table.
2226
+ - `#I339240` - RTL list is now deleted properly.
2227
+ - `#I340758` - Resolved the word export issue for the table with merged cells.
2228
+ - `#I341140` - Track changes content is now updated properly for the existing empty line.
2229
+ - `#F167253`, `#F168269` - Track changes pane visibility issue is resolved.
2230
+ - `#I341985` - Resolved the tab space rendering issue.
2231
+ - `#F168463` - Resolved the layout issue for the element with square wrapping style.
2232
+ - `#I338947` - Resolved the undo problem after paste of hebrew text.
2233
+ - `#I341435` - Optimized the content change event triggering in Document Editor.
2234
+ - `#I340867` - Selection issue after applying character format is resolved.
2235
+ - `#I341335` - Resolved the text formatting preservation for merge fields.
2236
+ - `#I339239`, `#I339242`, `#I339021` - Resolved the text arrangement issue for RTL documents.
2237
+ - `#I335659` - Resolved the undo/redo some text in RTL mode.
2238
+ - `#I340643` - Resolved the comment mark removal issue in comment delete.
2239
+ - `#I339335` - Resolved the hanging issue in editing document with Hebrew text.
2240
+ - `#I340121` - Resolved the issue with elbow connector rendering as line connector.
2241
+ - `#I339453` - Resolved the rendering issue in fixed table width case.
2242
+ - `#I341119` - Resolved the image with top and bottom wrapping overlapping issue with table.
2243
+ - `#I339602` - Track changes is now updated properly in header and footer.
2244
+ - `#I341964`, `#I342165` - Resolved the text rearrange issue in copy/paste of RTL text.
2245
+ - `#I339714` - Footnote order is now updated properly.
2246
+ - `#I339973` - Table serialization issue in word export is resolved.
2247
+ - `#I340795` - Issue with copying field is resolved.
2248
+ - `#I339872` - Page number is footer is now updated properly.
2249
+ - `#I339576`, `#F168072` - Resolved the issue in applying page orientation with the section break.
2250
+ - `#I339027` - Resolved the script error in saving tracked content in header/footer.
2251
+ - `#I340532` - Html elements are nor properly disposed.
2252
+ - `#F168319` - Resolved the ViewChange event binding issue in Document Editor component.
2253
+ - `#I341375` - Resolved the history issue in comment operations.
2254
+ - `#I341840` - Resolved the table rendering issue.
2255
+
2139
2256
  #### New Features
2140
2257
 
2141
2258
  - `#I345565` - Added support for Word 2013 justification.
@@ -2221,6 +2338,19 @@
2221
2338
  - `#I340643`, `#I341375` – Resolved the history issue in comment operations
2222
2339
  - `#I341840` – Resolved the table rendering issue.
2223
2340
 
2341
+ - `#I339602` - Track changes is now updated properly in header and footer.
2342
+ - `#I341964`, `#I342165` - Resolved the text rearrange issue in copy/paste of RTL text.
2343
+ - `#I339714` - Footnote order is now updated properly.
2344
+ - `#I339973` - Table serialization issue in word export is resolved.
2345
+ - `#I340795` - Issue with copying field is resolved.
2346
+ - `#I339872` - Page number is footer is now updated properly.
2347
+ - `#I339576`, `#F168072` - Resolved the issue in applying page orientation with the section break.
2348
+ - `#I339027` - Resolved the script error in saving tracked content in header/footer.
2349
+ - `#I340532` - Html elements are now properly disposed.
2350
+ - `#F168319` - Resolved the ViewChange event binding issue in Document Editor component
2351
+ - `#I340643`, `#I341375` - Resolved the history issue in comment operations
2352
+ - `#I341840` - Resolved the table rendering issue.
2353
+
2224
2354
  #### New Features
2225
2355
 
2226
2356
  - `#I342110` - Added event to customize the XMLHttpRequest in DocumentEditor and DocumentEditorContainer component.
@@ -2303,6 +2433,13 @@
2303
2433
  - Added Word-to-SFDT conversion in Java server-side library.
2304
2434
  - Added new spell checker library for Java.
2305
2435
 
2436
+ - `#I256210`, `#F150773`, `#I295055`, `#I295551`, `#I324037`, `#I326715` - Added support for Widow/Orphan control, Keep with next and Keep lines together properties.
2437
+ - `#I298019`, `#I307321`, `#F160804`, `#F164217`, `#F164872` - Improved the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents.
2438
+ - `#I243246`, `#I249594`, `#I287633`, `#I295055`, `#I295549`, `#I299657`, `#I308408`, `#I326567` - Added support to preserve tables with position properties.
2439
+ - Added option to directly convert DocIO's WordDocument to SFDT and vice-versa in .NET and Java server-side library.
2440
+ - Added Word-to-SFDT conversion in Java server-side library.
2441
+ - Added new spell checker library for Java.
2442
+
2306
2443
  ## 19.2.62 (2021-09-14)
2307
2444
 
2308
2445
  ### Document Editor
package/package.json CHANGED
@@ -1,44 +1,31 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-angular-documenteditor@*",
3
- "_id": "@syncfusion/ej2-angular-documenteditor@30.3.0",
4
- "_inBundle": false,
5
- "_integrity": "sha512-GMSl45+nfbI7gPqVvVii6Rp3lF/SZIhV3s3/leoXr3ze6wuvzACNBk9IXx4eDAvM8gx7Z7NOzB1EbQQ4SQuqTg==",
6
- "_location": "/@syncfusion/ej2-angular-documenteditor",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-angular-documenteditor@*",
12
- "name": "@syncfusion/ej2-angular-documenteditor",
13
- "escapedName": "@syncfusion%2fej2-angular-documenteditor",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/"
21
- ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-development/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-30.3.0.tgz",
23
- "_shasum": "379c64952f8c32af6bc8a0a8283a51a324cc7b3a",
24
- "_spec": "@syncfusion/ej2-angular-documenteditor@*",
25
- "_where": "D:\\SF3992\\WFH\\Nexus\\release",
26
- "author": {
27
- "name": "Syncfusion Inc."
28
- },
29
- "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
31
- },
32
- "bundleDependencies": false,
2
+ "name": "@syncfusion/ej2-angular-documenteditor",
3
+ "version": "31.1.18",
4
+ "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
5
+ "author": "Syncfusion Inc.",
6
+ "license": "SEE LICENSE IN license",
7
+ "schematics": "./schematics/collection.json",
33
8
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~31.1.17",
35
9
  "@syncfusion/ej2-base": "~31.1.17",
36
- "@syncfusion/ej2-documenteditor": "31.1.17"
10
+ "@syncfusion/ej2-angular-base": "~31.1.17",
11
+ "@syncfusion/ej2-documenteditor": "31.1.18"
37
12
  },
38
- "deprecated": false,
39
- "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
13
+ "keywords": [
14
+ "ej2-angular-documenteditor",
15
+ "angular-documenteditor",
16
+ "angular"
17
+ ],
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
21
+ },
22
+ "sideEffects": false,
23
+ "module": "fesm2015/syncfusion-ej2-angular-documenteditor.mjs",
40
24
  "es2020": "fesm2020/syncfusion-ej2-angular-documenteditor.mjs",
41
25
  "esm2020": "esm2020/syncfusion-ej2-angular-documenteditor.mjs",
26
+ "fesm2020": "fesm2020/syncfusion-ej2-angular-documenteditor.mjs",
27
+ "fesm2015": "fesm2015/syncfusion-ej2-angular-documenteditor.mjs",
28
+ "typings": "syncfusion-ej2-angular-documenteditor.d.ts",
42
29
  "exports": {
43
30
  "./package.json": {
44
31
  "default": "./package.json"
@@ -52,23 +39,5 @@
52
39
  "default": "./fesm2020/syncfusion-ej2-angular-documenteditor.mjs"
53
40
  }
54
41
  },
55
- "fesm2015": "fesm2015/syncfusion-ej2-angular-documenteditor.mjs",
56
- "fesm2020": "fesm2020/syncfusion-ej2-angular-documenteditor.mjs",
57
- "homepage": "https://www.syncfusion.com/angular-components",
58
- "keywords": [
59
- "ej2-angular-documenteditor",
60
- "angular-documenteditor",
61
- "angular"
62
- ],
63
- "license": "SEE LICENSE IN license",
64
- "module": "fesm2015/syncfusion-ej2-angular-documenteditor.mjs",
65
- "name": "@syncfusion/ej2-angular-documenteditor",
66
- "repository": {
67
- "type": "git",
68
- "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
69
- },
70
- "schematics": "./schematics/collection.json",
71
- "sideEffects": false,
72
- "typings": "syncfusion-ej2-angular-documenteditor.d.ts",
73
- "version": "31.1.17"
42
+ "homepage": "https://www.syncfusion.com/angular-components"
74
43
  }
@@ -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 = '^31.1.17';
4
+ exports.pkgVer = '^31.1.18';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~31.1.17';
6
+ exports.themeVer = '~31.1.18';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^31.1.17';
2
+ export const pkgVer = '^31.1.18';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~31.1.17';
4
+ export const themeVer = '~31.1.18';