@syncfusion/ej2-angular-richtexteditor 26.2.4 → 26.2.5
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 +8 -0
- package/package.json +8 -8
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +1 -3690
- package/styles/bootstrap.css +1 -3818
- package/styles/bootstrap4.css +1 -3905
- package/styles/bootstrap5-dark.css +1 -3770
- package/styles/bootstrap5.css +1 -3770
- package/styles/fabric-dark.css +1 -3655
- package/styles/fabric.css +1 -3647
- package/styles/fluent-dark.css +1 -3712
- package/styles/fluent.css +1 -3712
- package/styles/fluent2.css +1 -4740
- package/styles/highcontrast-light.css +1 -3624
- package/styles/highcontrast.css +1 -3630
- package/styles/material-dark.css +1 -3652
- package/styles/material.css +1 -3647
- package/styles/material3-dark.css +1 -3899
- package/styles/material3.css +1 -4011
- package/styles/rich-text-editor/bootstrap-dark.css +1 -3690
- package/styles/rich-text-editor/bootstrap.css +1 -3818
- package/styles/rich-text-editor/bootstrap4.css +1 -3905
- package/styles/rich-text-editor/bootstrap5-dark.css +1 -3770
- package/styles/rich-text-editor/bootstrap5.css +1 -3770
- package/styles/rich-text-editor/fabric-dark.css +1 -3655
- package/styles/rich-text-editor/fabric.css +1 -3647
- package/styles/rich-text-editor/fluent-dark.css +1 -3712
- package/styles/rich-text-editor/fluent.css +1 -3712
- package/styles/rich-text-editor/fluent2.css +1 -4740
- package/styles/rich-text-editor/highcontrast-light.css +1 -3624
- package/styles/rich-text-editor/highcontrast.css +1 -3630
- package/styles/rich-text-editor/material-dark.css +1 -3652
- package/styles/rich-text-editor/material.css +1 -3647
- package/styles/rich-text-editor/material3-dark.css +1 -3899
- package/styles/rich-text-editor/material3.css +1 -4011
- package/styles/rich-text-editor/tailwind-dark.css +1 -3736
- package/styles/rich-text-editor/tailwind.css +1 -3736
- package/styles/tailwind-dark.css +1 -3736
- package/styles/tailwind.css +1 -3736
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 26.2.4 (2024-07-24)
|
|
6
|
+
|
|
5
7
|
### RichTextEditor
|
|
6
8
|
|
|
7
9
|
#### Bug Fixes
|
|
@@ -12,6 +14,12 @@
|
|
|
12
14
|
|
|
13
15
|
- `#I572346` - Now, the mention tags should not be added within the span while pasting in the Rich Text Editor.
|
|
14
16
|
|
|
17
|
+
- `#I609672` - Now, the previously uploaded image is removed from the server when a new image is uploaded in the insert image dialog in the Rich Text Editor.
|
|
18
|
+
|
|
19
|
+
- `#I609672` - Now, pasting an image into the Rich Text Editor in the Firefox browser from the local machine, the image will be uploaded properly.
|
|
20
|
+
|
|
21
|
+
- `#I610812` - Now, the floating toolbar will work properly when the Rich Text Editor is rendered inside the dialog.
|
|
22
|
+
|
|
15
23
|
## 26.1.42 (2024-07-16)
|
|
16
24
|
|
|
17
25
|
### RichTextEditor
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-richtexteditor@26.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-richtexteditor@26.2.4",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-BgD43CTXg9vneDdgjXUKDXcf7lx5b2s9gPeCMakfvvW6uPQFBftA3iP95UKQP2Q7tPbcjHNa0qPLj//AiBfN6A==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-richtexteditor",
|
|
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-richtexteditor/-/ej2-angular-richtexteditor-26.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-26.2.4.tgz",
|
|
23
|
+
"_shasum": "baec479c820fc8ef8cccd883e0b14a2facb8645f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~26.2.
|
|
35
|
-
"@syncfusion/ej2-base": "~26.2.
|
|
36
|
-
"@syncfusion/ej2-richtexteditor": "26.2.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~26.2.5",
|
|
35
|
+
"@syncfusion/ej2-base": "~26.2.5",
|
|
36
|
+
"@syncfusion/ej2-richtexteditor": "26.2.5",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"schematics": "./schematics/collection.json",
|
|
73
73
|
"sideEffects": false,
|
|
74
74
|
"typings": "syncfusion-ej2-angular-richtexteditor.d.ts",
|
|
75
|
-
"version": "26.2.
|
|
75
|
+
"version": "26.2.5"
|
|
76
76
|
}
|