Releases: sonata-project/SonataAdminBundle
Releases · sonata-project/SonataAdminBundle
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)
4.32.0
Added
Changed
- [#8212] Enums implementing Symfony's
TranslatableInterface
are now correctly translated by theFieldDescriptionInterface::TYPE_ENUM
field type (@zyberspace)