Things we changed
- ef4afd7 Changed the list and drawer animations from
swing
tofast-out-slow-in
, also reduced duration by 100ms - #2301 Lists now generate valid HTML
- #2566 Links now use the theme's primary color again instead of being hardcoded to dark blue
Things we added
- #2368 Added a disable-initial-sort prop to
v-data-table
(thanks @lukeed) - #2374 #2368 Added a content-class prop to
v-select
that gets applied to the menu - #2472 All components are now exported for use with a-la-carte
Things we fixed
- 3d9438a Fixed a bug with
v-app
where watchers on the $vuetify object were not being garbage collected in SSR - #2539 Fixed a bug where the
v-chip
shadow would appear above it on firefox - #2547 Fixed a bug where
v-navigation-drawer
would not resize the content when mini-variant was changed - #2236 Fixed icon color and spacing inside chips
- When you use an icon that is not in an avatar, you must designate left or right
- #2503 Fixed a bug where v-text-field would not update the displayed text if its bound value was changed after a keydown event
- eb51034 Fixed a bug where
v-tabs
with no tabs would cause an error - #2440 Corrected the class export in the typescript definitions (thanks @pharra)
- #2475 Fixed a bug where
v-data-table
would show no-data-text instead of no-results-text - #2471 Fixed a regression where
v-data-table
wouldn't show progress when using a scoped header slot - #2559 Fixed a bug where
v-navigation-drawer
was being stuck in a mobile state