Skip to content

v0.14.7

Pre-release
Pre-release

Choose a tag to compare

@johnleider johnleider released this 26 Jul 00:54
· 16117 commits to master since this release

Things we added

  • #1097 Multiple v-card tests written

Things we fixed

  • #1119 Fixed a bug where v-text-field with the multi-line and placeholder prop was overlapping when using the label prop
  • #1117 Fixed a bug where v-btn with the fab prop was not centering the icon on IE11
  • #1109 Fixed a bug when clicking on a v-list-group when a v-navigation-drawer was using the mini-variant prop with the .sync modifier causing the v-list-group to not properly open
  • #1108 Fixed a bug in v-select when using the autocomplete prop and a scoped slot for the template the console would freak out
  • #1129 #1131 Tweaked v-icon so that it properly works with v-text or v-html
  • #1135 Fixed a bug where select-all and individual row selection was not working properly in v-data-table
  • #1126 Fixed regression with v-select using the (overflow, segmented or editable) props causing the display to be messed up

Things you fixed