@syncfusion/ej2-react-richtexteditor 24.2.4 → 24.2.7

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,9 +6,22 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I530749` - Now, the `change` event is triggered properly when inserting the mention list items in the Rich Text Editor.
10
- - `#I534487` - Now, applying the bold format to the Rich Text Editor when focusing on another Rich Text Editor in the page works properly.
11
- - `#I539510` - Now, when an empty string `value` is loaded, the cursor will not focus automatically in the Rich Text Editor.
9
+ - `#I552276` - Now, pasting the image after the link in the Rich Text Editor pastes the image outside the link.
10
+ - `#I552815` - Now, override a text in the Rich Text Editor anywhere it works properly.
11
+ - `#I553375` - Now, clicking the number or bullet list button in the Rich Text Editor allows the applied list to be reverted.
12
+ - `#I553814` - Now, pressing the Enter key after pasting an image in the Rich Text Editor works properly.
13
+ - `#I540536` - Now, The issue with the addition of previous format when typing after the backspace/delete action has been resolved.
14
+ - `#I544943` - Now, pasting images along with content in different languages from MS Word in the Rich Text Editor works properly.
15
+ - `#I552726` - Now, pressing the backspace key inside the list after pressing the `shift+enter` key with background color styles works properly.
16
+
17
+ ## 24.2.4 (2024-02-06)
18
+
19
+ ### RichTextEditor
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#F183065` - Now, applying the mention by using the '&' keyword in the text editor is now properly working.
24
+ - Now, the audio will be inserted properly in the Rich Text Editor `iframe` mode.
12
25
 
13
26
  ## 24.2.3 (2024-01-31)
14
27
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-richtexteditor.min.js
3
- * version : 24.2.4
3
+ * version : 24.2.7
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 : 24.2.4
3
+ * version : 24.2.7
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@24.2.3",
3
+ "_id": "@syncfusion/ej2-react-richtexteditor@24.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha1-OKG9dXd/g+jxwJra+sYmWWuus54=",
5
+ "_integrity": "sha512-WuzTlVUBDX9fMU6sK9fz8wb5V7Saeh9P20Gr3dK43siCoaM1so9F0q0KDWM1mCehwAGP53Ug8S7kDE6ofgAmtQ==",
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.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-24.2.3.tgz",
23
- "_shasum": "38a1bd75777f83e8f1c09adafac626596baeb39e",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-24.2.4.tgz",
23
+ "_shasum": "7d2c881ce0e11a14c226d2a20670e8dbb8b99e90",
24
24
  "_spec": "@syncfusion/ej2-react-richtexteditor@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
@@ -31,11 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~24.2.3",
35
- "@syncfusion/ej2-react-base": "~24.2.3",
36
- "@syncfusion/ej2-richtexteditor": "24.2.4",
37
- "awesome-typescript-loader": "^3.1.3",
38
- "source-map-loader": "^0.2.1"
34
+ "@syncfusion/ej2-base": "~24.2.7",
35
+ "@syncfusion/ej2-react-base": "~24.2.7",
36
+ "@syncfusion/ej2-richtexteditor": "24.2.7"
39
37
  },
40
38
  "deprecated": false,
41
39
  "description": "Essential JS 2 RichTextEditor component for React",
@@ -53,8 +51,8 @@
53
51
  "name": "@syncfusion/ej2-react-richtexteditor",
54
52
  "repository": {
55
53
  "type": "git",
56
- "url": "git+https://github.com/syncfusion/ej2-react-richtexteditor.git"
54
+ "url": "https://github.com/syncfusion/ej2-react-ui-components.git"
57
55
  },
58
- "version": "24.2.4",
56
+ "version": "24.2.7",
59
57
  "sideEffects": false
60
58
  }