@syncfusion/ej2-angular-documenteditor 34.2.3 → 34.2.4

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
+ `#I858305` - Fixed an issue where the editable region highlight did not extend to empty region boundaries in the Document Editor.
10
+ `#I860689` - Resolved a script error that occurred while loading a document.
11
+ `#I860831` - Fixed an issue where pasting a table inside another table cell displayed raw SFDT content.
12
+ `#I860753` - Resolved an issue where the table resize icon appeared when hovering over normal text content.
13
+ `#I857232` - Fixed an overlapping issue in multi-column documents.
14
+ `#I854040` - Resolved a Document Editor loading error with CRG generated individual scripts.
15
+ `#I859142` - Fixed an issue where content was removed after pasting selected HTML as SFDT.
16
+ `#I855175` - Resolved an issue where the table shifted to the left when resizing the first column.
17
+ `#I854961` - Fixed an issue where backspace and delete key did not match Microsoft Word.
18
+ `#I854770` - Resolved an issue where mentions in comments could not be edited in Firefox.
19
+ `#I859875` - Fixed a script error that occurred when performing a Backspace operation in an RTL list.
20
+ `#I855151` - Fixed an issue where an extra newline appeared after pasting text and performing an undo operation.
21
+ `#I856552` - Resolved an issue where text inside a shape was rendered above the shape and overlapped with other content.- Updated component name in telemetry to ensure consistent event tracking and reporting.
22
+
23
+ ## 34.2.3 (2026-08-11)
24
+
25
+ ### DocumentEditor
26
+
27
+ #### Bug Fixes
28
+
9
29
  `#I858568` - Fixed an issue where the comment box continuously blinked while typing a comment.
10
30
  `#I858300` - Resolved an issue where users were unable to type at the beginning of an empty editable region in the Document Editor.
11
31
  `#I856715` - Fixed a document layout corruption issue that occurred after pasting content into specific table cells.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-documenteditor",
3
- "version": "34.2.3",
3
+ "version": "34.2.4",
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.2",
10
- "@syncfusion/ej2-angular-base": "~34.2.2",
11
- "@syncfusion/ej2-documenteditor": "34.2.3"
9
+ "@syncfusion/ej2-base": "~34.2.4",
10
+ "@syncfusion/ej2-angular-base": "~34.2.4",
11
+ "@syncfusion/ej2-documenteditor": "34.2.4"
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.3';
4
+ exports.pkgVer = '^34.2.4';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~34.2.3';
6
+ exports.themeVer = '~34.2.4';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^34.2.3';
2
+ export const pkgVer = '^34.2.4';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~34.2.3';
4
+ export const themeVer = '~34.2.4';