mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-05 05:54:43 +00:00
Update changelog
This commit is contained in:
parent
1c6c48e542
commit
f2b90b3965
1 changed files with 14 additions and 3 deletions
|
|
@ -2,6 +2,17 @@
|
|||
<single-page class="single-page-home" label="Changelog">
|
||||
<single-page-banner label="Changelog"></single-page-banner>
|
||||
|
||||
<section>
|
||||
<h2 class="md-headline">v0.3.1 - Bugfixes</h2>
|
||||
<h3 class="md-title">Fixes:</h3>
|
||||
<ul>
|
||||
<li>md-select not being reactive <strong><a href="https://github.com/marcosmoura/vue-material/issues/74" target="_blank" rel="noopener">#74</a></strong></li>
|
||||
<li>Fix components not being updated inside v-once <strong><a href="https://github.com/marcosmoura/vue-material/issues/69" target="_blank" rel="noopener">#69</a><a href="https://github.com/marcosmoura/vue-material/issues/70" target="_blank" rel="noopener">#70</a></strong></li>
|
||||
<li>Fix input number not accepting numbers <strong><a href="https://github.com/marcosmoura/vue-material/issues/67" target="_blank" rel="noopener">#67</a> <a href="https://github.com/marcosmoura/vue-material/issues/70" target="_blank" rel="noopener">#70</a></strong></li>
|
||||
<li>Fix md-input-container crashing when the select value is null <strong><a href="https://github.com/marcosmoura/vue-material/issues/64" target="_blank" rel="noopener">#64</a></strong></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 class="md-headline">v0.3.0 - Huge Release</h2>
|
||||
<h3 class="md-title">New Components:</h3>
|
||||
|
|
@ -43,7 +54,7 @@
|
|||
</section>
|
||||
|
||||
<section>
|
||||
<h2 class="md-headline">v0.1.2 - Minor Fixes</h2>
|
||||
<h2 class="md-headline">v0.1.2 - Bugfixes</h2>
|
||||
<h3 class="md-title">Fixes:</h3>
|
||||
<ul>
|
||||
<li>Fixed tooltips on Firefox</li>
|
||||
|
|
@ -53,10 +64,10 @@
|
|||
</section>
|
||||
|
||||
<section>
|
||||
<h2 class="md-headline">v0.1.1 - Minor Fixes</h2>
|
||||
<h2 class="md-headline">v0.1.1 - Bugfixes</h2>
|
||||
<h3 class="md-title">Changes:</h3>
|
||||
<ul>
|
||||
<li>Minor fixes</li>
|
||||
<li>Bugfixes</li>
|
||||
<li>Firefox support</li>
|
||||
<li>Initial documentation</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue