Skip to content

v2.0.12

Compare
Choose a tag to compare
@johnleider johnleider released this 03 Sep 15:41

🔧 Bug Fixes

  • locale: translate "sort by" to Norwegian (#8762) (6eb70a7)
  • overlayable: get root element's z-index if activeIndex is not available (db84347), closes #8473
  • theme: fix issues for spa with vue-meta (#8566) (1386cbb)
  • VCard: properly break words in titles and text (81af19d), closes #8513 and #8333
  • VCarousel: avoid resetting group internal height on change (2246337)
  • VCarouselItem: pass through placeholder slot (56edbdc), closes #8452
  • VCombobox: compare vs null/undefined as opposed to falsey in selectItem (f53cb81), closes #8476
  • VDataTable: continue to next sorter if custom sorter returns 0 (#8433) (620d87a), closes #8408
  • VDataTable: detect changes in options prop (#8719) (df9e3ff), closes #8707
  • VDatePicker: improve scroll position of years selector (#8512) (7fc73f6)
  • VDialog: not focusing on first open (#8716) (970ac5a), closes #8220
  • VDialog: don't apply tabindex if dialog is not active (#8717) (d07e5f3)
  • VDialog: inherit listeners (#8491) (3c7092e), closes #3358
  • VFileInput: issues selecting files in ie/edge (#8718) (3ca386d), closes #8693
  • VListItem: add default active color (#8327) (#8694) (e31b582)
  • VMenu: set border-radius to 4px to match spec (bf2cb0e)
  • VSwitch: allow override vars definition (#8771) (6e6f92b)
  • VTextField: blur should fire once (#8455) (#8723) (8db1566)
  • VWindowItem: fix race conditionsduring transition. (#8205) (1523cf6), closes #6962