Navigation Menu

Skip to content

v0.15.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@johnleider johnleider released this 03 Sep 00:28
· 13222 commits to master since this release

Things we fixed

  • bcbed18 62535c1 Fixed a bug where importing VGrid with a-la-carte was not properly importing the styles
  • #1563 Fixed a bug where v-text-field was not properly aligned within v-toolbar
  • #1574 Fixed a bug where when not using v-tabs-content, v-tabs would 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-field or v-select with 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-table and v-select along 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-switch were 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-picker with the no-title prop that you could not go back to selecting hours (thanks @haggys22)