@syncfusion/ej2-angular-documenteditor 26.1.41 → 26.1.42
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 +19 -0
- package/package.json +7 -7
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/document-editor-container/bootstrap-dark.css +1 -1
- package/styles/document-editor-container/bootstrap.css +1 -1
- package/styles/document-editor-container/bootstrap4.css +1 -1
- package/styles/document-editor-container/bootstrap5-dark.css +1 -1
- package/styles/document-editor-container/bootstrap5.css +1 -1
- package/styles/document-editor-container/fabric-dark.css +1 -1
- package/styles/document-editor-container/fabric.css +1 -1
- package/styles/document-editor-container/fluent-dark.css +1 -1
- package/styles/document-editor-container/fluent.css +1 -1
- package/styles/document-editor-container/fluent2.css +1 -1
- package/styles/document-editor-container/highcontrast-light.css +1 -1
- package/styles/document-editor-container/highcontrast.css +1 -1
- package/styles/document-editor-container/material-dark.css +1 -1
- package/styles/document-editor-container/material.css +1 -1
- package/styles/document-editor-container/material3-dark.css +1 -1
- package/styles/document-editor-container/material3.css +1 -1
- package/styles/document-editor-container/tailwind-dark.css +1 -1
- package/styles/document-editor-container/tailwind.css +1 -1
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent.css +1 -1
- package/styles/fluent2.css +1 -1
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material.css +1 -1
- package/styles/material3-dark.css +1 -1
- package/styles/material3.css +1 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
package/CHANGELOG.md
CHANGED
@@ -6,6 +6,25 @@
|
|
6
6
|
|
7
7
|
#### Bug Fixes
|
8
8
|
|
9
|
+
- `#I597193` - DocumentEditor properly edited table cell that sprawls multiple pages.
|
10
|
+
- `#I600466` - Resolved the table overlapping issue.
|
11
|
+
- `#F188884` - Resolved the type error cannot read properties of undefined (reading 'paragraph') when switching layout modes.
|
12
|
+
- `#I602758`, `I607110` - Resolved the issue that bullet points disappearing when adding new lines before.
|
13
|
+
- `#I605797` - Resolved the Alt text missing when copy/paste the title *Impression:*.
|
14
|
+
- `#I605542` - Resolved the issue that adding time stamp parameter to image URLs Causing 403 Error.
|
15
|
+
- `#I607449` - Resolved the issue that inserting footnotes in headings trigger layout issues when navigation pane is open.
|
16
|
+
- `#I609613` - Resolved the issue that script error occurs while switching from web layout to print layout.
|
17
|
+
- `#I604994` - Resolved the issue of selected content isn't deleted properly.
|
18
|
+
- `#I598395` - Resolved the script error issue when exporting attached document as SFDT.
|
19
|
+
- `#I603179`, `I604479` - Resolved the issue that Added the revision with text table of content while clicking the find button.
|
20
|
+
- `#I604994` - Resolved the improper deletion when track changes enabled.
|
21
|
+
|
22
|
+
## 26.1.41 (2024-07-09)
|
23
|
+
|
24
|
+
### DocumentEditor
|
25
|
+
|
26
|
+
#### Bug Fixes
|
27
|
+
|
9
28
|
- `#I596607` - Resolved the bookmark marker rendering issue.
|
10
29
|
- `#I604485` - Resolved the shape rendering issue.
|
11
30
|
- `#I595112` - Resolved the copy pasting issue while pasting the content as destination format.
|
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.
|
3
|
+
"_id": "@syncfusion/ej2-angular-documenteditor@26.1.41",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-u1qCS/SL1l3tRgsYEP5zH6QnGX7tEoewSgWRugBI3MPm10w/1/gHG/VHkPYkb/vdjPPwqtN7rScQbv/IwfmKMw==",
|
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.
|
23
|
-
"_shasum": "
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-26.1.41.tgz",
|
23
|
+
"_shasum": "363f7efe71c7f94053fe5769b38f431dc30c5d63",
|
24
24
|
"_spec": "@syncfusion/ej2-angular-documenteditor@*",
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
26
26
|
"author": {
|
@@ -32,8 +32,8 @@
|
|
32
32
|
"bundleDependencies": false,
|
33
33
|
"dependencies": {
|
34
34
|
"@syncfusion/ej2-angular-base": "~26.1.41",
|
35
|
-
"@syncfusion/ej2-base": "~26.1.
|
36
|
-
"@syncfusion/ej2-documenteditor": "26.1.
|
35
|
+
"@syncfusion/ej2-base": "~26.1.42",
|
36
|
+
"@syncfusion/ej2-documenteditor": "26.1.42",
|
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.
|
74
|
+
"version": "26.1.42"
|
75
75
|
}
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
2
|
-
export const pkgVer = '^26.1.
|
2
|
+
export const pkgVer = '^26.1.41';
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
4
|
-
export const themeVer = '~26.1.
|
4
|
+
export const themeVer = '~26.1.41';
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
package/styles/bootstrap5.css
CHANGED
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/fluent-dark.css
CHANGED
package/styles/fluent.css
CHANGED
package/styles/fluent2.css
CHANGED
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
package/styles/material3.css
CHANGED
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED