@syncfusion/ej2-react-richtexteditor 19.3.55 → 19.3.57
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,23 @@
|
|
6
6
|
|
7
7
|
#### Bug Fixes
|
8
8
|
|
9
|
+
- `#I356983` - The issue with "Unwanted line is added in Rich Text Editor, when performing the drag and drop image upload" has been resolved.
|
10
|
+
- `#I347461` - The issue with "When we have two images in the Rich Text Editor and you click on one and then the next one, the quickToolbar popup does not appear" has been resolved
|
11
|
+
- `#I343770` - The issue with "Image is not deleted when press backspace and delete button" has been resolved.
|
12
|
+
- `#I356969` - The issue with "Rich Text Editor Image quickToolbar popup is not hidden, if we cancel uploading with the popup being opened" has been resolved.
|
13
|
+
- `#I346752` - The issue with "applying code format to the already applied code format content reverts to paragraph" has been resolved.
|
14
|
+
- `#F170386` - The issue with "shift enter key is not working properly when `shiftEnterKey` is configured as `BR` in the safari browser" has been resolved.
|
15
|
+
- `#I347313` - The issue with "previous line is removed when pressing enter key after shift enter key action" has been resolved.
|
16
|
+
- `#I347461` - The issue with "image resize not working when an image is resized to the full Rich Text Editor size and trying to minimize the image by clicking on the bottom right resize icon" has been resolved.
|
17
|
+
- `#I356989` - The issue with "image element not returned properly, while applying any alignments before image upload success is completed" has been resolved.
|
18
|
+
- `#I348816` - The issue with "special characters are added in the Rich Text Editor when pasting the link" has been resolved.
|
19
|
+
|
20
|
+
## 19.3.55 (2021-11-23)
|
21
|
+
|
22
|
+
### RichTextEditor
|
23
|
+
|
24
|
+
#### Bug Fixes
|
25
|
+
|
9
26
|
- `#I347461` - The issue with "quickToolbar of image is not hidden, when we click on the popup and then press Esc to hide" has been resolved.
|
10
27
|
|
11
28
|
## 19.3.53 (2021-11-12)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-react-richtexteditor.umd.min.js
|
3
|
-
* version : 19.3.
|
3
|
+
* version : 19.3.57
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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@19.3.
|
3
|
+
"_id": "@syncfusion/ej2-react-richtexteditor@19.3.55",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512
|
5
|
+
"_integrity": "sha512-p8VGOG/o7n/NOIAbM16yVdpRn+AGogBFqsTHgk7kpouCV0j8xnvnypFDBG8SzWzFsv/sHB7wF2utEcTr4tlQdg==",
|
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": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-19.3.
|
23
|
-
"_shasum": "
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-19.3.55.tgz",
|
23
|
+
"_shasum": "7f19b77c1ea8bc14a5b10effdf970844de4d1cb1",
|
24
24
|
"_spec": "@syncfusion/ej2-react-richtexteditor@*",
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
26
26
|
"author": {
|
@@ -31,9 +31,9 @@
|
|
31
31
|
},
|
32
32
|
"bundleDependencies": false,
|
33
33
|
"dependencies": {
|
34
|
-
"@syncfusion/ej2-base": "~19.3.
|
35
|
-
"@syncfusion/ej2-react-base": "~19.3.
|
36
|
-
"@syncfusion/ej2-richtexteditor": "19.3.
|
34
|
+
"@syncfusion/ej2-base": "~19.3.56",
|
35
|
+
"@syncfusion/ej2-react-base": "~19.3.57",
|
36
|
+
"@syncfusion/ej2-richtexteditor": "19.3.57"
|
37
37
|
},
|
38
38
|
"deprecated": false,
|
39
39
|
"description": "Essential JS 2 RichTextEditor component for React",
|
@@ -59,6 +59,6 @@
|
|
59
59
|
"type": "git",
|
60
60
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
61
61
|
},
|
62
|
-
"version": "19.3.
|
62
|
+
"version": "19.3.57",
|
63
63
|
"sideEffects": false
|
64
64
|
}
|