Symfony DataTables Bundle v0.7.1 Release Notes
Release Date: 2022-12-01 // over 2 years ago-
๐ Fixed
- Handle inconsistency in infinite page lengths
๐ Changed
- Drop support for PHP 7
Previous changes from v0.7.0
-
๐ฅ Breaking
- ๐ Move logic to make queries without limits to the relevant adapters (#257)
๐ This release changes State semantics that
setLength
now officially supportsNULL
values to indicate no limit. This used to be-1
before. It is unlikely to affect or break any applications.