$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 3.46.0 3.46.0 The missing Symfony Admin Generator
sonata-project/block-bundle 3.15.0 3.15.0 Symfony SonataBlockBundle
sonata-project/cache 2.0.1 2.0.1 Cache library
sonata-project/core-bundle 3.16.1 3.16.1 Symfony SonataCoreBundle
sonata-project/datagrid-bundle 2.5.0 2.5.0 Symfony SonataDatagridBundle
sonata-project/doctrine-extensions 1.1.5 1.1.5 Doctrine2 behavioral extensions
sonata-project/doctrine-orm-admin-bundle 3.8.3 3.8.3 Symfony Sonata / Integrate Doctrine ORM into the SonataAdminBundle
sonata-project/exporter 2.0.1 2.0.1 Lightweight Exporter library
$ composer show --latest 'symfony/*'
symfony/4.2.4
$ php -v
PHP 7.2.15-0ubuntu0.18.10.1 (cli) (built: Feb 8 2019 14:54:22) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.2.15-0ubuntu0.18.10.1, Copyright (c) 1999-2018, by Zend Technologies
with Xdebug v2.6.0, Copyright (c) 2002-2018, by Derick Rethans
In the filters and the forms I noticed that in the field's type 'entity type' area is too tight.
I think that it may be connected with select2 configuration.
In ModelAutocompleteType is OK.
In the 3.45.2 version this area was OK (wide).
Open filters, select field with select2 (entitytype).
wide select2 field

Same: Bad select2
3.45.2
https://imgur.com/1dm56Q9
https://imgur.com/Oew7Wgn
3.46.0
https://imgur.com/o5InsGI
https://imgur.com/S51EwW2
cc @silasjoisten could you take a look? or can someone do git bisect
Yea i will take a look
Same bug here with 3.46.0 in all my dropdown ( date, list, etc ) ;)
I figured out why => select2 got initialized 2 times. The first time was from AdminBundle then the CoreBundle override it.
Most helpful comment
Yea i will take a look