@syncfusion/ej2-angular-documenteditor 29.2.7 → 29.2.8

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
@@ -6,6 +6,26 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I724519` - Fixed a script error that occurred when pasting content into a table.
10
+ - `#I717943` - Addressed a performance issue when deleting content on the last page.
11
+ - `#I715113` - Fixed an issue where image width values were not preserved when exporting to DOCX.
12
+ - `#I715058`, `#I712565` - Resolved issues with mapped content controls in headers and footers.
13
+ - `#I709838` - Fixed script errors that occurred during `Accept All` and `Reject All` operations in track changes.
14
+ - `#I714933` - Fixed paragraph layout issues in multi-column documents.
15
+ - `#I707365` - Addressed the auto fit table layout problems occurring during text insertion.
16
+ - `#I718360` - Fixed placeholder text insertion issue when using the `insertContentControl` API.
17
+ - `#I712236` - Fixed the style preservation issue when inserting text programmatically within selected bookmarks.
18
+ - `#I712559` - Improved behaviour when pasting table content into another table in the Document Editor.
19
+ - `#I715683` - Resolved layout inconsistencies in headers and footers while loading documents.
20
+ - `#I713462` - Fixed layout issues in footnote body content when pressing the Enter key.
21
+ - `#I720302` - Fixed the page number field updates issue during edit operations.
22
+
23
+ ## 29.2.5 (2025-05-21)
24
+
25
+ ### DocumentEditor
26
+
27
+ #### Bug Fixes
28
+
9
29
  - `#I710210` - Fixed the issue with bookmark navigation in the editor.
10
30
  - `#I715670` - Addressed the problem where the `LinkToPrevious` property for header and footer table widgets was not updating correctly.
11
31
  - `#I713244` - Fixed the scrollbar not updating properly in the Document Editor when using Web Layout.
package/package.json CHANGED
@@ -1,44 +1,31 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-angular-documenteditor@*",
3
- "_id": "@syncfusion/ej2-angular-documenteditor@29.2.5",
4
- "_inBundle": false,
5
- "_integrity": "sha512-HuwoKTASi27tL79XWRBLkpERyy+IllOyDtx6l7OLo6tA54KhXj1M8/6+8ycs/ePCw+Q+2hrs/1Wa8GL7fP3RMA==",
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://registry.npmjs.org/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-29.2.5.tgz",
23
- "_shasum": "95fce6e2caf7c3cdfddfa1cf93db663898958fcc",
24
- "_spec": "@syncfusion/ej2-angular-documenteditor@*",
25
- "_where": "E:\\May2025\\New folder",
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": "29.2.8",
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": "~29.2.4",
35
9
  "@syncfusion/ej2-base": "~29.2.4",
36
- "@syncfusion/ej2-documenteditor": "29.2.7"
10
+ "@syncfusion/ej2-angular-base": "~29.2.4",
11
+ "@syncfusion/ej2-documenteditor": "29.2.8"
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": "29.2.7"
74
- }
42
+ "homepage": "https://www.syncfusion.com/angular-components"
43
+ }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
2
- export declare const pkgVer = "^29.2.4";
2
+ export declare const pkgVer = "^29.2.5";
3
3
  export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
4
- export declare const themeVer = "~29.2.4";
4
+ export declare const themeVer = "~29.2.5";
@@ -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 = '^29.2.5';
4
+ exports.pkgVer = '^29.2.8';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~29.2.5';
6
+ exports.themeVer = '~29.2.8';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^29.2.5';
2
+ export const pkgVer = '^29.2.8';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~29.2.5';
4
+ export const themeVer = '~29.2.8';