🚧 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
- export vuetify class from entry-lib (314eb8a)
- VAppBar: let elevate-on-scroll and hide-on-scroll work together (8581e19)
- VBtn: use correct icon color with icon prop (e27a6f5)
- VList: resize
v-subheader
children when using dense prop (663c584)
🌀 Code Refactoring
- VApp: update for v2 (9d7e22)
- VBreadcrumbs: update for v2 (e5ccf37)
- VBottomSheet: update for v2 (#6786) (568216b)
- VCard: update to md2 (#6788) (a63b300), closes #3925
- VImg: update for v2 (a312292)
🚀 Features
- add Latvian locale (#6784) (ee1ac86)
- add Hebrew locale (#6872) (184512c)
- VCard: update to md2
- VIcon: add svg path support and update default iconfont (#6815) (3997c53)
- VOverlay: create new component (#6768) (69b15cf)
⌨️ Typescript
The following features or functionality have been converted to TypeScript
- Transitions
- VCheckbox
- VDialog
- VTooltip
💅 Sass
The following features have been converted to Sass (SCSS)
- Selection controls (VCheckbox, VSwitch, VRadio) (shared functionality)
- VApp
- VBottomSheet
- VBreadcrumbs
- VCard
- VImg
💉@vue/test-utils
Tests for the following features was converted to use TypeScript and @vue/test-utils
Special thanks to @MajesticPotatoe and @borisdayma for updating lots of tests 🏆!
- VCheckbox (as part of TypeScript conversion)
- VGrid
- VMenu
- VOverflowBtn
- VParallax
- VPicker
- VSnackbar
- VSparkline
- VSpeedDial
- VSwitch
- VTooltip (as part of TypeScript conversion)