v1.1.0-beta.0
Pre-release
Pre-release
What next, gamma?
v1.1 is now in beta! This means that it is "done" – we will not be adding any more features until v1.2
This is still a pre-release, so there will still be some bugs, and the documentation is still not complete. Please report any new bugs or backwards compatibility breaks either on discord or in a new issue.
Upgrade guide
See v1.1.0-alpha.0, complete guide coming with stable release.
Things we changed
- 72280fd 74c4ef1 11d2de6
v-containerinsidev-formnow implicitly has grid-list-lg styles - 1ce04d5 readonly inputs no longer have disabled styles
- #2519
v-formnow includes error-messages in the validation result, instead of just rules - 5268dc4 Added hover styles to outline inputs
Things we added
- 5f6aaaa Chips in
v-autocompletecan now be edited by double-clicking - #4051 You can now specify translations for all of vuetify's built-in strings
Things we fixed
- dd08b98 Fixed an incorrect variable in
v-form - 591e4ff
v-selectshould only align its input to the end when not single line - #4095 Allow the
$grid-gutterstylus variable to be reassigned (thanks @lukaszflorczak) - 0fb69d2 Fixed a bug where
v-bottom-navwith the absolute prop was not properly aligned - 2d1e00e Fixed a bug where
v-btnwould not register clicks unless already focused - a11be7a Fixed the transition on
v-btnwhen toggling disabled or loading - 74e77d0 The
v-dialog"pulse" animation will now only play when the overlay is clicked directly - #4104 Fixed a bug where
v-selectwould not use the selection scoped slot if not multiple - #4078 Fixed a bug where hitting clear when searching would not clear the input if a value was not already selected
- 5268dc4 Fixed a bug where outline inputs were still showing the bottom border
- #3967 Added keys to all rows in
v-data-table, requires the item-key prop to be correct (#3968) - #4102 Added a definition to customise the icon in
v-toolbar-side-icon(thanks @appurist)