@syncfusion/ej2-react-richtexteditor 34.2.6 → 34.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/README.md CHANGED
@@ -5,7 +5,10 @@
5
5
  > Before generating Syncfusion® code, ask your AI coding agent to run the Syncfusion® setup using the following prompt:
6
6
  >
7
7
  > ```text
8
- > Set up this project for Syncfusion® before generating code. Fetch and follow the official instructions at https://ai.syncfusion.com/agent-setup/prompt.md, then report the detected platform, installed skill pack, MCP status, and any required licensing action.
8
+ > Set up this project for Syncfusion® before generating code. Fetch
9
+ > and follow the official instructions at https://ai.syncfusion.com/,
10
+ > then report the detected platform, installed skill pack, MCP
11
+ > status, and any required licensing action.
9
12
  > ```
10
13
  > The setup detects your project’s platform and loads the appropriate Syncfusion® skill pack. No Syncfusion® account or MCP key is required to install or read Syncfusion® agent skills.
11
14
  >
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-richtexteditor.min.js
3
- * version : 34.2.6
3
+ * version : 34.2.7
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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 : 34.2.6
3
+ * version : 34.2.7
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-react-richtexteditor",
3
- "version": "34.2.6",
3
+ "version": "34.2.7",
4
4
  "description": "Essential JS 2 RichTextEditor component for React",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@syncfusion/ej2-base": "~34.2.6",
23
23
  "@syncfusion/ej2-react-base": "~34.2.6",
24
- "@syncfusion/ej2-richtexteditor": "34.2.6"
24
+ "@syncfusion/ej2-richtexteditor": "34.2.7"
25
25
  },
26
26
  "devDependencies": {},
27
27
  "sideEffects": false,