@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 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.39
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.35",
3
+ "_id": "@syncfusion/ej2-react-richtexteditor@18.4.39",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Jii8yGn31xZUj5im4FbuqksRgxa/J6HhEUH5zafGDwfgwbzFoEj9UsQ8rYNbslOV0DnGhErU9nPIXyiY64XslA==",
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.35.tgz",
23
- "_shasum": "8783f6cf54a334705e8659a50c85c8ac1932d51c",
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.39",
35
- "@syncfusion/ej2-react-base": "~18.4.39",
36
- "@syncfusion/ej2-richtexteditor": "18.4.39"
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.39",
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
 
@@ -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
 
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
 
@@ -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
 
@@ -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