@syncfusion/ej2-angular-documenteditor 26.2.11 → 26.2.14
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 +15 -0
- package/package.json +6 -6
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
@@ -6,6 +6,21 @@
|
|
6
6
|
|
7
7
|
#### Bug Fixes
|
8
8
|
|
9
|
+
- `#I626531` - Resolved the alignment issue column (spacing and width) in the page setup dialog box.
|
10
|
+
- `#I620813` - Resolved the script error issue when exporting the attached document.
|
11
|
+
- `#I618994` - Resolved the script error issue when copy pasting content for the given document.
|
12
|
+
- `#I620006` - Resolved the content overlapping issue when copy pasting external text.
|
13
|
+
- `#I625188`, `#I627428` - Resolved the multi column content copying issue.
|
14
|
+
- `#I624334` - Resolved the error when using text only option.
|
15
|
+
- `#I623974` - Resolved the line spacing issue after selecting text only in paste options.
|
16
|
+
- `#I618565` - Resolved the Issue appears while editing the track change document.
|
17
|
+
|
18
|
+
## 26.2.11 (2024-08-27)
|
19
|
+
|
20
|
+
### DocumentEditor
|
21
|
+
|
22
|
+
#### Bug Fixes
|
23
|
+
|
9
24
|
- `#I617570` - Resolved the time delay issue when opening the provided documents.
|
10
25
|
- `#I616985` - Resolved the issue that searching the content present in the document displays as no matches found.
|
11
26
|
- `#I622039` - Resolved the track changes pane is not opening while deleting changes.
|
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"_from": "@syncfusion/ej2-angular-documenteditor@*",
|
3
|
-
"_id": "@syncfusion/ej2-angular-documenteditor@26.2.
|
3
|
+
"_id": "@syncfusion/ej2-angular-documenteditor@26.2.11",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-WT0950FcrDBiTYB+vppY70xPksr86ogAsSCKHHszJSLL924KHoDrLo5ykSi+wgumyLjwYhuXtoXdN+lQdsoSrA==",
|
6
6
|
"_location": "/@syncfusion/ej2-angular-documenteditor",
|
7
7
|
"_phantomChildren": {},
|
8
8
|
"_requested": {
|
@@ -19,8 +19,8 @@
|
|
19
19
|
"_requiredBy": [
|
20
20
|
"/"
|
21
21
|
],
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-26.2.
|
23
|
-
"_shasum": "
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-26.2.11.tgz",
|
23
|
+
"_shasum": "4d0dc3b50adc4e4c22c9f07c2bc1a63b12205d2a",
|
24
24
|
"_spec": "@syncfusion/ej2-angular-documenteditor@*",
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
26
26
|
"author": {
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"dependencies": {
|
34
34
|
"@syncfusion/ej2-angular-base": "~26.2.10",
|
35
35
|
"@syncfusion/ej2-base": "~26.2.10",
|
36
|
-
"@syncfusion/ej2-documenteditor": "26.2.
|
36
|
+
"@syncfusion/ej2-documenteditor": "26.2.14",
|
37
37
|
"tslib": "^2.3.0"
|
38
38
|
},
|
39
39
|
"deprecated": false,
|
@@ -71,5 +71,5 @@
|
|
71
71
|
"schematics": "./schematics/collection.json",
|
72
72
|
"sideEffects": false,
|
73
73
|
"typings": "syncfusion-ej2-angular-documenteditor.d.ts",
|
74
|
-
"version": "26.2.
|
74
|
+
"version": "26.2.14"
|
75
75
|
}
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
2
|
-
export const pkgVer = '^26.2.
|
2
|
+
export const pkgVer = '^26.2.11';
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
4
|
-
export const themeVer = '~26.2.
|
4
|
+
export const themeVer = '~26.2.11';
|