v1.1.0-alpha.4
Pre-release
Pre-release
·
14011 commits
to dev
since this release
Things we changed
- 7781a71 Updated box styles to better match the recently updated MD Spec
- 495e413
v-selectwill now use the item-text as fallback if item-value is not available - 91b3cf0 Improved styling of very long suffixes in
v-text-field - c604bc0 Adjusted input styling when inside of
v-toolbar, updated deprecated styles inv-data-iteratorthat referencedv-select - #2442 Greatly improved performance when searching through very large lists in
v-autocomplete - #4032 Refactored the combobox and tags experience when using
v-autocomplete
Things we fixed
- bd1993a Fixed a bug where ripples were trying to be removed that did not exist. Converted to typescript
- a4b5ce8 When v-flex was not given a width, was able to extend past its parent container, added max-width
- bf08da0 Fixed
v-inputslot alignment on IE11 - 2256bea Fixed a bug where
v-selectwith the chips prop was not wrapping in IE11 - 37c9e53 Fixed a bug where the input cursor was visible in
v-selecton IE11 - 7fb9c79 Fixed alignment of
v-labelin selection controls - db1fd09
v-text-fieldandv-textareashould now have proper disabled styles when the input is dirty - b349463 Fixed a bug where the item-value was being displayed when using
v-autocompletewith an items array of objects - 0e59fa7 Fixed psuedo elements being present when loader was active
- b34922e Fixed a bug where
v-radio-groupwas not properly updatingv-radio's checked attribute properly - #2081 Fixed a bug where no-data was showing at inappropriate times. Renamed hide-no-items prop to async-items
- #3150 Fixed a bug where listIndex was not being reset after selection in a combobox
- #3545
v-text-fieldandv-textareashould now properly emit keydown events - #3547 Fixed a bug where
v-selectwould emit a change event when its value had not changed - #3811 Fixed a bug where the correct input events were not firing when clearing/selecting in a
v-autocompletewith the combobox prop - #3879 Fixed a bug where the menu on selects would open and close on mobile
- #3924 Fixed a bug where transitions could not be disabled (thanks @adriancable)
- #3973 Drastically improved keyboard interaction with
v-selectandv-autocomplete - #4023 Fixed a bug where closeConditional of
v-selectwas not checking if the elements existed before referencing them - #4034 Readonly fields can now be focused and only disable interaction with the input slot