v0.15.2
Pre-release
Pre-release
Things we fixed
- bcbed18 62535c1 Fixed a bug where importing
VGridwith a-la-carte was not properly importing the styles - #1563 Fixed a bug where
v-text-fieldwas not properly aligned withinv-toolbar - #1574 Fixed a bug where when not using
v-tabs-content,v-tabswould not properly emit model changes - #1571 Fixed a bug where a recent changes with #1545 introduced a bug when using v-model on
v-form - #1570 Removed border declared on
v-tabs-items
Things we changed
- #1575 When using a component that utilizes an overlay, the home and end keys were prevented in order to not allow scrolling. While this is ideal, it causes issues when trying to use home or end from within a
v-text-fieldorv-selectwith the autocomplete|editable prop. Due to this, the checks for home and end have been removed from overlayable.js
Things you added
- Added accessibility improvements to
v-data-tableandv-selectalong with numerous tests (thanks @Phlow) - #1566 Added testing for the new vuetify breakpoint object. (thanks @cb109)
Things you fixed
- #1507 Fixed a bug where selection-control components
v-radio|v-checkbox|v-switchwere not changing model when their label was clicked (thanks @ckaczor) - #1526 Fixed a bug where the text-field input had the improper styles when the readonly attribute was used (thanks @jacekkarczmarczyk)
- #1549 Fixed a bug where when using a
v-time-pickerwith the no-title prop that you could not go back to selecting hours (thanks @haggys22)