Skip to content

v1.1.0-alpha.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@johnleider johnleider released this 15 May 13:01
· 11659 commits to dev since this release

Things we changed

  • 7781a71 Updated box styles to better match the recently updated MD Spec
  • 495e413 v-select will 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 in v-data-iterator that referenced v-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-input slot alignment on IE11
  • 2256bea Fixed a bug where v-select with the chips prop was not wrapping in IE11
  • 37c9e53 Fixed a bug where the input cursor was visible in v-select on IE11
  • 7fb9c79 Fixed alignment of v-label in selection controls
  • db1fd09 v-text-field and v-textarea should now have proper disabled styles when the input is dirty
  • b349463 Fixed a bug where the item-value was being displayed when using v-autocomplete with an items array of objects
  • 0e59fa7 Fixed psuedo elements being present when loader was active
  • b34922e Fixed a bug where v-radio-group was not properly updating v-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-field and v-textarea should now properly emit keydown events
  • #3547 Fixed a bug where v-select would 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-autocomplete with 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-select and v-autocomplete
  • #4023 Fixed a bug where closeConditional of v-select was not checking if the elements existed before referencing them
  • #4034 Readonly fields can now be focused and only disable interaction with the input slot