Releases: kartik-v/yii2-popover-x
Releases · kartik-v/yii2-popover-x
Version 1.3.5
Date: 02-Apr-2020
- Enhancement to parse
pluginOptions
correctly when onlytoggleButton
is configured. - Move all source code to
src
directory. - Enhancements to support Bootstrap v4.x.
- (enh #19): Enhance
header
,closeButton
, andtoggleButton
rendering validation.
Version 1.3.4
Version 1.3.3
Date: 12-Jan-2016
- (bug #13): Correct
init
andrun
of PopoverX widget.
Version 1.3.2
Date: 12-Jan-2016
- (enh #12): Enhancements for PJAX based reinitialization. Complements enhancements in kartik-v/yii2-krajee-base#52 and kartik-v/yii2-krajee-base#53.
Version 1.3.1
Date: 01-Jul-2015
- Updates to composer dependencies.
Version 1.3.0
Date: 25-Nov-2014
- (enh #5): Enhance widget to use updated plugin registration from Krajee base
Version 1.2.0
Date: 10-Nov-2014
- Set dependency on Krajee base components
- Set release to stable
Version 1.1.0
Version 1.0.0
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
, andwarning
can be used. - Control popover placements
top
,bottom
,left
, orright
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