@syncfusion/ej2-angular-documenteditor 28.1.33 → 28.1.35

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,25 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DocumentEditor
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I653914` - Script error no longer thrown when drag and drop the text in document editor.
10
+ - `#I655487` - Now, table column is rendered properly when imported the exported document.
11
+ - `#I656985` - Now, oval shape is preserved properly in the document editor.
12
+ - `#I658167` - Now table row get resized properly when we resize the row fast.
13
+ - `F194125` - Now, Footnote and content does not get overlap when edit inside the document.
14
+ - `#I640675` - Resolved the document freezing issue when reject the track changes.
15
+ - `#I651428` - Now, comment get removed properly when delete the paragraph and accept the changes.
16
+ - `#I661065` - Table border is rendered properly when table cell border's line style is set as none.
17
+ - `#I658922` - Now, check box is rendered properly after change the value as checked.
18
+ - `#I651509` - Provided content change event support to notify when protect and unprotected the document.
19
+ - `#I658140` - Resolved the performance issue that occurs when performing the undo and redo functions after copy pasting multiple paragraphs within a table.
20
+ - `#I656347` - Resolved the table layout issue when opening the exported document due to an improperly added row widget during exporting.
21
+ - `#I645286`, `#I647203` - Handled the logic to combine text ranges with the same character formatting in the paragraph when exporting as SFDT to resolve performance issues.
22
+ - `#I653756` - Resolved the content control border rendering issue for paragraph with lists and indentation applied.
23
+
5
24
  ## 27.2.4 (2024-11-26)
6
25
 
7
26
  ### DocumentEditor
package/README.md CHANGED
@@ -163,4 +163,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
163
163
 
164
164
  See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm) for more info.
165
165
 
166
- © Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
166
+ © Copyright 2024 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-documenteditor@*",
3
- "_id": "@syncfusion/ej2-angular-documenteditor@27.2.4",
3
+ "_id": "@syncfusion/ej2-angular-documenteditor@28.1.33",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-/MrYioHjhVpZ0Txf2YyQpRST/xNp9ulJgRhBjGUsQu9h5oijzBYJkHAdII9yl/UL5tj3fsmkRLkF2OlUGDF3fw==",
5
+ "_integrity": "sha512-vlkAC6WcDBlMOyN3GMaKL8ixN754RW60r4ONxudHnTH260SsAGRaNZCrvDhAkBUAV6129J56j9VyTBC9Ncrfpg==",
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-release/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-27.2.4.tgz",
23
- "_shasum": "9c938e9cb9b99ae0145e095c90049bb85a65e07b",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-28.1.33.tgz",
23
+ "_shasum": "93241100e1e2abcab23bac01f048055e54feb55e",
24
24
  "_spec": "@syncfusion/ej2-angular-documenteditor@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_28.1.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~28.1.33",
35
35
  "@syncfusion/ej2-base": "~28.1.33",
36
- "@syncfusion/ej2-documenteditor": "28.1.33"
36
+ "@syncfusion/ej2-documenteditor": "28.1.35"
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": "28.1.33"
73
+ "version": "28.1.35"
74
74
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
2
- export declare const pkgVer = "^27.2.4";
2
+ export declare const pkgVer = "^28.1.33";
3
3
  export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
4
- export declare const themeVer = "~27.2.4";
4
+ export declare const themeVer = "~28.1.33";
@@ -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 = '^28.1.33';
4
+ exports.pkgVer = '^28.1.35';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~28.1.33';
6
+ exports.themeVer = '~28.1.35';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^28.1.33';
2
+ export const pkgVer = '^28.1.35';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~28.1.33';
4
+ export const themeVer = '~28.1.35';