@syncfusion/ej2-angular-documenteditor 34.2.6 → 34.2.7
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 +18 -0
- package/README.md +14 -12
- package/package.json +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,24 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
`#I865402` - Fixed an issue where the Document Editor failed to render all pages due to orphaned field characters.
|
|
10
|
+
`#I863838` - Resolved an issue where RTL document content was misaligned when opened and pasted.
|
|
11
|
+
`#I865406` - Fixed an issue where paragraph before spacing was applied incorrectly while opening a document in the Document Editor.
|
|
12
|
+
`#I863817` - Resolved an issue where non-visual shape properties changed during DOCX export.
|
|
13
|
+
`#I768474` - Fixed an issue by updating the style gallery width and aligning it with Microsoft Word Online to preserve proper rendering.
|
|
14
|
+
`#I858608` - Resolved an issue where pasted SFDT content lost its original alignment.
|
|
15
|
+
`#I861198` - Fixed an issue where RTL document content was misaligned when opened and pasted.
|
|
16
|
+
|
|
17
|
+
#### Features
|
|
18
|
+
|
|
19
|
+
`#I869058` - Provided color customization support for track changes, enabling users to define custom revision color.
|
|
20
|
+
|
|
21
|
+
## 34.2.6 (2026-09-01)
|
|
22
|
+
|
|
23
|
+
### DocumentEditor
|
|
24
|
+
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
9
27
|
`#I857112` - Fixed an issue where paragraph borders were rendered incorrectly, causing text to overlap in the document.
|
|
10
28
|
`#I861033` - Fixed an issue where the Document Editor became unresponsive when resizing a table column.
|
|
11
29
|
`#I864175` - Fixed an issue where the document layout changed after modifying header table border properties.
|
package/README.md
CHANGED
|
@@ -28,11 +28,14 @@ Trusted by the world's leading companies
|
|
|
28
28
|
> Before generating Syncfusion® code, ask your AI coding agent to run the Syncfusion® setup using the following prompt:
|
|
29
29
|
>
|
|
30
30
|
> ```text
|
|
31
|
-
> Set up this project for Syncfusion® before generating code. Fetch
|
|
31
|
+
> Set up this project for Syncfusion® before generating code. Fetch
|
|
32
|
+
> and follow the official instructions at https://ai.syncfusion.com/,
|
|
33
|
+
> then report the detected platform, installed skill pack, MCP
|
|
34
|
+
> status, and any required licensing action.
|
|
32
35
|
> ```
|
|
33
36
|
> The setup detects your project’s platform and loads the appropriate Syncfusion® skill pack. No Syncfusion® account or MCP key is required to install or read Syncfusion® agent skills.
|
|
34
37
|
>
|
|
35
|
-
> **Platform reference:** [https://ai.syncfusion.com/
|
|
38
|
+
> **Platform reference:** [https://ai.syncfusion.com/docx-editor-sdk/llms.txt](https://ai.syncfusion.com/docx-editor-sdk/llms.txt)
|
|
36
39
|
|
|
37
40
|
## Setup
|
|
38
41
|
|
|
@@ -56,18 +59,17 @@ npm install @syncfusion/ej2-angular-documenteditor --save
|
|
|
56
59
|
|
|
57
60
|
### Adding CSS references for DOCX Editor
|
|
58
61
|
|
|
59
|
-
|
|
62
|
+
Install the styles package from npm using the following command:
|
|
63
|
+
|
|
64
|
+
```bash
|
|
65
|
+
npm install @syncfusion/ej2-tailwind3-theme
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
The Tailwind 3 theme package includes an `index.css` file that automatically imports all required DOCX Editor styles. Add the required DOCX Editor theme style reference to **src/styles/styles.css** file.
|
|
60
69
|
|
|
61
70
|
```html
|
|
62
|
-
@import
|
|
63
|
-
@import
|
|
64
|
-
@import '../../node_modules/@syncfusion/ej2-inputs/styles/material.css';
|
|
65
|
-
@import '../../node_modules/@syncfusion/ej2-popups/styles/material.css';
|
|
66
|
-
@import '../../node_modules/@syncfusion/ej2-lists/styles/material.css';
|
|
67
|
-
@import '../../node_modules/@syncfusion/ej2-navigations/styles/material.css';
|
|
68
|
-
@import '../../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
|
|
69
|
-
@import '../../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
|
|
70
|
-
@import '../../node_modules/@syncfusion/ej2-angular-documenteditor/styles/material.css';
|
|
71
|
+
@import "../node_modules/@syncfusion/ej2-tailwind3-theme/styles/document-editor/index.css";
|
|
72
|
+
@import "../node_modules/@syncfusion/ej2-tailwind3-theme/styles/document-editor-container/index.css";
|
|
71
73
|
```
|
|
72
74
|
|
|
73
75
|
### Registering DocumentEditorContainer module
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-documenteditor",
|
|
3
|
-
"version": "34.2.
|
|
3
|
+
"version": "34.2.7",
|
|
4
4
|
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@syncfusion/ej2-base": "~34.2.6",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~34.2.6",
|
|
11
|
-
"@syncfusion/ej2-documenteditor": "34.2.
|
|
11
|
+
"@syncfusion/ej2-documenteditor": "34.2.7"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"ej2-angular-documenteditor",
|
|
@@ -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 = '^34.2.
|
|
4
|
+
exports.pkgVer = '^34.2.7';
|
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
6
|
-
exports.themeVer = '~34.2.
|
|
6
|
+
exports.themeVer = '~34.2.7';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
2
|
-
export const pkgVer = '^34.2.
|
|
2
|
+
export const pkgVer = '^34.2.7';
|
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
4
|
-
export const themeVer = '~34.2.
|
|
4
|
+
export const themeVer = '~34.2.7';
|