@syncfusion/ej2-react-richtexteditor 25.1.41 → 25.2.3

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,28 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 25.1.42 (2024-04-30)
6
+
7
+ ### RichTextEditor
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#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.
12
+ - `#I573688` - Now, Bullet list into the Rich Text Editor when using `enterkey` as `BR` work's properly.
13
+ - `#I579856` - Now, Bullet list not removed properly when using `enterKey` as `BR` in RichTextEditor work's properly.
14
+ - `#I582707` - Now, a script error throws when clicking the font size toolbar in RichTextEditor works properly.
15
+
16
+ ## 25.1.41 (2024-04-23)
17
+
18
+ ### RichTextEditor
19
+
20
+ #### Bug Fixes
21
+
22
+ - `#I577917` - Now, The tooltips are destroyed when the dialog with the editor is closed by a keyboard action.
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
+
5
27
  ### RichTextEditor
6
28
 
7
29
  #### Bug Fixes
package/diConfig.json CHANGED
@@ -1,12 +1,44 @@
1
1
  {
2
2
  "name": "RichTextEditor",
3
3
  "description": "RichTextEditor Components",
4
- "keywords": {
5
- "common": ["rich-text-editor","markdown-editor", "HTML5-rich-text-editor", "wysiwyg-html-editor", "wysiwyg-markdown-editor"],
6
- "angular": ["angular-rich-text-editor", "angular-html-editor", "angular-markdown-editor", "angular-wysiwyg-editor"],
7
- "react": ["react-rich-text-editor", "react-html-editor", "react-markdown-editor", "react-wysiwyg-editor"],
8
- "vue": ["vue-rich-text-editor", "vue-html-editor", "vue-markdown-editor", "vue-wysiwyg-editor"]
9
- },
4
+ "keywords": {
5
+ "common": [
6
+ "rich-text-editor",
7
+ "markdown-editor",
8
+ "HTML5-rich-text-editor",
9
+ "wysiwyg-html-editor",
10
+ "wysiwyg-markdown-editor",
11
+ "editor",
12
+ "rich text editor",
13
+ "editing",
14
+ "rich text",
15
+ "rich editor",
16
+ "text editor",
17
+ "contenteditable",
18
+ "wysiwyg",
19
+ "html",
20
+ "text",
21
+ "markdown"
22
+ ],
23
+ "angular": [
24
+ "angular-rich-text-editor",
25
+ "angular-html-editor",
26
+ "angular-markdown-editor",
27
+ "angular-wysiwyg-editor"
28
+ ],
29
+ "react": [
30
+ "react-rich-text-editor",
31
+ "react-html-editor",
32
+ "react-markdown-editor",
33
+ "react-wysiwyg-editor"
34
+ ],
35
+ "vue": [
36
+ "vue-rich-text-editor",
37
+ "vue-html-editor",
38
+ "vue-markdown-editor",
39
+ "vue-wysiwyg-editor"
40
+ ]
41
+ },
10
42
  "repository": {
11
43
  "type": "git",
12
44
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls.git"
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-richtexteditor.min.js
3
- * version : 25.1.41
3
+ * version : 25.2.3
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.2.3
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.42",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-ikyyO8fFpiHFjEqLH6D31nz1g070VmnyJNmPyR3Q9e/psZUFWX6749NBt3pgV52yyOi5lDNl/oc7rmf1JubyzA==",
5
+ "_integrity": "sha512-5yC6IoSq0VXtDmH5Bqlr3ArV/W+ODN5OzLJujmKhAmYQnlEJd+8g88URSPP7p9VoUxUAZXrX8OF1rQbo2toWnA==",
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.42.tgz",
23
+ "_shasum": "b1cdc33a9d2e78d077d38b8fbd21972543ff20d3",
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.1.35",
35
- "@syncfusion/ej2-react-base": "~25.1.35",
36
- "@syncfusion/ej2-richtexteditor": "25.1.41"
34
+ "@syncfusion/ej2-base": "~25.2.3",
35
+ "@syncfusion/ej2-react-base": "~25.2.3",
36
+ "@syncfusion/ej2-richtexteditor": "25.2.3"
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.2.3",
57
58
  "sideEffects": false
58
59
  }