@syncfusion/ej2-angular-documenteditor 31.2.2 → 31.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,22 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#757129` - handle the behaviour for 'in-front of text' Wrapping Style to Prevent Image Overlapping in Word Documents.
9
+ - `#I752784` - Fixed the issue where suggestions in the spell check dialog were not updating after performing Ignore or Ignore All actions.
10
+ - `#I753785` - Corrected the Find Next behaviour of the spell checker for pages that were not rendered.
11
+ - `#I771628` - Resolved a script error that occurred when updating styles.
12
+ - `#I768327` - Fixed layout issues for pasted text in `RTL` (Right-to-Left) documents.
13
+ - `#I769448` - Addressed rendering issues of tab characters in empty paragraphs.
14
+ - `#I774817` - Resolved field linking problems during document layout processing.
15
+ - `#I769012` - Fixed a script error encountered when performing find and replace on placeholder text.
16
+ - `#I753590` - Corrected table layout issues when exporting documents as DOCX.
17
+
18
+ ## 31.2.2 (2025-10-15)
19
+
20
+ ### DocumentEditor
21
+
22
+ #### Bug Fixes
23
+
24
+ - `#I757129` - handle the behaviour for 'in-front of text' Wrapping Style to Prevent Image Overlapping in Word Documents.
10
25
  - `#I768465` - Fixed style not appear on the list of the styles.
11
26
  - `#I758675` - Resolved custom font-size values not applying in ribbon mode.
12
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-documenteditor",
3
- "version": "31.2.2",
3
+ "version": "31.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",
@@ -8,7 +8,7 @@
8
8
  "dependencies": {
9
9
  "@syncfusion/ej2-base": "~31.2.2",
10
10
  "@syncfusion/ej2-angular-base": "~31.2.2",
11
- "@syncfusion/ej2-documenteditor": "31.2.2"
11
+ "@syncfusion/ej2-documenteditor": "31.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 = '^31.2.2';
4
+ exports.pkgVer = '^31.2.3';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~31.2.2';
6
+ exports.themeVer = '~31.2.3';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^31.2.2';
2
+ export const pkgVer = '^31.2.3';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~31.2.2';
4
+ export const themeVer = '~31.2.3';