Skip to content

v0.17.3

Pre-release
Pre-release

Choose a tag to compare

@johnleider johnleider released this 26 Nov 21:53
· 14864 commits to master since this release

Things we added

  • #2564 Added utility file that contains the Material colors docs

Things we fixed

  • 1ea6586 Removed deprecated stylus variable from v-chip
  • 2b40331 Fixed a bug where v-navigation-drawer was not properly updating the layout when resizing from mobile to desktop resolutions
  • efdbd80 Fixed a bug where a destroyed v-navigation-drawer would try to evaluate its element
  • #2000 Fixed a bug where v-tooltip would not open properly when its initial value was true
  • #2212 Fixed a bug where a v-radio-group with an error would not properly adjust its v-radio children to reflect the proper error styling
  • #2590 Fixed a bug where v-data-table was filtering items even if the search was empty
  • #2611 Fixed a bug where v-date-picker would select a date when changing the year even if the dates were disabled
  • #2626 Fixed a bug where v-select's v-menu would overlap when using the hide-details prop
  • #2634 Fixed a bug where a recalculation in the menuable mixin was causing issues in Edge with the v-menu positioning