Things we added
- #2124 Apply a commit message template to all new commits
- #2089 Releases can now be done automatically by travis
Things we fixed
- e10bcb2 Fixed menu issue with combobox
- #2127 Resolved a bug where the max-width prop was not being properly utilized
- #2120 Fixed a bug where
v-tabs-content
wouldn't set an element ID - #2118 Fixed a bug where list tile icons were not being styled properly
- #2110 Fixed a bug where a nested v-data-table was improperly styling the
progress header - #2093 Fixed a bug where icons inside of a toolbar had improper styles
- #2136 Fixed a bug where setting the value of a
v-text-field
to0
would cause it to be empty - #2137 Fixed a bug where using
v-model.number
with a mask would throw a TypeError - #2140 Fixed a bug where textareas with a custom color would still use the primary color on hover
- #2141 Fixed a bug where nested expansion panels would inherit the arrow direction from their parent
- #2157 Fixed a bug where
v-tabs-items
would cause an error when used with a-la-carte - #2113 Fixed a bug where checked disabled items in a multiple
v-select
would have the wrong checkbox style - Fixed a bug where click-outside wasn't working on iOS devices
- #2146 Fixed a bug where dialogs and menus wouldn't open in Edge