This is a list changes done in the 2.0 vesion.
Since it was moved to datagrid-bundle, it has been removed from this component.
Boolean column now treats null
s like non existing value instead of false
value. It displays empty string when
all input values are null
s.
To be able to fully utilize new functionality introduced in 7.1, we have decided to only support PHP versions equal or higher to it.
The following deprecated interfaces, classes and methods were removed because they were replaced by data-indexer component.
FSi\Component\DataGrid\Data\IndexingStrategyInterface
FSi\Component\DataGrid\Data\EntityIndexingStrategy
FSi\Component\DataGrid\DataGridFactoryInterface::getIndexingStrategy
FSi\Component\DataGrid\DataGridInterface::getIndexingStrategy
All interfaces and classes are now strictly typed.
All interfaces except DataGridInterface
are no longer fluent.