Skip to content

Commit 4460d7e

Browse files
committed
0.2.0
1 parent 2436ecb commit 4460d7e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/src/pages/Changelog.vue

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,18 @@
88
<ul>
99
<li>Cards</li>
1010
</ul>
11+
12+
<h3 class="md-title">Changes:</h3>
13+
<ul>
14+
<li>Add Roboto font and google icons to the docs <strong><a href="https://github.com/marcosmoura/vue-material/commit/421ce7bb21a1489c8f98ee12d0d525eec6b0ee12" target="_blank" rel="noopener">421ce7b</a></strong></li>
15+
<li>Explains better how to install and configure vue-material <strong><a href="https://github.com/marcosmoura/vue-material/commit/cc43985fc1d30403a7c95bfeb2dc38bbcc1acb9e" target="_blank" rel="noopener">cc43985</a></strong></li>
16+
<li>Emit change &amp; input events from mdTextarea <strong><a href="https://github.com/marcosmoura/vue-material/commit/b474af9fd8d5f4563914e5aae47d14b7c8c62fb2" target="_blank" rel="noopener">b474af9</a></strong> (Thanks to <strong><a href="https://github.com/jvanbrug" target="_blank" rel="noopener">@jvanbrug</a></strong>)</li>
17+
</ul>
1118
</section>
1219

1320
<section>
1421
<h2 class="md-headline">v0.1.2 - Minor Fixes</h2>
22+
<h3 class="md-title">Changes:</h3>
1523
<ul>
1624
<li>Fixed tooltips on Firefox</li>
1725
<li>Misaligned icons inside buttons on Firefox</li>
@@ -21,6 +29,7 @@
2129

2230
<section>
2331
<h2 class="md-headline">v0.1.1 - Minor Fixes</h2>
32+
<h3 class="md-title">Changes:</h3>
2433
<ul>
2534
<li>Minor fixes</li>
2635
<li>Firefox support</li>
@@ -63,3 +72,9 @@
6372
</section>
6473
</single-page>
6574
</template>
75+
76+
<style lang="scss" scoped>
77+
section + section {
78+
margin-top: 56px;
79+
}
80+
</style>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-material",
33
"description": "Material Design for Vue.js",
4-
"version": "0.1.2",
4+
"version": "0.2.0",
55
"author": "Marcos Moura <[email protected]>",
66
"homepage": "https://marcosmoura.github.io/vue-material",
77
"license": "MIT",

0 commit comments

Comments
 (0)