Skip to content

Releases: kartik-v/yii2-popover-x

Version 1.3.5

02 Apr 17:21
Compare
Choose a tag to compare

Date: 02-Apr-2020

  • Enhancement to parse pluginOptions correctly when only toggleButton is configured.
  • Move all source code to src directory.
  • Enhancements to support Bootstrap v4.x.
  • (enh #19): Enhance header, closeButton, and toggleButton rendering validation.

Version 1.3.4

08 Sep 04:34
Compare
Choose a tag to compare

Date: 08-Sep-2017

  • (enh #18): Enhancements for BS4 support for bootstrap popover-x v1.4.5.
  • (enh #16): Added more positioning constants.
  • Add github contribution and issue/PR logging templates.

Version 1.3.3

12 Jan 16:59
Compare
Choose a tag to compare

Date: 12-Jan-2016

  • (bug #13): Correct init and run of PopoverX widget.

Version 1.3.2

12 Jan 10:17
Compare
Choose a tag to compare

Date: 12-Jan-2016

Version 1.3.1

01 Jul 16:52
Compare
Choose a tag to compare

Date: 01-Jul-2015

  • Updates to composer dependencies.

Version 1.3.0

25 Nov 09:27
Compare
Choose a tag to compare

Date: 25-Nov-2014

  • (enh #5): Enhance widget to use updated plugin registration from Krajee base

Version 1.2.0

10 Nov 18:28
Compare
Choose a tag to compare

Date: 10-Nov-2014

  • Set dependency on Krajee base components
  • Set release to stable

Version 1.1.0

10 Nov 18:26
Compare
Choose a tag to compare

Date: 2014-10-24

  • Enhancements for release v1.1.0 of bootstrap-popover-x plugin.
  • enh #2: Allow widget to be used as a popover in NavBar.
  • enh #3: Add content property to render the widget directly without begin and end methods.
  • enh #4: Add arrowOptions property to configure HTML attributes for arrow.

Version 1.0.0

13 Oct 18:59
Compare
Choose a tag to compare

Date: 2014-07-15

Changes

  • Initial release.
  • PSR4 alias change for composer.json.

Initial Features

  • The extended popover can be rendered just like a bootstrap modal dialog with the bootstrap popover styling. Since the plugin extends the bootstrap modal,
    all features of the bootstrap modal and its methods are also available.
  • Adds a popover footer along with header. Configuration of the HTML content for the popover is much easier, just like a bootstrap modal.
  • Specially styles and spaces out bootstrap buttons added in popover footer.
  • Add a close icon/button to a popover window.
  • Configure various prebuilt styles/templates. In addition to a default (grey), the bootstrap 3 contextual color styles of primary,
    info, success, danger, and warning can be used.
  • Control popover placements top, bottom, left, or right of the target element.
  • Specially style the popover arrow to be consistent for each contextual color and popover placement.
  • Prebuilt CSS styles for controlling appearance and sizes of the popovers