@syncfusion/ej2-react-richtexteditor 23.1.43 → 23.2.4

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,26 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I515728` - Now, applying the underline format to the anchor element works properly in the Rich Text Editor.
10
+
11
+ ## 23.1.44 (2023-11-07)
12
+
13
+ ### RichTextEditor
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I509612` - Now, the `FontName` toolbar item's status will be updated as empty when the selected text contains multiple font family styles.
18
+ - `#I514862` - Now, alternate text for images is properly displayed in the input element.
19
+ - `#I514862` - Now, the XSS attack is prevented in the width and height inputs of the image resize dialog in the Rich Text Editor.
20
+ - `#I517445` - Now, the text alignment and other styles are maintained when pressing the enter key in the Rich Text Editor.
21
+ - `#I514865` - Now, the display text with white space works properly when inserting a link in the Rich Text Editor.
22
+
23
+ ## 23.1.43 (2023-10-31)
24
+
25
+ ### RichTextEditor
26
+
27
+ #### Bug Fixes
28
+
9
29
  - `#I456729` - Now, pasting the cropped images from MS Word into the Rich Text Editor works properly.
10
30
  - `#I500444` - Now, when pasting the list content from MS Word, the margin bottom style will be set properly.
11
31
  - Now, the toolbar's preview button function works properly when the Rich Text Editor `itemConfigs` property is set with `toolbarSettings`.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-richtexteditor.min.js
3
- * version : 23.1.43
3
+ * version : 23.2.4
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 : 23.1.43
3
+ * version : 23.2.4
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@23.1.41",
3
+ "_id": "@syncfusion/ej2-react-richtexteditor@23.1.44",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-qK3nkLiJGpa+4dCY4KMbC6Xv60YiAPr0jWoNpnsr0Zk+m9w/F0HcwJfKiWjBUIBBE0uzhH3/HgvXmQObQ9zcMA==",
5
+ "_integrity": "sha512-fs/gD8JrRYNg4NOmaSmn/rJm90tOJo3/qg3b9yHwRuLrnQP5AiEqV58DzxTtndIfa8WVBcxRM6YynBCj/wf6HQ==",
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-23.1.41.tgz",
23
- "_shasum": "d29127a60434e37fc52f1a878a2ac174185c984b",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-23.1.44.tgz",
23
+ "_shasum": "456527de2ccd86e56fb82a95e6a327d1635f9f69",
24
24
  "_spec": "@syncfusion/ej2-react-richtexteditor@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~23.1.41",
35
- "@syncfusion/ej2-react-base": "~23.1.43",
36
- "@syncfusion/ej2-richtexteditor": "23.1.43"
34
+ "@syncfusion/ej2-base": "~23.2.4",
35
+ "@syncfusion/ej2-react-base": "~23.2.4",
36
+ "@syncfusion/ej2-richtexteditor": "23.2.4"
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": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
56
56
  },
57
- "version": "23.1.43",
57
+ "version": "23.2.4",
58
58
  "sideEffects": false
59
59
  }
@@ -13,7 +13,7 @@ export interface RichTextEditorTypecast {
13
13
  export declare class RichTextEditorComponent extends RichTextEditor {
14
14
  state: Readonly<{
15
15
  children?: React.ReactNode | React.ReactNode[];
16
- }> & Readonly<RichTextEditorModel & DefaultHtmlAttributes | RichTextEditorTypecast>;
16
+ }> & Readonly<RichTextEditorModel | DefaultHtmlAttributes | RichTextEditorTypecast>;
17
17
  setState: any;
18
18
  private getDefaultAttributes;
19
19
  initRenderCalled: boolean;
@@ -23,7 +23,7 @@ export declare class RichTextEditorComponent extends RichTextEditor {
23
23
  private immediateRender;
24
24
  props: Readonly<{
25
25
  children?: React.ReactNode | React.ReactNode[];
26
- }> & Readonly<RichTextEditorModel & DefaultHtmlAttributes | RichTextEditorTypecast>;
26
+ }> & Readonly<RichTextEditorModel | DefaultHtmlAttributes | RichTextEditorTypecast>;
27
27
  forceUpdate: (callBack?: () => any) => void;
28
28
  context: Object;
29
29
  portals: any;