npm vuetify 2.0.0-alpha.7
v2.0.0-alpha.7

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

🚧 DISCLAIMER 🚧

⚠️ DO NOT USE IN PRODUCTION ⚠️

This is specifically for developers who want to play with the absolute latest and greatest that is coming up in the framework. With the exception of critical bugs, all issues pertaining to the alpha will be closed without question.

📖 Documentation

https://next.vuetifyjs.com

🔧 Bug Fixes

  • _variables: remove conflicting sheet variable (070ec41)
  • VBadge: fix invalid height when wrapping spans (ae12eaf)
  • VBreadcrumbs: remove deprecated method (20cf338)
  • VDataTable: add horizontal overflow scroll (bde7c8f)
  • VItemGroup: return proper selected values when value is undefined (054edba)
  • VItemGroup: select first non-disabled item with mandatory prop (6d1615f)
  • VSlider: make sure stars do not wrap (c92e569), closes #6481
  • Vuetify: reintroduced browser installation of Vuetify (7892e0a)
  • VWindow: select first non-disabled window-item when using touch swipe (1938ee7), closes #5000

🚀 Features

⚠️ BREAKING CHANGES

  • v-tabs

    • The color prop is now background-color. Color now affects the default text and slider color
    • v-tabs-items no longer implicitly inherits the v-tabs model when nested. Must have :value or v-model explicitly defined
    • Various class names have been changed throughout
      • v-tab__div removed, use v-tab
      • v-tab__item -> v-tab
      • v-tabs__slider -> v-tabs-slider
      • v-tabs__bar -> v-tabs-bar
  • Typography
    The root font-size is now 16px. Not all components/functionality have been updated to reflect this and may have larger than intended font size until future updates.

    • The following typography classes have been replaced:
      • subheading -> subtitle-1

Don't miss a new vuetify release

NewReleases is sending notifications on new releases.