Skip to content

Releases: kartik-v/yii2-grid

Version 3.3.0

12 Mar 17:05
Compare
Choose a tag to compare

Date: 12-Mar-2019

  • (enh #881): Allow page summary to be positioned via pageSummaryPosition (GridView::POS_TOP or GridView::POS_BOTTOM).
  • (enh #879): Implement itemsLabelAccusative and message token items-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

07 Dec 12:31
Compare
Choose a tag to compare

Date: 07-Dec-2018

  • (enh #864): Unique columnKey property in grid columns.
  • (enh #862): Enhance ExpandRowColumn behavior to support multiple expand row columns per grid.
  • (enh #859): Harmonized asset namespaces.

Version 3.2.8

09 Nov 15:50
Compare
Choose a tag to compare

Date: 09-Nov-2018

  • (bug #854): Correct grid export to allow parsing new lines in content (for CSV/TEXT).
  • (enh #853): Correct grid grouping for child groups with repeating values.
  • (enh #852): Correct grid grouping for grids without grid footer.
  • Update README.

Version 3.2.7

03 Nov 18:26
Compare
Choose a tag to compare

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 and to_pdf will be used instead of from and to. If
      only to_pdf is set then from and to_pdf will be used.
  • (enh #840): Update Persian Translations.
  • (enh #839): Enhancements to export form functionality.

Version 3.2.6

09 Oct 08:13
Compare
Choose a tag to compare

Date: 09-Oct-2018

  • Update composer dependencies.
  • Enhance ExportController HTTP headers.
  • (enh #837): Various enhancements to grid export styling.
  • (bug #835): Correct rendering error due to code change in core GridView in yiisoft/yii2.

Version 3.2.5

27 Sep 03:46
Compare
Choose a tag to compare

Date: 27-Sep-2018

  • Bump up version.

Version 3.2.4

26 Sep 14:30
Compare
Choose a tag to compare

Date: 22-Sep-2018

Version 3.2.3

22 Sep 07:48
Compare
Choose a tag to compare

Date: 22-Sep-2018

  • Implement kartik\base\BootstrapInterface.

Version 3.2.2

20 Sep 14:15
Compare
Choose a tag to compare

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

12 Sep 11:05
Compare
Choose a tag to compare

Date: 12-Sep-2018

  • (bug #817): Correct properties for BootstrapTrait use.