@syncfusion/ej2-react-richtexteditor 18.4.39 → 18.4.42-70943
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 +10 -0
- package/dist/ej2-react-richtexteditor.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +5 -0
- package/styles/bootstrap.css +5 -0
- package/styles/bootstrap4.css +5 -0
- package/styles/fabric-dark.css +5 -0
- package/styles/fabric.css +5 -0
- package/styles/highcontrast-light.css +5 -0
- package/styles/highcontrast.css +5 -0
- package/styles/material-dark.css +5 -0
- package/styles/material.css +5 -0
- package/styles/rich-text-editor/bootstrap-dark.css +5 -0
- package/styles/rich-text-editor/bootstrap.css +5 -0
- package/styles/rich-text-editor/bootstrap4.css +5 -0
- package/styles/rich-text-editor/fabric-dark.css +5 -0
- package/styles/rich-text-editor/fabric.css +5 -0
- package/styles/rich-text-editor/highcontrast-light.css +5 -0
- package/styles/rich-text-editor/highcontrast.css +5 -0
- package/styles/rich-text-editor/material-dark.css +5 -0
- package/styles/rich-text-editor/material.css +5 -0
package/CHANGELOG.md
CHANGED
@@ -6,6 +6,16 @@
|
|
6
6
|
|
7
7
|
#### Bug Fixes
|
8
8
|
|
9
|
+
- `F160581` - The issue with "The RichTextEditor table toolbar popup is hidden inside the higher Z-Index elements" has been resolved.
|
10
|
+
|
11
|
+
- `#309809` - Resolved the script issue that occurs when resizing the table in the editor
|
12
|
+
|
13
|
+
## 18.4.39 (2021-01-28)
|
14
|
+
|
15
|
+
### RichTextEditor
|
16
|
+
|
17
|
+
#### Bug Fixes
|
18
|
+
|
9
19
|
- `#296208` - Resolved the issue with the Placeholder blinks when pressing the enter key in the editor.
|
10
20
|
- `#310044` - The issue with the resize grip alignment when the toolbar is disabled state has been resolved.
|
11
21
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-react-richtexteditor.umd.min.js
|
3
|
-
* version : 18.4.
|
3
|
+
* version : 18.4.42
|
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@18.4.
|
3
|
+
"_id": "@syncfusion/ej2-react-richtexteditor@18.4.39",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-DIgo82uTFzNpoSYH+VSiwWINC9hDpsxbIsEK4zhQeZvxRTc8GiIJOh4aJZjZe+RC8vKmAupUNvfL9sH8rgHZRQ==",
|
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-18.4.
|
23
|
-
"_shasum": "
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-18.4.39.tgz",
|
23
|
+
"_shasum": "0c6085565fa87cbf9b76f343be76a50657732c9b",
|
24
24
|
"_spec": "@syncfusion/ej2-react-richtexteditor@*",
|
25
25
|
"_where": "/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included",
|
26
26
|
"author": {
|
@@ -31,9 +31,9 @@
|
|
31
31
|
},
|
32
32
|
"bundleDependencies": false,
|
33
33
|
"dependencies": {
|
34
|
-
"@syncfusion/ej2-base": "~18.4.
|
35
|
-
"@syncfusion/ej2-react-base": "~18.4.
|
36
|
-
"@syncfusion/ej2-richtexteditor": "18.4.
|
34
|
+
"@syncfusion/ej2-base": "~18.4.42",
|
35
|
+
"@syncfusion/ej2-react-base": "~18.4.41",
|
36
|
+
"@syncfusion/ej2-richtexteditor": "18.4.42-70943"
|
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": "18.4.
|
62
|
+
"version": "18.4.42-70943",
|
63
63
|
"sideEffects": false
|
64
64
|
}
|
@@ -526,6 +526,10 @@
|
|
526
526
|
margin-left: 6px;
|
527
527
|
}
|
528
528
|
|
529
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
530
|
+
height: auto;
|
531
|
+
}
|
532
|
+
|
529
533
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
530
534
|
margin-left: 0;
|
531
535
|
margin-right: 6px;
|
@@ -541,6 +545,7 @@
|
|
541
545
|
|
542
546
|
.e-richtexteditor .e-rte-toolbar,
|
543
547
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
548
|
+
position: inherit;
|
544
549
|
z-index: 101;
|
545
550
|
}
|
546
551
|
|
package/styles/bootstrap.css
CHANGED
@@ -544,6 +544,10 @@
|
|
544
544
|
margin-left: 6px;
|
545
545
|
}
|
546
546
|
|
547
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
548
|
+
height: auto;
|
549
|
+
}
|
550
|
+
|
547
551
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
548
552
|
margin-left: 0;
|
549
553
|
margin-right: 6px;
|
@@ -559,6 +563,7 @@
|
|
559
563
|
|
560
564
|
.e-richtexteditor .e-rte-toolbar,
|
561
565
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
566
|
+
position: inherit;
|
562
567
|
z-index: 101;
|
563
568
|
}
|
564
569
|
|
package/styles/bootstrap4.css
CHANGED
@@ -665,6 +665,10 @@
|
|
665
665
|
margin-left: 6px;
|
666
666
|
}
|
667
667
|
|
668
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
669
|
+
height: auto;
|
670
|
+
}
|
671
|
+
|
668
672
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
669
673
|
margin-left: 0;
|
670
674
|
margin-right: 6px;
|
@@ -680,6 +684,7 @@
|
|
680
684
|
|
681
685
|
.e-richtexteditor .e-rte-toolbar,
|
682
686
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
687
|
+
position: inherit;
|
683
688
|
z-index: 101;
|
684
689
|
}
|
685
690
|
|
package/styles/fabric-dark.css
CHANGED
@@ -526,6 +526,10 @@
|
|
526
526
|
margin-left: 4px;
|
527
527
|
}
|
528
528
|
|
529
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
530
|
+
height: auto;
|
531
|
+
}
|
532
|
+
|
529
533
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
530
534
|
margin-left: 0;
|
531
535
|
margin-right: 4px;
|
@@ -541,6 +545,7 @@
|
|
541
545
|
|
542
546
|
.e-richtexteditor .e-rte-toolbar,
|
543
547
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
548
|
+
position: inherit;
|
544
549
|
z-index: 101;
|
545
550
|
}
|
546
551
|
|
package/styles/fabric.css
CHANGED
@@ -526,6 +526,10 @@
|
|
526
526
|
margin-left: 4px;
|
527
527
|
}
|
528
528
|
|
529
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
530
|
+
height: auto;
|
531
|
+
}
|
532
|
+
|
529
533
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
530
534
|
margin-left: 0;
|
531
535
|
margin-right: 4px;
|
@@ -541,6 +545,7 @@
|
|
541
545
|
|
542
546
|
.e-richtexteditor .e-rte-toolbar,
|
543
547
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
548
|
+
position: inherit;
|
544
549
|
z-index: 101;
|
545
550
|
}
|
546
551
|
|
@@ -526,6 +526,10 @@
|
|
526
526
|
margin-left: 5px;
|
527
527
|
}
|
528
528
|
|
529
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
530
|
+
height: auto;
|
531
|
+
}
|
532
|
+
|
529
533
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
530
534
|
margin-left: 0;
|
531
535
|
margin-right: 5px;
|
@@ -541,6 +545,7 @@
|
|
541
545
|
|
542
546
|
.e-richtexteditor .e-rte-toolbar,
|
543
547
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
548
|
+
position: inherit;
|
544
549
|
z-index: 101;
|
545
550
|
}
|
546
551
|
|
package/styles/highcontrast.css
CHANGED
@@ -526,6 +526,10 @@
|
|
526
526
|
margin-left: 5px;
|
527
527
|
}
|
528
528
|
|
529
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
530
|
+
height: auto;
|
531
|
+
}
|
532
|
+
|
529
533
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
530
534
|
margin-left: 0;
|
531
535
|
margin-right: 5px;
|
@@ -541,6 +545,7 @@
|
|
541
545
|
|
542
546
|
.e-richtexteditor .e-rte-toolbar,
|
543
547
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
548
|
+
position: inherit;
|
544
549
|
z-index: 101;
|
545
550
|
}
|
546
551
|
|
package/styles/material-dark.css
CHANGED
@@ -527,6 +527,10 @@
|
|
527
527
|
margin-left: 7px;
|
528
528
|
}
|
529
529
|
|
530
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
531
|
+
height: auto;
|
532
|
+
}
|
533
|
+
|
530
534
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
531
535
|
margin-left: 0;
|
532
536
|
margin-right: 7px;
|
@@ -542,6 +546,7 @@
|
|
542
546
|
|
543
547
|
.e-richtexteditor .e-rte-toolbar,
|
544
548
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
549
|
+
position: inherit;
|
545
550
|
z-index: 101;
|
546
551
|
}
|
547
552
|
|
package/styles/material.css
CHANGED
@@ -527,6 +527,10 @@
|
|
527
527
|
margin-left: 7px;
|
528
528
|
}
|
529
529
|
|
530
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
531
|
+
height: auto;
|
532
|
+
}
|
533
|
+
|
530
534
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
531
535
|
margin-left: 0;
|
532
536
|
margin-right: 7px;
|
@@ -542,6 +546,7 @@
|
|
542
546
|
|
543
547
|
.e-richtexteditor .e-rte-toolbar,
|
544
548
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
549
|
+
position: inherit;
|
545
550
|
z-index: 101;
|
546
551
|
}
|
547
552
|
|
@@ -526,6 +526,10 @@
|
|
526
526
|
margin-left: 6px;
|
527
527
|
}
|
528
528
|
|
529
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
530
|
+
height: auto;
|
531
|
+
}
|
532
|
+
|
529
533
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
530
534
|
margin-left: 0;
|
531
535
|
margin-right: 6px;
|
@@ -541,6 +545,7 @@
|
|
541
545
|
|
542
546
|
.e-richtexteditor .e-rte-toolbar,
|
543
547
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
548
|
+
position: inherit;
|
544
549
|
z-index: 101;
|
545
550
|
}
|
546
551
|
|
@@ -544,6 +544,10 @@
|
|
544
544
|
margin-left: 6px;
|
545
545
|
}
|
546
546
|
|
547
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
548
|
+
height: auto;
|
549
|
+
}
|
550
|
+
|
547
551
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
548
552
|
margin-left: 0;
|
549
553
|
margin-right: 6px;
|
@@ -559,6 +563,7 @@
|
|
559
563
|
|
560
564
|
.e-richtexteditor .e-rte-toolbar,
|
561
565
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
566
|
+
position: inherit;
|
562
567
|
z-index: 101;
|
563
568
|
}
|
564
569
|
|
@@ -665,6 +665,10 @@
|
|
665
665
|
margin-left: 6px;
|
666
666
|
}
|
667
667
|
|
668
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
669
|
+
height: auto;
|
670
|
+
}
|
671
|
+
|
668
672
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
669
673
|
margin-left: 0;
|
670
674
|
margin-right: 6px;
|
@@ -680,6 +684,7 @@
|
|
680
684
|
|
681
685
|
.e-richtexteditor .e-rte-toolbar,
|
682
686
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
687
|
+
position: inherit;
|
683
688
|
z-index: 101;
|
684
689
|
}
|
685
690
|
|
@@ -526,6 +526,10 @@
|
|
526
526
|
margin-left: 4px;
|
527
527
|
}
|
528
528
|
|
529
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
530
|
+
height: auto;
|
531
|
+
}
|
532
|
+
|
529
533
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
530
534
|
margin-left: 0;
|
531
535
|
margin-right: 4px;
|
@@ -541,6 +545,7 @@
|
|
541
545
|
|
542
546
|
.e-richtexteditor .e-rte-toolbar,
|
543
547
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
548
|
+
position: inherit;
|
544
549
|
z-index: 101;
|
545
550
|
}
|
546
551
|
|
@@ -526,6 +526,10 @@
|
|
526
526
|
margin-left: 4px;
|
527
527
|
}
|
528
528
|
|
529
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
530
|
+
height: auto;
|
531
|
+
}
|
532
|
+
|
529
533
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
530
534
|
margin-left: 0;
|
531
535
|
margin-right: 4px;
|
@@ -541,6 +545,7 @@
|
|
541
545
|
|
542
546
|
.e-richtexteditor .e-rte-toolbar,
|
543
547
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
548
|
+
position: inherit;
|
544
549
|
z-index: 101;
|
545
550
|
}
|
546
551
|
|
@@ -526,6 +526,10 @@
|
|
526
526
|
margin-left: 5px;
|
527
527
|
}
|
528
528
|
|
529
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
530
|
+
height: auto;
|
531
|
+
}
|
532
|
+
|
529
533
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
530
534
|
margin-left: 0;
|
531
535
|
margin-right: 5px;
|
@@ -541,6 +545,7 @@
|
|
541
545
|
|
542
546
|
.e-richtexteditor .e-rte-toolbar,
|
543
547
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
548
|
+
position: inherit;
|
544
549
|
z-index: 101;
|
545
550
|
}
|
546
551
|
|
@@ -526,6 +526,10 @@
|
|
526
526
|
margin-left: 5px;
|
527
527
|
}
|
528
528
|
|
529
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
530
|
+
height: auto;
|
531
|
+
}
|
532
|
+
|
529
533
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
530
534
|
margin-left: 0;
|
531
535
|
margin-right: 5px;
|
@@ -541,6 +545,7 @@
|
|
541
545
|
|
542
546
|
.e-richtexteditor .e-rte-toolbar,
|
543
547
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
548
|
+
position: inherit;
|
544
549
|
z-index: 101;
|
545
550
|
}
|
546
551
|
|
@@ -527,6 +527,10 @@
|
|
527
527
|
margin-left: 7px;
|
528
528
|
}
|
529
529
|
|
530
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
531
|
+
height: auto;
|
532
|
+
}
|
533
|
+
|
530
534
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
531
535
|
margin-left: 0;
|
532
536
|
margin-right: 7px;
|
@@ -542,6 +546,7 @@
|
|
542
546
|
|
543
547
|
.e-richtexteditor .e-rte-toolbar,
|
544
548
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
549
|
+
position: inherit;
|
545
550
|
z-index: 101;
|
546
551
|
}
|
547
552
|
|
@@ -527,6 +527,10 @@
|
|
527
527
|
margin-left: 7px;
|
528
528
|
}
|
529
529
|
|
530
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
531
|
+
height: auto;
|
532
|
+
}
|
533
|
+
|
530
534
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
531
535
|
margin-left: 0;
|
532
536
|
margin-right: 7px;
|
@@ -542,6 +546,7 @@
|
|
542
546
|
|
543
547
|
.e-richtexteditor .e-rte-toolbar,
|
544
548
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
549
|
+
position: inherit;
|
545
550
|
z-index: 101;
|
546
551
|
}
|
547
552
|
|