npm vuetify 0.16.4
v0.16.4

latest releases: 3.6.3, 3.6.2, 3.6.1...
6 years ago

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-select will 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-dialog width prop in favor of max-width

Things we fixed

  • #2052 Fixed a bug where v-date-picker when using mouse scroll was changing to the improper months
  • #2055 Fixed a bug where v-toolbar always had inline style padding and margin
  • #2056 Fixed a bug where v-btn was not receiving the proper hover styles when used as a link
  • #2061 Fixed a bug when v-icon inside of v-btn was 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-select would mangle text in the suggestions list
  • #2069 Fixed a bug where v-select was blurring after an item was selected
  • 261dc26 Fixed a bug where v-select would 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 correct v-content padding to be multiplied by 10
  • #2081 Fixed a bug where v-select would not show the no-data-text message if items was empty

Things you added

Things you fixed

  • #2049, #2059, 24dcd81 Fixed a bug where masked inputs would set the wrong caret position on android devices (thanks @azaars)

Don't miss a new vuetify release

NewReleases is sending notifications on new releases.