@syncfusion/ej2-angular-documenteditor 33.1.46 → 33.1.47
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,7 +6,44 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
`#I819468` - Fixed a script error that occurred when the header contained comments.
|
|
10
|
+
`#I817314` - Resolved a layout issue when the header contained a wrapped image.
|
|
11
|
+
`#I820418` - Added a prohibition cursor for blocked drag-and-drop operations.
|
|
12
|
+
`#I826724` - Fixed a script error in the Picture Format tab after inserting an image.
|
|
13
|
+
`#I822512` - Fixed an issue where bullet points were removed when pasting SFDT content into a selected range.
|
|
14
|
+
`#I822969` - Resolved an issue where mouse selection caused bookmark loss during paste operations.
|
|
15
|
+
`#I802829` - Fixed a table layout collapse issue after applying a fill color.
|
|
16
|
+
`#I822187` - Fixed an issue where bookmark highlighting was removed after drag-and-drop.
|
|
17
|
+
`#I823499` - Corrected incorrect row resize behaviour.
|
|
18
|
+
`#I821686` - Resolved a formatting loss issue when using the Paste API with the `MergeWithExistingFormatting` option.
|
|
19
|
+
|
|
20
|
+
## 33.1.46 (2026-03-31)
|
|
21
|
+
|
|
22
|
+
### DocumentEditor
|
|
23
|
+
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
26
|
+
`#I818359` - Fixed an issue where underline formatting was not removed when choosing Ignore Once.
|
|
27
|
+
`#I804008` - Resolved text overlapping issues when using both machine fonts and the custom font API.
|
|
28
|
+
`#I810045` - Fixed an issue where the font size dropdown did not allow setting half-point values.
|
|
29
|
+
`#I816757` - Fixed an issue where automatic hyperlink conversion failed for long links.
|
|
30
|
+
`#I820417` - Resolved an issue where pasting text added an unwanted closing HTML tag.
|
|
31
|
+
`#I814760` - Fixed multiple issues related to spell check.
|
|
32
|
+
`#I818705` - Fixed a script error that occurred when copying the entire document content using Ctrl + A and Ctrl + C.
|
|
33
|
+
`#I817043` - Fixed an issue where deleting text caused content to shift to an extra page.
|
|
9
34
|
`#I819206` - Fixed an issue where drag-and-drop incorrectly allowed content to be moved into non-editable regions.
|
|
35
|
+
`#I819095` - Resolved a browser freezing issue that occurred when continuously pasting content with spell check enabled.
|
|
36
|
+
`#I810021` - Fixed an issue where page numbers were displayed incorrectly for partially numbered sections.
|
|
37
|
+
`#I814014` - Fixed an issue where the date picker was unresponsive when selecting Today.
|
|
38
|
+
`#I800589` - Resolved an issue where table positioning shifted when toggling between layouts.
|
|
39
|
+
`#I815790` - Fixed an issue where the ribbon remained active when the document was read-only.
|
|
40
|
+
`#I806986` - Improved usability when resizing by fixing issues with grabbing borders.
|
|
41
|
+
`#I800985` - Fixed table formatting misalignment that occurred after saving and reopening the document.
|
|
42
|
+
`#I795470` - Fixed an issue where English text was not appended correctly after Arabic input.
|
|
43
|
+
`#F72948` - Fixed an issue where line spacing values were not retained after being set.
|
|
44
|
+
`#I806994` - Fixed an issue where empty comments were added for other users in Web Layout mode during collaborative editing.
|
|
45
|
+
`#I818405` - Fixed an issue where the Form Field pop-up appeared during multiple selection.
|
|
46
|
+
`#I805914` - Fixed an auto-save script error that occurred during initialization.
|
|
10
47
|
|
|
11
48
|
## 33.1.45 (2026-03-24)
|
|
12
49
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-documenteditor",
|
|
3
|
-
"version": "33.1.
|
|
3
|
+
"version": "33.1.47",
|
|
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.1.45",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~33.1.46",
|
|
11
|
-
"@syncfusion/ej2-documenteditor": "33.1.
|
|
11
|
+
"@syncfusion/ej2-documenteditor": "33.1.47"
|
|
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.1.
|
|
4
|
+
exports.pkgVer = '^33.1.47';
|
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
6
|
-
exports.themeVer = '~33.1.
|
|
6
|
+
exports.themeVer = '~33.1.47';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
2
|
-
export const pkgVer = '^33.1.
|
|
2
|
+
export const pkgVer = '^33.1.47';
|
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
4
|
-
export const themeVer = '~33.1.
|
|
4
|
+
export const themeVer = '~33.1.47';
|