v0.16.5
Pre-release
Pre-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-chipwith 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-iconinside ofv-btnwith the icon prop to not be styled properly
Things you fixed
- #2116 Fixed a bug where
v-tooltipwas closing dependent components (thanks @Phlow2001 )