Skip to content

v2.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@johnleider johnleider released this 25 Jun 15:36

⚠️ For information on how to upgrade to the beta, check out the initial release.

🔧 Bug Fixes

  • normalize component active/hover/focus states (#7519) (3ab588a)
  • ripple: add ripple property to denote touch enabled (#7619) (985c634), closes #7605
  • VAutocomplete: remove space preventDefault (7583d79)
  • VDataTable: disable header sorting if disable-sort is true (#7665) (1809a1c), closes #7657
  • VInput: attrs should be applied on input not root element (#7579) (318553a), closes #5412
  • VList: pass in measureable styles (#7570) (0fa7e73)
  • getObjectValueByPath: improve performance (#7543) (02f5471), closes #7302
  • VBtn: ensure .v-btn__content extends full width (aa30554), closes #7580
  • VDataTable: added isMobile boolean to body slot props (953a757)
  • VDataTable: missing styles for headers (eed1e2f)
  • VMenu: avoid potential stack overflow with no clickable tiles (7d3b8e9)
  • VSelect: resolve bug in safari/ie11 with event order disparity (5fa6a68), closes #6608 #5913
  • VSelect: tab selection (4963f72), closes #5614 #7544
  • VSparkline: filled line should not obscure labels (b4fc0bd), closes #7473
  • VSparkline: show custom labels when using bars (#7642) (454235d), closes #7584
  • VToolbar: reverts fix in #7499 in favor of flex property (8d9b25e)
  • VTreeview: propagate item-disabled to child nodes (52b6413)
  • VWindowItem: resolve content jumping on transition (not scroll related) (46b563b), closes #6206

🚗 Code Refactoring

  • VTextField: remove browser-autocomplete prop (68f85d6)

🚀 Features

⚠️ BREAKING CHANGES

  • VTextField: v-select no longer has a default autocomplete of "on"