This update is fully compatible with vue@2.6
🔧 Bug Fixes
- detachable: check for non-scoped activator slot first (4fe2d02)
- overlayable: make hide-overlay prop reactive (#6347) (71334ef), closes #6346
- ripple: show warning when bound to an inline element (0099f14), closes #6245
- VAutocomplete: remove search when tabbing out of input (df1b11e)
- VAutocomplete: retain search value on multi selection (#6342) (5a5a6e2), closes #5926
- VAutocomplete: use toLocaleLowerCase when filtering items (#6333) (997c329), closes #4811
- VCarouselItem: auto change height (#6340) (c6f422b), closes #6337
- VDatePicker: incorrect behaviour with year < 1000 (0558fb7), closes #6298
- VDatePicker: unwanted form submission on header click. (#6350) (9ad76b6)
- VDialog: make scroll listener non-passive (3c9b8b6), closes #6263
- VExpansionPanel: fix lazy animation (#6222) (d3bcdb1)
- VHover: exception in events binding (#6335) (79bf76e)
- VHover, VItem: check for scoped slot array length with vue 2.6 (9856ed6)
- VLabel: merge VNode data (9b6de46), closes #6245
- VMenu: don't prevent default on keydown unless action taken (#6339) (cf2ba83), closes #2988
- VMenu: update position dynamically (#6330) (349e2b1), closes #4956
- VSelect: remove tabindex on chips (f19a207)
⌨️ Typescript
The following features have been converted to Typescript
- VSubheader
- VStepper