From 0128c2f4a1c687f1d8ce45d24f3f6da8c8a258fc Mon Sep 17 00:00:00 2001 From: LukasBSI <120456416+LukasBSI@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:06:08 +0100 Subject: [PATCH] update changelog (#141) --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6583b3f..03584d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Next -* Export text element with .editor() function where htmlEditorConfig can be customized -* Accodion trigger button will not trigger form submission, when used within a form container + + +## [1.4.8] - 11.10.2024 +* export text element with .editor() function where htmlEditorConfig can be customized * use font-size of headlines for all display sizes * add a new font-size option in headlines for mobile * large titles are now set depending on the normal font size of headlines * if the headlines have been extended, changes to the extension may be necessary * show deactivated social media follow icons in edit mode with less opacity * change twitter link to x link +* add default max-lenghts to formfields +* add further explanation to recaptcha +* accodion trigger button will not trigger form submission, when used within a form container +* update error-messages for formfields ## [1.4.7] - 11.10.2024 * Prevent spacer from shrinking to 0px if no other element is present (#386885)