packagist sonata-project/admin-bundle 3.69.0

latest releases: 5.x-dev, 4.x-dev, dev-5.x-dev-kit...
4 years ago

Added

  • Added FieldDescriptionInterface::getParent().
  • Added FieldDescriptionInterface::getAssociationAdmin().
  • Added FieldDescriptionInterface::getAdmin().
  • Body classes sonata-icheck and sonata-select2 when iCheck or Select2 are
    enabled.
  • Added Sonata\AdminBundle\EventListener\AssetsInstallCommandListener to add
    sonatacore asssets when SonataCoreBundle is not installed

Fixed

  • Type guessing the _action list field.
  • Styling of checkboxes and radio buttons when iCheck is disabled.

Changed

  • Changed use of truncate filter with u filter.
  • ignore sonata.admin.configuration.legacy_twig_text_extension when
    SonataCoreBundle is not installed

Deprecated

  • Calling AbstractAdmin::getChild() when there is no child.
  • Calling BaseFieldDescription::getParent() when there is no parent.
  • Calling BaseFieldDescription::getAssociationAdmin() when there is no
    association admin.
  • Calling BaseFieldDescription::getAdmin() when there is no admin.
  • Calling Pool::getAdminByClass() when there is no admin for the class.
  • Deprecated Sonata\AdminBundle\Twig\Extension\UnicodeString in favor of
    Symfony\Component\String\UnicodeString.
  • Deprecated sonata_truncate in favor of u.truncate.
  • Deprecated FieldDescriptionInterface::getTargetEntity() in favor of
    FieldDescriptionInterface::getTargetModel();
  • Deprecated AdminHelper::getEntityClassName() in favor of
    AdminHelper::getModelClassName();
  • Deprecated GenerateObjectAclCommand::getUserEntityClass() in favor of
    GenerateObjectAclCommand::getUserModelClass().
  • Deprecated --user_entity option in favor of --user_model at
    sonata:admin:generate-object-acl command.

Removed

  • remove all SonataCoreBundle dependencies

Don't miss a new admin-bundle release

NewReleases is sending notifications on new releases.