v2.0.0-beta.6
Pre-release
Pre-release
🔧 Bug Fixes
- styles: add missing elevation-0 (111d777), closes #7652
- styles: scoped theme, color, typography etc styles with
.v-application(#7768) (efe5ef6), closes #7517 - typescript: added vuetify constructor declaration (#7760) (5a22747)
- typescript: export directives in PascalCase (#7767) (aee87c0), closes #7684
- VBottomNavigation: adjust styles for inner buttons (3ae30e5)
- VBtn: make tile prop work (#7751) (49292c8), closes #7750
- VIcon: fix race condition with material icons (4b19e34), closes #7746
- VSparkline: adjust label position depending on line width (69bebc3)
- VSparkline: trend with equal values generates NaN (a375292), closes #7753
- VTabs: add missing theme classes (32048c1)
- VToolbar: resolve missing background image (162149f)
🔄 Code Refactoring
- VApp: scope component styles (ec7b2e4)
⚠️ BREAKING CHANGES
- VApp: the v-app component classes have been prepended with v-
<!-- v1.5 -->
<style>
.application {
...
}
</style><!-- v2.0 -->
<style>
.v-application {
...
}
</style>