TLDR
- Dynamic theme support
- Greatly improved
v-date-picker
performance v-select
now supports tagging for single selects through the combobox prop- Added back a form of contextual support for
v-alert
with the type prop.
Things we fixed
- #2319 Fixed a bug where pressing the up/down arrow in
v-text-field
with the multiline prop while inside ofv-dialog
was not working properly - #2346 Fixed a bug where
v-card
with the img prop was not being properly escaped - #2353 Fixed a bug where
v-icon
with the color prop was not applying the correct color - #2359 Fixed a bug where
v-text-field
with the mask prop was not working properly with evaluating some special characters - f51e2ab Fixed a bug where
v-navigation-drawer
was not updating the content area when destroyed when using the app prop - 7203c7d Fixed a regression from #2298
- bd0ce95 Fixed a bug where
v-tabs
would sometimes reference the slider method after being destroyed - 676d4a3 Fixed a bug where
v-navigation-drawer
with the temporary prop on desktop resolutions was movingv-content
when toggled - 08284ac Fixed a bug where
v-chip
with the small prop was not styled properly
Things we added
- #2210 #2085 Added support for dynamic themes at the JavaScript level
- e6993e5 Fixed
v-select
with the combobox prop functionality (previously released but not documented) - 623ebca Added back a form of contextual support to
v-alert
through the type prop - 02fa9f7
v-pagination
now supports the color prop - 6f0b6c6 If touch support
Things we changed
- #2308 Improved
v-date-picker
performance - #2255 Focusing a
v-select
with the autocomplete prop will now automatically select the inputs text - 6e42fea
v-select
with 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-ripple
was not dynamic (thanks @Phlow2001 )