@syncfusion/ej2-angular-documenteditor 27.1.51 → 27.1.52
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,8 +6,27 @@
|
|
6
6
|
|
7
7
|
#### Bug Fixes
|
8
8
|
|
9
|
+
- `#I636488` - Resolved the console error thrown when opening attached SFDT document.
|
10
|
+
- `#I630929` - Resolved the content not syncing properly after removing content control at the end of the document.
|
11
|
+
- `#I627161` - Resolved the RTL text formatting issue in Document Editor.
|
12
|
+
|
13
|
+
## 27.1.51 (2024-09-30)
|
14
|
+
|
15
|
+
### DocumentEditor
|
16
|
+
|
17
|
+
#### Bug Fixes
|
18
|
+
|
9
19
|
- `#I630170` - Resolved the paragraph shifting issue when pasting text content.
|
10
20
|
- `#I626306` - Resolved the font family and page content is not rendered properly.
|
21
|
+
- `F193063` - Resolved the time delay issue when using moveToDocumentStart and End API continuously after paste operation.
|
22
|
+
- `#I620990` - Resolved the script errors while undo / redo the bookmark.
|
23
|
+
- `#I631993` - Text gets selected properly now after deleting a selected bookmark.
|
24
|
+
- `#I627023` - Now changes are present when we use beforeXmlHttpRequestSend to modify the xmlhttprequest.
|
25
|
+
- `#I628666` - Resolved Script error occur when using save blob in Blazor maui hybrid mode.
|
26
|
+
- `#I629140` - Resolved script error when loading the document with content control.
|
27
|
+
- `#I631762` - Check box under font popup dialog now retained properly.
|
28
|
+
- `#I628921` - Heading font styles are now preserved properly while save and open the document.
|
29
|
+
- `#I635930` - Table background color now change properly when using the table properties pane.
|
11
30
|
|
12
31
|
## 27.1.50 (2024-09-24)
|
13
32
|
|
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"_from": "@syncfusion/ej2-angular-documenteditor@*",
|
3
|
-
"_id": "@syncfusion/ej2-angular-documenteditor@27.1.
|
3
|
+
"_id": "@syncfusion/ej2-angular-documenteditor@27.1.51",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-9kZMPrfNQ3Z1ZtDK7DHvy0CckeKtZ5qZg2qMepQ3GeGBW6BNGLUMzLtAN+IkMUIa1WR3u+cmeIGyCl8YE3wuGw==",
|
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-27.1.
|
23
|
-
"_shasum": "
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-27.1.51.tgz",
|
23
|
+
"_shasum": "d0099d9eb551ecba7ef83b7821d663bbfd32f11a",
|
24
24
|
"_spec": "@syncfusion/ej2-angular-documenteditor@*",
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
|
26
26
|
"author": {
|
@@ -32,8 +32,8 @@
|
|
32
32
|
"bundleDependencies": false,
|
33
33
|
"dependencies": {
|
34
34
|
"@syncfusion/ej2-angular-base": "~27.1.50",
|
35
|
-
"@syncfusion/ej2-base": "~27.1.
|
36
|
-
"@syncfusion/ej2-documenteditor": "27.1.
|
35
|
+
"@syncfusion/ej2-base": "~27.1.52",
|
36
|
+
"@syncfusion/ej2-documenteditor": "27.1.52"
|
37
37
|
},
|
38
38
|
"deprecated": false,
|
39
39
|
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
|
@@ -70,5 +70,5 @@
|
|
70
70
|
"schematics": "./schematics/collection.json",
|
71
71
|
"sideEffects": false,
|
72
72
|
"typings": "syncfusion-ej2-angular-documenteditor.d.ts",
|
73
|
-
"version": "27.1.
|
73
|
+
"version": "27.1.52"
|
74
74
|
}
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
|
2
|
-
export declare const pkgVer = "^27.1.
|
2
|
+
export declare const pkgVer = "^27.1.51";
|
3
3
|
export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
|
4
|
-
export declare const themeVer = "~27.1.
|
4
|
+
export declare const themeVer = "~27.1.51";
|
@@ -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 = '^27.1.
|
4
|
+
exports.pkgVer = '^27.1.52';
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
6
|
-
exports.themeVer = '~27.1.
|
6
|
+
exports.themeVer = '~27.1.52';
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
2
|
-
export const pkgVer = '^27.1.
|
2
|
+
export const pkgVer = '^27.1.52';
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
4
|
-
export const themeVer = '~27.1.
|
4
|
+
export const themeVer = '~27.1.52';
|