Things we added
- 4 new tests for
v-select
to accommodate the new process
Things we fixed
- 8f34860 0b6c130 Greatly improved search functionality, async items and searching async items for
v-select
- #1483 Fixed a bug where Edge was not able to iterate the node list throwing an error when searching
- #1489 Fixed missing
v-tooltip
style declarations - #1494 Fixed
v-btn
using the disabled prop inv-toolbar
not being styled properly - #1487 Disabled animation of
v-icon
when openingv-expansion-panel
. This is a rendering issue and we will revisit it at a later time - #1484 Fixed a bug where when searching in
v-select
with the autocomplete prop, and then selecting an item, the wrong item would be selected - #1493 Fixed a bug where $vuetify.breakpoint.value would be undefined at runtime
- df42a69 Fixed a bug where
v-icon
inside of av-btn
with the icon prop was not receiving the proper disabled styles - #1482 Fixed a bug where
v-text-field
would cause a horizontal scroll in av-dialog
when focused on Edge - #1462 Fixed a few styles and updated documentation examples for
v-toolbar
with a innerv-tabs
Things we changed
Things you fixed
- #1472 Fixed disabled text field colors to match MD spec (thanks @jacekkarczmarczyk)