From 978bb05ab270c9daf3a6257b4866ef81bd454b4b Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 26 Sep 2023 16:14:59 +0200 Subject: [PATCH] update changelog --- docs/changelog/core.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/changelog/core.md b/docs/changelog/core.md index 24099d5..29a8233 100644 --- a/docs/changelog/core.md +++ b/docs/changelog/core.md @@ -5,7 +5,19 @@ hide: # Changelog -???+ success "[1.21.0] - 2023-08-11" +???+ success "[1.21.1] - 2023-08-17" + + **Added** + + * add form error handle in inline edit action and refill the form using the previous request content + * add form error handle in ssettings actions and refill the form using the previous request content + + **Fixed** + + * fix tinymce reload when modal is closed and reopened + * fix modal hiding when a file is successfuly uploaded in the file manager + +??? abstract "[1.21.0] - 2023-08-11" **Added**