Skip to content

v1.1.0-alpha.6

Pre-release
Pre-release

Choose a tag to compare

@johnleider johnleider released this 17 May 12:25
· 13972 commits to dev since this release

Things we changed

  • f1efa56 The async-items prop has been reverted to hide-no-data.
  • d948f7f Added transition to the v-text-field input slot when using the box prop
  • 0708cee Improved styling of chip inputs. Will no longer cause the DOM to jump when selecting an item. The small-chips prop has also been updated. Will now automatically infer chips
  • e4cb7f3 v-select selections will now be ordered as they are provided in value. This means selections will be ordered by their actual selection order

Things we fixed

  • 33fc90a Fixed alignment of the input field when using the solo prop in v-text-field
  • 5d3c15e Fixed logic that determines if the menu should be opened on clear
  • #3714 The item-key prop on v-data-iterator now accepts nested values
  • #3770 Fixed a bug where v-data-table pagination did not update when using a custom filter