@syncfusion/ej2-angular-documenteditor 30.1.39-ngcc → 30.1.39

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,6 +6,45 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I736749` - Resolved the text overlap issue when deleting content.
10
+ - `#I738500` - Resolved the issue with removing content.
11
+ - `#I739874` - Resolved the issue with selection updates on right-click.
12
+ - `#I724502` - Fixed the paste issue with non-editable content controls.
13
+ - `#I737044` - Fixed the issue where the "Capitalize Each Word" function does not work after tabulation.
14
+ - `#I725100` - Resolved the Border and shading dialog responsive issue specific to localized non-English language.
15
+
16
+ #### Features
17
+
18
+ - `#I720493` - Added API to set the custom data in revision.
19
+
20
+ ## 30.1.38 (2025-07-02)
21
+
22
+ ### DocumentEditor
23
+
24
+ #### Bug Fixes
25
+
26
+ - `#I732868` - Improved the performance when applying formatting to content.
27
+ - `#I723831` - Fixed issue where the spell checker not triggered when the selection moved outside the content after delete action.
28
+ - `#I728253`, `#F68214` - Resolved script error when pasting content into a table cell with the spell checker enabled.
29
+ - `#I738426` - Fixed header and footer selection position issue when `enableLayout` is set to false.
30
+ - `#I731084` - Addressed script error when selecting content inside a table cell that spans across two pages.
31
+ - `#I728388` - Improved dropdown item selection behaviour in the zoom factor control.
32
+ - `#I726264` - Fixed header and footer reference mismatch when deleting a section break.
33
+ - `#I731465` - Resolved document scrolling issue when moving the mouse outside the Document Editor area.
34
+ - `#I713824` - Fixed layout issue involving shape elements in the header.
35
+ - `#I732155` - Corrected invalid characters being added to footnotes during DOCX export.
36
+ - `#I726900` - Resolved table layout issues in multi-column sections when opening documents.
37
+ - `#I731473` - Fixed issue where bullet language changed unexpectedly in the Document Editor.
38
+ - `#I734383` - Addressed issues with find and replace functionality for selected content.
39
+ - `#I736267` - Resolved script error triggered by backspace action.
40
+ - `#I729239` - Fixed script error when inserting a merge field after a bullet point.
41
+
42
+ ## 30.1.37 (2025-06-25)
43
+
44
+ ### DocumentEditor
45
+
46
+ #### Bug Fixes
47
+
9
48
  - `#I720298` - Resolved the content overlapping issue that occurred when deleting section break content.
10
49
  - `#I725100` - Fixed issues in the borders and shading dialog of the Document Editor.
11
50
  - `#I726431` - Fixed the table of contents display issue and the table layout problem in multi-column sections.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-documenteditor",
3
- "version": "30.1.39-ngcc",
3
+ "version": "30.1.39",
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",