@syncfusion/ej2-angular-documenteditor 30.2.5 → 30.2.6

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
@@ -2,6 +2,27 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 30.2.5 (2025-08-13)
6
+
7
+ ### DocumentEditor
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#I748873` - Fixed a script error that occurred when decreasing the indent in list paragraphs.
12
+ - `#I971894` - Resolved a script error triggered during `beginUndoAction` when clearing the redo collection.
13
+ - `#I747660` - Addressed an issue where the comments panel failed to display correctly when `showRevision` was set to false.
14
+ - `#I750354` - Resolved an issue where pressing keys on the numeric keypad did not trigger page number input in the status bar.
15
+ - `#I747885` - Corrected layout inconsistencies when inserting white space after selecting content.
16
+ - `#I748857` - Ensured left and right margins are properly applied during horizontal ruler scrolling.
17
+ - `#I748856` - Fixed horizontal ruler misalignment when resizing the vertical ruler.
18
+ - `#I741169` - Resolved an issue where underlines applied to images were not retained correctly.
19
+ - `#I744835` - Fixed a script error occurring when dragging text from a table into the header.
20
+ - `#I746062` - Addressed export issues with nested content controls.
21
+
22
+ #### Features
23
+
24
+ - `#I723821` - Added event to access the paste action before it paste
25
+
5
26
  ## 30.1.42 (2025-07-29)
6
27
 
7
28
  ### DocumentEditor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-documenteditor",
3
- "version": "30.2.5",
3
+ "version": "30.2.6",
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": "~30.2.4",
10
10
  "@syncfusion/ej2-angular-base": "~30.2.4",
11
- "@syncfusion/ej2-documenteditor": "30.2.5"
11
+ "@syncfusion/ej2-documenteditor": "30.2.6"
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 = '^30.2.5';
4
+ exports.pkgVer = '^30.2.6';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~30.2.5';
6
+ exports.themeVer = '~30.2.6';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^30.2.5';
2
+ export const pkgVer = '^30.2.6';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~30.2.5';
4
+ export const themeVer = '~30.2.6';