@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.
Files changed (39) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +8 -8
  3. package/schematics/utils/lib-details.ts +2 -2
  4. package/styles/bootstrap-dark.css +1 -3690
  5. package/styles/bootstrap.css +1 -3818
  6. package/styles/bootstrap4.css +1 -3905
  7. package/styles/bootstrap5-dark.css +1 -3770
  8. package/styles/bootstrap5.css +1 -3770
  9. package/styles/fabric-dark.css +1 -3655
  10. package/styles/fabric.css +1 -3647
  11. package/styles/fluent-dark.css +1 -3712
  12. package/styles/fluent.css +1 -3712
  13. package/styles/fluent2.css +1 -4740
  14. package/styles/highcontrast-light.css +1 -3624
  15. package/styles/highcontrast.css +1 -3630
  16. package/styles/material-dark.css +1 -3652
  17. package/styles/material.css +1 -3647
  18. package/styles/material3-dark.css +1 -3899
  19. package/styles/material3.css +1 -4011
  20. package/styles/rich-text-editor/bootstrap-dark.css +1 -3690
  21. package/styles/rich-text-editor/bootstrap.css +1 -3818
  22. package/styles/rich-text-editor/bootstrap4.css +1 -3905
  23. package/styles/rich-text-editor/bootstrap5-dark.css +1 -3770
  24. package/styles/rich-text-editor/bootstrap5.css +1 -3770
  25. package/styles/rich-text-editor/fabric-dark.css +1 -3655
  26. package/styles/rich-text-editor/fabric.css +1 -3647
  27. package/styles/rich-text-editor/fluent-dark.css +1 -3712
  28. package/styles/rich-text-editor/fluent.css +1 -3712
  29. package/styles/rich-text-editor/fluent2.css +1 -4740
  30. package/styles/rich-text-editor/highcontrast-light.css +1 -3624
  31. package/styles/rich-text-editor/highcontrast.css +1 -3630
  32. package/styles/rich-text-editor/material-dark.css +1 -3652
  33. package/styles/rich-text-editor/material.css +1 -3647
  34. package/styles/rich-text-editor/material3-dark.css +1 -3899
  35. package/styles/rich-text-editor/material3.css +1 -4011
  36. package/styles/rich-text-editor/tailwind-dark.css +1 -3736
  37. package/styles/rich-text-editor/tailwind.css +1 -3736
  38. package/styles/tailwind-dark.css +1 -3736
  39. 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.1.42",
3
+ "_id": "@syncfusion/ej2-angular-richtexteditor@26.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-n2bkN0mtrQra2qUj2SZ1XbZRgqsrstdwOE/dYv1mY1OyZiMhLWxGR48vwr7WL5X75YeiDmmeXlFYJqVktRggaw==",
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.1.42.tgz",
23
- "_shasum": "89a72aa281abd733f46ba2918050c952851a7b7d",
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.4",
35
- "@syncfusion/ej2-base": "~26.2.4",
36
- "@syncfusion/ej2-richtexteditor": "26.2.4",
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.4"
75
+ "version": "26.2.5"
76
76
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-richtexteditor';
2
- export const pkgVer = '^26.1.42';
2
+ export const pkgVer = '^26.2.4';
3
3
  export const moduleName = 'RichTextEditorModule';
4
- export const themeVer = '~26.1.42';
4
+ export const themeVer = '~26.2.4';