From 74613fca63f45c80c047aea641f45258627000bd Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 27 Jan 2024 20:03:42 +0100 Subject: [PATCH] add v1.24.0 in core 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 d14892f..9d421d4 100644 --- a/docs/changelog/core.md +++ b/docs/changelog/core.md @@ -5,7 +5,19 @@ hide: # Changelog -???+ success "[v1.23.0] - 2023-11-01" +???+ success "[v1.24.0] - 2024-01-27" + + **Added** + + * add CSS class `no-wrap` + * copy the pager of the CRUD at the bottom of the list + + **Fixed** + + * fix an issue with the file manager when editing an item opened in a modal + * fix type casting in slugifier + +??? abstract "[v1.23.0] - 2023-11-01" **Added**