Skip to content

Commit bcd7838

Browse files
committed
v0.95.0 Release
1 parent 860913c commit bcd7838

File tree

10 files changed

+190
-150
lines changed

10 files changed

+190
-150
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,8 @@ module.exports = function(grunt) {
489489
'usebanner:release',
490490
'compress:main',
491491
'compress:src',
492-
'compress:template',
492+
'compress:starter_template',
493+
'compress:parallax_template',
493494
'replace:version',
494495
'replace:readme',
495496
'rename:rename_src',

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Chrome 35+, Firefox 31+, Safari 7+, IE 10+
2424
- Form autofill support added
2525
- Responsive Tables support added
2626
- Scrollspy Plugin released
27+
- Waves events are now delegated / behavior enhanced
2728

2829
- v0.94.2
2930
- Sidebar dissmiss issues fixed

bin/materialize-src-v0.95.0.zip

1.85 KB
Binary file not shown.

bin/materialize-v0.95.0.zip

833 Bytes
Binary file not shown.

dist/css/materialize.css

Lines changed: 43 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -5388,6 +5388,7 @@ small {
53885388
background-color: #FFF;
53895389
top: 100%;
53905390
height: 100%;
5391+
z-index: 1;
53915392
-webkit-box-sizing: border-box;
53925393
-moz-box-sizing: border-box;
53935394
box-sizing: border-box; }
@@ -5574,7 +5575,7 @@ ul.tabs li.tab {
55745575
color: #FFF;
55755576
background-color: #2196F3;
55765577
text-align: center;
5577-
letter-spacing: 0.8px;
5578+
letter-spacing: 0.5px;
55785579
-webkit-transition: 0.2s ease-out;
55795580
-moz-transition: 0.2s ease-out;
55805581
-o-transition: 0.2s ease-out;
@@ -5653,70 +5654,68 @@ ul.tabs li.tab {
56535654
padding: 1rem 1rem; }
56545655

56555656
/*!
5656-
* Waves v0.5.3
5657-
* http://fian.my.id/Waves
5658-
*
5659-
* Copyright 2014 Alfiana E. Sibuea and other contributors
5660-
* Released under the MIT license
5661-
* https://github.com/fians/Waves/blob/master/LICENSE
5657+
* Waves v0.6.0
5658+
* http://fian.my.id/Waves
5659+
*
5660+
* Copyright 2014 Alfiana E. Sibuea and other contributors
5661+
* Released under the MIT license
5662+
* https://github.com/fians/Waves/blob/master/LICENSE
56625663
*/
56635664
.waves-effect {
56645665
position: relative;
56655666
cursor: pointer;
56665667
display: inline-block;
56675668
overflow: hidden;
5668-
vertical-align: bottom;
56695669
-webkit-user-select: none;
56705670
-moz-user-select: none;
56715671
-ms-user-select: none;
56725672
user-select: none;
56735673
-webkit-tap-highlight-color: transparent;
5674-
-webkit-transition: all 650ms ease;
5675-
-moz-transition: all 650ms ease;
5676-
-o-transition: all 650ms ease;
5677-
-ms-transition: all 650ms ease;
5678-
transition: all 650ms ease; }
5674+
z-index: 1;
5675+
will-change: opacity, transform;
5676+
-webkit-transition: all 0.3s ease-out;
5677+
-moz-transition: all 0.3s ease-out;
5678+
-o-transition: all 0.3s ease-out;
5679+
-ms-transition: all 0.3s ease-out;
5680+
transition: all 0.3s ease-out; }
56795681
.waves-effect .waves-ripple {
56805682
position: absolute;
5681-
pointer-events: none;
5682-
-webkit-border-radius: 50%;
5683-
-moz-border-radius: 50%;
56845683
border-radius: 50%;
5685-
background-clip: padding-box;
5686-
width: 10px;
5687-
height: 10px;
5688-
margin-top: -5px;
5689-
margin-left: -5px;
5690-
opacity: 0.25;
5691-
background-color: rgba(0, 0, 0, 0.2);
5684+
width: 20px;
5685+
height: 20px;
5686+
margin-top: -10px;
5687+
margin-left: -10px;
5688+
opacity: 0;
5689+
background: rgba(0, 0, 0, 0.2);
5690+
-webkit-transition: all 0.7s ease-out;
5691+
-moz-transition: all 0.7s ease-out;
5692+
-o-transition: all 0.7s ease-out;
5693+
-ms-transition: all 0.7s ease-out;
5694+
transition: all 0.7s ease-out;
56925695
-webkit-transition-property: -webkit-transform, opacity;
56935696
-moz-transition-property: -moz-transform, opacity;
56945697
-o-transition-property: -o-transform, opacity;
56955698
transition-property: transform, opacity;
5696-
-webkit-transition-duration: 700ms;
5697-
-moz-transition-duration: 700ms;
5698-
-o-transition-duration: 700ms;
5699-
transition-duration: 700ms;
57005699
-webkit-transform: scale(0);
57015700
-moz-transform: scale(0);
57025701
-ms-transform: scale(0);
57035702
-o-transform: scale(0);
57045703
transform: scale(0);
5705-
will-change: transform, opacity; }
5704+
pointer-events: none; }
57065705
.waves-effect.waves-light .waves-ripple {
5707-
background-color: rgba(255, 255, 255, 0.35); }
5706+
background-color: rgba(255, 255, 255, 0.45); }
57085707
.waves-effect.waves-red .waves-ripple {
5709-
background-color: rgba(244, 67, 54, 0.65); }
5708+
background-color: rgba(244, 67, 54, 0.7); }
57105709
.waves-effect.waves-yellow .waves-ripple {
5711-
background-color: rgba(255, 235, 59, 0.65); }
5710+
background-color: rgba(255, 235, 59, 0.7); }
57125711
.waves-effect.waves-orange .waves-ripple {
5713-
background-color: rgba(255, 152, 0, 0.65); }
5712+
background-color: rgba(255, 152, 0, 0.7); }
57145713
.waves-effect.waves-purple .waves-ripple {
5715-
background-color: rgba(156, 39, 176, 0.65); }
5714+
background-color: rgba(156, 39, 176, 0.7); }
57165715
.waves-effect.waves-green .waves-ripple {
5717-
background-color: rgba(76, 175, 80, 0.65); }
5716+
background-color: rgba(76, 175, 80, 0.7); }
57185717
.waves-effect.waves-teal .waves-ripple {
5719-
background-color: rgba(0, 150, 136, 0.65); }
5718+
background-color: rgba(0, 150, 136, 0.7); }
57205719

57215720
.waves-notransition {
57225721
-webkit-transition: none !important;
@@ -5725,33 +5724,17 @@ ul.tabs li.tab {
57255724
-ms-transition: none !important;
57265725
transition: none !important; }
57275726

5728-
.waves-button, .waves-icon {
5727+
.waves-circle {
57295728
-webkit-transform: translateZ(0);
57305729
-moz-transform: translateZ(0);
57315730
-ms-transform: translateZ(0);
57325731
-o-transform: translateZ(0);
57335732
transform: translateZ(0);
5734-
-webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%); }
5735-
5736-
.waves-button, .waves-button:hover, .waves-button:visited, .waves-button:link, .waves-button-input {
5737-
white-space: nowrap;
5738-
vertical-align: middle;
5739-
cursor: pointer;
5740-
border: none;
5741-
font-size: 14px;
5742-
text-align: center;
5743-
text-decoration: none;
5744-
z-index: 1; }
5745-
5746-
.waves-button-input {
5747-
margin: 0;
5748-
padding: 10px 15px; }
5733+
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }
57495734

57505735
.waves-input-wrapper {
5751-
border-radius: 2px;
5736+
border-radius: 0.2em;
57525737
vertical-align: bottom; }
5753-
.waves-input-wrapper.waves-button {
5754-
padding: 0; }
57555738
.waves-input-wrapper .waves-button-input {
57565739
position: relative;
57575740
top: 0;
@@ -5765,19 +5748,13 @@ ul.tabs li.tab {
57655748
line-height: 2.5em;
57665749
border-radius: 50%; }
57675750

5768-
.waves-float {
5769-
-webkit-mask-image: none;
5770-
-webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
5771-
-moz-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
5772-
box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12); }
5773-
.waves-float:active {
5774-
-webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
5775-
-moz-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
5776-
box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); }
5777-
57785751
.waves-block {
57795752
display: block; }
57805753

5754+
/* Firefox Bug: link not triggered */
5755+
a.waves-effect .waves-ripple {
5756+
z-index: -1; }
5757+
57815758
.modal {
57825759
display: none;
57835760
position: fixed;
@@ -6568,7 +6545,7 @@ ul.table-of-contents a {
65686545
width: 10%;
65696546
position: fixed;
65706547
top: 0;
6571-
z-index: 1000; }
6548+
z-index: 998; }
65726549

65736550
ul.side-nav.full, ul.side-nav.fixed {
65746551
position: fixed;
@@ -6628,7 +6605,7 @@ ul.side-nav.fixed {
66286605
right: 0px;
66296606
height: 120vh;
66306607
background-color: rgba(0, 0, 0, 0.5);
6631-
z-index: 998;
6608+
z-index: 997;
66326609
will-change: opacity; }
66336610

66346611
/*

dist/css/materialize.min.css

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

0 commit comments

Comments
 (0)