You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 'master' of https://github.com/marcosmoura/vue-material: (726 commits)
[build] 0.7.0
add speed dial code examples
[release] 0.7.0
[build] 0.7.0
remove chunk name
update supported browsers
update supported browsers
upgrade to webpack 2
start integration with webpack 2
add styles for input inside toolbar #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 (#435)
enable swipe to open or close sidenav (#429)
enable multiple expansions in mdList #442
...
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Before submitting your contribution please read the guidelines.
8
8
9
9
## Issue Reporting Guidelines
10
10
11
+
- Do not create questions. The issue list is exclusively for reports, bugs and feature requests. Use the [Gitter Channel](https://gitter.im/vuematerial/questions) instead.
12
+
11
13
- Always search for your issue first. It may have already been answered, planned or fixed in some branch. New components and features will be planned on [Milestones](https://github.com/marcosmoura/vue-material/milestones) or on [Projects](https://github.com/marcosmoura/vue-material/projects).
12
14
13
15
- Only create issues for the newest version. For now. Until 1.0.0.
Vue Material is lightweight framework built exactly according to the <ahref="http://material.google.com"target="_blank">Material Design</a> specs.
18
20
19
21
It aims to deliver a collection of reusable components and a series of UI Elements to build applications with support to all modern Web Browsers through Vue 2.
20
22
21
-
Build powerful and well-designed web apps that can can fit on every screen. You can generate and use themes dynamically, use components on demand, take advantage of UI Elements and Components with an ease-to-use API.
23
+
Build powerful and well-designed web apps that can fit on every screen. You can generate and use themes dynamically, use components on demand, take advantage of UI Elements and Components with an ease-to-use API.
The issue list is exclusively for reports, bugs and feature requests. Use the [Gitter Channel](https://gitter.im/vuematerial) instead.
84
+
85
+
## Contributing
86
+
87
+
Please make sure to read the [Contributing Guide](https://github.com/marcosmoura/vue-material/blob/master/.github/CONTRIBUTING.md) before making a pull request.
88
+
77
89
## Browser Support
78
90
Vue Material supports the latest version of all Browsers. This means:
79
-
* Google Chrome 50+
91
+
* Google Chrome 52+
80
92
* Firefox 48+
81
93
* Safari 9+
82
-
* Opera 40+
94
+
* Opera 38+
95
+
* Edge 12+
83
96
* IE 11
84
-
* Edge
85
97
86
98
<small>May work in other browsers but it's untested.</small>
Please make sure to read the [Contributing Guide](https://github.com/marcosmoura/vue-material/blob/master/.github/CONTRIBUTING.md) before making a pull request.
94
-
95
100
## Credits and Thanks
96
101
* This library aims to delivery components using almost the same API of <ahref="https://material.angularjs.org/latest/"target="_blank">Angular Material</a>
97
102
* Thanks a lot to <ahref="https://github.com/elviskang"target="_blank">elviskang</a> for donating the npm package name!
@@ -102,7 +107,6 @@ You don't need to include any other library to work with vue-material. The focus
0 commit comments