Skip to content

Releases: EasyCorp/EasyAdminBundle

4.5.0

21 Dec 19:05
Compare
Choose a tag to compare

An important change in this version is that we no longer use the menuIndex and submenuIndex query parameters to track which menu item should be highlighted. Now we find out the menu item to highlight based on the current request data.

New features

[5d40afe] Allow to use stream as upload dir for FileUploadType (@emmanuel-tilleuls)
[1f2cb5d] Highlight menu items automatically based on the Request data (@javiereguiluz)

Bug fixes

[ed4c998] Fix rendering filters on nested association fields (@ceponcet)
[3739633] Fix some issues related to style modifications in JavaScript (@moismailzai)

4.4.5

14 Dec 19:17
Compare
Choose a tag to compare

New features

[54f3fee] Allow to generate the slug using the value of multiple fields (@tugrul)
[7ecbc6b] Add some new methods to the paginator to get the result range numbers (@fedale)

Bug fixes

[cf6358b] Inject router service instead of router.default (@ericabouaf)
[fb99c8e] Fix issues of the PHPStan Level 5 (@javiereguiluz)
[0efcfc7] Remove inline styles for better compatibility with strict csp environment (@moismailzai)
[c614470] Fix the design of the clear button in autocomplete fields (@javiereguiluz)
[0f4c393] Fix an issue when using Symfony form data transformers (@javiereguiluz)
[b15bd9a] Fix the required attribute for associations (@javiereguiluz)
[13a025e] Update GitHub Actions config for Symfony 6.2 (@javiereguiluz)
[fe53fc0] Fix CRUD config phpdoc (@Lustmored)
[ad49820] Misc. doc fixes (@mkrauser)

4.4.4

29 Nov 19:45
Compare
Choose a tag to compare

Bug fixes

[68c85d2] Make FilterInterface extend Stringable, simplify Filters phpdoc (@mateusz-wu)
[cf38673] Fix BC break in AssociationField (@sad270)
[07b6bb8] Properly fix a deprecation message (@javiereguiluz)
[d3d5d91] Updated Arabic translation (@nalabdou)

4.4.3

26 Nov 19:29
Compare
Choose a tag to compare

New features

[c864e22] Added a renderAsEmbeddedForm() option to embed CRUD forms in to-one associations (@michaelKaefer)
[4d0bbbe] Start using PHPStan (@javiereguiluz)
[1549c16] Add body_attr Twig block lo allow customizing attributes of <body> (@ksn135)

Bug fixes

[85d0d02] Add compatibility with ValueResolverInterface from Symfony 6.2 (@javiereguiluz)
[cf9e010] Remove potential locale part of route name (@keichinger)
[7a29007] Fix Ulid/Guid property resolution when it's an association (@picur)
[6185335] Update Italian translations (@maper89)
[c36c067] Misc. doc fixes (@mvmaasakkers)

4.4.2

31 Oct 08:06
Compare
Choose a tag to compare

Bug fixes

[f15adc8] Update the profiler panel to be compatible with Symfony 6.2 (@javiereguiluz)
[2bb044c] Fix some search issue (@silasjoisten)

4.4.1

27 Oct 18:40
Compare
Choose a tag to compare

New features

[b3539c6] Added possibility to select multiple entities in the filter (@parijke)

Bug fixes

[29801f9] Fix BC break for fields with deep objects (@dragosprotung)
[7b7dfab] Fix search with custom Ulid & Uuid classes (@silasjoisten)
[de825c9] Update front-end deps and some design tweaks and fixes (@javiereguiluz)
[a687ffb] Remove a old deprecated method (@maxhelias)
[ffd31d1] Fix a type hint (@zenas1210)
[6a35a03] Fix content and icon alignement in sidebar menu items (@MrAnyx)

4.4.0

05 Oct 18:14
Compare
Choose a tag to compare

New features

[7e266a4] Remove the "leave empty" option for date/time fields (@javiereguiluz)
[89deeae] Improve performance of the configurator applied to all fields (@javiereguiluz)
[24165da] Add setEmptyData method to FieldTrait (@a-r-m-i-n)
[f210bd1][cfad855] Enable locale switching from dashboard (@Lustmored)
[fa70d4a] Merge all options under a new settings menu (@javiereguiluz)
[f8ed33d] Add Slovak translation (@Matej-ch)

Bug fixes

[fe06f95] Fix grouped choices in ChoiceFields (@michaelKaefer)
[0985e1b] Fix some issues related to icons (@javiereguiluz)
[6d5e505] Add docs for global actions (@michaelKaefer)
[f6250d9] Fix typehint for FieldInterface::new(..., $label) (@Lustmored)
[5c3690f] Fix styles for readonly properties (@InformatiqueProg)
[9de9ffe] Fix keeping existing formatted value (@haase-fabian)
[1af87e2][9d20b2b] Misc. doc fixes (@alzee, @Bersman)

4.3.5

02 Sep 18:14
Compare
Choose a tag to compare

Bug fixes

[ef45586][390bb84] Fix EntityFilter for Ulid/Uuid with custom doctrine type (@silasjoisten, @michaelKaefer)
[8802f51] Add missing argument in example code function (@JeanDavidDaviet)
[89b6e63] Fix file upload delete button error (@quentint)
[565a405] Fix some issue in usage of TomSelect library (@javiereguiluz)
[4d4a1b2] Allow to change the label vich_uploader.form_label.delete_confirm (@jorissae)
[046130b] Fix panel help translation in detail page (Antonin Huaut)

3.5.23

02 Sep 18:03
Compare
Choose a tag to compare

This is a minor bug fix release of the legacy 3.x branch.

Bug fixes

[6563398] Respect custom action permissions (@gassan)
[f3cedd2] Fix PHP 8.1 deprecation in CollectionInterface implementations (@chalasr)

4.3.4

21 Jul 17:42
Compare
Choose a tag to compare

New features

[660d1bd] Allow to pass no choices no the Choice field (@javiereguiluz)
[48f997a] Support translatable attribute values for actions (@erelke)

Bug fixes

[e46f66c] Make Collection fields not sortable (@javiereguiluz)
[03b868a] Fix a regression in the textarea fields shown on index page (@javiereguiluz)
[54141cc] Remove forgotten console.log() statement (@evertharmeling)
[00b4baa] Fix some deprecation messages in content template (@javiereguiluz)
[56fb8ef] Improve the styles of form fields with errors (@javiereguiluz)
[05ca464] Fix the align of datagrid contents in responsive design (@javiereguiluz)
[dd53683] Minor tweaks in the design of alerts (@javiereguiluz)
[6de132d] Fix frontend validation hits disabled elements (@eminjk)
[06ca05a] Remove text align as it overwrites the attribute and breaks some custom fields (@Schyzophrenic)