v0.15.4
Pre-release
Pre-release
Things we fixed
- aff6327 Fixed a bug where
v-parallaxwith the jumbotron prop was not scaling correctly - 1ae41e6 Fixed a bug where
v-carouselcould not have the cycle prop disabled by default - c544b40 Fixed improper spelling of the threshold prop on
v-toolbar - #1680 Fixed a bug where
v-menudidn't always properly re-position on window size change - #1343 Fixed a bug where using the prepend-icon and append-icon props in form inputs that were disabled were not being styled properly
- #1519 Fixed a bug where
list-group's activator was not having its icon styled properly when active - #1609 Fixed a bug where
v-expansion-panel-contentwith the lazy prop was not displaying animation properly - #1662 Fixed a bug where
v-selectwith the autocomplete and clearable prop would not clear the search value if you clicked clear before blurring the element after making a selection - #1683 Fixed a bug where
v-text-fieldwas not working properly with decimals - #1682 Fixed a bug where
v-text-fieldwas firing events willy nilly - #1642 Fixed a bug where
v-edit-dialogwas being constantly re-opened after saving when using Firefox
Things we added
- #1648 Added explicit browser-autocomplete prop that will let you set the autocomplete property on the internal input when using
v-selectwith the autocomplete prop
Things we changed
- 4f1f590 Removed !important declaration on typography title classes for font-weight only
Things you fixed
- #1671 Added back explicit declaration of readonly prop on
v-text-field(thanks @KaelWD ) - #1672 Fixed a layout issue with
v-selectand the async-loading prop (thanks @jacekkarczmarczyk ) - #1654 #1661 #1667 #1669 Fixed several radio issues (thanks @KaelWD )
- #1676 Fixed a bug where the first-day-of-week prop was not working properly on
v-date-picker(thanks @jacekkarczmarczyk ) - #1685 Fixed improper icon colors in
v-tabs(thanks @jacekkarczmarczyk )