Skip to content

Releases: sonata-project/SonataAdminBundle

3.21.0

14 Aug 08:43
3.21.0
f9efb1a
Compare
Choose a tag to compare

Added

  • Allow label icon on CRUD list table headers.
  • Allow to disable label on CRUD list table heades.
  • multidimensional arrays support in show array
  • inline option in list array
  • Added checkbox range selection with shift + click
  • Added the persistence independent association templates
  • Added Latvian translation of the bundle

Changed

  • Check for ChildDefinition instance when possible instead of DefinitionDecorator which got deprecated on Symfony 3.3

Deprecated

  • ModelChoiceList in favor of ModelChoiceLoader

Fixed

  • Fixes potentially wrong scheme in the sidebar urls by using relative urls
  • Fixed choice field mask type javascript in the twig templates to works with immutable array form types
  • ServiceManipulator now adds public: true to service declaration by default
  • Fixed deprecation for Sf 3. support
  • Sidebar menu elements are active when the current route is a child admin.
  • Take admin annotation id into account

3.20.1

28 Jun 05:44
3.20.1
10c27f6
Compare
Choose a tag to compare

Fixed

  • Fixed undefined view_group variable in show template
  • Fixed compatibility with Symfony's IdentityTranslator when translator is disabled

3.20.0

22 Jun 08:29
3.20.0
76f7aff
Compare
Choose a tag to compare

Added

  • Group and tabs translations

Fixed

  • Deprecation notices related to addClassesToCompile

3.19.0

12 Jun 13:26
3.19.0
300b915
Compare
Choose a tag to compare

Changed

  • compatibility with immutable entities was improved

Fixed

  • Show icon for nav items when using on_top option
  • use generated route instead of plain route in nav items
  • it is no longer possible to get core bundle versions incompatible with sf3
  • Missing admin-lte image file
  • forms with a required autocomplete ajax field can be submitted again

3.18.2

15 May 14:51
3.18.2
448bec9
Compare
Choose a tag to compare

Fixed

  • Selected values issue with Select2 v4 on model autocomplete type

3.18.1

12 May 12:44
3.18.1
922819c
Compare
Choose a tag to compare

Fixed

  • Fixed select2 width calculation when using select2 v4
  • Compatibility with Select2 v4 on model autocomplete type

3.18.0

09 May 15:47
3.18.0
0ba299f
Compare
Choose a tag to compare

Added

  • Added new configuration parameter named empty_boxes with 3 variable: show, hide, fade

Fixed

  • Undefined admin action error on ModelAutocompleteFilter
  • added missing italian translations
  • deprecations when using sonata.admin.form.type.model_list

3.17.0

25 Apr 13:41
3.17.0
e101c48
Compare
Choose a tag to compare

Added

  • Added editable support for association fields from type choice in ListMapper
  • Added also new class option for field description
  • Translation can now be disabled on specific form fields

Changed

  • Changed GroupMenuProvider::get to setDisplay(false) on menuItem if on_top used and no items could be displayed

Fixed

  • Fixed the bug that caused an error "The helper "dialog" is not defined." on Symfony3 with new \Sensio\Bundle\GeneratorBundle\Command\Helper\QuestionHelper when you run command "sonata:admin:generate-object-acl".
  • Fixed issue on getExtendedType of MopaCompatibilityTypeFieldExtension and ChoiceTypeExtension because the method requires to return the fully-qualified class name (FQCN) since symfony version 2.8
  • ModelType have choices as values by default now on SF 2.7+.
  • Users without the LIST role can access the autocomplete items by configuring the target_admin_access_action option
  • Non existent isSuperior key on FormView error

Removed

  • recently introduced checkbox-disabling feature, which was not stable enough

3.16.0

31 Mar 09:31
3.16.0
9ef795a
Compare
Choose a tag to compare

Added

  • Added onTop parameter on @Admin annotation
  • Added new keep_open option to keep menu group always open

Fixed

  • field_description comparison in base_list_field.html.twig

3.15.1

28 Mar 15:54
3.15.1
4f978ab
Compare
Choose a tag to compare

Added

  • Added Brazilian Portuguese translation of title_show

Changed

  • change show picto on list view to use the same than in edit view

Fixed

  • do not double FieldDescription::Name and property_path in AdminType