@syncfusion/ej2-angular-documenteditor 33.2.5 → 33.2.6
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,27 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
`#I834582` - Fixed an issue where header and body content overlapped after pasting SFDT.
|
|
10
|
+
`#I831706` - Fixed incorrect rendering size of bookmark square brackets.
|
|
11
|
+
`#I826955` - Fixed an issue where ribbon styles were not updated after applying a style programmatically.
|
|
12
|
+
`#I834593` - Fixed incorrect positioning of bullet arrows.
|
|
13
|
+
`#I820015` - Fixed the floating table position issue.
|
|
14
|
+
`#I827614` - Fixed cursor misalignment with pasted content inside the footer.
|
|
15
|
+
`#I832429` - Resolved overlapping issue caused by `ShapeElementBox`.
|
|
16
|
+
`#I821391` - Fixed an issue where vertically resizing a table caused content to shift or disappear during export.
|
|
17
|
+
`#I834540` - Fixed an issue where the "Dialog failed to load" alert was displayed twice on document open.
|
|
18
|
+
`#I835298` - Fixed an exception thrown during export for content control group type.
|
|
19
|
+
`#F71684` - Fixed improper preservation of Hebrew content.
|
|
20
|
+
`#I829713` - Fixed incorrect behaviour of table border styles.
|
|
21
|
+
`#I834548` - Fixed an issue where image size fields did not retain decimal values.
|
|
22
|
+
`#I817551` - Fixed an issue where using "Ignore Once" in spell check left a partial underline.
|
|
23
|
+
|
|
24
|
+
## 33.2.5 (2026-05-05)
|
|
25
|
+
|
|
26
|
+
### DocumentEditor
|
|
27
|
+
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
9
30
|
`#I830700` - Resolved an issue when pressing the cancel button in spell check dialog.
|
|
10
31
|
|
|
11
32
|
## 33.2.4 (2026-04-28)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-documenteditor",
|
|
3
|
-
"version": "33.2.
|
|
3
|
+
"version": "33.2.6",
|
|
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": "~33.2.3",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~33.2.3",
|
|
11
|
-
"@syncfusion/ej2-documenteditor": "33.2.
|
|
11
|
+
"@syncfusion/ej2-documenteditor": "33.2.6"
|
|
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 = '^33.2.
|
|
4
|
+
exports.pkgVer = '^33.2.6';
|
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
6
|
-
exports.themeVer = '~33.2.
|
|
6
|
+
exports.themeVer = '~33.2.6';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
2
|
-
export const pkgVer = '^33.2.
|
|
2
|
+
export const pkgVer = '^33.2.6';
|
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
4
|
-
export const themeVer = '~33.2.
|
|
4
|
+
export const themeVer = '~33.2.6';
|