Skip to content

Releases: sonata-project/SonataAdminBundle

3.48.0

24 Mar 10:01
3.48.0
bce8b0a
Compare
Choose a tag to compare

Added

  • Added ability to back to the tab which was edited on saving an object

3.47.1

15 Mar 20:20
3.47.1
1bf895a
Compare
Choose a tag to compare

Fixed

  • Check if request exists before using it and getting an exception

3.47.0

13 Mar 06:55
3.47.0
2644d24
Compare
Choose a tag to compare

Fixed

  • show_label option not being honored when set to false
  • 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 using datetime and title
    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

07 Mar 08:02
3.46.0
40552ab
Compare
Choose a tag to compare

Fixed

  • the batch flash messages looked bad

Deprecated

  • Deprecated jms annotations

3.45.2

15 Feb 06:41
3.45.2
b75183f
Compare
Choose a tag to compare

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

14 Jan 22:26
3.45.1
ba9c5dc
Compare
Choose a tag to compare

Fixed

  • Crash about incompatible signatures involving ErrorElement
  • Crash when using null as an admin class name

3.45.0

14 Jan 19:02
3.45.0
9609905
Compare
Choose a tag to compare

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

12 Jan 12:17
3.44.0
932b206
Compare
Choose a tag to compare

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

3.43.0

15 Dec 20:53
3.43.0
b99bb34
Compare
Choose a tag to compare

Added

  • Added template option to admin batchActions

Fixed

  • Fix crash on form pages that use ModelAutocompleteType and does not have a
    create route

Changed

  • Better css layout for single column dropdowns

3.42.2

07 Dec 07:43
3.42.2
a21355e
Compare
Choose a tag to compare

Fixed

  • Remove "e" letter added after delete checkbox in inline table collection form