@syncfusion/ej2-angular-documenteditor 26.1.39 → 26.1.40

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,23 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I599170` - Resolved the bookmarks are not added properly in Document Editor.
10
+ - `#I599982` - Resolved the bookmark not navigation issue while clicking the hyperlink.
11
+ - `#I600181` - Resolved the script error issue when modify the levels in table of contents.
12
+ - `#I598250` - Resolved the before comment action event behaviour issues.
13
+ - `#I576525` - Resolved the performance issue when editing paragraph that split into multiple pages.
14
+ - `#I600212`, `#I429607` - Resolved the bookmark is not retrieved when selecting the table cell.
15
+
16
+ #### Features
17
+
18
+ - `#I559439` - Added support to apply multicolumn for selected paragraph.
19
+
20
+ ## 26.1.39 (2024-06-25)
21
+
22
+ ### DocumentEditor
23
+
24
+ #### Bug Fixes
25
+
9
26
  - `#I585937`, `I588421` - Resolve the editor shrink issue, while close the comment pane.
10
27
  - `#I466554` - Resolved the unresponsive issue while backspacing table.
11
28
  - `#I588278`, `I558603` - Resolved table layout issue while opening HTML pages.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-documenteditor@*",
3
- "_id": "@syncfusion/ej2-angular-documenteditor@26.1.38",
3
+ "_id": "@syncfusion/ej2-angular-documenteditor@26.1.39",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-2f5Sj09P87ovT2vpoRZiQA8qjDgFDQkvHC0qyfGnex9o3/5OyLTotQuFpipqHZThaJUK0g32urLBrbn/So71aw==",
5
+ "_integrity": "sha512-qC/fQgl86RoKgE3mto8L3bLn418cB2kotfd3QkJ5kgSnR7iIWfPHJvmZ2EN2zrj00d4m2pJdtL4UJhGL6Pbgyw==",
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.1.38.tgz",
23
- "_shasum": "5e1269281c9b28b5514636ef8f795b204b6c18b7",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-26.1.39.tgz",
23
+ "_shasum": "0acd0df7f17fea3d1bb421f6bf66508903af6ba1",
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.1.39",
35
35
  "@syncfusion/ej2-base": "~26.1.37",
36
- "@syncfusion/ej2-documenteditor": "26.1.39",
36
+ "@syncfusion/ej2-documenteditor": "26.1.40",
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.1.39"
74
+ "version": "26.1.40"
75
75
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^26.1.38';
2
+ export const pkgVer = '^26.1.39';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~26.1.38';
4
+ export const themeVer = '~26.1.39';