@syncfusion/ej2-react-richtexteditor 25.2.3 → 25.2.4

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
@@ -2,6 +2,15 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### RichTextEditor
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I579605` - Now, the editor scrolls to the cursor position after pasting content into the editor.
10
+ - `#I581468` - Now, improved the alignment of the pasted images and table content from the new outlook.
11
+ - `I566845` - Now, when pasting images from `FSNotes`, the image is uploaded properly to the server in the Rich Text Editor.
12
+ - `I564770` - Now, the list type is applied properly to both the parent and the nest list while applying indents in the Rich Text Editor.
13
+
5
14
  ## 25.1.42 (2024-04-30)
6
15
 
7
16
  ### RichTextEditor
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-richtexteditor.min.js
3
- * version : 25.2.3
3
+ * version : 25.2.4
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-richtexteditor.umd.min.js
3
- * version : 25.2.3
3
+ * version : 25.2.4
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-richtexteditor@*",
3
- "_id": "@syncfusion/ej2-react-richtexteditor@25.1.42",
3
+ "_id": "@syncfusion/ej2-react-richtexteditor@25.2.3",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-5yC6IoSq0VXtDmH5Bqlr3ArV/W+ODN5OzLJujmKhAmYQnlEJd+8g88URSPP7p9VoUxUAZXrX8OF1rQbo2toWnA==",
5
+ "_integrity": "sha512-pY+tlROqpAzSAT78VlakWFlz/dBIm4O3EDj0Ux8XXK106enrAUjVxTK1rxvKNpR91eaHlilOKnLn395DPYMfiA==",
6
6
  "_location": "/@syncfusion/ej2-react-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-hotfix-new/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-25.1.42.tgz",
23
- "_shasum": "b1cdc33a9d2e78d077d38b8fbd21972543ff20d3",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-25.2.3.tgz",
23
+ "_shasum": "9264ed06a269d9a13fe6133cd619bbe7e7d23ab4",
24
24
  "_spec": "@syncfusion/ej2-react-richtexteditor@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~25.2.3",
35
35
  "@syncfusion/ej2-react-base": "~25.2.3",
36
- "@syncfusion/ej2-richtexteditor": "25.2.3"
36
+ "@syncfusion/ej2-richtexteditor": "25.2.4"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 RichTextEditor component for React",
@@ -54,6 +54,6 @@
54
54
  "type": "git",
55
55
  "url": "https://github.com/syncfusion/ej2-react-ui-components.git"
56
56
  },
57
- "version": "25.2.3",
57
+ "version": "25.2.4",
58
58
  "sideEffects": false
59
59
  }