Skip to content

Commit 96871e6

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
* origin/master: [build] 0.7.0 add speed dial code examples [release] 0.7.0 [build] 0.7.0 update supported browsers [release] 0.6.3 [build] 0.6.3 fix standalone build vuematerial#312
2 parents c53867d + 96fa231 commit 96871e6

File tree

2,118 files changed

+52956
-32081
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,118 files changed

+52956
-32081
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)