Skip to content

Releases: EasyCorp/EasyAdminBundle

1.9.5

13 Dec 16:03
Compare
Choose a tag to compare

New features

[9d05a99] Integrated the PropertyAccessor Symfony component to get rid of our own custom solution (@javiereguiluz)
[df17628][a367a6d] Improved the contents displayed in the EasyAdmin panel of the Symfony Profiler (@ogizanagi, @javiereguiluz)
[7087d67] Do not execute template parameters logic for TO_MANY associations in TwigExtension (@ogizanagi)

Fixes

[ed04595] Fixed Travis issue with ChoiceView and wrong twig-bridge version (@ogizanagi)
[45b0e1f] Fixed easyadmin dumper not marked as safe and made EasyAdminDataCollector::dump consistent across all its fallbacks (@ogizanagi)
[99fdba0] Added missing Dutch translations and improved some existing translations (@pvdleek)
[7325e28] Fixed a wrong route name in some documentation article (@sebastianlp)
[f14b35c] Updated the main layout template to easily override it (@Pierstoval)
[a32c277] Improved the way we detect if custom methods are callable (@shakaran)
[ff79338] Tweaked Travis CI configuration now that Symfony 2.8, 3.0 and PHP 7.0 are released (@javiereguiluz)

1.9.4

29 Nov 16:08
Compare
Choose a tag to compare

This new version allows to leave empty any time/date/datetime form field, which is necessary for some applications that allow to store null dates.

nullable_field_animated

New features

[eb11e24] Allowed to set date/time/datetime form fields to null (@javiereguiluz)

Docs

[4cbefd6] Revamped the configuration reference (@Pierstoval, @javiereguiluz)

1.9.3

26 Nov 19:22
Compare
Choose a tag to compare

Bug fixes

[87217b5] Updated sensio/distribution-bundle dependency to accept v5.x (@luxifer)
[1f6c890] Fixed an issue with the template used to display custom actions (@yceruto)

Misc. changes

[576beff] Updated the contributors list (@ogizanagi)

1.9.2

24 Nov 18:45
Compare
Choose a tag to compare

The most important change in this new version is the support of all kinds of Doctrine associations, such as one-to-many and many-to-many. This bundle is no longer limited in the type of Doctrine associations supported.


The other important news is that we are candidates for the Best Bundle of the Year in the Symfony 2015 Community Awards. Please show your support voting for us at http://awards.symfony.com Thanks!


New features

[cf822cb] Added support to one-to-many and many-to-many doctrine association (@yceruto)
[88ce1f3] Added lots of missing templates for advanced Doctrine types (json_array, object, guid) (javiereguiluz)
[6c2161c] Improved the design for empty collections (@javiereguiluz)
[084457d] Removed the ajaxEdit() method and changed the way boolean properties are toggled. This allows to integrate EasyAdmin backend in applications that use it via Ajax (@javiereguiluz)

Bug fixes

[e3e54fb] Fixed the name of the template associated with "datetimetz" field types which prevented to display that type of property (@javiereguiluz)
[3d22f33] Fixed a bug with properties that include underscores in their names (@javiereguiluz)
[2136c48] Fixed a bug that prevented custom templates to get some parameters needed to create links to other entities when displaying Doctrine associations (@ogizanagi)

1.9.1

17 Nov 20:37
Compare
Choose a tag to compare

This is a minor bugfix release:

Bug fixes

[e2dff27] The language attrbiute of the <html> is no longer hardcoded to en but set to the actual language used by the user.
[62cc949] This bundle is now tested on Windows systems too (sadly at the moment some tests don't pass on Windows)

1.9.0

11 Nov 18:42
Compare
Choose a tag to compare

This new version adds support for Symfony 3 thanks to the great work made by @ogizanagi and @wouterj.

New features

[43999ce] Form fields are no longer required by default. We now introspect the metadata of the properties to decide if they should be required or not (@ogizanagi)
[5c01292][fad292f][8001f05] Added support for Symfony 3 (@ogizanagi, @wouterj)

1.8.2

09 Nov 08:54
Compare
Choose a tag to compare

Another bug fix release to solve a minor issue with one new translation file.

Bug fixes

[cd7a4de] Added missing character to closing target tag (@artggd)

1.8.1

09 Nov 07:29
Compare
Choose a tag to compare

This is a bugfix release that solves a proble with how we deal with associations between entities.

Bug fixes

[f69a7d1] Fixed bad link_parameter for association template (@ogizanagi)

1.8.0

08 Nov 20:19
Compare
Choose a tag to compare

The new version of the bundle has de-cluttered very significantly the admin controller. Everything works the same as before and you don't have to make any change, but now we use the Symfony features as they are supposed to be used (from types, form extensions, form themes, etc.) Exceptions have been greatly simplified as well: we now have less code and less files, but the same behavior remains.

New features

[a0494d9] Added the "Add another item" action for all collections (@thomasbeaujean)
[db68bde] Added a new EasyAdmin form type to de-clutter the admin controller (@ogizanagi)
[7bf9850] Added a new EasyAdmin form extension & form themes to de-clutter the templates (@ogizanagi)
[65820cd] Deprecated the 'admin' route in favor of the new 'easyadmin' route (@javiereguiluz)
[8d46ad5] Improved the way associations are displayed (@javiereguiluz)
[380a4f1] Simplified the handling of dynamic methods in the admin controller (@javiereguiluz)
[02e6bab] Defined new events and methods related to Doctrine QueryBuilder manipulation (@tiraeth)

Bug fixes

[753d70a] Set required to false by default for checkboxes (@ogizanagi)
[22674b7] Empty form fields now display the right height (@javiereguiluz)
[b6683d5] Optimized pager count to avoid issues with large databases (@COil)

Misc.

[7f13f79] Added php-cs-fixer task to travis (@ogizanagi)
[8850e68] Added Turkish translation (@ismailbaskin)
[c429fca] Send the right HTTP status code for each exception (@javiereguiluz)
[e84d1bf] Simplified the configuration of the exceptions (@javiereguiluz)

1.7.2

01 Nov 09:36
Compare
Choose a tag to compare

New features

[558856e] Display the Select2 widget only for dropdowns that ask for it explicitly (@javiereguiluz)

Bug fixes

[308b5a3] Fixed a bug with exceptions in the exception listener (@alexgt9)
[d78e1be] Consider virtual fields as text fields if they don't set their type explicitly (@javiereguiluz)
[fc9a315] Collapse empty XML tags in service configuration file (@ogizanagi)
[4959e57] Fixed tests autoloader require (@ogizanagi)
[c460720] Fixed form actions row (@ogizanagi)
[dac8a28] Don't explicitly call form.vars.x when not needed in form themes (@ogizanagi)

Misc.

[45ab363] Reviewed and simplified the documentation (@javiereguiluz)