Skip to content

Releases: kartik-v/yii2-export

Version 1.4.3

25 Jul 11:05
Compare
Choose a tag to compare

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

03 Nov 05:04
Compare
Choose a tag to compare

Date: 03-Nov-2021

  • (enh #353): Enhancements to support Bootstrap v5.x.
  • (enh #333): Correct stripHtml.
  • (enh #330): Sanitize file names in a better way.
  • (enh #328, #329): Allow closure for contentOptions.

Version 1.4.1

27 Jul 18:30
Compare
Choose a tag to compare

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

25 May 07:09
Compare
Choose a tag to compare

Date: 25-May-2019

  • (enh #296): Create model via instance method.
  • (enh #292): Clean output buffers before readfile dump to browser.
  • Implement stale bot.

Version 1.3.9

19 Dec 11:04
Compare
Choose a tag to compare

Date: 19-Dec-2018

  • (enh #288): Correct export column selection when asDropdown is false.
  • (enh #276): Ability to configure explicit cell formats (header, footer, content, before, after).
    Explicit cell formats must be one of the PhpOffice\PhpSpreadsheet\Cell\DataType::TYPE_ constants.
    This can be set via cellFormat settings at one or more of the following levels.
    • Column::headerOptions['cellFormat'] within columns array items.
    • Column::contentOptions['cellFormat'] within columns array items.
    • Column::footerOptions['cellFormat'] within columns array items.
    • The cellFormat setting for each array item within ExportMenu::contentBefore
    • The cellFormat setting for each array item within ExportMenu::contentAfter
  • (enh #162): Disable page summary validation and rendering for yii2-export.

Version 1.3.8

29 Nov 08:05
Compare
Choose a tag to compare

Date: 29-Nov-2018

  • (bug #284): Correct validation when showColumnSelector is false.

Version 1.3.7

10 Nov 15:26
Compare
Choose a tag to compare

Date: 10-Nov-2018

  • (enh #283): Correct export columns validation.
  • (enh #282): Include use yii\db\QueryInterface.
  • (enh #281): Correct export download to allow parsing new lines in content.
  • (enh #280): Correct attribute label parsing.
  • Update README.
  • (enh #279): Update Persian translations.

Version 1.3.6

13 Oct 07:42
Compare
Choose a tag to compare

Date: 13-Oct-2018

  • Enhance ExportWriterPdf to allow custom formatting

Version 1.3.5

13 Oct 06:00
Compare
Choose a tag to compare

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

11 Oct 21:22
Compare
Choose a tag to compare

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.