Skip to content

Releases: EasyCorp/EasyAdminBundle

4.8.2

27 Oct 18:29
Compare
Choose a tag to compare

Bug fixes

[925e2a0] Fix the rendering of HTML contents in translated help messages (@javiereguiluz)
[05fe53c] Fix some Symfony 6.4 deprecation (@javiereguiluz)

4.8.1

26 Oct 18:11
Compare
Choose a tag to compare

New features

[b704f5e] Add Interface for AdminUrlGenerator (@nopenopenope)
[fc28b85] Tweak the design of the detail page (@javiereguiluz)

Bug fixes

[fc1aaab] Use proper object element in batch action click listener (@teklakct)
[85619dc] Import fields used in the sample CRUD controller (@simoheinonen)
[159e3a9] Fix table header when entity permissions are applied (@Jaykju)
[02affe4] Add Bootstrap 5 row/col support for collection fields (@Anni-g)
[d90ce24] Make PaginatorFactory reference EntityPaginatorInterface (@va5ja)
[c30a8a0] Fix ChoiceField when entity is enumType and no choices were given (@Uplink03, Radu Cristescu)
[28dedab] Fix autocomplete widget creation (@ksn135)
[7237fcb] Fix XSS in autocomplete (@simoheinonen)
[3b7e8c4] Fix deprecations in configureOptions() and buildView() (@john-dufrene-dev)
[f9a73a7] Fix entity row selector (@yalit)
[e59d14c] Fix leftover in services where constructor doesn't regonise this parameter (@nvdbeek)
[33a94b7] Fix untranslateable Help texts in crud view (@nopenopenope)

4.8.0

21 Oct 11:02
Compare
Choose a tag to compare

This new version includes an important feature: form columns. Read the updated docs about form layouts to learn more about form tabs, columns, fieldsets and rows:

image

Also, this version implements a popular community request: the detail page now displays the exact same layout features as the new and edit pages.

New features

[a3f4e9a] Added a feature to include columns inside forms (@javiereguiluz)
[6b1722a] Rename "Form Panels" as "Form Fieldsets" (@javiereguiluz)

Bug fixes

[6410f44] Display nullable booleans as null values (@javiereguiluz)
[c99b67d] Add id attribute to batch form checkboxes (Pavol Tuka)

4.7.7

19 Sep 18:36
Compare
Choose a tag to compare

New features

[12cc0e9] Allow to hide fields dynamically from configurators (Alexandar Bozhinov)

Bug fixes

[de519a4] Disable the focus styles on disabled/readonly fields (@javiereguiluz)
[1969e20] Fix an issue that make some flash messages to not always be displayed (@nielsverwegen)
[850496e] Fix Trix editor config loading (@welcoMattic)
[0435cd8] Update Macedonian translation (@zmakrevski)

4.7.6

07 Sep 06:15
Compare
Choose a tag to compare

This release includes a bug fix for the most annoying pending bug of this project. Sometimes, some fields were wrongly marked as mandatory when they were optional.

Bug fixes

[08c0aa8] Fix nullable column detection (@Dallas62)

4.7.5

06 Sep 06:19
Compare
Choose a tag to compare

New features

[90e24f3] Add new options to configure the decimal and thousands separators (@javiereguiluz)

Bug fixes

[116d183] Improve the display of errors in complex collections (@javiereguiluz)
[ab104ad] Remove some unneeded query parameters in the search field (@javiereguiluz)
[68442ac] Apply default CSS classes to updated actions (@javiereguiluz)

4.7.4

03 Sep 17:59
Compare
Choose a tag to compare

This is a quick minor release to fix an annoying bug introduced in the previous release.

Bug fixes

[f45f13f] Fix the default CSS class applied to global actions (@javiereguiluz)

4.7.3

03 Sep 11:29
Compare
Choose a tag to compare

New features

[f8db6f6][a7d9709] Add an option to hide true/false values in boolean fields (@javiereguiluz)
[93cdb6c] Add an option to hide null values (@javiereguiluz)
[a31c822] Add a Macedonian (mk) translation (@zmakrevski)

Bug fixes

[5fca1aa] Fix ChoiceField with EnumType (Sergii Dolgushev)
[faa9a19] Minor fix in the command that generates CRUD controllers (@javiereguiluz)
[c728198] Fix the behavior of the Action::addCssClass() method (@javiereguiluz)
[c047f30] Fixed PHPStan analysis (Sergii Dolgushev)
[fcdd06c] Update Greek translation (@zmakrevski)
[718c46f] Update Arabic translation (@ahmedghanem00)

4.7.2

07 Aug 18:47
Compare
Choose a tag to compare

This is a quick release to fix a bug introduced accidentally in the change 8e35082

Bug fixes

[475fc0d] Fix to-many sorting (@chapterjason)
[e258419] Add the country name as a title of the flag image in CountryField (@javiereguiluz)
[1aab174] Revert the check of the route name (@javiereguiluz)

4.7.1

03 Aug 18:10
Compare
Choose a tag to compare

New features

[5301e3f] Make *-To-Many relations sortable (@chapterjason)
[99cadf9][87cbad7] Add search for JSON properties (except in PostgreSQL databases) (@Nispeon)
[2e0dc0d] Allow using javascript as the language code name in CodeEditorField (@simoheinonen)
[6228bec][07a14e1] Optimize and simplify GitHub workflow for testing (@asispts, @OleksiiBulba)

Bug fixes

[ff0d9ff] Allow searching by associated fields with the same name (@Lustmored)
[8e35082] Fix priority of the routeName in getDashboardDto() (@inalbilal)
[8f25a8a] Improve the design of global form errors in dark mode (@javiereguiluz)
[0452dda] Fix duplicate CSS rule in theme variables (@FlorianLeChat)
[523151c] Remove doubled default in variables-bootstrap.scss (@mrtronje)
[66cf4b4] Fix disabled dropdown background color in dark mode (Pavol Tuka)
[73e20e1] Fix the color of submenu items in dark mode (@javiereguiluz)
[8968ad7] Allow to set entry_type for ArrayField (Pavol Tuka)
[30dd146, 5a60e3b] Misc. doc updates (@davidromani, @javiereguiluz)