Releases: kartik-v/yii2-export
Releases · kartik-v/yii2-export
Version 1.3.3
Version 1.3.2
Version 1.3.1
Version 1.3.0
Date: 07-Sep-2018
- Enhancements to support Bootstrap v4.x.
- Move all source code to
src
directory. - (enh #256, #257): Correct documentation.
- (enh #255): Modify code for better performance.
- (kartik-v/yii2-krajee-base#94): Refactor code and consolidate / optimize properties within traits.
- (bug #252): Correct krajeeDialog plugin undefined initialization.
- (enh #249, #250): New property
exportFormHiddenInputs
for submitting additional data with export form.
Version 1.2.9
Date: 24-Feb-2018
- (enh #241): Update Ukranian translations.
- (enh #239): New property
stripHtml
that would strip Html tags. - (enh #238): New style options for header, box, and cells.
- (enh #236): Autoformat cells via enhanced column configuration style properties.
- (enh #235): Change default export path from
@webroot/runtime/export
to@app/runtime/export
. - (enh #234): Correct temp file deletion.
- Refactor and optimize code.
- (enh #232): Replace PHPExcel with updated PHPSpreadsheet library.
- (enh #230): Export HTML content more correctly fixes #168, #126.
Version 1.2.8
Date: 19-Nov-2017
- (bug #221, #222): Correct auto filter.
- (bug #211): Correct directory creation to be recursive.
- (enh #209): New event property
onGenerateFile
. - (enh #208): Optimize code and eliminate redundant properties.
- (enh #205): Updates for mpdf 7.0. Changes to PDF rendering.
- Chronological ordering of issues for change log.
- (enh #197): Add public method
getExportType
to access throughonRender
callbacks. - (enh #196): More correct
styleOptions
parsing forcontentBefore
andcontentAfter
. - Code documentation enhancements.
- (enh #188): Better validation of empty data using
isset
. - (enh #185): Add Vietnamese Translations.
- (enh #126): Allow HTML tags in cell value based on data column format.
Version 1.2.7
Date: 13-Mar-2017
- Update message config to include all default standard translation files.
- (enh #182, #183): Correct column label key increment.
- (enh #177): Update French Translations.
- (enh #175): Add French Translations.
- (bug #165): Empty export result when only first column is selected.
- (bug #164): Process export correctly when confirmation alert is not set.
- (enh #163): Add dependency for kartik-v/yii2-dialog.
Version 1.2.6
Date: 05-Aug-2016
- (enh #135): Add Indonesian translations.
- (enh #137): Add Estonian translations.
- (enh #138): Add dynagrid selection support.
- (enh #141): Add grouping option in export column.
- (enh #149): Add Turkish translations.
- (enh #150): Created beforeContent and afterContent settings.
- (bug #151): Correct "undefined offset" when
batchSize
is set. - (bug #155): Fix '0' value being wrongly parsed in empty check.
- (enh #156): Add Lithuanian translations.
- (enh #159): Fix export to exel columns with comma in headers.
- Add contribution templates.
- (enh #161): Implement Krajee Dialog to display confirmation alerts.
Version 1.2.5
Date: 18-Apr-2016
- (enh #115): Add Polish translations.
- (enh #118): Validation for empty value.
- (enh #117): Add German translations.
- (enh #119): Add Hungarian translations.
- (enh #121): Add Dutch translations.
- (enh #123): Allow the exported filename to have spaces.
- (enh #124): Add Italian translations.
- (enh #133): Modify default
pdfLibrary
setting for mPDF.
Version 1.2.4
Date: 04-Feb-2016
- (enh #78): Add Portugese Brazilian translations.
- (enh #87): Cache dataProvider total count (for performance).
- (enh #89): New property
onInitExcel
as an event forinitPHPExcel
method. - (enh #98): More correct models count for generateBody.
- (enh #99): New setter methods
setPHPExcel
,setPHPExcelWriter
,setPHPExcelSheet
- PHP comment formatting and PHPDoc updates.
- (enh #100): Add Czech language translations.
- (enh #100): Add Czech language translations.
- (enh #112): Added option to configure timeout.
- (enh #114): Add composer branch alias to allow getting latest
dev-master
updates.