@syncfusion/ej2-angular-documenteditor 34.2.4 → 34.2.5
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 +14 -0
- package/README.md +41 -0
- package/package.json +3 -3
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,20 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
`#I858339` - Fixed an issue where checkboxes were missing when opening a document in the Document Editor.
|
|
10
|
+
`#I860738` - Resolved an issue where partial text deletion removed the entire cell content.
|
|
11
|
+
`#I859436` - Fixed an issue where picture content controls did not resize properly in the header.
|
|
12
|
+
`#I860057` - Resolved an issue where the table was resized incorrectly after applying AutoFit to Window.
|
|
13
|
+
`#I857842` - Fixed an issue where header content visible in Microsoft Word was missing after DOC import.
|
|
14
|
+
`#I858608` - Resolved an issue where pasted SFDT content lost its original alignment.
|
|
15
|
+
`#I862243` - Fixed an issue where a heading was rendered on the previous page instead of the next page.
|
|
16
|
+
|
|
17
|
+
## 34.2.4 (2026-08-18)
|
|
18
|
+
|
|
19
|
+
### DocumentEditor
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
9
23
|
`#I858305` - Fixed an issue where the editable region highlight did not extend to empty region boundaries in the Document Editor.
|
|
10
24
|
`#I860689` - Resolved a script error that occurred while loading a document.
|
|
11
25
|
`#I860831` - Fixed an issue where pasting a table inside another table cell displayed raw SFDT content.
|
package/README.md
CHANGED
|
@@ -158,6 +158,47 @@ Product support is available through the following mediums.
|
|
|
158
158
|
* [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm)
|
|
159
159
|
* Live chat
|
|
160
160
|
|
|
161
|
+
## Other Popular Angular Components
|
|
162
|
+
|
|
163
|
+
Explore other popular Syncfusion<sup>®</sup> Angular components curated from UI components, standalone SDKs, and document solution suites.
|
|
164
|
+
|
|
165
|
+
<table>
|
|
166
|
+
<tr>
|
|
167
|
+
<td align="center">
|
|
168
|
+
<a href="https://www.syncfusion.com/angular-components/angular-data-grid">Angular DataGrid</a>
|
|
169
|
+
</td>
|
|
170
|
+
<td align="center">
|
|
171
|
+
<a href="https://www.syncfusion.com/angular-components/angular-charts">Angular Charts</a>
|
|
172
|
+
</td>
|
|
173
|
+
<td align="center">
|
|
174
|
+
<a href="https://www.syncfusion.com/angular-components/angular-file-manager">Angular File Manager</a>
|
|
175
|
+
</td>
|
|
176
|
+
<td align="center">
|
|
177
|
+
<a href="https://www.syncfusion.com/gantt-sdk/angular-gantt-chart">Angular Gantt Chart</a>
|
|
178
|
+
</td>
|
|
179
|
+
<td align="center">
|
|
180
|
+
<a href="https://www.syncfusion.com/diagram-sdk/angular-diagram">Angular Diagram</a>
|
|
181
|
+
</td>
|
|
182
|
+
</tr>
|
|
183
|
+
<tr>
|
|
184
|
+
<td align="center">
|
|
185
|
+
<a href="https://www.syncfusion.com/scheduler-sdk/angular-scheduler">Angular Scheduler</a>
|
|
186
|
+
</td>
|
|
187
|
+
<td align="center">
|
|
188
|
+
<a href="https://www.syncfusion.com/spreadsheet-editor-sdk/angular-spreadsheet-editor">Angular Spreadsheet Editor</a>
|
|
189
|
+
</td>
|
|
190
|
+
<td align="center">
|
|
191
|
+
<a href="https://www.syncfusion.com/pdf-viewer-sdk/angular-pdf-viewer">Angular PDF Viewer</a>
|
|
192
|
+
</td>
|
|
193
|
+
<td align="center">
|
|
194
|
+
<a href="https://www.syncfusion.com/rich-text-editor-sdk/angular-rich-text-editor">Angular Rich Text Editor</a>
|
|
195
|
+
</td>
|
|
196
|
+
<td align="center">
|
|
197
|
+
<a href="https://www.syncfusion.com/angular-components/angular-maps-library">Angular Maps</a>
|
|
198
|
+
</td>
|
|
199
|
+
</tr>
|
|
200
|
+
</table>
|
|
201
|
+
|
|
161
202
|
## Changelog
|
|
162
203
|
|
|
163
204
|
Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/documenteditor/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-documenteditor",
|
|
3
|
-
"version": "34.2.
|
|
3
|
+
"version": "34.2.5",
|
|
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",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~34.2.
|
|
9
|
+
"@syncfusion/ej2-base": "~34.2.5",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~34.2.4",
|
|
11
|
-
"@syncfusion/ej2-documenteditor": "34.2.
|
|
11
|
+
"@syncfusion/ej2-documenteditor": "34.2.5"
|
|
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.5';
|
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
6
|
-
exports.themeVer = '~34.2.
|
|
6
|
+
exports.themeVer = '~34.2.5';
|
|
@@ -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.5';
|
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
4
|
-
export const themeVer = '~34.2.
|
|
4
|
+
export const themeVer = '~34.2.5';
|