Releases: omines/datatables-bundle
Releases · omines/datatables-bundle
0.9.0-rc.3
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
- @thomasp-cnrs made their first contribution in #348
- @DubbleClick made their first contribution in #350
Full Changelog: 0.9.0-rc.2...0.9.0-rc.3
0.9.0-rc.2
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
Added
- Support Doctrine ORM 3 and DBAL 4
Breaking
- Remove support for partial DQL queries in
AutomaticQueryBuilder
0.8.2
0.8.1
0.8.0
Breaking
- All interfaces and classes are now fully typed, this will likely require modifications in any custom extensions
- Removed
DataTablesTrait
for use in controllers - EOL: Drop PHP <8.1 support
- EOL: Drop Symfony <6.3 support
Added
- Support Symfony 7.0 in dependencies
Changed
- Fix deprecations
- Add parameter and return types to all code
- Codebase is now at PHPstan level 8
Diff: 0.7.2...0.8.0
0.8.0-rc.3
Fix missing return type for Configuration
0.8.0-rc.2: Make exporters provide a MIME type (#319)
0.8.0-rc.1
Breaking
- All interfaces and classes are now fully typed, this will likely require modifications in any custom extensions
- EOL: Drop PHP <8.1 support
- EOL: Drop Symfony <6.3 support
Added
- Support Symfony 7.0 in dependencies
Changed
- Fix deprecations
- Add parameter and return types all over for static analysis purposes
- Codebase is now at PHPstan level 8
Diff: 0.7.2...0.8.0-rc.1