npm vuetify 0.14.6
v0.14.6

latest releases: 3.6.4, 3.6.3, 3.6.2...
6 years ago

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-stepper was in a dialog and an editable step was clicked, it would close the dialog
  • #1057 Fixed a bug where v-btn with the fab prop would change its position when clicked
  • #1054 Fixed a bug where v-navigation-drawer would sometimes throw an error when used with vue-router
  • #1070 Fixed a bug where v-select would not properly enter an error state if blurred with no set value when using the required prop
  • #1073 Fixed a bug where v-btn with the fab prop did not have the proper elevation when clicked
  • #1078 Fixed a regression of v-text-field with 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-dialog with the transition prop set to false would still render an overlay scrim
  • #1081 Fixed a bug in v-select when 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-table where the initial row per page value was not working propelry
  • #1059 Fixed a bug where v-date-picker would interpret a selection as a swipe and change months
  • #1099 Fixed a bug where v-text-field with the multi-line and auto-grow prop was not adjusting its size when text was removed
  • #1041 Fixed a bug where v-menu was 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-select with the chips prop was inheriting color styles for the close icon
  • #1053 Fixed a styling issue where the v-data-table rows select was not properly aligned
  • #1029 Fixed a bug where v-parallax would 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-select in the v-data-table footer 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-icon for better support of custom fonts within components that use v-icon. A soft warning of deprecation has also been added for removal in next release
  • #1092 Updated v-text-field with missing styles from April Material Design update (no text-field boxes yet)
  • #1101 Added functionality to properly destroy the overlay on v-navigation-drawer if 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-select items prop. This value is defaulted to disabled, but can be changed with the item-disabled prop.

Things you fixed

Don't miss a new vuetify release

NewReleases is sending notifications on new releases.