TLDR
- Dynamic theme support
- Greatly improved
v-date-pickerperformance v-selectnow supports tagging for single selects through the combobox prop- Added back a form of contextual support for
v-alertwith the type prop.
Things we fixed
- #2319 Fixed a bug where pressing the up/down arrow in
v-text-fieldwith the multiline prop while inside ofv-dialogwas not working properly - #2346 Fixed a bug where
v-cardwith the img prop was not being properly escaped - #2353 Fixed a bug where
v-iconwith the color prop was not applying the correct color - #2359 Fixed a bug where
v-text-fieldwith the mask prop was not working properly with evaluating some special characters - f51e2ab Fixed a bug where
v-navigation-drawerwas not updating the content area when destroyed when using the app prop - 7203c7d Fixed a regression from #2298
- bd0ce95 Fixed a bug where
v-tabswould sometimes reference the slider method after being destroyed - 676d4a3 Fixed a bug where
v-navigation-drawerwith the temporary prop on desktop resolutions was movingv-contentwhen toggled - 08284ac Fixed a bug where
v-chipwith the small prop was not styled properly
Things we added
- #2210 #2085 Added support for dynamic themes at the JavaScript level
- e6993e5 Fixed
v-selectwith the combobox prop functionality (previously released but not documented) - 623ebca Added back a form of contextual support to
v-alertthrough the type prop - 02fa9f7
v-paginationnow supports the color prop - 6f0b6c6 If touch support
Things we changed
- #2308 Improved
v-date-pickerperformance - #2255 Focusing a
v-selectwith the autocomplete prop will now automatically select the inputs text - 6e42fea
v-selectwith the tags or combobox prop will no longer automatically highlight the first filtered result when searching - 6a39afa All elevation classes have been refactored to be more in line with Material Design spec
- 8d0ee31 Removed unnecessary usage of translate3d in numerous locations
Things you added
- 53597aa Added a new prop to
v-alert, outline. This is an alternate style option for the component (thanks @HendrikGrobler )
Things you fixed
- d4552bd Fixed a bug where
v-ripplewas not dynamic (thanks @Phlow2001 )