Things we fixed
- v-tabs: fixed a bug where
v-tabs
would emit 2 events when clickingv-tab
(#3561) (2cf0ba2) - v-tabs: fixed dynamic overflow arrows not showing on resize (#3620) (#3623)
- v-tab: updated logic for determining
v-tab
action. now supports multiple tabs with the same name but different parameters (#3575) (2874fa3) - goTo: removed unnecessary requestAnimationFrame causing the scrollbar to lock (#3608) (599626d)
- v-card-media fixed image links with parentheses not being recognized (#3625) (5a1b0c8) (thanks @praveenpuglia)
- rippleable now emits a click event allowing for explicit event binding on selection controls (#3554) (2aa07de)