@syncfusion/ej2-angular-documenteditor 30.2.7 → 31.1.17

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,48 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### DocumentEditor
6
-
7
- #### Bug Fixes
8
-
9
- - `#I745098` - Fixed a script error that occurred when merging table cells with existing borders.
10
- - `#I751824` - Resolved issue where the spell checker was not triggered upon opening a document after it had been disabled.
11
- - `#I745960` - Corrected behaviour where selection did not move to the previous page when pressing the `PageUp` key.
12
- - `#I729357` - Addressed list formatting issues during SFDT export for specific selections.
13
- - `#F197172` - Fixed layout inconsistencies in paragraphs with `Exactly` alignment when opening documents.
14
- - `#I756856` - Resolved issue where justified paragraphs were not combining correctly when pressing backspace.
15
- - `#I756727` - Fixed UI issue where font size was not updating for empty paragraphs.
16
-
17
- ## 30.2.6 (2025-08-19)
18
-
19
- ### DocumentEditor
20
-
21
- #### Bug Fixes
22
-
23
- - `#I712717` - Fixed an issue where undo functionality failed after inserting grouped text.
24
- - `#I754664` - Addressed a looping problem that occurred when accepting a deleted revision containing comments.
25
-
26
- ## 30.2.5 (2025-08-13)
27
-
28
- ### DocumentEditor
29
-
30
- #### Bug Fixes
31
-
32
- - `#I748873` - Fixed a script error that occurred when decreasing the indent in list paragraphs.
33
- - `#I971894` - Resolved a script error triggered during `beginUndoAction` when clearing the redo collection.
34
- - `#I747660` - Addressed an issue where the comments panel failed to display correctly when `showRevision` was set to false.
35
- - `#I750354` - Resolved an issue where pressing keys on the numeric keypad did not trigger page number input in the status bar.
36
- - `#I747885` - Corrected layout inconsistencies when inserting white space after selecting content.
37
- - `#I748857` - Ensured left and right margins are properly applied during horizontal ruler scrolling.
38
- - `#I748856` - Fixed horizontal ruler misalignment when resizing the vertical ruler.
39
- - `#I741169` - Resolved an issue where underlines applied to images were not retained correctly.
40
- - `#I744835` - Fixed a script error occurring when dragging text from a table into the header.
41
- - `#I746062` - Addressed export issues with nested content controls.
42
-
43
- #### Features
44
-
45
- - `#I723821` - Added event to access the paste action before it paste
46
-
47
5
  ## 30.1.42 (2025-07-29)
48
6
 
49
7
  ### DocumentEditor
package/package.json CHANGED
@@ -1,31 +1,44 @@
1
1
  {
2
- "name": "@syncfusion/ej2-angular-documenteditor",
3
- "version": "30.2.7",
4
- "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
5
- "author": "Syncfusion Inc.",
6
- "license": "SEE LICENSE IN license",
7
- "schematics": "./schematics/collection.json",
8
- "dependencies": {
9
- "@syncfusion/ej2-base": "~30.2.6",
10
- "@syncfusion/ej2-angular-base": "~30.2.4",
11
- "@syncfusion/ej2-documenteditor": "30.2.7"
2
+ "_from": "@syncfusion/ej2-angular-documenteditor@*",
3
+ "_id": "@syncfusion/ej2-angular-documenteditor@30.3.0",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-GMSl45+nfbI7gPqVvVii6Rp3lF/SZIhV3s3/leoXr3ze6wuvzACNBk9IXx4eDAvM8gx7Z7NOzB1EbQQ4SQuqTg==",
6
+ "_location": "/@syncfusion/ej2-angular-documenteditor",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "@syncfusion/ej2-angular-documenteditor@*",
12
+ "name": "@syncfusion/ej2-angular-documenteditor",
13
+ "escapedName": "@syncfusion%2fej2-angular-documenteditor",
14
+ "scope": "@syncfusion",
15
+ "rawSpec": "*",
16
+ "saveSpec": null,
17
+ "fetchSpec": "*"
12
18
  },
13
- "keywords": [
14
- "ej2-angular-documenteditor",
15
- "angular-documenteditor",
16
- "angular"
19
+ "_requiredBy": [
20
+ "/"
17
21
  ],
18
- "repository": {
19
- "type": "git",
20
- "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-development/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-30.3.0.tgz",
23
+ "_shasum": "379c64952f8c32af6bc8a0a8283a51a324cc7b3a",
24
+ "_spec": "@syncfusion/ej2-angular-documenteditor@*",
25
+ "_where": "D:\\SF3992\\WFH\\Nexus\\release",
26
+ "author": {
27
+ "name": "Syncfusion Inc."
21
28
  },
22
- "sideEffects": false,
23
- "module": "fesm2015/syncfusion-ej2-angular-documenteditor.mjs",
29
+ "bugs": {
30
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
31
+ },
32
+ "bundleDependencies": false,
33
+ "dependencies": {
34
+ "@syncfusion/ej2-angular-base": "~31.1.17",
35
+ "@syncfusion/ej2-base": "~31.1.17",
36
+ "@syncfusion/ej2-documenteditor": "31.1.17"
37
+ },
38
+ "deprecated": false,
39
+ "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
24
40
  "es2020": "fesm2020/syncfusion-ej2-angular-documenteditor.mjs",
25
41
  "esm2020": "esm2020/syncfusion-ej2-angular-documenteditor.mjs",
26
- "fesm2020": "fesm2020/syncfusion-ej2-angular-documenteditor.mjs",
27
- "fesm2015": "fesm2015/syncfusion-ej2-angular-documenteditor.mjs",
28
- "typings": "syncfusion-ej2-angular-documenteditor.d.ts",
29
42
  "exports": {
30
43
  "./package.json": {
31
44
  "default": "./package.json"
@@ -39,5 +52,23 @@
39
52
  "default": "./fesm2020/syncfusion-ej2-angular-documenteditor.mjs"
40
53
  }
41
54
  },
42
- "homepage": "https://www.syncfusion.com/angular-components"
55
+ "fesm2015": "fesm2015/syncfusion-ej2-angular-documenteditor.mjs",
56
+ "fesm2020": "fesm2020/syncfusion-ej2-angular-documenteditor.mjs",
57
+ "homepage": "https://www.syncfusion.com/angular-components",
58
+ "keywords": [
59
+ "ej2-angular-documenteditor",
60
+ "angular-documenteditor",
61
+ "angular"
62
+ ],
63
+ "license": "SEE LICENSE IN license",
64
+ "module": "fesm2015/syncfusion-ej2-angular-documenteditor.mjs",
65
+ "name": "@syncfusion/ej2-angular-documenteditor",
66
+ "repository": {
67
+ "type": "git",
68
+ "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
69
+ },
70
+ "schematics": "./schematics/collection.json",
71
+ "sideEffects": false,
72
+ "typings": "syncfusion-ej2-angular-documenteditor.d.ts",
73
+ "version": "31.1.17"
43
74
  }
@@ -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.7';
4
+ exports.pkgVer = '^31.1.17';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~30.2.7';
6
+ exports.themeVer = '~31.1.17';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^30.2.7';
2
+ export const pkgVer = '^31.1.17';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~30.2.7';
4
+ export const themeVer = '~31.1.17';