v0.16.7
Pre-release
Pre-release
Things we changed
- #2015 Updated
v-bottom-navbutton styles to match Material Design guidelines
Things we fixed
- f581177 Fixed a bug where an empty
v-selectwould show the text "undefined" with vue 2.5.0 - #1691 Fixed a bug where a
v-selectwith autocomplete would have an extra blank line when a long item was selected - 9db604a Fixed a bug where
v-selectwith the combobox prop was always displaying as dirty - #684 Fixed a bug where the
v-tabs-sliderwas not being resized when thev-contentwas resized by av-navigation-drawer - #1941 Fixed a bug where the
v-selectlabel animation would play on mount even if it was already dirty - #2152 Fixed a bug where when trying to blur a
v-selectcomponent it would immediately refocus in Edge - #2143 Set the correct text color on a
v-text-fieldwith a placeholder - #2125 Fixed a bug where scrolling on mobile would register as horizontal swipes
Things you fixed
- #2144 Fixed a bug where
v-text-fieldlabel had incorrect position when using placeholder and box (thanks @rafaelrenanpacheco)