Releases: sonata-project/SonataAdminBundle
Releases · sonata-project/SonataAdminBundle
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)
Removed
4.22.4
Fixed
- [#8009] Fix response_item_callback option for
ModelAutocompleteType
form field. (@aleksvaganoff) - [#7891] Fix Sortable drag and drop for
ModelType
form field. (@jorrit)
4.22.3
4.22.2
Fixed
- [#8001] Admin extension declaration with priority (@VincentLanglet)
4.22.1
Fixed
- [#7998] ExtensionCompilerPass usage with parameters class string. (@VincentLanglet)