Skip to content

Releases: omines/datatables-bundle

0.10.0-rc.2

04 Feb 09:13
3991cf8
Compare
Choose a tag to compare
0.10.0-rc.2 Pre-release
Pre-release

What's Changed

  • Add raw parameter on AdapterInterface and let OpenSpout exporter use it by @mhvis in #366

Full Changelog: 0.10.0-rc.1...0.10.0-rc.2

0.10.0-rc.1

03 Feb 14:29
6efccf5
Compare
Choose a tag to compare
0.10.0-rc.1 Pre-release
Pre-release

What's Changed

  • Add pre and post response events by @NMe84 in #373
  • Change AbstractAdapter to use iterator instead of array by @mhvis in #371
  • Add style and columnWidth options to the ExcelOpenSpoutExporter by @mhvis in #368
  • Fixes and changes for column filters by @mhvis in #369

Full Changelog: 0.9.2...0.10.0-rc.1

0.9.2

23 Jan 14:55
Compare
Choose a tag to compare

Fix compatibility issues with mb_trim.

Full Changelog: 0.9.1...0.9.2

0.9.1

05 Dec 00:11
Compare
Choose a tag to compare

What's Changed

  • Fix dependency conflicts blocking installation
  • Fix deprecations from Symfony 7.2
  • Update codecov/codecov-action action to v5 by @renovate in #364

Full Changelog: 0.9.0...0.9.1

0.9.0

04 Dec 21:28
Compare
Choose a tag to compare

What's Changed

  • test: fix deprecation for doctrine-bundle 2.12 by @Chris53897 in #337
  • added globalSearchable check for ArrayAdapter by @ToshY in #341
  • Changes for the OpenSpout Excel export by @mhvis in #356
  • Fixed templates for column filtering by @thomasp-cnrs in #348
  • use Symfony\Component\DependencyInjection\Extension\Extension; instead of deprecated HttpKernel\Extension class by @DubbleClick in #350
  • ExcelOpenSpoutExporter: add support for non-string values by @mhvis in #359

New Contributors

Full Changelog: 0.8.2...0.9.0

0.9.0-rc.3

17 Oct 11:47
0665897
Compare
Choose a tag to compare
0.9.0-rc.3 Pre-release
Pre-release

What's Changed

  • Fixed templates for column filtering by @thomasp-cnrs in #348
  • use Symfony\Component\DependencyInjection\Extension\Extension; instead of deprecated HttpKernel\Extension class by @DubbleClick in #350

New Contributors

Full Changelog: 0.9.0-rc.2...0.9.0-rc.3

0.9.0-rc.2

17 Oct 07:23
ef6c686
Compare
Choose a tag to compare
0.9.0-rc.2 Pre-release
Pre-release

What's Changed

  • test: fix deprecation for doctrine-bundle 2.12 by @Chris53897 in #337
  • added globalSearchable check for ArrayAdapter by @ToshY in #341
  • Changes for the OpenSpout Excel export by @mhvis in #356

New Contributors

Full Changelog: 0.9.0-rc.1...0.9.0-rc.2

0.9.0-rc.1

11 Apr 11:21
Compare
Choose a tag to compare
0.9.0-rc.1 Pre-release
Pre-release

Added

  • Support Doctrine ORM 3 and DBAL 4

Breaking

  • Remove support for partial DQL queries in AutomaticQueryBuilder

0.8.2

24 Mar 20:58
Compare
Choose a tag to compare

Added

  • Add Excel OpenSpout exporter (#332)

Fixed

  • Make Twig columns searchable by default

0.8.1...0.8.2

0.8.1

24 Feb 22:56
Compare
Choose a tag to compare

Added

  • Support PHPoffice v2 (#330)

Changed

  • Adding empty string as a value and making column search parameter optional in request body (#323)
  • Upgrade to PHPunit v11
  • Fix deprecations in test suite

Diff: 0.8.0...0.8.1