Skip to content

Releases: kartik-v/bootstrap-popover-x

Version 1.5.4

12 Mar 13:23
Compare
Choose a tag to compare

Date: 12-Mar-2024

  • (bug #51): Correct isBs method logic.

Version 1.5.3

11 Mar 05:41
341ac72
Compare
Choose a tag to compare

Date: 11-Mar-2024

  • (bug #50): Fix and correct jQuery deprecated methods.

Version 1.5.2

22 Jul 19:35
Compare
Choose a tag to compare

Date: 23-Sep-2023

  • (bug #47): Fix breaking changes for Boostrap library version > 5.1.3.

Version 1.5.1

25 Sep 03:54
Compare
Choose a tag to compare

Date: 25-Sep-2021

  • (bug #46): Correct android keyboard disappearing issue in popover-x embedded inputs.

Version 1.5.0

19 Sep 14:35
Compare
Choose a tag to compare

Date: 19-Sep-2021

  • Simplify NPM module handling.

Version 1.4.9

11 Sep 10:14
Compare
Choose a tag to compare

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.

Version 1.4.8

05 Sep 17:08
Compare
Choose a tag to compare

Date: 05-Sep-2021

  • (enh #43): Enhancements to support Bootstrap v5.x.
  • (enh #41): Correct jQuery load.
  • (enh #40): Correct arrow CSS styles

Version 1.4.7

14 Sep 05:34
Compare
Choose a tag to compare

Version 1.4.7

Date: 14-Sep-2018

  • New dialogCss property to allow setting dialog CSS style attributes before load.

Version 1.4.5

13 Sep 18:03
Compare
Choose a tag to compare

Date: 13-Sep-2018

  • Enhance bootstrap 4 arrow positioning via CSS class is-bs4 on popover container.
  • (enh #32): Enhancements to support Bootstrap v4.x framework.

Version 1.4.4

07 Sep 13:09
Compare
Choose a tag to compare

Date: 07-Sep-2017

  • (enh #31): Code enhancements for jQuery 3.x.
  • (enh #30): More intuitive screen placement depending on media size. New PopoverX plugin properties:
    • autoPlaceSmallScreen: boolean, defaults to true, and if true will attempt to auto place the popover on smaller screens or on window resize.
    • smallScreenWidth: boolean, defaults to 640, above rule will be applied for device screen width less than this size.
  • Implement package.json for npm update.
  • (enh #29): Add img folder and indicator for the popover-loading css style.