Releases: sonata-project/SonataAdminBundle
Releases · sonata-project/SonataAdminBundle
4.28.0
Changed
Deprecated
- [#8116] Deprecate
CRUDController::renderWithExtraParams
method (@core23) - [#8116] Deprecate
CRUDController::addRenderExtraParams
method (@core23) - [#8116] Deprecate
CRUDController::getBaseTemplate
method (@core23)
Fixed
- [#8118] Allow AdminExtractor to be used for abstract admins (@core23)
- [#8115]
GroupMapper::removeTab
andGroupMapper::removeGroup
(@VincentLanglet)
4.27.1
4.27.0
4.26.1
4.26.0
Changed
Fixed
- [#8082] Installing SonataAdminBundle without any persistence does not throw missing abstract argument definition (@jordisala1991)
4.25.0
4.24.0
Added
- [#8064] Support for
sonata-project/form-extensions
2.0 (@jordisala1991) - [#7838] Stimulus dependency and initialization inside main
app.js
(@jordisala1991)
Fixed
- [#8061] ExplainAdminCommand no longer complains about missing subject on admin (@VincentLanglet)
- [#8055] Child admins not related directly to a parent now handle show, edit and delete actions correctly. (@maMykola)
4.23.0
Fixed
- [#8041] Top nav bar menu for user is shown if there is a user logged in (@jordisala1991)
- [#8041] Top nav bar menu for creating admin entities is shown even is there is no user logged in (@jordisala1991)
Removed
- [#8044] Support for Symfony 4 (@jordisala1991)
- [#8044] Support for Twig 2 (@jordisala1991)
4.22.6
4.22.5
Changed
- [#8029] Use
symfony/string
instead ofdoctrine/inflector
to convert words from "snake_case" to "camelCase" (@jordisala1991)
Fixed
- [#8026] Fix errors not being displayed in modal (@antoinemineau)
- [#8025] Message when the admin class declared on the container does not exist. (@jordisala1991)