From f00c6071153bd92bf9285b590cccfb85f54e6b16 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 27 Jul 2023 19:24:07 +0200 Subject: [PATCH] update changelog --- docs/changelog/core.md | 46 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/docs/changelog/core.md b/docs/changelog/core.md index 8a67788..58d962d 100644 --- a/docs/changelog/core.md +++ b/docs/changelog/core.md @@ -5,7 +5,51 @@ hide: # Changelog -???+ success "[1.18.0] - 2023-01-13" +???+ success "[1.20.0] - 2023-07-27" + + **Added** + + * enable double click on cruds + * add block class name for the choice type in the page maker + * update file details view on the file manager + * add form options in the crud filter action + * add trans filter in inline form modal title + * add setter to define all fields in a defined context + * add filename generator setter in FileUploadHandler + * add variable for the sidebar size + * add twig block to override defaults actions in crud index template + * add option to remove iterable values and/or specifics keys in the twig toArray function + * add boolean field for CRUD + * add context variable in each controllers to simplify overrides + * core.site.name and core.site.logo are not longer required + * add default templates when a crud is generated + * add boolean 'is_disabled' in the menu item template options + + **Fixed** + + * fix filemanager date ordering + * fix maker CrudController template: remove bad pasted code + * fix redirect listener: use boolean instead of integer + * fix responsive of account edit template + * fix collection widget: allow_add/allow_delete and prototype + + **Changed** + + * user admin routes are defined in core, custom controller is not required + +??? abstract "[1.19.0] - 2023-04-15" + + **Added** + + * feat(page): forms for metas, opengraph and extra informations can be removed + * feat(navigation): user interface is improved + * feat(file): webp is allowed and shown in form widgets and in file manager details + * feat(file): the file manager now show the size and the modification date of a file + * feat(crud): add option `action` in field to add a link to the view page or to the edition page + * feat(crud): add option `inline_form` in field to configure to edit the data + * feat(crud): add `setDoubleClick` in the crud configuration + +??? abstract "[1.18.0] - 2023-01-13" **Added**