npm vuetify 0.12.3
v0.12.3

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

Things we added

  • Added BACKERS.md for Patreon contributors. Join them in supporting Vuetify
  • Added back basic autocomplete functionality to select. This is not the autocomplete component/text-field, but will allow searching the v-select items. More updates are coming to this very soon! 09c6c0d

Things we changed

  • Theme colors are being continually worked on. This release fixed numerous consistencies with how components were styled. This may introduce some light required changes on the part of the dev for some components as everything defaults to dark.
  • #611 v-text-field will now pass along the Event for blur and focus fd04aea
  • #617 v-list children should now have the proper font weight 1c107fe
  • Tweaked toggleable mixin initial values 9f7d2e2
  • #633 Removed resize watching by default on v-navigation-drawer. This can be re-enabled by using the enable-resize-watcher prop. f971a7a
  • Added .flexbox helper class for setting display: flex on an element 995eae0

Things we fixed

  • #585 #598 Menu has been updated in how it functions. Instead of staying inline where it is placed, the content portions will be appended to the body. This should eliminate all issues regarding getting stuck inside overflow.
  • #621 Updated v-navigation-drawer styles to account for multiple v-list-tile's inside of a v-list-item when regards to active highlighting 90b858e
  • #597 Fixed a bug where v-btn-toggle would mutate the value prop 32e7abb
  • #635 v-carousel will now watch for changes in the cycle prop 7280a6f
  • #641 v-tabs-slider will now properly re-position when the route is changed programmatically when using the router prop on v-tabs-item c0d19ef

Things you changed

  • #606 Added codepen starter link to README (thyanks @cawa-93)
  • #589 Added logic for setting min/max on v-text-field. When not using the counter prop, will bind min/max as attributes to the input. Fixed #576 (thanks @creativecoder) 686b837
  • Added the current index to the available parameters within the v-data-table scoped slot d585543 (thanks @mtpc)

Don't miss a new vuetify release

NewReleases is sending notifications on new releases.