🔧 Things we fixed
- b01094d Fixed a bug where
v-img
's transition could not be disabled - #3904 Fixed a bug where
v-stepper
would not properly insert dividers for dynamic children (thanks @dima74) - #4114 Fixed a bug where
v-list-tile-action
was counting non-rendered elements in its stack count (thanks @ebisbe) - #4696 Fixed a bug where the selection area for selection controls using :ripple="false" were smaller than intended (thanks @sjohnson18)
- #4974 Fixed a bug where pressing keydown.enter in
v-combobox
would trigger a submit on a<form>
- #4986 Fixed a bug where
v-breadcrumbs
was not properly using the disabled color for the last item - #4996 Fixed a bug where
v-slider
was emitting duplicate change events - #5008 Fixed a bug where
v-combobox
would not properly select items fromv-select-list
when using keydown.enter - #5010 Fixed a bug where
v-menu
did not properly inherit theme fromv-app