Releases: sonata-project/SonataAdminBundle
Releases · sonata-project/SonataAdminBundle
3.21.0
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 ofDefinitionDecorator
which got deprecated on Symfony 3.3
Deprecated
ModelChoiceList
in favor ofModelChoiceLoader
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 addspublic: 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
Fixed
- Fixed undefined
view_group
variable in show template - Fixed compatibility with Symfony's IdentityTranslator when translator is disabled
3.20.0
Added
- Group and tabs translations
Fixed
- Deprecation notices related to
addClassesToCompile
3.19.0
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
Fixed
- Selected values issue with Select2 v4 on model autocomplete type
3.18.1
Fixed
- Fixed select2 width calculation when using select2 v4
- Compatibility with Select2 v4 on model autocomplete type
3.18.0
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
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 thetarget_admin_access_action
option - Non existent
isSuperior
key onFormView
error
Removed
- recently introduced checkbox-disabling feature, which was not stable enough
3.16.0
Added
- Added
onTop
parameter on@Admin
annotation - Added new
keep_open
option to keep menu group always open
Fixed
field_description
comparison inbase_list_field.html.twig
3.15.1
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
andproperty_path
inAdminType