@syncfusion/ej2-react-richtexteditor 25.2.4 → 25.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 CHANGED
@@ -6,10 +6,23 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I582303` - Now, the Tab key press on selected paragraph works properly in RichTextEditor.
10
+ - `#F56019` - Now, pressing the enter key when the cursor is at the end of the empty list creates a new tag based on the `enterKey` property.
11
+ - `#F186874` - Now, the background and font color popup's collision will function correctly upon initial click.
12
+
13
+ ## 25.2.4 (2024-05-14)
14
+
15
+ ### RichTextEditor
16
+
17
+ #### Bug Fixes
18
+
9
19
  - `#I579605` - Now, the editor scrolls to the cursor position after pasting content into the editor.
10
20
  - `#I581468` - Now, improved the alignment of the pasted images and table content from the new outlook.
11
21
  - `I566845` - Now, when pasting images from `FSNotes`, the image is uploaded properly to the server in the Rich Text Editor.
12
22
  - `I564770` - Now, the list type is applied properly to both the parent and the nest list while applying indents in the Rich Text Editor.
23
+ - `#I583830` - Now, the `tab` key is working properly after inserting the mention list in the Rich Text Editor.
24
+ - `#I562280` - Now, alignment and indentation work properly when the `enterKey` property is configured as `BR`.
25
+ - `#I584679` - Now, when the Refresh method is working properly, RichTextEditor is properly refreshed in the initial rendering.
13
26
 
14
27
  ## 25.1.42 (2024-04-30)
15
28
 
@@ -76,7 +89,6 @@
76
89
  - `#I558265` - Now, when changing the formats using the toolbar in RichTextEditor, the cursor position is placed properly.
77
90
  - `#I564770` - Now, using indents on a numbered or bulleted list in RichTextEditor, it works properly.
78
91
  - `#I568007`, `#I568175` - Now, the Table Quick toolbar items are aligned properly in the Tailwind theme.
79
- - `#F186874` - Now, the background and font color popup's collision will function correctly upon initial click.
80
92
 
81
93
  ## 25.1.35 (2024-03-15)
82
94
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-richtexteditor.min.js
3
- * version : 25.2.4
3
+ * version : 25.2.5
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.4
3
+ * version : 25.2.5
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.2.3",
3
+ "_id": "@syncfusion/ej2-react-richtexteditor@25.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-pY+tlROqpAzSAT78VlakWFlz/dBIm4O3EDj0Ux8XXK106enrAUjVxTK1rxvKNpR91eaHlilOKnLn395DPYMfiA==",
5
+ "_integrity": "sha512-c2L61b6RNY05iIWiOZ61ds8a4n99nMWubXJw3RLbrO1Hq01lH3Xfr2NLKvSaIWyIgwclCQ5ixr8VmMw/E8s6Ug==",
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.2.3.tgz",
23
- "_shasum": "9264ed06a269d9a13fe6133cd619bbe7e7d23ab4",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-25.2.4.tgz",
23
+ "_shasum": "c17b255d0d2bc1c945e2c86e4dd8b450b9c3cfd5",
24
24
  "_spec": "@syncfusion/ej2-react-richtexteditor@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~25.2.3",
34
+ "@syncfusion/ej2-base": "~25.2.5",
35
35
  "@syncfusion/ej2-react-base": "~25.2.3",
36
- "@syncfusion/ej2-richtexteditor": "25.2.4"
36
+ "@syncfusion/ej2-richtexteditor": "25.2.5"
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.4",
57
+ "version": "25.2.5",
58
58
  "sideEffects": false
59
59
  }