Skip to content

Releases: EasyCorp/EasyAdminBundle

1.15.3

19 Oct 18:00
v1.15.3
Compare
Choose a tag to compare

New features

[ef27897] Allowed to define page titles globally for all entities (@annaos)
[f0cdb90] Improved the autocomplete field type to use it in embedded forms (@yceruto)
[88012eb] Added a .gitattributes config file to reduce the bundle file size (@javiereguiluz)

Bug fixes

[ad86669] Always call isSubmitted() before calling isValid() to avoid Symfony deprecations (@xabbuh)
[00191af] Allow horizontal reuse for bootstrap_3_horizontal_layout.html.twig template (@ogizanagi)
[abe24f7] Fixed missing birthday form type nullable handling (@ogizanagi)
[91faa69] Fixed the default format used when changing the property type (@ogizanagi)
[a03b458] Prevented error messages when installing an app and the DB doesn't exist (@javiereguiluz)
[67f8c4b] Added missing dependency on twig-bundle (@fabpot)
[19b86d9] Added missing dependency on security-bundle (@fabpot)
[6921a9c] Display Flash messages when using custom actions too (@COil)

1.15.2

09 Oct 18:04
v1.15.2
Compare
Choose a tag to compare

New features

[901f826] Allow to translate labels and help messages of form sections (@ktrzos)

Bug fixes

[6340d71] Allow to use FrameworkExtraBundle 2.3 version (@javiereguiluz)
[48b8517] Updated Turkish translation (@slmcncb)
[11bc3df] Updated German and Russian translations (@annaos)
[fb7cf2e] Updated Italian translations (Alberto Di Maio)
[23b2e9a] Avoid the same index multiple times in collections (@rouflak)
[ae25197] Fixed the way image assets are linked in templates (@alborq)
[cf456b6] Improved templates to always include the overridden templates instead of the built-in templates (@javiereguiluz)

Docs

[ac0af03] Added a new tip about dyanmic item actions (@javiereguiluz)
[270ef87] Added missing updatedAt property in the image upload tutorial (@nedelenbos)
[ee83781] Updated FOSUserBundle integration tutorial (@Yunyun548)
[a25f83f] Updated symlink docs for Symfony 3 console command (@shakaran)
[461b143] Fixed wrong title & broken link in config reference (@Pierstoval)
[83e07a6] Updated broken links for AdminController (@shakaran)
[e8c529f] Fixed a minor issue with the short bundle notation in config files (@KhanMaytok)

1.15.1

04 Aug 15:48
v1.15.1
Compare
Choose a tag to compare

New features

[c5563ee] Allowed to translate the labels and help messages of the form groups (Jan Sabat)

Bug fixes

[ecc8e40] Fixed Twig namespaced syntax (@appbundle should be @app) (@Pierstoval)
[35853fc] Fixed transchoice translation in show template (@forsetius)
[e856033] Fixed the title of the list template when using HTML tags (@anthony-launay)
[dc3b62b] Fixed the documentation about custom actions (@hhamon)
[a56532d] Made the HTML of the forms valid when using form groups by removing field attributes and making use of custom form variables (@ogizanagi)
[c6d469d][497b023] Updated French translation (@anthony-launay)
[d89b27a] Updated Polish translation (@forsetius)
[32c4851] Updated Slovenian translation (@peterkokot)

1.15.0

10 Jul 19:33
v1.15.0
Compare
Choose a tag to compare

The most important new feature of this version are the new form design elements that allow to create complex form layouts like the following with unprecedented simplicity:

Complex form layout

Read the documentation of this new feature.

New features

[2e66ee4] Allow to create complex form layouts (@javiereguiluz)
[bf358f3] Defined a new block to easily override the title in the list view (@Pierstoval)
[0a7f51f] Added a new show.max_results config option (@javiereguiluz)

Bug fixes

[31f2ff8] Fixed HHVM testing on Travis CI (@javiereguiluz)
[1877d06] Updated Slovenian translation (@peterkokot)
[fa74030] Updated French translation (@dayofr)
[0aa1b38][bef27aa] Minor fixes in the links of the docs (@n1c01a5, @UFTimmy)

1.14.0

12 Jun 15:18
v1.14.0
Compare
Choose a tag to compare

The most important new feature of this version is that entities can now define their custom code in their own separate controllers, without having to use a single admin controller.

New features

[a053207] Allowed to define a custom controller for each entity (@javiereguiluz)
[8abdf54] Autocomplete fields now display unlimited suggestions with auto-scrollable pagination (@yceruto)
[b3fd436] Added some missing license information for third-party libraries (@javiereguiluz)

Bug fixes

[43f63bb] Displayed the parent form label for autocomplete field (@yceruto)
[fc7aece] Fixed an error that prevented the label the label to be displayed for the autocomplete fields (@javiereguiluz)
b124e1c Fixed route params in custom actions tutorial (@OndraM)
6177454 Fixed missing "class" option in docs (@gonzakpo)

1.13.1

29 May 19:01
v1.13.1
Compare
Choose a tag to compare

This is a minor maintenance version.

New features

[6addbd8] The "list" view fields can now define a CSS class which is applied to their container elements and to their related table column title (@forsetius)
[6bbed80] Defined new Twig blocks in the default templates to ease overriding them (@javiereguiluz)

Bug fixes

[dd07669] Fixed a typo in the chapter 2 (@JakeFr)
[d6b75c2] Tweaked the default CSS classes applied to the "list" action (@javiereguiluz)
[9b43b18] Updated the Polish translation (@forsetius)
[d923592] Updated the French translation (@Yunyun548)

1.13.0

11 May 17:31
v1.13.0
Compare
Choose a tag to compare

The main new feature of this version is the new system to process the backend configuration. This system no longer relies on a compiler pass, so all edge case issues should be solved. In addition, we've redesigned the header and the sidebar menu both for desktops and mobiles.

New features

[c864ca7] Moved the configuration processing to a cache warmer (@javiereguiluz)
[e0b5965] Redesigned the sidebar menu (@javiereguiluz)
[85b63a2] Redesigned the layout header (@javiereguiluz)
[922c081] Added the new @event annotation (@javiereguiluz)

Bug fixes

[3e37d39] Allowed to use more recent Doctrine cache releases (@xabbuh)
[7045d21] Search and Ajax autocomplete for related entities are now case insensitive (@vrobic)
[949b24f] Fixed the label of autocomplete fields (@javiereguiluz)
[ee94e17] Fixed the sidebar menu design for long items (@javiereguiluz)
[ff4eea5] Updated the Polish translation (@forsetius)
[73e78a7] Updated the Portuguese translation (@davialexandre)

Docs

[cb1bf01] Added a tip about Doctrine Filters (@javiereguiluz)
[3440bef] Documented the "sortable" config option (@javiereguiluz)

1.12.7

26 Apr 17:50
v1.12.7
Compare
Choose a tag to compare

The big new feature of this version is the introduction of the easyadmin_autocomplete form type thanks to the fantastic work made by @yceruto. Read the docs for the new type and start using it to improve the peformance of your backends when some form displays a relation with lots of elements.

New features

[8e6343f][4bace89] Added an autocomplete field (@yceruto, @javiereguiluz)
[efbf4ab][4ebb10e] Improved the behavior of the search engine when the query is empty (@javiereguiluz)

Bug fixes

[3405a7a] Improved the error styles for vich_image and vich_file form fields (@javiereguiluz)
[dbba426] Updated Turkish translation (@ismailbaskin)

1.12.6

15 Apr 18:26
v1.12.6
Compare
Choose a tag to compare

New features

[0342566] Show 'empty_label' when all the elements of a collection are removed dynamically with JavaScript (@javierrodriguezcuevas)
[8db1608] Added new templates for emails, URLs and telephone numbers (@javiereguiluz)
[0d7c424] Optimized the loading of web assets (@javiereguiluz)

Bug fixes

[2173ad6] Updated Dutch translations (@ThomasBerends)
[ae3f4e0] In the show view, when a collection has lots of elements, instead of listing them all display a badge with the total count (@GaryPEGEOT-WIC)
[343a358] Added a block in the "list" view to simplify the "global actions" contents (@Pierstoval)

Docs

[edc43ea] Added a note about defining custom entity options (@javiereguiluz)
[f5d737e] Reorganized docs about integrating third-party bundles (@Pierstoval)
[9fb2e9f] Minor update for the tutorial about FOSRestBundle integration (@Yunyun548)

1.12.5

03 Apr 17:04
Compare
Choose a tag to compare

New features

[73bc496] Allow to translate the "Are you sure?" message showed in forms (@javiereguiluz)
[342d47a] Removed the _easyadmin_render_css route. Custom CSS is now pregenerated during container compilation and then it's inlined in the templates (@javiereguiluz)

Bug fixes

[5d45710] Improved the styles of the checkbox in vertical forms (@javiereguiluz)
[72f5042] Trigger jQuery event on item add/delete in CollectionType (@javierrodriguezcuevas)
[9742107] Minor fixes suggested by PhpStorm inspections (@javiereguiluz)
[849301a][7754a6a][54e7f76] Improved error messages for non-mapped configured entities (@xabbuh)
[068145d] Removed a typehint which was too restrictive (@javiereguiluz)
[b032672] Updated the German translation (@xabbuh)