From c1257c2bfc62caf42de0ca6132d1a6c50b4d941c Mon Sep 17 00:00:00 2001 From: Aaron M Date: Mon, 20 Mar 2017 18:08:10 -0600 Subject: [PATCH 1/3] fix grammar and spelling on themes page docs (#602) --- docs/src/pages/themes/DynamicThemes.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/pages/themes/DynamicThemes.vue b/docs/src/pages/themes/DynamicThemes.vue index 766f055..6db988a 100644 --- a/docs/src/pages/themes/DynamicThemes.vue +++ b/docs/src/pages/themes/DynamicThemes.vue @@ -2,10 +2,10 @@
-

Vue Material have a complete theme suite. You can create several themes and apply them on-demand. Like on this documentation website you can set a different theme per-page using the API. But you can have a advanced way to change themes using dynamic themes.

-

You can apply a theme only in a single area of your application using the <md-theme>. If the theme component have only one child element then the theme definition will be attached to this particular element. In other case the component will wrap all of it's children in a <div> tag (or you can customize the output tag).

-

Also every single component in Vue Material suite have a md-theme attribute to set his theme.

-

All the components will inherit all theme properties from it's parents. If the direct parent doesn't have a theme definition the theme will be resolved by its closest parent or the current theme of the entire application.

+

Vue Material have a complete theme suite. You can create several themes and apply them on-demand. Like on this documentation website you can set a different theme per-page using the API. But you can have an advanced way to change themes using dynamic themes.

+

You can apply a theme only in a single area of your application using the <md-theme>. If the theme component has only one child element then the theme definition will be attached to this particular element. In other cases the component will wrap all of its children in a <div> tag (or you can customize the output tag).

+

Also every single component in Vue Material suite has a md-theme attribute to set its theme.

+

All the components will inherit all theme properties from its parents. If the direct parent doesn't have a theme definition the theme will be resolved by its closest parent or the current theme of the entire application.

From a5327f0a6cfce0c63c2a5798cc12be13c024cf60 Mon Sep 17 00:00:00 2001 From: Jonatas Walker Date: Mon, 20 Mar 2017 21:40:55 -0300 Subject: [PATCH 2/3] fix table arrow sort (#347) --- src/components/mdTable/mdTableHead.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/mdTable/mdTableHead.vue b/src/components/mdTable/mdTableHead.vue index 064f9cb..52cb536 100644 --- a/src/components/mdTable/mdTableHead.vue +++ b/src/components/mdTable/mdTableHead.vue @@ -2,7 +2,7 @@
- arrow_downward + arrow_upward From b86cb6dae0f8db67172cc88a25093a97a4bcee73 Mon Sep 17 00:00:00 2001 From: Marcos Moura Date: Mon, 20 Mar 2017 22:24:46 -0300 Subject: [PATCH 3/3] fix badges alignment --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 57212d4..1707e24 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,21 @@

Material Design for Vue.js

- Downloads + + Downloads + - Version + + Version + - License + + License + - Gitter Chat
+ + Gitter Chat +

Vue Material is lightweight framework built exactly according to the Material Design specs.