Releases: kartik-v/yii2-grid
Releases · kartik-v/yii2-grid
Version 3.3.0
Date: 12-Mar-2019
- (enh #881): Allow page summary to be positioned via
pageSummaryPosition
(GridView::POS_TOP
orGridView::POS_BOTTOM
). - (enh #879): Implement
itemsLabelAccusative
and message tokenitems-acc
. - (enh #878): Update German Translations.
- (enh #874): Allow control of export config hashing via new boolean property
GridView::hashExportConfig
. - (enh #870): Correct grid grouping rowspan for grouped rows.
Version 3.2.9
Version 3.2.8
Version 3.2.7
Date: 03-Nov-2018
- (enh #847): Add new grid column
EnumColumn
. - (enh #846): Enhance Grid Grouping to better parse multi level group footers.
- (enh #843, #844): Add ability to have different exportConversions for specific export type.
- For example
from_pdf
andto_pdf
will be used instead offrom
andto
. If
onlyto_pdf
is set thenfrom
andto_pdf
will be used.
- For example
- (enh #840): Update Persian Translations.
- (enh #839): Enhancements to export form functionality.
Version 3.2.6
Version 3.2.5
Date: 27-Sep-2018
- Bump up version.
Version 3.2.4
Date: 22-Sep-2018
- (enh #829): Enhancements in parsing Bootstrap CSS classes (ref: kartik-v/yii2-krajee-base#100).
- (enh #828): Enhance
ActionColumn::dropdownButton
to be setup as a callback.
Version 3.2.3
Date: 22-Sep-2018
- Implement
kartik\base\BootstrapInterface
.
Version 3.2.2
Version 3.2.2
Date: 20-Sep-2018
- Enhance ExpandRowColumn default row css for Bootstrap 4.x.
- Enhance styling and behavior for Bootstrap 4.x.
- (bug #826): Update Ukrainian Translations.
Version 3.2.1
Date: 12-Sep-2018
- (bug #817): Correct properties for BootstrapTrait use.