Releases: kartik-v/yii2-grid
Releases · kartik-v/yii2-grid
Version 3.0.0
Date: 13-Feb-2015
- (bug #178): Enhance CheckboxColumn to allow contentOptions to be set as Closure.
- (enh #178): New validation of contentOptions for all the extended grid Columns.
- Code formatting updates as per Yii2 coding style.
- (bug #180): Fix namespaces of classes.
- Revamp to use new Krajee base Module and TranslationTrait.
- (bug #183): Implement alignment validation for content within ActionColumn.
- (bug #184): Correct the dependency on kartik\mpdf\Pdf for export.
- (bug #185): Set right jQuery selector for grid table export.
- (enh #186): New feature - Allow resizing of columns like a spreadsheet.
- (enh #188): Eliminate filter row and all form inputs from export.
- (enh #189): Various performance enhancements to client script and plugin registrations.
- (bug #190): Allow editable beforeInput in EditableColumn to be passed as Closure.
- (bug #191): Correct Closure namespace for
value
validation in GridView. - (bug #192): Correct value callback in
FormulaColumn
. - (enh #198): Better container for initializing
resizableColumns
. - (enh #200): Expand row loading indicator reset for ajax load.
- (enh #202, #203): Fix grid container overflow and responsive property.
- (enh #207): Fix EditableColumn to have absolute reference to Closure.
- (enh #209): Code cleanup and restructure for various JS lint changes (using JSHint Code cleanup library).
- (enh #213): Default
persistResize
to false to prevent client caching of column widths. - (bug #214): Fix EditableColumn Closure use bug.
- (bug #215): Add Simplified Chinese message translations.
- (bug #216): Fix resizable columns container identifier.
- (enh #218): Allow gridview to be used as a sub-module.
- (enh #221): Trim json exported fields by default.
- (enh #226): Updated Russian Translations.
- (enh #227): New grid column extension RadioColumn.
- Set copyright year to current.
Version 2.9.0
Version 2.8.0
Version 2.7.0
Date: 02-Dec-2014
- (enh #150): New
ExpandRowColumn
added - allows to expand grid rows, show details, and load content via ajax. - (enh #152): Included
prepend
andappend
settings withinpageSummaryOptions
to prepend/append content to page summary. - (enh #154): Trap alert confirm dialog to allow export even after being hidden by browser do not show option.
- (enh #156): Separate all JS / CSS assets and load only if the relevant functionality is needed.
- (enh #157): Recursively replace/merge PDF export configuration correctly.
- (enh #158): Include demo messages for auto generating via config.
Version 2.6.0
Date: 20-Nov-2014
- (enh #139): German translations updated.
- (enh #140): French translations added.
- (bug #141): Enhance EditableColumn to have unique attribute input ids yet the same name.
- (bug #142): Fix missing headers in export, due to improper floatThead settings.
- (bug #143): Ability to disable / hide GridView panel footer.
- (enh #144): Revamp templates to easily configure different parts of the grid panel layout. (BC breaking change).
- (enh #145): Enhance style to enable floated header wrapper tables to autofit/expand inside panel.
- (bug #146): Create Spanish translations.
- (bug #147): ActionColumn dropdownButton label changes value only for 1st row.
- (bug #148): Enhance EditableColumn to render unique ids for input widgets.
Version 2.5.0
Version 2.4.0
Version 2.3.0
Date: 07-Nov-2014
- (bug #87): Fix key as object in mongodb.
- (enh #116): Vietnamese translations added.
- (enh #121): Portugese translations added.
- (enh #122): Hungarian translations added.
- (enh #127): Enhance dependency validation and ability to install optional packages.
- (bug #131): Fix missing
options
intoggleDataOptions
initialization. - First stable release
Version 2.2.0
Date: 04-Nov-2014
- (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)
- (enh #112): Toggle data button to allow toggling between all data and paginated data.
- (enh #113): Enhance the PDF export generation method to allow generation of formatted reports.
- (enh #114): Add
hiddenFromExport
property for all grid columns. - (enh #115): Add ability to plugin
yii2-export
extension for full grid data export. - (bug #118): Validate if
toggleGridData
is used in the extension. - (enh #121): Portugese translations.
- (enh #122): Hungarian translations.
Version 2.1.0
Date: 25-Oct-2014
- (enh #94): Enhance and revamp toolbar.
- (enh #95): Enhance export button dropdown feature.
- (enh #96): Grid Plugins: Add ability to replace tags in gridview rendered layout.
- (enh #99): Grid Export Plugins: Add ability to extend export dropdown.
- (enh #106): Set right class for GridView::FILTER_DATE_RANGE.
- (enh #107): Cleanup and refactor GridView class code for better extensibility.
- (enh #111): Fix export button dropdown menu display for IE.