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)