Skip to content

Commit 1fbc0aa

Browse files
committed
Generate version v.5.0.1
1 parent a296c1d commit 1fbc0aa

File tree

7 files changed

+27
-28
lines changed

7 files changed

+27
-28
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ All fully responsive. All compatible with different browsers.
5858

5959
# Version:
6060

61-
- MDBReact 5.0.0
61+
- MDBReact 5.0.1
6262
- React 16.12.0
6363

6464
# Quick start

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Material Design for Bootstrap
22

3-
Version: MDB React Pro 5.0.0
3+
Version: MDB React Pro 5.0.1
44

55
Documentation:
66
https://mdbootstrap.com/docs/react/

dist/css/mdb.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/scss/free/_forms.scss

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@
109109
}
110110
}
111111

112-
> input[type="date"]:not(.browser-default) {
113-
color: transparent;
114-
}
115-
116112
> input[type="date"]:not(.browser-default) + label {
117113
transform-origin: 0 0;
118114
}
@@ -554,10 +550,6 @@
554550
}
555551
}
556552

557-
> input[type="date"]:not(.browser-default) {
558-
color: transparent;
559-
}
560-
561553
> input[type="date"]:not(.browser-default) + label {
562554
transform-origin: 0 0;
563555
}
@@ -568,7 +560,7 @@
568560
transform: translateY(-12px);
569561
transform-origin: 0 0;
570562
}
571-
563+
572564
.form-control {
573565
padding: 1.1rem .7rem .4rem !important;
574566
}
@@ -638,7 +630,7 @@
638630
}
639631
}
640632
}
641-
}
633+
}
642634

643635
.md-form {
644636
& > label {
@@ -647,10 +639,15 @@
647639
overflow: hidden;
648640
text-overflow: ellipsis;
649641
}
650-
642+
651643
.form-control {
652-
box-sizing: border-box !important;
653-
}
644+
box-sizing: border-box !important;
645+
}
646+
647+
.form-control.valid + label,
648+
.form-control.invalid + label {
649+
overflow: visible;
650+
}
654651

655652
.input-prefix {
656653
position: absolute;
@@ -659,7 +656,7 @@
659656
transition: $input-prefix-transition;
660657
color: rgba(0,0,0,.87);
661658
pointer-events: none;
662-
659+
663660
&.active {
664661
color: $input-md-focus-color;
665662
}
@@ -670,20 +667,20 @@
670667
left: 36px;
671668
right: initial;
672669
}
673-
670+
674671
.input-prefix {
675672
left: 16px;
676673
right: initial;
677674
}
678675

679676
.form-control {
680677
padding-left: 2.7rem !important;
681-
}
678+
}
682679
}
683680

684681
&.input-with-post-icon {
685-
686-
.input-prefix {
682+
683+
.input-prefix {
687684
right: 16px;
688685
left: initial;
689686
}
@@ -694,12 +691,12 @@
694691
}
695692

696693
&.input-with-post-icon.input-with-pre-icon {
697-
698-
.input-prefix {
694+
695+
.input-prefix {
699696
right: 16px;
700697
left: initial;
701698
}
702-
699+
703700
.input-prefix:first-of-type {
704701
left: 16px;
705702
right: initial;
@@ -709,6 +706,6 @@
709706
padding-left: 2.5rem !important;
710707
padding-right: 2.5rem !important;
711708
}
712-
}
713-
709+
}
710+
714711
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdbreact",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"author": "MDBootstrap",
55
"repository": "https://github.com/mdbootstrap/React-Bootstrap-with-Material-Design",
66
"main": "dist/mdbreact.js",

src/components/Dropdown/DropdownMenu/DropdownMenu.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import DropdownMenuComponent from '../DropdownMenuComponent';
66
import './DropdownMenu.css';
77
import DropdownContext from '../DropdownContext';
88

9+
import DropdownMenuComponent from './DropdownMenuComponent';
10+
911

1012
class DropdownMenu extends Component {
1113
render() {

0 commit comments

Comments
 (0)