Things we added
- #4195
v-time-picker
can now utilize both scrollable and allowed-values at the same time
Things we changed
- 6ac1b0b c646c66 Improved type definitions for a-la-carte
- 2b34235 Removed deprecated position style from
v-label
- 08f65d4 html list ul/ol now have default padding (thanks @aldarund )
- #4110 Adjusted styles for
v-btn
in av-list-tile-action
to properly line up with a regularv-icon
- #4111 Adjusted keylines for
v-toolbar
andv-tabs
- #4165
v-stepper
now uses $options.name when parsing its children (thanks @DanSnow ) - #4249 Added v- prefix to
v-content
- #4254 Icon callbacks in all form components are being deprecated. Will now emit custom events. @click:prepend, @click:append-outer, @click:append, @click:clear
- #4257 Improved process for calculating auto-grow in
v-textarea
Things we fixed
- 70dfc11 Changed component export for easier use with object spread
- 08a4473 Fixed a bug where
v-select
's input field would not properly wrap in IE11 - 0201375 Fixed outline hover styles for
v-text-field
- #3371
v-time-picker
will no longer switch back to the hours selector after selecting minutes - #3828 The active year will now properly center in
v-date-picker
- #4151 Can no longer select disabled dates with the keyboard when using
v-date-picker
- #4173 Fixed dark / light styles for
v-date-picker
andv-time-picker
- #4187 Fixed
v-label
position when using type="time" inv-text-field
- #4223 Removed required as a prop from
v-text-field
- #4226 Fixed a bug that caused a mis-calculation in $vuetify.goTo in some situations when using a class selector
- #4230 Fixed a bug that caused
v-switch
to not properly toggle when using custom false-value and true-value - #4247 Fixed a bug that caused
v-text-field
to not properly validate when using the validate-on-blur prop - #4248 Fixed hint positioning when using RTL
- #4256 Fixed a bug that caused an overflow bar when using
v-text-field
in av-edit-dialog
- #4261 Fixed a bug where
v-autocomplete
would not properly set a search value when changed externally - #4264 Fixed a bug where using
v-select
and selecting an item that has an array as the value, the selected items would not properly show