🚧 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
- _theme: fix font family (d5123e9)
- divider: resolve sass variable build error (05c79e9)
- entry-lib: fix directives export (635537e)
- VDataTable: update lang function (a73e076)
🚀 Features
What does update to md2 mean?
- If there was a specification that the component was derived from, it has been updated to match that
- Unit tests were moved from the root
test
folder to the updated component/mixin folder and switched from avoriaz to vue-test-utils - Styles were converted from stylus to sass and moved to the updated component folder
- VBadge: update to md2 (#6514) (f5c9a9d)
- VBanner: add new component (#6520) (043fff0)
- VCalendar: use $vuetify.lang.current as default language (#6613) (5bd9708)
- VDatePicker: use $vuetify.lang.current as default language (#6320) (814a372), closes #5618
- VDivider: update to md2 (#6582) (5adf0ea)
- VLabel: update to md2 (#6584) (4dd4c9b)
- VMessages: update to md2 (#6585) (30a174f)
- VRating: update to md2 (bc91c41)
⌨️ Typescript
The following functionality has been converted to typescript:
- Mixins
- maskable
- detachable
- selectable
- Components
- VFooter
- VTextarea
- VTextField
- VApp
Deprecated
- VJumbotron has been removed
<v-text-field textarea>
will no longer render a VTextArea