- Removed symfony ^5.4 support
- Added Table option
OPT_SUB_TABLE_COLLAPSED
. This will collapse the sub table by default, you can also pass a callable to determine if the sub table should be collapsed or not - Added footer columns to the table. This can be used to display totals or other information
- Fixed a bug where the table count would be of when using group by in the default query builder
- Date filters now use the
datetime_controller.js
provided by the core-bundle - UX improvements
- More documentation and better styling of the documentation
- Added a new optional parameter to the
FilterTypeInterface::getValueField()
method to allow for more complex value fields. - Introduced
FilterOperatorDto
to allow for more complex filter operators - Improved Relation Content styling
- Predefined filters will show up in the filter dropdown
- Removed dependency to
coduo/php-to-string
- Added new bundle configuration
enable_turbo
(defaultfalse
)- BREAKING CHANGE: Set
enable_turbo
totrue
to get back the old behavior.
- BREAKING CHANGE: Set
- Added
OPT_VISIBILITY
to Table Actions CRITERIA_CONTAINS
is now the default Criteria forTextFilterType
- Batch Actions can return a links to open in a new tab or window
- More documentation and better styling of the documentation
- Improved styling generally
- fix only add accordion toggle trigger if in subTables
- English translation
- Improved & Documented
ArrayDataLoader
- Filters are loaded over Dependency Injection
- Batch Actions are defined on the table
- Lots of styling improvements