Skip to content

1.14.0

Compare
Choose a tag to compare
@javiereguiluz javiereguiluz released this 12 Jun 15:18
· 5631 commits to 4.x since this release
v1.14.0

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)