Skip to content

Version 1.4.9

Choose a tag to compare

@kartik-v kartik-v released this 11 Sep 10:14
· 7 commits to master since this release

Date: 11-Sep-2021

  • (enh #45): Enhance popover-x to be initialized effectively via custom JS.
    Popover-x can be initialized separately via custom javascript using the popoverButton plugin
$('#myCustomButton').popoverButton({
    target: '#myCustomDialog',
    placement: 'auto'
});
  • (enh #44): Enhancements to popover-x to work effectively with bootstrap modals.
  • Enhance plugin to work better with NPM module.