v0.16.4
Pre-release
Pre-release
Things we added
- #1326 Added @keydown functionality to
v-dialog. This will allow you to close a dialog by using the esc key for example - #1790
v-selectwill now add new tags when tab is pressed
Things we changed
- #2006 Renamed active prop on routable implementing components to inactive. The default will be active and inactive will remove it
- The following components have been converted from contextualable to colorable. Instead of using primary you would now use color="primary".
v-tabs-slider,v-toolbar,v-system-bar,v-card,v-footer,v-chip - Deprecating
v-dialogwidth prop in favor of max-width
Things we fixed
- #2052 Fixed a bug where
v-date-pickerwhen using mouse scroll was changing to the improper months - #2055 Fixed a bug where
v-toolbaralways had inline style padding and margin - #2056 Fixed a bug where
v-btnwas not receiving the proper hover styles when used as a link - #2061 Fixed a bug when
v-iconinside ofv-btnwas not properly styled - #2062 Fixed a bug where it was possible to not be able to select the last step in
v-slider - #2068 Fixed a bug where autocomplete
v-selectwould mangle text in the suggestions list - #2069 Fixed a bug where
v-selectwas blurring after an item was selected - 261dc26 Fixed a bug where
v-selectwould try to add new list items when scrolling, causing poor performance - e9c2490 Fixed a bug where setting
v-toolbar's height prop to a string would cause the correctv-contentpadding to be multiplied by 10 - #2081 Fixed a bug where
v-selectwould not show theno-data-textmessage ifitemswas empty
Things you added
- #2053 Added a new prop to
v-data-table, hide-headers (thanks @CharlesOkwuagwu )