Releases: sonata-project/SonataAdminBundle
Releases · sonata-project/SonataAdminBundle
3.48.0
3.47.1
3.47.0
Fixed
show_label
option not being honored when set tofalse
- type int for
_page
and_per_page
from request - display of batch checkbox when list page is loaded with Ajax
- wrong HTML generated (top nav menu), if the user does not have rights for
first or last module
Changed
- Changed the rendering for date, datetime and time properties in order to use
<time>
tags, which print the dates in UTC usingdatetime
andtitle
attributes, allowing to view the UTC date with the default browser tooltip. - Actions buttons were not displayed if the subject was cast to empty string
through the__toString
method.
3.46.0
3.45.2
Fixed
- Regression bug which causes SonataMediaBundle's Media list to show fallback
image in mosaic view instead of real image preview - Crash when using
Metadata
class from block bundle sonata_type_collection
fields no longer deletes row when adding a new row- Admin maker no longer produces tabs
3.45.1
3.45.0
Added
- Added config for default mosaic background
- Added
Sonata\AdminBundle\Object\Metadata
class - Compatibility with
sonata-project/exporter
2 - php 7-specific type hints in generated code
strict_types
declaration in generated code- generated classes are now final
Changed
- Changed
Admin::getObjectMetadata
return type in PHPDoc
Fixed
- Some deprecations about the new namespaces have been fixed
- 2 missing Dutch translations were added
3.44.0
Added
- Default admin service options (group, label catalogue and icon) are now configurable
- Added possibility to search globally case-sensitive/case-insensitive
Removed
- support for php 5 and php 7.0
Fixed
- Default values not getting overridden in
make:sonata:admin