Skip to content

Commit 161cc0e

Browse files
author
unknown
committed
5.0.0
1 parent 19d449e commit 161cc0e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+8798
-3020
lines changed

README.md

+1-1
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 4.27.0
61+
- MDBReact 5.0.0
6262
- React 16.12.0
6363

6464
# Quick start

README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Material Design for Bootstrap
22

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

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

dist/css/mdb.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mdbreact.esm.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mdbreact.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/scss/addons/_flag.scss

+4
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,10 @@ i.flag.es:before,
310310
i.flag.spain:before {
311311
background-position: 0 -1742px;
312312
}
313+
i.flag.es.ca:before,
314+
i.flag.catalonia:before {
315+
background-position: 0 -936px;
316+
}
313317
i.flag.et:before,
314318
i.flag.ethiopia:before {
315319
background-position: 0 -1768px;

dist/scss/free/_forms.scss

+8-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,11 @@
109109
}
110110
}
111111

112+
> input[type="date"]:not(.browser-default) {
113+
color: transparent;
114+
}
115+
112116
> input[type="date"]:not(.browser-default) + label {
113-
transform: translateY(-27px) scale(.8);
114117
transform-origin: 0 0;
115118
}
116119

@@ -551,8 +554,11 @@
551554
}
552555
}
553556

557+
> input[type="date"]:not(.browser-default) {
558+
color: transparent;
559+
}
560+
554561
> input[type="date"]:not(.browser-default) + label {
555-
transform: translateY(-12px) scale(.8);
556562
transform-origin: 0 0;
557563
}
558564

0 commit comments

Comments
 (0)