You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1f56645 Fixed a bug that caused the invalid class to be applied to v-progress-linear when using the color prop
#4880 Updated used key in v-messages to prevent animation bug with dynamically changing hint text
#5006v-select, v-autocomplete and v-combobox will no longer emit a @change event when their model is changed externally
#5018 Fixed a bug where v-text-field (and extending components) would be improperly focused if a mouseup event (without the corresponding mousedown) was emitted on them
#5110 Fixed a bug that prevented from entering a numeric 0 in v-combobox
#5127 Fixed a bug that caused v-edit-dialog to have a transparent background
#5124 Fixed a bug that prevented hash routing in v-tab (thanks @amritk)
#5162 Removed margin from v-radio on last and only child