v0.14.6
Pre-release
Pre-release
This release includes a few additions even though it is only a PATCH. No rioting please.
Things we fixed
- #852 Fixed a bug where if a
v-stepperwas in a dialog and an editable step was clicked, it would close the dialog - #1057 Fixed a bug where
v-btnwith the fab prop would change its position when clicked - #1054 Fixed a bug where
v-navigation-drawerwould sometimes throw an error when used with vue-router - #1070 Fixed a bug where
v-selectwould not properly enter an error state if blurred with no set value when using the required prop - #1073 Fixed a bug where
v-btnwith the fab prop did not have the proper elevation when clicked - #1078 Fixed a regression of
v-text-fieldwith the suffix prop not properly aligning - #1079 Added id prop to all grid components
- #1080 Fixed a bug where flex elements were not properly wrapping in
v-card - #960 Fixed a bug where
v-dialogwith the transition prop set to false would still render an overlay scrim - #1081 Fixed a bug in
v-selectwhen using the multiple prop and having a value that could evaluate to false as the value, the select would return an object instead of the value when selected - #340 Fixed a regression in
v-data-tablewhere the initial row per page value was not working propelry - #1059 Fixed a bug where
v-date-pickerwould interpret a selection as a swipe and change months - #1099 Fixed a bug where
v-text-fieldwith the multi-line and auto-grow prop was not adjusting its size when text was removed - #1041 Fixed a bug where
v-menuwas not properly adjusting its location if it was overflowed on the x-axis - #1026 Fixed a bug where theme styles were not being properly applied to
v-btn-toggle - #1028 Fixed a bug where
v-selectwith the chips prop was inheriting color styles for the close icon - #1053 Fixed a styling issue where the
v-data-tablerows select was not properly aligned - #1029 Fixed a bug where
v-parallaxwould still try to initialize if it was destroyed immediately after created - #977 Fixed a bug where the minimum width calculation was not displaying properly for the
v-selectin thev-data-tablefooter actions - #1107 Fixed a bug where if the footer and toolbar props were not used on
v-app, the main container would not get the proper minimum height
Things we added
- Manually named all components for better autocomplete support in webstorm IDE's
- Added theme support to subheaders
- Added textfield option to text-fields
- #937 Added dark theme support for
v-stepper - #1044 #907 #959 Changed functionality of
v-iconfor better support of custom fonts within components that usev-icon. A soft warning of deprecation has also been added for removal in next release - #1092 Updated
v-text-fieldwith missing styles from April Material Design update (no text-field boxes yet) - #1101 Added functionality to properly destroy the overlay on
v-navigation-drawerif the active status was changed by a check for mobile - #818 Added new year-icon prop on
v-date-picker. Allows you to specify an icon that will display next to the year - #946 Numerous improvements to
v-carousel. Can now set a theme that will change control styles, can now change icon of left and right controls, as well as disable them - #982 Added the ability to disable individual items in the
v-selectitems prop. This value is defaulted to disabled, but can be changed with the item-disabled prop.