Skip to content

v2.0.0-rc.25

Pre-release
Pre-release
Compare
Choose a tag to compare
@Akryum Akryum released this 23 Nov 12:58

New

  • v-close-popover directive to close the popover on element click (docs, example). It implements the event.closePopover = true feature in a proper way to handle mobiles.

Improved

  • Plugin options can now directly changed on the package default export (docs).
  • Popover: global events optimizations

Fixed

  • Popover: autoHide prop set to false no longer blocks the event.closePopover = true feature.
  • Popover: mobile fixes