Skip to content

Commit

Permalink
v0.92.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogfalo committed Dec 14, 2014
1 parent a9cd8dc commit dcefe84
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 21 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
===========
Materialize, a CSS Framework based on material design

### Current Version : v0.92.0
### Current Version : v0.92.1

##Changelog

- v0.92.1
- Bower semver fix
- Added new radio button style

- v0.92.0
- Clicking icon in dropdown in navbar no longer closes dropdown immediately
- Multiple select inputs now work properly
Expand Down
Binary file renamed bin/materialize-src-v0.92.0.zip → bin/materialize-src-v0.92.1.zip
100644 → 100755
Binary file not shown.
Binary file renamed bin/materialize-v0.92.0.zip → bin/materialize-v0.92.1.zip
100644 → 100755
Binary file not shown.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Materialize",
"version": "0.92.0",
"version": "0.92.1",
"description": "A modern responsive front-end framework based on Material Design",
"keywords": [
"css",
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Changelog
v0.92.1
- Bower semver fix
- Added new radio button style

v0.92.0
- Clicking icon in dropdown in navbar no longer closes dropdown immediately
Expand Down
49 changes: 37 additions & 12 deletions dist/css/materialize.css
Original file line number Diff line number Diff line change
Expand Up @@ -7151,7 +7151,7 @@ ul.collapsible {

label {
font-size: 0.8rem;
color: #bdbdbd;
color: #9e9e9e;
}

/***************************
Expand All @@ -7161,7 +7161,7 @@ label {
position: relative;
}
.input-field label {
color: #bdbdbd;
color: #9e9e9e;
position: absolute;
top: .8rem;
left: .5rem;
Expand Down Expand Up @@ -7205,7 +7205,7 @@ input[type=date],
textarea {
background-color: transparent;
border: none;
border-bottom: 1px solid #bdbdbd;
border-bottom: 1px solid #9e9e9e;
outline: none;
height: 3rem;
width: 100%;
Expand Down Expand Up @@ -7272,6 +7272,12 @@ textarea {
display: inline-block;
height: 25px;
line-height: 25px;
font-size: 1rem;
-webkit-transition: 0.28s ease;
-moz-transition: 0.28s ease;
-o-transition: 0.28s ease;
-ms-transition: 0.28s ease;
transition: 0.28s ease;
-webkit-user-select: none;
/* webkit (safari, chrome) browsers */
-moz-user-select: none;
Expand Down Expand Up @@ -7334,19 +7340,37 @@ textarea {
transform: scale(1.02);
}

/* Radio With gap */
[type="radio"]:checked + label:before {
border-radius: 50%;
border: 2px solid #0f9d58;
}

[type="radio"].with-gap:checked + label:after {
border-radius: 50%;
border: 2px solid #0f9d58;
background-color: #0f9d58;
z-index: 0;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
background-color: #7c7c7c;
border-color: #7c7c7c;
background-color: transparent;
border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled + label {
color: #7c7c7c;
color: rgba(0, 0, 0, 0.26);
}

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

/***************
Expand Down Expand Up @@ -7377,6 +7401,7 @@ form p:last-child {
display: inline-block;
height: 25px;
line-height: 25px;
font-size: 1rem;
-webkit-user-select: none;
/* webkit (safari, chrome) browsers */
-moz-user-select: none;
Expand Down Expand Up @@ -7439,10 +7464,10 @@ form p:last-child {
top: 0;
left: 0;
box-shadow: none;
background-color: #7c7c7c;
background-color: rgba(0, 0, 0, 0.26);
width: 14px;
height: 14px;
border: 2px solid #7c7c7c;
border: 2px solid rgba(0, 0, 0, 0.26);
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
Expand All @@ -7451,11 +7476,11 @@ form p:last-child {
}

[type="checkbox"]:disabled + label {
color: #7c7c7c;
color: rgba(0, 0, 0, 0.26);
}

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

/***************
Expand All @@ -7467,7 +7492,7 @@ form p:last-child {
color: #444;
background-color: transparent;
border: none;
border-bottom: 1px solid #bdbdbd;
border-bottom: 1px solid #9e9e9e;
outline: none;
height: 3rem;
line-height: 3rem;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/materialize.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ <h2 class="col s12 header">Download</h2>
<div class="col s12 m5">
<p class="promo-caption">Materialize</p>
<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>
<a class="btn waves-effect waves-light" href="bin/materialize-v0.92.0.zip">Materialize<i class="mdi-file-file-download right"></i></a>
<a class="btn waves-effect waves-light" href="bin/materialize-v0.92.1.zip">Materialize<i class="mdi-file-file-download right"></i></a>
</div>
<div class="col s12 m5 offset-m2">
<p class="promo-caption">Sass</p>
<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>
<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>
<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>
</div>
<div class="col s12">
<br>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h4 class ="header col s12 light center">A modern responsive front-end framework
<div class="row center">
<a href="http://materializecss.com/getting_started.html" id="download-button" class="btn-large waves-effect waves-light">Get Started</a>
</div>
<div class="row center"><a class="red-text lighten-4" href="https://github.com/Dogfalo/materialize">alpha release v0.92.0</a></div>
<div class="row center"><a class="red-text lighten-4" href="https://github.com/Dogfalo/materialize">alpha release v0.92.1</a></div>

<div class="row center">
<!-- BuySellAds Zone Code -->
Expand Down
4 changes: 2 additions & 2 deletions jade/getting_started/getting_started_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ <h2 class="col s12 header">Download</h2>
<div class="col s12 m5">
<p class="promo-caption">Materialize</p>
<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>
<a class="btn waves-effect waves-light" href="bin/materialize-v0.92.0.zip">Materialize<i class="mdi-file-file-download right"></i></a>
<a class="btn waves-effect waves-light" href="bin/materialize-v0.92.1.zip">Materialize<i class="mdi-file-file-download right"></i></a>
</div>
<div class="col s12 m5 offset-m2">
<p class="promo-caption">Sass</p>
<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>
<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>
<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>
</div>
<div class="col s12">
<br>
Expand Down
2 changes: 1 addition & 1 deletion jade/index/index_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h4 class ="header col s12 light center">A modern responsive front-end framework
<div class="row center">
<a href="http://materializecss.com/getting_started.html" id="download-button" class="btn-large waves-effect waves-light">Get Started</a>
</div>
<div class="row center"><a class="red-text lighten-4" href="https://github.com/Dogfalo/materialize">alpha release v0.92.0</a></div>
<div class="row center"><a class="red-text lighten-4" href="https://github.com/Dogfalo/materialize">alpha release v0.92.1</a></div>

<div class="row center">
<!-- BuySellAds Zone Code -->
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "Materialize-dist-build",
"description": "Builds Materialize distribution packages",
"author": "Alvin Wang, Alan Chang",
"url" : "http://materializecss.com/",
"version": "0.92.1",

"dependencies": {
"grunt": "0.x.x",
"grunt-contrib-clean": "0.5.x",
Expand Down

0 comments on commit dcefe84

Please sign in to comment.