Releases: omines/datatables-bundle
Releases · omines/datatables-bundle
0.7.1
Fixed
- Handle inconsistency in infinite page lengths
Changed
- Drop support for PHP 7
Diff: 0.7.0...0.7.1
0.7.0
Breaking
- Move logic to make queries without limits to the relevant adapters (#257)
This release changes State semantics that setLength
now officially supports NULL
values to indicate no limit. This used to be -1
before. It is unlikely to affect
or break any applications.
0.6.0
0.5.5
0.5.4
0.5.3: Revert "Fix depreciations (#198)"
- PHP 8 compatibility
- Revert incompatibilities with Symfony 4.4
Diff: 0.5.2...0.5.3
0.5.2
0.5.1
0.5.0
Added
- Support for server-side exports (#83)
- Support for per-column searches (#120)
- ORM adapter supporting fetch joins (#121)
- TwigStringColumn type for simple inline templating (#146)
Changed
- Drop Symfony <4.4 compatibility
Fixed
- Use trans() for proper locale fallback when using CDN languages (#141)
Diff: 0.4.2...0.5.0
0.5.0-rc.1
Added
- Support for server-side exportsv (#83)
- Support for per-column searches (#120)
- ORM adapter supporting fetch joins (#121)
- TwigStringColumn type for simple inline templating (#146)
Changed
- Fix contract dependency handling by upping Symfony requirement to 4.2+
Fixed
- Use trans() for proper locale fallback when using CDN languages (#141)