🚧 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
🔧 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
- typography: change root font size, update caption rem size
- typography: update typography to md2 (#6653) (1f8b620)
- VItemGroup: update to md2 (#6631) (2d6d90c)
- VSlider: update to md2 spec (#6424) (5e7b72f), closes #5650
- VTabs: update to md2 (#6606) (f22d754), closes #3617, #3631, #3633, #3971, #4204, #4420, #4735, #5398, #5515, #5762, #6014, #6278, #6505, #6527, #6575
- VTimeline: add reverse functionality, convert to md2 (#6656) (deb3e3d), closes #5437
⚠️ 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 thev-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
- The following typography classes have been replaced: