From 1463f43298dcfbb4e864f24a58dedb0267e4ccdf Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 25 Oct 2023 19:22:56 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbee69b..1a9710a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,19 @@ * allow to define templates show before and after a murph collection item * add global batch actions * add constraint `Length` in forms +* add sass classes to mange with of elements +* add background in the modal header ### Changed * refactor services using constructor property promotions * remove twig in the mail notifier service +* change pills colors +* change border colors of inputs when focused ### Fixed * fix regression on crud sorting * fix test in RepositoryQuery::addForcedFilterHandler * remove parameter $option on CrudConfiguration::setForm and fix CrudController make template +* fix the aspect of the actions's column in the crud ## [v1.22.0] 2023-09-28 ### Added