@syncfusion/ej2-angular-documenteditor 32.1.25 → 32.2.3

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,28 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- `#798716` - Resolved the bookmark highlight color issue.
9
+ `#I772957` - Resolved an issue where bookmarks were removed when selecting and inserting text using double tap.
10
+ `#I789749` - Fixed improper bookmark rendering when inserted after a paragraph.
11
+ `#I790909` - Prevented duplicate content when pasting with the grouping undo feature enabled.
12
+ `#I801740` - Fixed a script error that occurred when downloading the document as a DOCX file.
13
+ `#I790276` - Resolved a script error that occurred after deleting a table column and the entire table.
14
+ `#I795506` - Fixed an issue where endnotes were not preserved after performing an undo action in the Document Editor.
15
+
16
+ ## 32.1.25 (2026-01-27)
17
+
18
+ ### DocumentEditor
19
+
20
+ #### Bug Fixes
21
+
22
+ `#I794700` - Fixed an issue where spell-check wavy lines were removed after applying section formats.
23
+ `#I795541` - Resolved a script error that occurred while typing text after using Find.
24
+ `#I800112` - Fixed an issue where replacing a spell-check suggestion deleted an adjacent endnote.
25
+ `#I796382` - Resolved text insertion issues in restricted editing mode after deleting a content-control placeholder.
26
+ `#I778405` - Fixed an issue where continue numbering was not applied for level-override lists.
27
+ `#I785665` - Resolved a script error that occurred after deleting TOC with backward selection and pressing Backspace.
28
+ `#I798716` - Fixed incorrect highlight-color behaviour during text insertion at a highlighted bookmark.
29
+ `#I790856` - Corrected paste-option icon position mismatch between MS Word and Document Editor.
30
+ `#I757783` - Fixed custom context-menu height issue.
10
31
 
11
32
  ## 32.1.24 (2026-01-20)
12
33
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-documenteditor",
3
- "version": "32.1.25",
3
+ "version": "32.2.3",
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": "~32.1.24",
10
- "@syncfusion/ej2-angular-base": "~32.1.24",
11
- "@syncfusion/ej2-documenteditor": "32.1.25"
9
+ "@syncfusion/ej2-base": "~32.2.3",
10
+ "@syncfusion/ej2-angular-base": "~32.2.3",
11
+ "@syncfusion/ej2-documenteditor": "32.2.3"
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 = '^32.1.25';
4
+ exports.pkgVer = '^32.2.3';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~32.1.25';
6
+ exports.themeVer = '~32.2.3';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^32.1.25';
2
+ export const pkgVer = '^32.2.3';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~32.1.25';
4
+ export const themeVer = '~32.2.3';