Skip to content

Commit

Permalink
v0.95.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogfalo committed Jan 17, 2015
1 parent 860913c commit bcd7838
Show file tree
Hide file tree
Showing 10 changed files with 190 additions and 150 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Expand Up @@ -489,7 +489,8 @@ module.exports = function(grunt) {
'usebanner:release',
'compress:main',
'compress:src',
'compress:template',
'compress:starter_template',
'compress:parallax_template',
'replace:version',
'replace:readme',
'rename:rename_src',
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -24,6 +24,7 @@ Chrome 35+, Firefox 31+, Safari 7+, IE 10+
- Form autofill support added
- Responsive Tables support added
- Scrollspy Plugin released
- Waves events are now delegated / behavior enhanced

- v0.94.2
- Sidebar dissmiss issues fixed
Expand Down
Binary file modified bin/materialize-src-v0.95.0.zip
Binary file not shown.
Binary file modified bin/materialize-v0.95.0.zip
Binary file not shown.
109 changes: 43 additions & 66 deletions dist/css/materialize.css
Expand Up @@ -5388,6 +5388,7 @@ small {
background-color: #FFF;
top: 100%;
height: 100%;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
Expand Down Expand Up @@ -5574,7 +5575,7 @@ ul.tabs li.tab {
color: #FFF;
background-color: #2196F3;
text-align: center;
letter-spacing: 0.8px;
letter-spacing: 0.5px;
-webkit-transition: 0.2s ease-out;
-moz-transition: 0.2s ease-out;
-o-transition: 0.2s ease-out;
Expand Down Expand Up @@ -5653,70 +5654,68 @@ ul.tabs li.tab {
padding: 1rem 1rem; }

/*!
* Waves v0.5.3
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE
* Waves v0.6.0
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE
*/
.waves-effect {
position: relative;
cursor: pointer;
display: inline-block;
overflow: hidden;
vertical-align: bottom;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-transition: all 650ms ease;
-moz-transition: all 650ms ease;
-o-transition: all 650ms ease;
-ms-transition: all 650ms ease;
transition: all 650ms ease; }
z-index: 1;
will-change: opacity, transform;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.waves-effect .waves-ripple {
position: absolute;
pointer-events: none;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-clip: padding-box;
width: 10px;
height: 10px;
margin-top: -5px;
margin-left: -5px;
opacity: 0.25;
background-color: rgba(0, 0, 0, 0.2);
width: 20px;
height: 20px;
margin-top: -10px;
margin-left: -10px;
opacity: 0;
background: rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
-ms-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
-webkit-transition-duration: 700ms;
-moz-transition-duration: 700ms;
-o-transition-duration: 700ms;
transition-duration: 700ms;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
will-change: transform, opacity; }
pointer-events: none; }
.waves-effect.waves-light .waves-ripple {
background-color: rgba(255, 255, 255, 0.35); }
background-color: rgba(255, 255, 255, 0.45); }
.waves-effect.waves-red .waves-ripple {
background-color: rgba(244, 67, 54, 0.65); }
background-color: rgba(244, 67, 54, 0.7); }
.waves-effect.waves-yellow .waves-ripple {
background-color: rgba(255, 235, 59, 0.65); }
background-color: rgba(255, 235, 59, 0.7); }
.waves-effect.waves-orange .waves-ripple {
background-color: rgba(255, 152, 0, 0.65); }
background-color: rgba(255, 152, 0, 0.7); }
.waves-effect.waves-purple .waves-ripple {
background-color: rgba(156, 39, 176, 0.65); }
background-color: rgba(156, 39, 176, 0.7); }
.waves-effect.waves-green .waves-ripple {
background-color: rgba(76, 175, 80, 0.65); }
background-color: rgba(76, 175, 80, 0.7); }
.waves-effect.waves-teal .waves-ripple {
background-color: rgba(0, 150, 136, 0.65); }
background-color: rgba(0, 150, 136, 0.7); }

.waves-notransition {
-webkit-transition: none !important;
Expand All @@ -5725,33 +5724,17 @@ ul.tabs li.tab {
-ms-transition: none !important;
transition: none !important; }

.waves-button, .waves-icon {
.waves-circle {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%); }

.waves-button, .waves-button:hover, .waves-button:visited, .waves-button:link, .waves-button-input {
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: none;
font-size: 14px;
text-align: center;
text-decoration: none;
z-index: 1; }

.waves-button-input {
margin: 0;
padding: 10px 15px; }
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
border-radius: 2px;
border-radius: 0.2em;
vertical-align: bottom; }
.waves-input-wrapper.waves-button {
padding: 0; }
.waves-input-wrapper .waves-button-input {
position: relative;
top: 0;
Expand All @@ -5765,19 +5748,13 @@ ul.tabs li.tab {
line-height: 2.5em;
border-radius: 50%; }

.waves-float {
-webkit-mask-image: none;
-webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12); }
.waves-float:active {
-webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); }

.waves-block {
display: block; }

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
z-index: -1; }

.modal {
display: none;
position: fixed;
Expand Down Expand Up @@ -6568,7 +6545,7 @@ ul.table-of-contents a {
width: 10%;
position: fixed;
top: 0;
z-index: 1000; }
z-index: 998; }

ul.side-nav.full, ul.side-nav.fixed {
position: fixed;
Expand Down Expand Up @@ -6628,7 +6605,7 @@ ul.side-nav.fixed {
right: 0px;
height: 120vh;
background-color: rgba(0, 0, 0, 0.5);
z-index: 998;
z-index: 997;
will-change: opacity; }

/*
Expand Down
16 changes: 8 additions & 8 deletions dist/css/materialize.min.css

Large diffs are not rendered by default.

0 comments on commit bcd7838

Please sign in to comment.