@syncfusion/ej2-react-richtexteditor 25.1.41 → 25.1.42

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,6 +6,28 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I581044` - Now, with the content pasted with a table as the last element, a newline will be inserted, and the focus will be maintained on a new line.
10
+ - `#I573688` - Now, Bullet list into the Rich Text Editor when using `enterkey` as `BR` work's properly.
11
+ - `#I579856` - Now, Bullet list not removed properly when using `enterKey` as `BR` in RichTextEditor work's properly.
12
+ - `#I582707` - Now, a script error throws when clicking the font size toolbar in RichTextEditor works properly.
13
+
14
+ ## 25.1.41 (2024-04-23)
15
+
16
+ ### RichTextEditor
17
+
18
+ #### Bug Fixes
19
+
20
+ - `#I577917` - Now, The tooltips are destroyed when the dialog with the editor is closed by a keyboard action.
21
+ - `#I52134` - Now, the cursor position remains in the correct place when you use InsertHtml executeCommand to insert text into Rich Text Editor after the table.
22
+ - `#I572493` - Now, added the new `requestType` property to the `imageUploadSuccess` event argument in Rich Text Editor.
23
+ - `#I577198` - Now, inserting the table into the RichTextEditor works properly by using the toolbar insert table.
24
+
25
+ ## 25.1.40 (2024-04-16)
26
+
27
+ ### RichTextEditor
28
+
29
+ #### Bug Fixes
30
+
9
31
  - `#I569839` - Now, the `title` attribute is added properly for the audio and video elements, inserted using the `executeCommand` public method in the Rich Text Editor.
10
32
  - `#I572603` - Now, pressing the enter key after inserting the table work's properly.
11
33
  - `#I567787` - Now, copy and paste text into the Rich Text Editor when using `enterkey` as `BR` work's properly.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-richtexteditor.min.js
3
- * version : 25.1.41
3
+ * version : 25.1.42
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.1.41
3
+ * version : 25.1.42
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.39",
3
+ "_id": "@syncfusion/ej2-react-richtexteditor@25.1.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-ikyyO8fFpiHFjEqLH6D31nz1g070VmnyJNmPyR3Q9e/psZUFWX6749NBt3pgV52yyOi5lDNl/oc7rmf1JubyzA==",
5
+ "_integrity": "sha512-OZ+0E7lcPYO9zYKzKWFj0bNyK3LhB8g/vFOcAONh6SZIyGn+T36iZ1goiiEpUHwtaITpwkSOY4yLi8/BN+xLDw==",
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.39.tgz",
23
- "_shasum": "62569ababcd7c039f50b3f68176458173964386d",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-25.1.41.tgz",
23
+ "_shasum": "7f344aa815580e19336424e1b2aafd02d4b0faaa",
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.1.35",
35
35
  "@syncfusion/ej2-react-base": "~25.1.35",
36
- "@syncfusion/ej2-richtexteditor": "25.1.41"
36
+ "@syncfusion/ej2-richtexteditor": "25.1.42"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 RichTextEditor component for React",
@@ -41,9 +41,10 @@
41
41
  "es2015": "dist/es6/ej2-react-richtexteditor.es2015.js",
42
42
  "homepage": "https://www.syncfusion.com/react-components",
43
43
  "keywords": [
44
- "ej2",
45
- "syncfusion",
46
- "ej2-react-richtexteditor"
44
+ "react-rich-text-editor",
45
+ "react-html-editor",
46
+ "react-markdown-editor",
47
+ "react-wysiwyg-editor"
47
48
  ],
48
49
  "license": "SEE LICENSE IN license",
49
50
  "main": "./dist/ej2-react-richtexteditor.umd.min.js",
@@ -53,6 +54,6 @@
53
54
  "type": "git",
54
55
  "url": "https://github.com/syncfusion/ej2-react-ui-components.git"
55
56
  },
56
- "version": "25.1.41",
57
+ "version": "25.1.42",
57
58
  "sideEffects": false
58
59
  }