@syncfusion/ej2-angular-documenteditor 27.1.53 → 27.1.55

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,6 +6,19 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I636914` - Now track changes working as expected when using collaboration.
10
+ - `#I641336` - Resolved the text overlap issue in document uploading.
11
+ - `#I636876` - Now script error does not get thrown when unmounting the DocumentEditor with collaboration.
12
+ - `#I638548` - Resolved the issue of document stays loading.
13
+ - `#I637068` - Now proper font family is updated for splitted Chinese text.
14
+ - `#I618565` - Now text get highlighted properly if user clicks on comment.
15
+
16
+ ## 27.1.53 (2024-10-15)
17
+
18
+ ### DocumentEditor
19
+
20
+ #### Bug Fixes
21
+
9
22
  - `#I628955` - Resolved the Pie chart color issue in Blazor word processor.
10
23
  - `#I627890` - Resolved the error in opening the document.
11
24
  - `#I631391` - Resolved the Word Preview Freezes Browser issue.
@@ -22,6 +35,9 @@
22
35
  - `#I632911` - Resolved console warning for missing modules in document editor.
23
36
  - `#I630998` - Now able to add text after a content control when no other element is next to it.
24
37
  - `#I622732` - Resolved script error while delete content after search text.
38
+ - `#I624123` - Resolved the footnote overlap with table issue in document editor.
39
+ - `#I635035` - Now Content control has been exported properly in document editor.
40
+ - `#I633148` - Resolved the issue multiple spell check triggered when inserting text.
25
41
 
26
42
  #### Features
27
43
 
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.52",
3
+ "_id": "@syncfusion/ej2-angular-documenteditor@27.1.53",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-cl9ib/OX01KxhCAogO/tG/ZUtqwnwhf01uud+SfbP/5Kr1Alyl04E3QMRG0qB6MavUZi2/iUcZrtJ9dpLZajUw==",
5
+ "_integrity": "sha512-l9E/f6Fpg55PU3dXp4/by0Iq++rn3r+Y+/Z331RJs/BtgE2s09QtmBAeD70EQcnYU+ulZCiyZ+hM6Q+VnaKmIQ==",
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.52.tgz",
23
- "_shasum": "6f248d4410379c2505f78e3c5b1a6763cd403311",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-27.1.53.tgz",
23
+ "_shasum": "b830d887d6d1569b1519f7b40594acc8bf35c442",
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.53",
36
- "@syncfusion/ej2-documenteditor": "27.1.53"
35
+ "@syncfusion/ej2-base": "~27.1.55",
36
+ "@syncfusion/ej2-documenteditor": "27.1.55"
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.53"
73
+ "version": "27.1.55"
74
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 = '^27.1.53';
4
+ exports.pkgVer = '^27.1.55';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~27.1.53';
6
+ exports.themeVer = '~27.1.55';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^27.1.53';
2
+ export const pkgVer = '^27.1.55';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~27.1.53';
4
+ export const themeVer = '~27.1.55';