v1.1.0-beta.3
Pre-release
Pre-release
·
13875 commits
to dev
since this release
Things we added
- #4195
v-time-pickercan now utilize both scrollable and allowed-values at the same time
Things we changed
- 6ac1b0b c646c66 Improved type definitions for a-la-carte
- 2b34235 Removed deprecated position style from
v-label - 08f65d4 html list ul/ol now have default padding (thanks @aldarund )
- #4110 Adjusted styles for
v-btnin av-list-tile-actionto properly line up with a regularv-icon - #4111 Adjusted keylines for
v-toolbarandv-tabs - #4165
v-steppernow uses $options.name when parsing its children (thanks @DanSnow ) - #4249 Added v- prefix to
v-content - #4254 Icon callbacks in all form components are being deprecated. Will now emit custom events. @click:prepend, @click:append-outer, @click:append, @click:clear
- #4257 Improved process for calculating auto-grow in
v-textarea
Things we fixed
- 70dfc11 Changed component export for easier use with object spread
- 08a4473 Fixed a bug where
v-select's input field would not properly wrap in IE11 - 0201375 Fixed outline hover styles for
v-text-field - #3371
v-time-pickerwill no longer switch back to the hours selector after selecting minutes - #3828 The active year will now properly center in
v-date-picker - #4151 Can no longer select disabled dates with the keyboard when using
v-date-picker - #4173 Fixed dark / light styles for
v-date-pickerandv-time-picker - #4187 Fixed
v-labelposition when using type="time" inv-text-field - #4223 Removed required as a prop from
v-text-field - #4226 Fixed a bug that caused a mis-calculation in $vuetify.goTo in some situations when using a class selector
- #4230 Fixed a bug that caused
v-switchto not properly toggle when using custom false-value and true-value - #4247 Fixed a bug that caused
v-text-fieldto not properly validate when using the validate-on-blur prop - #4248 Fixed hint positioning when using RTL
- #4256 Fixed a bug that caused an overflow bar when using
v-text-fieldin av-edit-dialog - #4261 Fixed a bug where
v-autocompletewould not properly set a search value when changed externally - #4264 Fixed a bug where using
v-selectand selecting an item that has an array as the value, the selected items would not properly show