Skip to content

v0.16.5

Pre-release
Pre-release

Choose a tag to compare

@johnleider johnleider released this 10 Oct 00:12
· 15210 commits to master since this release

Things we added

  • 887ac54 Added the ability to specify the tag prop on all grid components
  • #1413 #1834 Added new prop to v-select, combobox. This operates similar to tags, but for single value selection

Things we fixed

  • #2086 Fixed a bug where v-chip with the outline prop was not being styled correctly
  • #2105 Reverted hover styles added in 0.16.1 that had caused issues with proper styling of those elements when hovered
  • #2115 Fixed a bug where an !important css class slipped out that should not have, causing v-icon inside of v-btn with the icon prop to not be styled properly

Things you fixed

  • #2116 Fixed a bug where v-tooltip was closing dependent components (thanks @Phlow2001 )