Skip to content

Releases: EasyCorp/EasyAdminBundle

1.16.9

08 Apr 18:39
v1.16.9
Compare
Choose a tag to compare

New features

[c1cc1a5] Added a small section about "Integrating CKFinder" (@javiereguiluz)
[0c79587] Reorganized some docs and updated README (@javiereguiluz)

Bug fixes

[62ba778] Added a new easyadmin_logout_path() helper to avoid exceptions from Symfony's logout_path() helper (@javiereguiluz)

1.16.8

01 Apr 08:23
v1.16.8
Compare
Choose a tag to compare

New features

[6923a93] Show the "sign out" link in the user menu (@javiereguiluz)

Bug fixes

[2d5b107] Fixed a missing parameter in the doc (@COil)

1.16.7

27 Mar 13:48
v1.16.7
Compare
Choose a tag to compare

This is a minor release that contains an important bug fix (47217ec).

Bug fixes

[4b5b53e] Added missing dependency (@fabpot)
[47217ec] Reverted "Let Doctrine Paginator figure out the best value for output walkers" (@Benjamin-Porquet)

1.16.6

25 Mar 18:13
v1.16.6
Compare
Choose a tag to compare

New features

[7cc2b5c] Added support for objects as the value of entity primary keys (@javiereguiluz)
[474571f] Added Ukrainian translations (@gsinkovskiy)

Bug fixes

[a457333] Fixed the use of the "locale" container parameter (@fabpot)
[21adc4a] Fixed an issue with twig extension for virtual fields (@Pierstoval)
[f098d6d] Fixed Yaml deprecations in tests with duplicated Yaml keys (@javiereguiluz)
[5e7121b] Added some tests to check that XLIFF files are valid (@javiereguiluz)
[a0d6ec0] Removed the unused glyphicons from the Bootstrap CSS file (@javiereguiluz)
[3a5ba9e] Fixed the search query builder when using UUIDs and PostgreSQL (@javiereguiluz)
[e259395] Fixed issues when looking for big numbers on PostgreSQL (@javiereguiluz)
[70e5185] Let Doctrine Paginator figure out the best value for output walkers (@javiereguiluz)
[aa35a5b] Updated Turkish translations (@slmcncb)
[25423c7] Updated Italian translations (@fabx2dan)

1.16.5

23 Jan 10:19
v1.16.5
Compare
Choose a tag to compare

Bug fixes

[881331a] Fixed some errors in the Finnish translation file that resulted in errors when executing "cache:clear" command (@javiereguiluz)

1.16.4

22 Jan 17:22
v1.16.4
Compare
Choose a tag to compare

New features

[e53d832] Entities now can display global help messages in any view (@javiereguiluz)
[6a2598d] Block web robots and crawlers from accessing the backend contents (@javiereguiluz)
[83f7353] Exception messages displayed to end-users can now be translated (@javiereguiluz)
[0cc14b1] Allowed to sort using Doctrine associations (@javiereguiluz)
[7e850b6] Allowed using HTML code in the labels of the "show" view (@javiereguiluz)

Bug fixes

[a5ec42a] Fixed PostgresSQL UUID field dont have LOWER function (@Velik123)
[8cc82a8] Used Symfony mb_* polyfill for string functions (@javiereguiluz)
[7a69d8f] Prevented sending empty DELETE forms (@czeslav87)
[24c33c6] Showed parent row block features in the autocomplete form type (@yceruto)
[27fe864] Fixed var-dumper deprecation (@dannyvw)
[3e9df69] Do not use addClassesToCompile() on PHP 7.0+ (@xabbuh)
[5f42029] Updated FontAwesome icons from 4.5 to 4.7 (@pmaniora)
[c8350b3] Allowed to define the alignment of the contents in the "list" view (@javiereguiluz)
[809f5d8] Fixed the form theme for collections with the allow_delete flag (@user121216)
[a282a8d] Fixed a typo in the VichUploader doc article (@esmiz)

Translation

[e0dce64] Updated Bulgarian translation (@bmanolov)
[7f6f48b] Added Finnish translation (@janit)
[a9a935d] Added Arabic translation and added support for RTL (Right-to-Left) languages (@B-GH)

1.16.3

11 Dec 19:46
v1.16.3
Compare
Choose a tag to compare

The most important change is the revert of the [411e095] feature that was introduced in the previous 1.16.2 version. This feature tried to display a helpful error message when one of your entities doesn't define a _toString() method and it should do that (because it's needed in some of the features of this bundle). Sadly we couldn't make it work and we got several issue reports about it.

New features

[28fca82] Display a proper error message when a database item cannot be removed (@javiereguiluz)
[7433f73] Added some missing CSS classes for action links/buttons (@javiereguiluz)
[5adb51b] Updated the list of contributors to this bundle (thank you all!) (@ogizanagi)

Bug fixes

[1f43c96] Improved tests to avoid randomly failed tests on Travis and AppVeyor (@javiereguiluz)
[4b4613e] Fixed PHP-CS-Fixer config for its new version (@ogizanagi)
[d17bb82] Don't show an error when __toString() is missing in entities (@javiereguiluz)

1.16.2

23 Nov 18:55
v1.16.2
Compare
Choose a tag to compare

New features

[411e095] Display an error message when an entity that requires a __toString() method doesn't define it (@javiereguiluz)

Bug fixes

[3ddaf66] Avoid undefined index notice for custom action's forms (@tomaszhanc)
[904f70c] Don't access view for forms used in custom views (@xabbuh)
[58ad5e5] Make sure that the sticky form actions display above anything else (@javiereguiluz)

1.16.1

15 Nov 19:26
v1.16.1
Compare
Choose a tag to compare

This is a minor release that just solves one issue: a wrongly configured TwigBridge dependency prevented this bundle form being installed on Symfony 2.8 applications. See [94e94de] for details. Thanks @xabbuh for providing the fix.

1.16.0

13 Nov 16:17
v1.16.0
Compare
Choose a tag to compare

New features

[1a6776e] Added a new "dql_filter" configuration option to filter the items in the list and search views (@javiereguiluz)
[2000913] Allowed actions to define their "target" HTML attribute (@javiereguiluz)
[126fae5] Allowed to use a custom translation domain (configured globally or per entity) (@javiereguiluz)
[eca1918] Allowed to override individual form fields when using the special 'form' view (@javiereguiluz)
[5414532] Allowed to define the default sorting of list/search views (@javiereguiluz)

Bug fixes

[48e8eb0] Doctrine associations should check disabled_actions config (@javiereguiluz)
[0b71fa3] Use %entity_label instead of %entity_name% in doc examples (@ogizanagi)
[f2fcc9c] The layout should work when no _entity_config variable is defined (@javiereguiluz)
[a1bb5fd] Removed SensioDistributionBundle from requirements (@fabpot)
[e67512e] Updated gitattributes (@ogizanagi)
[bfcaefc][23c7cad] Updated the PHP-CS-Fixer config (@ogizanagi)