From 2528db0620c48a1c8ae411be420fc928f9d773c2 Mon Sep 17 00:00:00 2001 From: Sebastian Thulin Date: Mon, 9 Sep 2024 14:14:13 +0200 Subject: [PATCH] Municipio 4.2.7 Release Notes (#50) Modularity (6.23.17): Further improvements to Modularity UI regarding module lists. New Module: Audio. Adds the ability to display a simple audioplayer. Municipio Theme (5.15.10): Prevents crash of page, if a template that dosen't exists is defined in the database template field. Now gracefully fallbacks to "page" as a last resort. Multiple minor patches to the flexible header. Component Library (4.20.3): Signature component no longer require a published timestamp in order to display last updated timestamp. Comments component now correctly shows when the comment was made. Modularity form builder (3.2.3): Mitigations of errors when files are submitted with a form response. --------- Co-authored-by: Niclas Norin Co-authored-by: Sebastian Thulin --- composer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index dc50b49..12b5791 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "helsingborg-stad/better-post-ui": "~3.0.3", "helsingborg-stad/blade": "3.5.1", "helsingborg-stad/broken-link-detector": "~3.0.4", - "helsingborg-stad/component-library": "4.19.1", + "helsingborg-stad/component-library": "4.20.3", "helsingborg-stad/content-scheduler": "~3.1.2", "helsingborg-stad/custom-short-links": "~3.0.4", "helsingborg-stad/customer-feedback": "~4.0.8", @@ -67,10 +67,9 @@ "helsingborg-stad/media-usage": "~3.0.4", "helsingborg-stad/mod-my-pages": "~1.0.5", "helsingborg-stad/modularity": "6.23.17", - "helsingborg-stad/modularity": "6.23.5", "helsingborg-stad/modularity-contact-banner": "3.2.0", "helsingborg-stad/modularity-entryscape": "^4.0.1", - "helsingborg-stad/modularity-form-builder": "3.2.2", + "helsingborg-stad/modularity-form-builder": "3.2.3", "helsingborg-stad/modularity-guides": "~4.0.3", "helsingborg-stad/modularity-interactive-img-map": "~4.0.3", "helsingborg-stad/modularity-json-render": "~3.0.3", @@ -83,7 +82,7 @@ "helsingborg-stad/modularity-timeline": "^4.0.1", "helsingborg-stad/multi-network-urls": "~2.0.0", "helsingborg-stad/multisite-role-propagation": "~3.0.5", - "helsingborg-stad/municipio": "5.15.4", + "helsingborg-stad/municipio": "5.15.10", "helsingborg-stad/redirection-extended": "~3.0.4", "helsingborg-stad/s3-uploads-custom-endpoint": "~2.0.0", "helsingborg-stad/search-notices": "~3.0.3",