Skip to content

Commit dcefe84

Browse files
committed
v0.92.1
1 parent a9cd8dc commit dcefe84

File tree

12 files changed

+56
-21
lines changed

12 files changed

+56
-21
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
===========
33
Materialize, a CSS Framework based on material design
44

5-
### Current Version : v0.92.0
5+
### Current Version : v0.92.1
66

77
##Changelog
88

9+
- v0.92.1
10+
- Bower semver fix
11+
- Added new radio button style
12+
913
- v0.92.0
1014
- Clicking icon in dropdown in navbar no longer closes dropdown immediately
1115
- Multiple select inputs now work properly

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.92.0",
3+
"version": "0.92.1",
44
"description": "A modern responsive front-end framework based on Material Design",
55
"keywords": [
66
"css",

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
Changelog
2+
v0.92.1
3+
- Bower semver fix
4+
- Added new radio button style
25

36
v0.92.0
47
- Clicking icon in dropdown in navbar no longer closes dropdown immediately

dist/css/materialize.css

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7151,7 +7151,7 @@ ul.collapsible {
71517151

71527152
label {
71537153
font-size: 0.8rem;
7154-
color: #bdbdbd;
7154+
color: #9e9e9e;
71557155
}
71567156

71577157
/***************************
@@ -7161,7 +7161,7 @@ label {
71617161
position: relative;
71627162
}
71637163
.input-field label {
7164-
color: #bdbdbd;
7164+
color: #9e9e9e;
71657165
position: absolute;
71667166
top: .8rem;
71677167
left: .5rem;
@@ -7205,7 +7205,7 @@ input[type=date],
72057205
textarea {
72067206
background-color: transparent;
72077207
border: none;
7208-
border-bottom: 1px solid #bdbdbd;
7208+
border-bottom: 1px solid #9e9e9e;
72097209
outline: none;
72107210
height: 3rem;
72117211
width: 100%;
@@ -7272,6 +7272,12 @@ textarea {
72727272
display: inline-block;
72737273
height: 25px;
72747274
line-height: 25px;
7275+
font-size: 1rem;
7276+
-webkit-transition: 0.28s ease;
7277+
-moz-transition: 0.28s ease;
7278+
-o-transition: 0.28s ease;
7279+
-ms-transition: 0.28s ease;
7280+
transition: 0.28s ease;
72757281
-webkit-user-select: none;
72767282
/* webkit (safari, chrome) browsers */
72777283
-moz-user-select: none;
@@ -7334,19 +7340,37 @@ textarea {
73347340
transform: scale(1.02);
73357341
}
73367342

7343+
/* Radio With gap */
7344+
[type="radio"]:checked + label:before {
7345+
border-radius: 50%;
7346+
border: 2px solid #0f9d58;
7347+
}
7348+
7349+
[type="radio"].with-gap:checked + label:after {
7350+
border-radius: 50%;
7351+
border: 2px solid #0f9d58;
7352+
background-color: #0f9d58;
7353+
z-index: 0;
7354+
-webkit-transform: scale(0.5);
7355+
-moz-transform: scale(0.5);
7356+
-ms-transform: scale(0.5);
7357+
-o-transform: scale(0.5);
7358+
transform: scale(0.5);
7359+
}
7360+
73377361
/* Disabled style */
73387362
[type="radio"]:disabled:not(:checked) + label:before,
73397363
[type="radio"]:disabled:checked + label:before {
7340-
background-color: #7c7c7c;
7341-
border-color: #7c7c7c;
7364+
background-color: transparent;
7365+
border-color: rgba(0, 0, 0, 0.26);
73427366
}
73437367

73447368
[type="radio"]:disabled + label {
7345-
color: #7c7c7c;
7369+
color: rgba(0, 0, 0, 0.26);
73467370
}
73477371

73487372
[type="radio"]:disabled:not(:checked) + label:hover:before {
7349-
border-color: #7c7c7c;
7373+
border-color: rgba(0, 0, 0, 0.26);
73507374
}
73517375

73527376
/***************
@@ -7377,6 +7401,7 @@ form p:last-child {
73777401
display: inline-block;
73787402
height: 25px;
73797403
line-height: 25px;
7404+
font-size: 1rem;
73807405
-webkit-user-select: none;
73817406
/* webkit (safari, chrome) browsers */
73827407
-moz-user-select: none;
@@ -7439,10 +7464,10 @@ form p:last-child {
74397464
top: 0;
74407465
left: 0;
74417466
box-shadow: none;
7442-
background-color: #7c7c7c;
7467+
background-color: rgba(0, 0, 0, 0.26);
74437468
width: 14px;
74447469
height: 14px;
7445-
border: 2px solid #7c7c7c;
7470+
border: 2px solid rgba(0, 0, 0, 0.26);
74467471
-webkit-transform: rotateZ(0deg);
74477472
-moz-transform: rotateZ(0deg);
74487473
-ms-transform: rotateZ(0deg);
@@ -7451,11 +7476,11 @@ form p:last-child {
74517476
}
74527477

74537478
[type="checkbox"]:disabled + label {
7454-
color: #7c7c7c;
7479+
color: rgba(0, 0, 0, 0.26);
74557480
}
74567481

74577482
[type="checkbox"]:disabled:not(:checked) + label:hover:before {
7458-
border-color: #7c7c7c;
7483+
border-color: rgba(0, 0, 0, 0.26);
74597484
}
74607485

74617486
/***************
@@ -7467,7 +7492,7 @@ form p:last-child {
74677492
color: #444;
74687493
background-color: transparent;
74697494
border: none;
7470-
border-bottom: 1px solid #bdbdbd;
7495+
border-bottom: 1px solid #9e9e9e;
74717496
outline: none;
74727497
height: 3rem;
74737498
line-height: 3rem;

dist/css/materialize.min.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.

getting_started.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ <h2 class="col s12 header">Download</h2>
8383
<div class="col s12 m5">
8484
<p class="promo-caption">Materialize</p>
8585
<p>This is the standard version that comes with both the minified and unminified CSS and JavaScript files. This option require little to no setup. Use this if you are unfamiliar with Sass.</p>
86-
<a class="btn waves-effect waves-light" href="bin/materialize-v0.92.0.zip">Materialize<i class="mdi-file-file-download right"></i></a>
86+
<a class="btn waves-effect waves-light" href="bin/materialize-v0.92.1.zip">Materialize<i class="mdi-file-file-download right"></i></a>
8787
</div>
8888
<div class="col s12 m5 offset-m2">
8989
<p class="promo-caption">Sass</p>
9090
<p>This version contains the source SCSS files. By choosing this version you have more control over which components to include. You will need a Sass compiler if you choose this option.</p>
91-
<a class="btn waves-effect waves-light" href="bin/materialize-src-v0.92.0.zip">Source<i class="mdi-file-file-download right"></i></a>
91+
<a class="btn waves-effect waves-light" href="bin/materialize-src-v0.92.1.zip">Source<i class="mdi-file-file-download right"></i></a>
9292
</div>
9393
<div class="col s12">
9494
<br>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h4 class ="header col s12 light center">A modern responsive front-end framework
5252
<div class="row center">
5353
<a href="http://materializecss.com/getting_started.html" id="download-button" class="btn-large waves-effect waves-light">Get Started</a>
5454
</div>
55-
<div class="row center"><a class="red-text lighten-4" href="https://github.com/Dogfalo/materialize">alpha release v0.92.0</a></div>
55+
<div class="row center"><a class="red-text lighten-4" href="https://github.com/Dogfalo/materialize">alpha release v0.92.1</a></div>
5656

5757
<div class="row center">
5858
<!-- BuySellAds Zone Code -->

jade/getting_started/getting_started_content.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ <h2 class="col s12 header">Download</h2>
3838
<div class="col s12 m5">
3939
<p class="promo-caption">Materialize</p>
4040
<p>This is the standard version that comes with both the minified and unminified CSS and JavaScript files. This option require little to no setup. Use this if you are unfamiliar with Sass.</p>
41-
<a class="btn waves-effect waves-light" href="bin/materialize-v0.92.0.zip">Materialize<i class="mdi-file-file-download right"></i></a>
41+
<a class="btn waves-effect waves-light" href="bin/materialize-v0.92.1.zip">Materialize<i class="mdi-file-file-download right"></i></a>
4242
</div>
4343
<div class="col s12 m5 offset-m2">
4444
<p class="promo-caption">Sass</p>
4545
<p>This version contains the source SCSS files. By choosing this version you have more control over which components to include. You will need a Sass compiler if you choose this option.</p>
46-
<a class="btn waves-effect waves-light" href="bin/materialize-src-v0.92.0.zip">Source<i class="mdi-file-file-download right"></i></a>
46+
<a class="btn waves-effect waves-light" href="bin/materialize-src-v0.92.1.zip">Source<i class="mdi-file-file-download right"></i></a>
4747
</div>
4848
<div class="col s12">
4949
<br>

0 commit comments

Comments
 (0)