Skip to content

v2.6.10

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 12:16

πŸ”§ Bug Fixes

  • VCalendar: prevent XSS from eventName function (ade1434), closes #15757
  • VDialog: don't try to focus tabindex="-1" or hidden inputs (89e3850), closes #15745
  • VMenu: disable activatorFixed when attach is enabled (#15709) (464529a), closes #14922
  • VTextField: only show clear icon on hover or when focused (7a51ad0)
  • VTextField: prevent tabbing to clear button (f8ee680), closes #11202
  • web-types: add support for VDataTable pattern slots (#15694) (ac45c98)

πŸ”¬ Code Refactoring

  • VSelect: render highlight with vnodes instead of innerHTML (4468e3c)

BREAKING CHANGES

  • VCalendar: eventName function can no longer render arbitrary HTML, convert to VNodes instead.
    eventSummary can no longer be used with v-html, replace with <component :is="{ render: eventSummary }" />