Releases: kartik-v/yii2-export
Releases · kartik-v/yii2-export
Version 1.4.3
Date: 25-Jul-2023
- (enh #373): BC Breaking: Enhance ExportMenu template parts rendering to prevent wrong Bootstrap 5 plugin initializations.
- (enh #372): Enhance export to consider grid table filters.
- (enh #366): Introduce a custom delimiter option for the export config FORMAT_CSV.
- (enh #364): Fix contentOptions in
generateRow
. - (enh #363): Catch throwable exception in
generateRow
. - (enh #360): Check for web context before accessing
post()
- (enh #355): Correct dropdown init for Bootstrap v5.x.
Version 1.4.2
Version 1.4.1
Date: 27-Jul-2020
- (enh #326): Correct PDF writer export for latest PHP Spreadsheet release.
- (enh #323): Void return added for PHPSpreadsheet save method.
- (enh #321): Update Greek Translations.
- (enh #319): Enhancements of export column selector.
- (enh #318): Correct icons for bootstrap 4.
- (enh #317): Get export type function.
- (enh #309): Fix the loss of the first page if batchSize.
- (enh #304): Activating Open Collective.
Version 1.4.0
Version 1.3.9
Date: 19-Dec-2018
- (enh #288): Correct export column selection when
asDropdown
isfalse
. - (enh #276): Ability to configure explicit cell formats (header, footer, content, before, after).
Explicit cell formats must be one of thePhpOffice\PhpSpreadsheet\Cell\DataType::TYPE_
constants.
This can be set viacellFormat
settings at one or more of the following levels.Column::headerOptions['cellFormat']
withincolumns
array items.Column::contentOptions['cellFormat']
withincolumns
array items.Column::footerOptions['cellFormat']
withincolumns
array items.- The
cellFormat
setting for each array item withinExportMenu::contentBefore
- The
cellFormat
setting for each array item withinExportMenu::contentAfter
- (enh #162): Disable page summary validation and rendering for
yii2-export
.
Version 1.3.8
Date: 29-Nov-2018
- (bug #284): Correct validation when
showColumnSelector
isfalse
.
Version 1.3.7
Version 1.3.6
Date: 13-Oct-2018
- Enhance
ExportWriterPdf
to allow custom formatting
Version 1.3.5
Date: 13-Oct-2018
- Enhance PDF output rendering by cleaning HTML for unwanted tags.
- (enh #274): Correctly parse UTF-8 filename.
Version 1.3.4
Date: 12-Oct-2018
- (enh #273): Enhanced PDF Writer
ExportWriterPdf
. - (enh #272): Better UTF-8 encoding for CSV and TEXT formats.
- (enh #271): Locale specific validation messages and code enhancements.
- (enh #270): Add iframe as a new target option for export form download.
- (enh #248): Add direct download, supplement sheets, data validation features.
- (enh #204): Better event listening for dynamic export menu rendering.
- (enh #120): Better init of
_columnSelectorEnabled
.