Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 572 Bytes

UPGRADE-2.4.md

File metadata and controls

17 lines (11 loc) · 572 Bytes

UPGRADE FROM 2.3 to 2.4

Dependencies

You will need to follow the dependencies upgrade instructions.

Datagrid builders

If you have implemented a custom datagrid builder, you must adapt the signature of its addFilter method to match the one in DatagridBuilderInterface again.

sonata_type_model_autocomplete

CSS class sonata-autocomplete-dropdown-item is not automatically added to dropdown autocomplete item in sonata_type_model_autocmplete, use option dropdown_item_css_class to set the CSS class of dropdown item.