v0.14.8
Pre-release
Pre-release
Things we fixed
- #1141 Fixed a bug where
v-text-fieldwith a label and theprepend-iconprop that caused label to shake in the improper position - #1089 Fixed a bug that broke
v-data-tablesorting when a comparing against null values - 80e0d2f Fixed a bug that was introduced by fixing the
v-iconlocation inside av-btncomponent with the icon prop into Safari - #1142 Fixed a bug in
v-data-tablewhere if destroyed right after being loaded would throw a warning - #1150 Fixed a bug where a fix for the breakpoint calculation of landscape
v-toolbarwas not added tov-navigation-drawer - #1151 Fixed a bug where
v-data-tablewas mutating the pagination prop, causing an error with strict vuex - 78307a4 Fixed a bug where
v-selectwith the overflow, segmented or editable prop was not applying the correct hover styles - #1160 Fixed a bug where
v-toolbarwas not properly removing the extension if the prop was toggled - #1121 Fixed a bug where
v-tabs-barwould allow you to move all of the items out of view - #1194 Added back accidentally removed mobile-break-point prop on
v-navigation-drawer - c0ac1c3 Fixed a bug where the
v-ripplewas not being properly applied - #1207 Fixed a bug where using
v-speed-dialwith no children you would receive an error - #1204 Fixed a bug where display breakpoint sm-and-up was not working
Things we added
- #1155 Increased the maximum width of labels in form components to 90%
- #1199 Added user-select none to
v-btn - #1190 Added footer slot to
v-data-table - #1211 Added proper styles for
v-btnwith the fab and small or large prop - #1202 Added proper style inheriting to
v-iconwhen inside of av-btn - #1180 Fixed a bug where
v-selectwould always display a scroll bar - #1209 Fixed a bug where
v-appwas not properly setting the height of the mainv-containerwhen usingv-footerwith the fixed prop
Things we changed
- 40c2e0c Removed theme application to lists within drawers
- 8436cce Removed deprecated
v-card-rowcomponent
Things you fixed
- #1144 Fixed a bug where
v-dividerwas not properly using the dark theme (thanks @cawa-93) - #1173 Fixed a bug where the
v-rippledirective was not being properly imported inv-list-tile(thanks @loduis) - c97bd7c Fixed a bug where
v-breadcrumbs-itemwas not properly showing font icons on edge (thanks @Phlow2001) - fd032b6 6a9455f Added warning's for improperly matched Vuetify and Vue versions (thanks @Kylart and @Phlow2001)
- #1041 Fixed a bug that caused
v-edit-dialogto overflow off of screen (thanks @Kylart)