Skip to content

Releases: kartik-v/yii2-grid

Version 3.0.0

13 Feb 03:49
Compare
Choose a tag to compare

Date: 13-Feb-2015

  1. (bug #178): Enhance CheckboxColumn to allow contentOptions to be set as Closure.
  2. (enh #178): New validation of contentOptions for all the extended grid Columns.
  3. Code formatting updates as per Yii2 coding style.
  4. (bug #180): Fix namespaces of classes.
  5. Revamp to use new Krajee base Module and TranslationTrait.
  6. (bug #183): Implement alignment validation for content within ActionColumn.
  7. (bug #184): Correct the dependency on kartik\mpdf\Pdf for export.
  8. (bug #185): Set right jQuery selector for grid table export.
  9. (enh #186): New feature - Allow resizing of columns like a spreadsheet.
  10. (enh #188): Eliminate filter row and all form inputs from export.
  11. (enh #189): Various performance enhancements to client script and plugin registrations.
  12. (bug #190): Allow editable beforeInput in EditableColumn to be passed as Closure.
  13. (bug #191): Correct Closure namespace for value validation in GridView.
  14. (bug #192): Correct value callback in FormulaColumn.
  15. (enh #198): Better container for initializing resizableColumns.
  16. (enh #200): Expand row loading indicator reset for ajax load.
  17. (enh #202, #203): Fix grid container overflow and responsive property.
  18. (enh #207): Fix EditableColumn to have absolute reference to Closure.
  19. (enh #209): Code cleanup and restructure for various JS lint changes (using JSHint Code cleanup library).
  20. (enh #213): Default persistResize to false to prevent client caching of column widths.
  21. (bug #214): Fix EditableColumn Closure use bug.
  22. (bug #215): Add Simplified Chinese message translations.
  23. (bug #216): Fix resizable columns container identifier.
  24. (enh #218): Allow gridview to be used as a sub-module.
  25. (enh #221): Trim json exported fields by default.
  26. (enh #226): Updated Russian Translations.
  27. (enh #227): New grid column extension RadioColumn.
  28. Set copyright year to current.

Version 2.9.0

28 Dec 13:41
Compare
Choose a tag to compare

Date: 26-Dec-2014

  1. (bug #172): Ability to configure export form submission target.
  2. (bug #173): Ability to configure display of confirmation alert dialog before export.

Version 2.8.0

17 Dec 07:51
Compare
Choose a tag to compare

Date: 16-Dec-2014

  1. (bug #167): Fix Yii message parsing for Html5Input '$this->noSupport'.
  2. (enh #168): Prevent user to rapidly toggle and break the expand row before expansion or collapse.
  3. (enh #169): Enable itemsBefore and itemsAfter to be added for export dropdown menu.

Version 2.7.0

02 Dec 10:58
Compare
Choose a tag to compare

Date: 02-Dec-2014

  1. (enh #150): New ExpandRowColumn added - allows to expand grid rows, show details, and load content via ajax.
  2. (enh #152): Included prepend and append settings within pageSummaryOptions to prepend/append content to page summary.
  3. (enh #154): Trap alert confirm dialog to allow export even after being hidden by browser do not show option.
  4. (enh #156): Separate all JS / CSS assets and load only if the relevant functionality is needed.
  5. (enh #157): Recursively replace/merge PDF export configuration correctly.
  6. (enh #158): Include demo messages for auto generating via config.

Version 2.6.0

21 Nov 21:15
Compare
Choose a tag to compare

Date: 20-Nov-2014

  1. (enh #139): German translations updated.
  2. (enh #140): French translations added.
  3. (bug #141): Enhance EditableColumn to have unique attribute input ids yet the same name.
  4. (bug #142): Fix missing headers in export, due to improper floatThead settings.
  5. (bug #143): Ability to disable / hide GridView panel footer.
  6. (enh #144): Revamp templates to easily configure different parts of the grid panel layout. (BC breaking change).
  7. (enh #145): Enhance style to enable floated header wrapper tables to autofit/expand inside panel.
  8. (bug #146): Create Spanish translations.
  9. (bug #147): ActionColumn dropdownButton label changes value only for 1st row.
  10. (bug #148): Enhance EditableColumn to render unique ids for input widgets.

Version 2.5.0

17 Nov 16:26
Compare
Choose a tag to compare

Date: 17-Nov-2014

  1. bug #135: Upgrade to latest release of floatTHeader plugin.
  2. bug #136: Fix IE specific errors in floatHeader when columns are hidden.

Version 2.4.0

16 Nov 19:10
Compare
Choose a tag to compare

Date: 14-Nov-2014

  1. bug #132: Correct page summary calculation.
  2. bug #133: Skip mPDF dependency when export is set to false.
  3. enh #134: Configure panel before and after to be set to boolean false, in case one wishes to hide these.
  4. Set release to stable.

Version 2.3.0

09 Nov 18:35
Compare
Choose a tag to compare

Date: 07-Nov-2014

  1. (bug #87): Fix key as object in mongodb.
  2. (enh #116): Vietnamese translations added.
  3. (enh #121): Portugese translations added.
  4. (enh #122): Hungarian translations added.
  5. (enh #127): Enhance dependency validation and ability to install optional packages.
  6. (bug #131): Fix missing options in toggleDataOptions initialization.
  7. First stable release

Version 2.2.0

07 Nov 10:30
Compare
Choose a tag to compare

Date: 04-Nov-2014

  1. (enh #110): Various export functionality enhancements:
    • Add a separate export popup progress window.
    • Setup a confirmation prompt to allow user to confirm if file is to be downloaded.
    • Separate messages configuration for all export related notifications.
    • Asynchronous export process on the separate window - and avoid any grid refresh
    • Set export mime types to be configurable
    • Add support for exporting new file types:
      • JSON export
      • PDF export (using yii2-mpdf extension)
    • Add functionality for full data export
    • Enhance icons formatting for export file types (and beautify optionally using font awesome)
  2. (enh #112): Toggle data button to allow toggling between all data and paginated data.
  3. (enh #113): Enhance the PDF export generation method to allow generation of formatted reports.
  4. (enh #114): Add hiddenFromExport property for all grid columns.
  5. (enh #115): Add ability to plugin yii2-export extension for full grid data export.
  6. (bug #118): Validate if toggleGridData is used in the extension.
  7. (enh #121): Portugese translations.
  8. (enh #122): Hungarian translations.

Version 2.1.0

03 Nov 13:19
Compare
Choose a tag to compare

Date: 25-Oct-2014

  1. (enh #94): Enhance and revamp toolbar.
  2. (enh #95): Enhance export button dropdown feature.
  3. (enh #96): Grid Plugins: Add ability to replace tags in gridview rendered layout.
  4. (enh #99): Grid Export Plugins: Add ability to extend export dropdown.
  5. (enh #106): Set right class for GridView::FILTER_DATE_RANGE.
  6. (enh #107): Cleanup and refactor GridView class code for better extensibility.
  7. (enh #111): Fix export button dropdown menu display for IE.