PackageTrack
Sign in Get early access

kartik-v/yii2-grid

Yii 2 GridView on steroids. Various enhancements and utilities for the Yii 2.0 GridView widget.

v3.5.3 7.1M downloads/mo #2433 most downloaded on Packagist kartik-v/yii2-grid

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Release timing varies

gaps range from 3 weeks to 1.4 years

Rarely documented

notes for 10 of 57 stable releases

Nothing withdrawn

no release was ever pulled

12 years old

57 releases · first in 2014

0 releases in the last 12 months

see the full history below

Release timeline

57 releases · Jun 2014 to Jul 2023
2015 2017 2019 2021 2023 2025
Release Pre-release

Releases

latest 57
  1. v3.5.3 25 Jul 2023
    Release notes

    Date: 25-Jul-2023

    • (enh #1073): Fix bug in GridView::replacePart.
    Open source →
  2. v3.5.2 25 Jul 2023
    Release notes

    Date: 25-Jul-2023

    • (enh #1072): BC Breaking: Gridview replaceTags optimized to render content only if necessary using callbacks.
    • (enh #1071): Enhance default dropdown filters styling for Bootstrap 5.x.
    • (enh #1070): Enhance grid header styling for use without panel.
    Open source →
  3. v3.5.1 23 Jul 2023
    Release notes

    Date: 23-Jul-2023

    • (enh #1066, #1067): Enhance resizable columns plugin with new visibilityWaitTimeout setting.
    • (enh #1065): Add back kv-export-form class to export form.
    • (bug #1064): Fix filterAttribute usage in renderFilterCellContent.
    • (enh #1057): Persist resize uniq column ids.
    • (enh #1056): Enhance GridView layout parts rendering for preventing wrong Bootstrap 5 plugin initializations.
    • (enh #1054): Update Dutch Translations.
    • (enh #1050): Fix documentation and code mismatch.
    • (enh #1045): Add isFilterEqual method to validate filters correctly.
    • (enh #1040): Add sample code to docs for use cases where editable popover is always shown on page load.
    • (bug #1037): Correct resizable columns persist resize.
    • (bug #1036): Correct usage of layout property in GridView.
    • (enh #1031, #1032, #1033, #1034): Update Uzbek Translations.
    • (enh #1019): Update Arabic Translations.
    • Ability to set custom "resizable-column-id" for resizable colums
      • set via column's headerOptions['data-resizable-column-id'] property
    Open source →
  4. v3.5.0 26 Feb 2022
    Release notes

    Date: 25-Feb-2022

    BC Breaking new major release

    • (enh #1017): PHP 8.1 enhancements for native functions.
    • Enhance & standardize php docs for new website https://docs.krajee.com.
    • (bug #1011): Correct GridView initialization for toggleData set to false.
    • (enh #1010): Enhance sorter link rendering to include customizable sorter icons.
    • (enh #1009): (BC Breaking) Enhancements to float header, footer, and page summary.
      • floating the header, footer, or page summary is possible and will use the CSS sticky property supported in new browsers
      • floatThead plugin is obsoleted
      • properties floatHeaderOptions and floatOverflowContainer are deprecated and not used anymore
    • (enh #1006): Reorganize main widget code into trait and interface.
    • (bug #1005): (BC Breaking) Remove requires dependency on yii2-bootstrap4-dropdown & yii2-bootstrap5-dropdown and move it to suggests.
    • (enh #1004): Enhancements to Boolean Column and its filter styling.
    • (enh #1003): NEW: Edited Highlighted Row Functionality.
    • (enh #996, #997): Fix compatibility with old php version.
    • (bug #995): Correct expand row behavior for nested grid views when used with grid grouping.
    • (bug #991, enh #912): Enhancements and fixes to ExpandRowColumn.
    Open source →
  5. v3.3.6 03 Sep 2021
    Release notes

    Date: 03-Sep-2021

    • (enh #993): Enhancements to support Bootstrap v5.x.
    • (enh #971): Correct kv-grid-group.js version.
    • (enh #969): Update Fontawesome CDN version.
    • (enh #968): Update Ukraine Translations.
    • (bug #959): Correct filterOptions column seq setting in ColumnTrait.
    • (bug #958): Correct ExpandRowColumn expand all & collapse all.
    • (enh #956): Update Portugese Brazilian Translations.
    Open source →
  6. v3.3.5 27 Mar 2020
    Release notes

    Date: 27-Mar-2020

    • (enh #948): New property ExpandRowColumn::msgDetailLoading.
    • (enh #947): Enhance behavior for initial rows expanded set via GridView::ROW_EXPANDED.
    • (enh #940): Set dependency on kartik-v/yii2-bootstrap4-dropdown.
    • (enh #934, #938): Correct ternary operator for PHP 7.4 support.
    • (enh #932): Correct Expand Row container parsing for nested expand row columns.
    • (enh #929): Enhance Expand Row Column plugin and correct expand one only.
    • (bug #911): Correct slugColHeads usage in JSON export script.
    Open source →
  7. v3.3.4 26 Aug 2019
    Release notes

    Date: 26-Aug-2019

    • (bug #924): Correct rowOptions init.
    • (enh #407): Enhance data-key generation.
    Open source →
  8. v3.3.3 23 Aug 2019
    Release notes

    Date: 23-Aug-2019

    • (enh #922): Correct documentation for floatHeaderOptions['top'].
    • (enh #918): Allow specific elements to be skipped from export via export['skipExportElements'].
    • Update GridView Asset Bundle Dependencies.
    • (enh #919, #909): Enhance expand row cell click.
    • (enh #917): Correct checkbox column highlight behavior to accomodate changes in yiisoft/yii2#17332.
    • (enh #916): Set ActionColumn button label aria-hidden as true for screen reader.
    • (enh #773): Enhance grid grouping for more correct summary calculations for nested GridView.
    Open source →
  9. v3.3.2 18 Jun 2019
    Release notes

    Date: 18-Jun-2019

    • (enh #913): Enhance column to set own pageSummaryFormat.
    • (bug #910): Float THead minified plugin asset error.
    • (bug #907): Fixed bug with undefined offset inside rendering summary row when using string columns keys (Yuriy Mamaev)
    • (enh #906): Allow setting page summary colspan direction (ltr or rtl)
      • set via column's pageSummaryOptions['data-colspan-dir'] property
    Open source →
  10. v3.3.1 17 May 2019
    Release notes

    Date: 17-May-2019

    • Implement stale bot.
    • (enh #902): Ability to merge columns at page summary (via pageSummaryOptions['colspan'] set at column level).
    • (enh #901): Update Latvian Translations.
    • (enh #896): Enhance generation of pjax container identifier.
    • (bug #889): Correct nested expand row validation.
    • (enh #888): Enhance BooleanColumn data rendering for grid export.
    • (bug #885, #886): Fix for CheckboxColumn::checkboxOptions to be set as Closure.
    • (enh #884): Fix for jQuery 3.x - replace jQuery.load with jQuery.ajax.
    • (enh #882): Update Ukranian Translations.
    Open source →
  11. v3.3.0 12 Mar 2019

    Nothing published for this version

  12. v3.2.9 07 Dec 2018

    Nothing published for this version

  13. v3.2.8 09 Nov 2018

    Nothing published for this version

  14. v3.2.7 03 Nov 2018

    Nothing published for this version

  15. v3.2.6 09 Oct 2018

    Nothing published for this version

  16. v3.2.5 27 Sep 2018

    Nothing published for this version

  17. v3.2.4 26 Sep 2018

    Nothing published for this version

  18. v3.2.3 22 Sep 2018

    Nothing published for this version

  19. v3.2.2 20 Sep 2018

    Nothing published for this version

  20. v3.2.1 12 Sep 2018

    Nothing published for this version

  21. v3.2.0 10 Sep 2018

    Nothing published for this version

  22. v3.1.9 06 Sep 2018

    Nothing published for this version

  23. v3.1.8 18 Jul 2018

    Nothing published for this version

  24. v3.1.7 23 Nov 2017

    Nothing published for this version

  25. v3.1.6 22 Oct 2017

    Nothing published for this version

  26. v3.1.5 09 Jun 2017

    Nothing published for this version

  27. v3.1.4 08 Jun 2017

    Nothing published for this version

  28. v3.1.3 22 Oct 2016

    Nothing published for this version

  29. v3.1.2 16 Aug 2016

    Nothing published for this version

  30. v3.1.1 09 Apr 2016

    Nothing published for this version

  31. v3.1.0 14 Jan 2016

    Nothing published for this version

  32. v3.0.9 10 Jan 2016

    Nothing published for this version

  33. v3.0.8 05 Dec 2015

    Nothing published for this version

  34. v3.0.7 12 Sep 2015

    Nothing published for this version

  35. v3.0.6 14 Jul 2015

    Nothing published for this version

  36. v3.0.5 07 Jul 2015

    Nothing published for this version

  37. v3.0.4 24 Jun 2015

    Nothing published for this version

  38. v3.0.3 16 Jun 2015

    Nothing published for this version

  39. v3.0.2 10 May 2015

    Nothing published for this version

  40. v3.0.1 25 Mar 2015

    Nothing published for this version

  41. v3.0.0 13 Feb 2015

    Nothing published for this version

  42. v2.9.0 27 Dec 2014

    Nothing published for this version

  43. v2.8.0 17 Dec 2014

    Nothing published for this version

  44. v2.7.0 02 Dec 2014

    Nothing published for this version

  45. v2.6.0 21 Nov 2014

    Nothing published for this version

  46. v2.5.0 17 Nov 2014

    Nothing published for this version

  47. v2.4.0 16 Nov 2014

    Nothing published for this version

  48. v2.3.0 09 Nov 2014

    Nothing published for this version

  49. v2.2.0 07 Nov 2014

    Nothing published for this version

  50. v2.1.0 29 Oct 2014

    Nothing published for this version

  51. v2.0.0 11 Oct 2014

    Nothing published for this version

  52. v1.9.0 04 Sep 2014

    Nothing published for this version

  53. v1.8.0 21 Aug 2014

    Nothing published for this version

  54. v1.7.0 21 Jul 2014

    Nothing published for this version

  55. v1.6.0 10 Jul 2014

    Nothing published for this version

  56. v1.5.0 10 Jul 2014

    Nothing published for this version

  57. v1.4.0 28 Jun 2014

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive