Skip to content

v6.0.0

@bpacholek bpacholek tagged this 07 Sep 00:41
This bundle is built against idct/adminata instead of
sonata-project/admin-bundle. Adminata is our hard fork of the Sonata Admin stack
with the Twig templates, CSS and JavaScript replaced by a Tailwind CSS v4 /
TailAdmin interface: Bootstrap, AdminLTE and jQuery are gone, and there is no
compatibility layer for them. A project that styles admin screens with Bootstrap
class names or scripts them with jQuery ports that markup once.

Nothing about this bundle's own API changes: the
Sonata\DoctrineMongoDBAdminBundle namespace, the bundle class, the
sonata_doctrine_mongo_db_admin configuration root, every service id and every
template path are the same. Only the imports move, following adminata's merges
of the block, exporter, form and Twig packages into its admin bundle.

Adminata is still in development and unreleased, which is what the ^1.0@dev
requirement says. Install both from a VCS or path repository.

Staying on Sonata Admin 4.x is supported: the 5.x line is the last series built
against sonata-project/admin-bundle and it keeps working.

347 tests, 1041 assertions green; PHPStan, Rector and php-cs-fixer clean; the
documentation builds with warnings as errors.

Breaks and migration steps: UPGRADE-6.0.md.
Assets 2
Loading