Skip to content

Releases: kartik-v/yii2-grid

Version 3.1.0

25 Jan 04:05
Compare
Choose a tag to compare

Date: 13-Jan-2016

  1. (enh #402): Correct casting of primary key in EditableColumn for composite and MongoId scenario.
  2. (enh #407): Correct casting of primary key in ExpandRowColumn for composite and MongoId scenario.
  3. (bug #434): Correct pjax validation for DataColumn.
  4. (enh #436): Add branch alias for dev-master latest release.
  5. (enh #437): Update Brazilian Portuguese Translations
  6. (bug #438): Correct pjax validation for DataColumn.

Version 3.0.9

10 Jan 16:50
Compare
Choose a tag to compare

Date: 10-Jan-2016

  1. (enh #410, #413): Add Thai translations.
  2. (bug #415): Fix double quote replace in csv export.
  3. (enh #419): Create new EditableColumnAction class.
  4. (enh #420): Enhance EditableColumn to pass current model attribute as ajax posted data.
  5. Sort entries in message files.
  6. (enh #431): Disable PJAX pushState by default to avoid plugin conflict on browser back forward.
  7. (enh #432): Enhancements for PJAX reinitialization.

Version 3.0.8

05 Dec 19:29
Compare
Choose a tag to compare
  1. (enh #303): Correct Safari specific limitation for jQuery slideDown animation in ExpandRowColumn.
  2. (enh #347): New defaultPagination property to allow setting default to 'page' or 'all'.
  3. (bug #370): Enhance EditableColumn::refreshGrid validation.
  4. (bug #371): Allow tag to be set for rendering beforeHeader.
  5. (enh #380): Allow toolbar and panel classes/layouts to be overridden.
  6. (bug #387): Rename Czech translation message folder from cz to cs.
  7. (enh #389): Various enhancements to table float header.
  8. (enh #390): Perfect scroll bars plugin enhancement.
  9. Various coding style enhancements, optimizations, and fixes.
  10. (enh #391): Toggle data enhancement with confirmation dialog for show all and hide maxCount.
  11. Regenerate and update message translations.
  12. (enh #397): Updated Dutch Translations.
  13. (enh #399): Correct resizableColumns initialization for PJAX.
  14. (enh #410): Updated Czech Translations.
  15. Update to release v1.3.2 of the mkoryak/floatThead plugin.
  16. Update ExportController post data method.

Version 3.0.7

12 Sep 19:47
Compare
Choose a tag to compare
  1. (enh #336): Add enableCache property in ExpandRowColumn.
  2. (enh #352): Display expanded ajax content in ExpandRowColumn when initial value = ROW_EXPANDED.
  3. (enh #354): Add options to set resizableColumns plugin options.
  4. Better styling for revamped Select2 widget.
  5. (enh #365): Validate disabled checkbox rows for highlight in CheckboxColumn.

Version 3.0.6

14 Jul 19:23
Compare
Choose a tag to compare

Date: 15-Jul-2015

  1. (enh #338): Various enhancements for grid excel export formatting.

Version 3.0.5

07 Jul 17:58
Compare
Choose a tag to compare

Date: 07-Jul-2015

  1. (enh #322): Send serialized data-key when ExpandRowColumn has a composite key.
  2. (enh #323): Prevent pjax:complete init script being called multiple times.
  3. (enh #325): Various enhancements to client script registrations.
  4. (enh #326): Zero width joiner for excel exports.
  5. (enh #328): Add Turkish translations.
  6. (enh #334): Add grid grouping functionalities.

Version 3.0.4

24 Jun 05:25
Compare
Choose a tag to compare

Date: 24-Jun-2015

  1. (enh #320): Trim trailing whitespaces from text/csv exports.
  2. (enh #321): Add Indonesian translations.

Version 3.0.3

16 Jun 05:12
Compare
Choose a tag to compare

Date: 15-Jun-2015

  1. (enh #300): Add Lithuanian Translations.
  2. (enh #301): Add Greek Translations.
  3. (enh #310): Updated German Translations.
  4. (enh #311): Better defaulting of Select2 pluginOptions['width'].
  5. (enh #313): Add Czech translations.
  6. (enh #317): Add missing spanish translations.
  7. (enh #318): Fix post pjax setTimeout JS function.

Version 3.0.2

10 May 19:42
Compare
Choose a tag to compare

Date: 11-May-2015

  1. (enh #261): Allow initialization of ExpandRowColumn cells even if they are hidden.
  2. (enh #263): Added fa-IR (Farsi) translations.
  3. (enh #268): Fix BooleanColumn::falseIcon default.
  4. (enh #271): Better parsing of hidden columns to calculate ExpandRowColumn rowspan.
  5. (enh #272): New property ExpandRowColumn::expandOneOnly to allow only one row to expand at a time.
  6. (enh #282, #284): Allow disabling click behavior for specific elements when ExpandRowColumn::enableRowClick is true.
  7. (enh #287): Allow columns to be highlighted on initialization of CheckboxColumn.
  8. (enh #288): Enhance grid export plugin to clean up hyperlink tags within table header.
  9. (enh #290): Allow expandOneOnly property behavior even if allowBatchToggle is set to false.
  10. (enh #291): ExpandRowColumn styling enhancements.
  11. (enh #296): Responsively wrap table columns for smaller screen devices.

Version 3.0.1

31 Mar 07:09
Compare
Choose a tag to compare

Date: 14-Mar-2015

  1. (enh #176): Allow displayValue to be overridden for editable column.
  2. (enh kartik-v/yii2-dynagrid#47): Set a timeout for plugin reinitialization on pjax complete.
  3. (enh #229): Ability to set readonly rows in EditableColumn.
  4. (enh #237): Parse valueIfNull correctly within EditableColumn editableOptions.
  5. (enh #239): Updated Russian translations.
  6. (enh #245): Various enhancements to grid pagination toggle.
  7. (enh #247): Add ability to set dropdownOptions for ActionColumn dropdown.
  8. (enh #249): Add new properties toggleDataContainer and exportDataContainer for controlling button group options.
  9. (enh #250): Parse pjax setting in toggleData button to enable toggling pagination via pjax.
  10. (bug #251): Fix ExpandRowColumn bug with disabled closure and unnecessary check for title.
  11. (bug #252): Fix undefined $filterInputOptions in DataColumn.
  12. (enh #253): Enhance EditableColumn refreshGrid behavior for multiple editable columns on the grid.
  13. (enh #255): Enhance ExpandRowColumn to allow expand/collapse on row click.
  14. (enh #256): New property extraData for sending extra data to ExpandRowColumn via ajax load call.
  15. (enh #257): Fix for detailOptions to be set as Closure in ExpandRowColumn.