Releases: kartik-v/yii2-grid
Releases · kartik-v/yii2-grid
Version 3.1.0
Date: 13-Jan-2016
- (enh #402): Correct casting of primary key in EditableColumn for composite and MongoId scenario.
- (enh #407): Correct casting of primary key in ExpandRowColumn for composite and MongoId scenario.
- (bug #434): Correct pjax validation for DataColumn.
- (enh #436): Add branch alias for dev-master latest release.
- (enh #437): Update Brazilian Portuguese Translations
- (bug #438): Correct pjax validation for DataColumn.
Version 3.0.9
Date: 10-Jan-2016
- (enh #410, #413): Add Thai translations.
- (bug #415): Fix double quote replace in csv export.
- (enh #419): Create new
EditableColumnAction
class. - (enh #420): Enhance EditableColumn to pass current model
attribute
as ajax posted data. - Sort entries in message files.
- (enh #431): Disable PJAX pushState by default to avoid plugin conflict on browser back forward.
- (enh #432): Enhancements for PJAX reinitialization.
Version 3.0.8
- (enh #303): Correct Safari specific limitation for jQuery slideDown animation in ExpandRowColumn.
- (enh #347): New
defaultPagination
property to allow setting default to 'page' or 'all'. - (bug #370): Enhance
EditableColumn::refreshGrid
validation. - (bug #371): Allow
tag
to be set for renderingbeforeHeader
. - (enh #380): Allow toolbar and panel classes/layouts to be overridden.
- (bug #387): Rename Czech translation message folder from
cz
tocs
. - (enh #389): Various enhancements to table float header.
- (enh #390): Perfect scroll bars plugin enhancement.
- Various coding style enhancements, optimizations, and fixes.
- (enh #391): Toggle data enhancement with confirmation dialog for show all and hide maxCount.
- Regenerate and update message translations.
- (enh #397): Updated Dutch Translations.
- (enh #399): Correct resizableColumns initialization for PJAX.
- (enh #410): Updated Czech Translations.
- Update to release v1.3.2 of the
mkoryak/floatThead
plugin. - Update ExportController post data method.
Version 3.0.7
- (enh #336): Add
enableCache
property inExpandRowColumn
. - (enh #352): Display expanded ajax content in ExpandRowColumn when initial value = ROW_EXPANDED.
- (enh #354): Add options to set resizableColumns plugin options.
- Better styling for revamped Select2 widget.
- (enh #365): Validate disabled checkbox rows for highlight in CheckboxColumn.
Version 3.0.6
Date: 15-Jul-2015
- (enh #338): Various enhancements for grid excel export formatting.
Version 3.0.5
Date: 07-Jul-2015
- (enh #322): Send serialized
data-key
when ExpandRowColumn has a composite key. - (enh #323): Prevent
pjax:complete
init script being called multiple times. - (enh #325): Various enhancements to client script registrations.
- (enh #326): Zero width joiner for excel exports.
- (enh #328): Add Turkish translations.
- (enh #334): Add grid grouping functionalities.
Version 3.0.4
Version 3.0.3
Date: 15-Jun-2015
- (enh #300): Add Lithuanian Translations.
- (enh #301): Add Greek Translations.
- (enh #310): Updated German Translations.
- (enh #311): Better defaulting of Select2
pluginOptions['width']
. - (enh #313): Add Czech translations.
- (enh #317): Add missing spanish translations.
- (enh #318): Fix post pjax
setTimeout
JS function.
Version 3.0.2
Date: 11-May-2015
- (enh #261): Allow initialization of ExpandRowColumn cells even if they are hidden.
- (enh #263): Added fa-IR (Farsi) translations.
- (enh #268): Fix
BooleanColumn::falseIcon
default. - (enh #271): Better parsing of hidden columns to calculate ExpandRowColumn rowspan.
- (enh #272): New property
ExpandRowColumn::expandOneOnly
to allow only one row to expand at a time. - (enh #282, #284): Allow disabling click behavior for specific elements when ExpandRowColumn::enableRowClick is
true
. - (enh #287): Allow columns to be highlighted on initialization of
CheckboxColumn
. - (enh #288): Enhance grid export plugin to clean up hyperlink tags within table header.
- (enh #290): Allow
expandOneOnly
property behavior even ifallowBatchToggle
is set tofalse
. - (enh #291): ExpandRowColumn styling enhancements.
- (enh #296): Responsively wrap table columns for smaller screen devices.
Version 3.0.1
Date: 14-Mar-2015
- (enh #176): Allow displayValue to be overridden for editable column.
- (enh kartik-v/yii2-dynagrid#47): Set a timeout for plugin reinitialization on pjax complete.
- (enh #229): Ability to set readonly rows in EditableColumn.
- (enh #237): Parse valueIfNull correctly within EditableColumn editableOptions.
- (enh #239): Updated Russian translations.
- (enh #245): Various enhancements to grid pagination toggle.
- (enh #247): Add ability to set
dropdownOptions
forActionColumn
dropdown. - (enh #249): Add new properties
toggleDataContainer
andexportDataContainer
for controlling button group options. - (enh #250): Parse pjax setting in
toggleData
button to enable toggling pagination via pjax. - (bug #251): Fix ExpandRowColumn bug with disabled closure and unnecessary check for title.
- (bug #252): Fix undefined
$filterInputOptions
in DataColumn. - (enh #253): Enhance EditableColumn
refreshGrid
behavior for multiple editable columns on the grid. - (enh #255): Enhance ExpandRowColumn to allow expand/collapse on row click.
- (enh #256): New property
extraData
for sending extra data to ExpandRowColumn via ajax load call. - (enh #257): Fix for
detailOptions
to be set as Closure in ExpandRowColumn.