<li>fix switch not updating state after value change <ahref="https://github.com/marcosmoura/vue-material/issues/200"target="_blank"rel="noopener">#200</a></li>
<li>fix dialog with input closing after typing <ahref="https://github.com/marcosmoura/vue-material/issues/183"target="_blank"rel="noopener">#183</a></li>
<li>fix tooltip errors in console <ahref="https://github.com/marcosmoura/vue-material/issues/188"target="_blank"rel="noopener">#188</a></li>
<li>fix value in select with option with v-if <ahref="https://github.com/marcosmoura/vue-material/issues/198"target="_blank"rel="noopener">#198</a></li>
<li>create custom tags in whiteframe component <ahref="https://github.com/marcosmoura/vue-material/issues/169"target="_blank"rel="noopener">#169</a></li>
<li>fix undefined object.values method and emit @change event <ahref="https://github.com/marcosmoura/vue-material/issues/167"target="_blank"rel="noopener">#167</a><ahref="https://github.com/marcosmoura/vue-material/issues/165"target="_blank"rel="noopener">#165</a> (Thanks to <ahref="https://github.com/jtouzy"target="_blank"rel="noopener">@jtouzy</a>)</li>
<li>add reference of currentPage in mdTablePagination <ahref="https://github.com/marcosmoura/vue-material/issues/163"target="_blank"rel="noopener">#163</a> (Thanks to <ahref="https://github.com/jonataswalker"target="_blank"rel="noopener">@jonataswalker</a>)</li>
<li>add scrollbar behaviour in dialog content <ahref="https://github.com/marcosmoura/vue-material/issues/161"target="_blank"rel="noopener">#161</a></li>
<li>resize textarea when a value change <ahref="https://github.com/marcosmoura/vue-material/issues/160"target="_blank"rel="noopener">#160</a></li>
<li>fix disabled selects being selectable <ahref="https://github.com/marcosmoura/vue-material/issues/159"target="_blank"rel="noopener">#159</a></li>
<li>add code sample to switch <ahref="https://github.com/marcosmoura/vue-material/issues/157"target="_blank"rel="noopener">#157</a> (Thanks to <ahref="https://github.com/vuchl"target="_blank"rel="noopener">@vuchl</a>)</li>
<li>fix tooltip not being removed <ahref="https://github.com/marcosmoura/vue-material/issues/156"target="_blank"rel="noopener">#156</a></li>
<li>update prompt code example to be a prompt <ahref="https://github.com/marcosmoura/vue-material/issues/150"target="_blank"rel="noopener">#150</a> (Thanks to <ahref="https://github.com/vuchl"target="_blank"rel="noopener">@vuchl</a>)</li>
</ul>
</section>
<section>
<h2class="md-headline">
<ahref="https://vuematerial.github.io/releases/v0.4.0/">v0.4.0 - New Documentation Website</a>
<li>Fix regression on inputs getting wrong value after manual update <ahref="https://github.com/marcosmoura/vue-material/issues/101"target="_blank"rel="noopener">#101</a><ahref="https://github.com/marcosmoura/vue-material/issues/100"target="_blank"rel="noopener">#100</a><ahref="https://github.com/marcosmoura/vue-material/issues/96"target="_blank"rel="noopener">#96</a></li>
<li>Fix tooltips jumping when screen resize <ahref="https://github.com/marcosmoura/vue-material/issues/85"target="_blank"rel="noopener">#85</a></li>
<li>Fix table not getting instance <ahref="https://github.com/marcosmoura/vue-material/issues/91"target="_blank"rel="noopener">#91</a><ahref="https://github.com/marcosmoura/vue-material/issues/88"target="_blank"rel="noopener">#88</a></li>
<li>Fix regression on password review <ahref="https://github.com/marcosmoura/vue-material/issues/95"target="_blank"rel="noopener">#95</a></li>
<li>Fix input getting wrong value after manual update <ahref="https://github.com/marcosmoura/vue-material/issues/100"target="_blank"rel="noopener">#100</a><ahref="https://github.com/marcosmoura/vue-material/issues/96"target="_blank"rel="noopener">#96</a></li>
<li>Use the internal value of md-input to set the value of the container <ahref="https://github.com/marcosmoura/vue-material/pull/97"target="_blank"rel="noopener">#97</a> (Thanks to <ahref="https://github.com/Cabbaggio"target="_blank"rel="noopener">@Cabbaggio</a>)</li>
<li>Add material.debug.js to dist folder <ahref="https://github.com/marcosmoura/vue-material/pull/90"target="_blank"rel="noopener">#90</a> (Thanks to <ahref="https://github.com/pauloramires"target="_blank"rel="noopener">@pauloramires</a>)</li>
</ul>
</section>
<section>
<h2class="md-headline">v0.3.1 - Bugfixes</h2>
<h3class="md-title">Fixes:</h3>
<ul>
<li>md-select not being reactive <ahref="https://github.com/marcosmoura/vue-material/issues/74"target="_blank"rel="noopener">#74</a></li>
<li>Fix components not being updated inside v-once <ahref="https://github.com/marcosmoura/vue-material/issues/69"target="_blank"rel="noopener">#69</a><ahref="https://github.com/marcosmoura/vue-material/issues/70"target="_blank"rel="noopener">#70</a></li>
<li>Fix input number not accepting numbers <ahref="https://github.com/marcosmoura/vue-material/issues/67"target="_blank"rel="noopener">#67</a><ahref="https://github.com/marcosmoura/vue-material/issues/70"target="_blank"rel="noopener">#70</a></li>
<li>Fix md-input-container crashing when the select value is null <ahref="https://github.com/marcosmoura/vue-material/issues/64"target="_blank"rel="noopener">#64</a></li>
</ul>
</section>
<section>
<h2class="md-headline">v0.3.0 - Huge Release</h2>
<h3class="md-title">New Components:</h3>
<ul>
<li>Data Table</li>
<li>Menu</li>
<li>Select with multiple selection</li>
</ul>
<h3class="md-title">Fixes:</h3>
<ul>
<li>md-input not reactive when initial value empty <ahref="https://github.com/marcosmoura/vue-material/issues/40"target="_blank"rel="noopener">#40</a></li>
<li>md-textarea with maxlength not writable <ahref="https://github.com/marcosmoura/vue-material/issues/43"target="_blank"rel="noopener"></a>#43</li>
<li>Do not style scrollbars by default <ahref="https://github.com/marcosmoura/vue-material/issues/46"target="_blank"rel="noopener">#46</a></li>
<li>SELECT component: display issue in IE11 <ahref="https://github.com/marcosmoura/vue-material/issues/34"target="_blank"rel="noopener">#34</a></li>
<li>Select component popup shows behind other components <ahref="https://github.com/marcosmoura/vue-material/issues/26"target="_blank"rel="noopener">#26</a></li>
<li>md-select text vs value <ahref="https://github.com/marcosmoura/vue-material/issues/24"target="_blank"rel="noopener"></a>#24</li>
<li>md-button ignores type prop <ahref="https://github.com/marcosmoura/vue-material/issues/41"target="_blank"rel="noopener">#41</a> (Thanks to <ahref="https://github.com/pauloramires"target="_blank"rel="noopener">@pauloramires</a>)</li>
<li>md-select displaying selected text (rather than value) <ahref="https://github.com/marcosmoura/vue-material/issues/36"target="_blank"rel="noopener">#36</a></li>
<li>Added 'type' props to switch button <ahref="https://github.com/marcosmoura/vue-material/pull/27"target="_blank"rel="noopener">#27</a> (Thanks to <ahref="https://github.com/guillaumerxl"target="_blank"rel="noopener">@guillaumerxl</a>)</li>
<li>Add babel-cli as dev dependency <ahref="https://github.com/marcosmoura/vue-material/pull/28"target="_blank"rel="noopener">#28</a> (Thanks to <ahref="https://github.com/lucassouza1"target="_blank"rel="noopener">@lucassouza1</a>)</li>
<li>Remove dotted outline around button in firefox <ahref="https://github.com/marcosmoura/vue-material/pull/52"target="_blank"rel="noopener">#52</a> (Thanks to <ahref="https://github.com/yeknava"target="_blank"rel="noopener">@yeknava</a>)</li>
</ul>
</section>
<section>
<h2class="md-headline">v0.2.0 - New components</h2>
<h3class="md-title">New Components:</h3>
<ul>
<li>Cards</li>
</ul>
<h3class="md-title">Fixes:</h3>
<ul>
<li>Add Roboto font and google icons to the docs <ahref="https://github.com/marcosmoura/vue-material/commit/421ce7bb21a1489c8f98ee12d0d525eec6b0ee12"target="_blank"rel="noopener">421ce7b</a></li>
<li>Explains better how to install and configure vue-material <ahref="https://github.com/marcosmoura/vue-material/commit/cc43985fc1d30403a7c95bfeb2dc38bbcc1acb9e"target="_blank"rel="noopener">cc43985</a></li>
<li>Emit change & input events from mdTextarea <ahref="https://github.com/marcosmoura/vue-material/commit/b474af9fd8d5f4563914e5aae47d14b7c8c62fb2"target="_blank"rel="noopener">b474af9</a> (Thanks to <ahref="https://github.com/jvanbrug"target="_blank"rel="noopener">@jvanbrug</a>)</li>
</ul>
</section>
<section>
<h2class="md-headline">v0.1.2 - Bugfixes</h2>
<h3class="md-title">Fixes:</h3>
<ul>
<li>Fixed tooltips on Firefox</li>
<li>Misaligned icons inside buttons on Firefox</li>