@syncfusion/ej2-angular-documenteditor 26.2.10 → 26.2.11

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,25 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I617570` - Resolved the time delay issue when opening the provided documents.
10
+ - `#I616985` - Resolved the issue that searching the content present in the document displays as no matches found.
11
+ - `#I622039` - Resolved the track changes pane is not opening while deleting changes.
12
+ - `#I608091` - Resolved the content overlapping issue when using insert text method.
13
+ - `#I618189` - Resolved the paging issue printing documents in landscape mode.
14
+ - `#F191318` - Resolved the double click behaviour changes.
15
+ - `#F193935` - Resolved the control freeze issue when preforming accept all action.
16
+ - `#I605284` - Paragraph marks in the Track Changes pane are now shown or hidden according to the value of the `showHiddenMarks`.
17
+
18
+ #### Features
19
+
20
+ - `#I617641` - Added support for context based paste options.
21
+
22
+ ## 26.2.10 (2024-08-20)
23
+
24
+ ### DocumentEditor
25
+
26
+ #### Bug Fixes
27
+
9
28
  - `#I613623` - Resolved the script error occurs while copy pasting the content from Word when enabling spellcheck.
10
29
  - `#I616511` - Resolved the problem with selecting and editing text after the comment inserted.
11
30
  - `#I616207` - Resolved the table left margin issue when opening attached document.
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.9",
3
+ "_id": "@syncfusion/ej2-angular-documenteditor@26.2.10",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-MPCPZmt7mP3IeaCryejLpguieEcwZGx3D0M3oF30/1bD75qE7MhzD58knlyfJG1JIZ1+UB5SARgUADTdgHmBTg==",
5
+ "_integrity": "sha512-eE2k4ajkl3/zJMFh9Lh0/ERaOHA66wmVTtfpK6+wCR2/Tsaz8mwbmfKHQVZIz/g3Ick65nf1ObNcQ9oKS3t3JQ==",
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.9.tgz",
23
- "_shasum": "5740f00a56cb23f285b56757ba3b71e2ebd09414",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-26.2.10.tgz",
23
+ "_shasum": "ae5b65a974b5402d8066f4eade03ae935aa9b7b8",
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.10",
36
+ "@syncfusion/ej2-documenteditor": "26.2.11",
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.10"
74
+ "version": "26.2.11"
75
75
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^26.2.9';
2
+ export const pkgVer = '^26.2.10';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~26.2.9';
4
+ export const themeVer = '~26.2.10';