Releases: sonata-project/SonataAdminBundle
Releases · sonata-project/SonataAdminBundle
4.36.2
Changed
- [#8283] Replaced hardcoded
sonata.adminstrings with class constant TaggedAdminInterface::ADMIN_TAG (@symfonyaml)
Fixed
Removed
- [#8291] Ext-json requirement (@VincentLanglet)
Security
- [#8289] Validate admin list mode exists before setting it (@virtualize)
4.36.1
Fixed
- [#8278] Execute JS scripts embedded in prototype (@onEXHovia)
4.36.0
Changed
- [#8265] Migrate edit form behaviors to vanilla js (@onEXHovia)
- [#8270] Migrate field collection to vanilla js (@onEXHovia)
- [#8271] Migrate per page switcher to vanilla js (@onEXHovia)
- [#8272] Replaced the commented-out
HttpExceptionwithBadRequestHttpExceptionin thevalidateCsrfTokenmethod to properly reflect an HTTP 400 error for invalid CSRF tokens (@desarrolla2) - [#8264] Replace jquery.confirmExit to vanilla js (@onEXHovia)
- [#8263] Migrate revision inline js to stimulus (@onEXHovia)
Fixed
- [#8266] Skip confirm exit if form submitted (@onEXHovia)
4.35.4
Fixed
- [#8261] Convert HTMLOptionsCollection to array before apply filter (@onEXHovia)
4.35.3
Fixed
- [#8242] Fix filter behaviors after migrate to stimulus (@onEXHovia)
4.35.2
4.35.1
4.35.0
Changed
- [#8230] Migrate filter to vanilla js (@onEXHovia)
Removed
- [#8232] Remove jquery-form plugin (@onEXHovia)
- [#8231] Remove Admin.set_object_field_value (@onEXHovia)
4.34.0
Changed
- [#8225] Drop Symfony < 6.4 (@VincentLanglet)
- [#8225] Drop PHP 8 (@VincentLanglet)
4.33.0
Added
- [#8219] Support editable mode on
FieldDescriptionInterface::TYPE_ENUM(@onEXHovia)
Fixed
- [#8218] Style fix for the version comparison page (@vityachis)
- [#8200] Allow delete permission to be voted on a specific subject. (@DenuxPlays)