Skip to content

Commit 1f9475e

Browse files
committed
Merge branch 'develop' of https://github.com/marcosmoura/vue-material into develop
* 'develop' of https://github.com/marcosmoura/vue-material: (47 commits) fix regression of @click handler vuematerial#454 [build] 0.7.0 add speed dial code examples [release] 0.7.0 [build] 0.7.0 fix min-width media queries remove chunk name update supported browsers update supported browsers upgrade to webpack 2 start integration with webpack 2 add styles for input inside toolbar vuematerial#395 rename method remove custom click bindings apply theme-color based on primary theme color remove unnecessary Vue.extend on component definition deprecated click bubble normalize mobile and desktop events on ripple prevent ripple from getting undefined when ripple elements doesnt exists allow preventDefault in md-switch (vuematerial#435) ...
2 parents 772edea + fe1d3ce commit 1f9475e

File tree

2,128 files changed

+52942
-32031
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,128 files changed

+52942
-32031
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ Please make sure to read the [Contributing Guide](https://github.com/marcosmoura
8888

8989
## Browser Support
9090
Vue Material supports the latest version of all Browsers. This means:
91-
* Google Chrome 50+
91+
* Google Chrome 52+
9292
* Firefox 48+
9393
* Safari 9+
94-
* Opera 40+
94+
* Opera 38+
95+
* Edge 12+
9596
* IE 11
96-
* Edge
9797

9898
<small>May work in other browsers but it's untested.</small>
9999

build/webpack/dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Object.keys(baseWebpackConfig.entry).forEach((name) => {
1010
});
1111

1212
export default merge(baseWebpackConfig, {
13-
devtool: '#eval-source-map',
13+
devtool: 'cheap-module-eval-source-map',
1414
module: {
1515
rules: [
1616
{

0 commit comments

Comments
 (0)