@syncfusion/ej2-angular-documenteditor 29.2.10 → 29.2.11

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
+ - `#I717795` - Fixed the duplicate text insertion issue on mobile devices when using a custom keyboard.
10
+ - `#I725685` - Resolved the content overlap issue when copying and pasting list content inside a table cell.
11
+ - `#I686769` - Fixed the RTL text layout problem in exported DOCX documents.
12
+ - `#I682661` - Corrected the `navigateToNextEditingRegion` API to work properly when the selection is outside the editing region.
13
+ - `#I728691` - Fixed the duplicate table issue in exported DOCX documents when the spell checker is enabled.
14
+ - `#I725974` - Handled alert pop-ups when a dropdown form field list exceeds its maximum limit.
15
+ - `#I731469` - Fixed a script error that occurred when double-clicking inside a table cell while using a custom toolbar.
16
+ - `#I718435` - Improved performance when inserting text into an auto-fit table.
17
+ - `#I723712` - Fixed the text offset issue that occurred when a line starts with a space character.
18
+ - `#I731065` - Resolved the bookmark positioning issue when pressing the Enter key if a bookmark ends after a paragraph mark.
19
+ - `#I727094` - Fixed the IME text insertion issue when using backward text selection.
20
+ - `#I728082` - Resolved the rendering issue of list elements when the paragraph’s hidden property is enabled.
21
+ - `#I726625` - Fixed the comment pane behaviour after disabling the restrict editing mode.
22
+ - `#I724502`, `#I724504`, `#I725183` - Resolved various issues with content controls during paste and backspace operations.
23
+
24
+ ## 29.2.10 (2025-06-10)
25
+
26
+ ### DocumentEditor
27
+
28
+ #### Bug Fixes
29
+
9
30
  - `#I681319` - Fixed content overlapping issue when pasting inside a table cell.
10
31
  - `#I728184` - Fixed table layout issue when the table height type is set to `Exactly`.
11
32
  - `#I722688` - Fixed list formatting issues in documents with duplicate abstract list collections.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-documenteditor",
3
- "version": "29.2.10",
3
+ "version": "29.2.11",
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": "~29.2.4",
9
+ "@syncfusion/ej2-base": "~29.2.11",
10
10
  "@syncfusion/ej2-angular-base": "~29.2.10",
11
- "@syncfusion/ej2-documenteditor": "29.2.10"
11
+ "@syncfusion/ej2-documenteditor": "29.2.11"
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 = '^29.2.10';
4
+ exports.pkgVer = '^29.2.11';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~29.2.10';
6
+ exports.themeVer = '~29.2.11';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^29.2.10';
2
+ export const pkgVer = '^29.2.11';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~29.2.10';
4
+ export const themeVer = '~29.2.11';