From 0bd489cca7061eb99f5d187a431554e37a389079 Mon Sep 17 00:00:00 2001 From: Sebastian Thulin Date: Mon, 2 Dec 2024 14:08:17 +0100 Subject: [PATCH] Municipio 4.9.3 (#85) ### Version 4.9.3 of Municipio Version 4.9.3 of Municipio includes some fixes for issues in previous releases. This also reverts the functionality for post rendering with a common interface, due to some issues. --- ### Municipio (v5.75.1) - Some patches have been made to the customizer applicator to further improve its efficiency and cache handling. - The ability to set a color for the background of the login/logout alternative has been added. - Resolves a typing error in the `has_blocks` functionality to check for blocks on a page. - Postpones the `postRendering` functionality to the future due to a reprioritization. - A click outside the language menu will now close it. - Improved support for the "Page for Post Type" plugin when using templates on pages. --- ### Component Library (v4.34.7) - The brand component now automatically renders in the most optimal width (500px fixed value recalculates). - Minor adjustments in the handling of array values as modifiers on components have been implemented. - Adjustment to the image handling in cards to prevent possible fatal errors when passing an empty array as an image. - Updated the mega-menu to use common functionality to trigger menu expansion. --- ### Styleguide (v0.11.1188) - Introduced a new JavaScript functionality to retrieve the size of a `div` and append it to the styles tag to fill context knowledge gaps in CSS. - Fixes misaligned date badges on cards. - Simplifications for drawer colors and general color fixes. - Added styling for menu separators. --- ### Broken Links (v4.1.0) - The feature that automatically fixes links to a post when a permalink is updated has been disabled due to a bug. --- ### Modularity (v6.46.12) - Postpones the `postRendering` functionality to the future due to a reprioritization. - Minor patches to various functionalities of the plugin regarding cache and graphical details. - When rendering a block on the page, the `hasModule` function will now detect it as a rendered module (enables script enqueue). - An adjustment has been made to the check for pagination in the post module. --- ### Customer Feedback (v4.0.10) - Customer feedback no longer checks if the post contains any readable content. This is due to the increased use of modules and blocks to render content. --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 1f9ccc4..a255b77 100644 --- a/composer.json +++ b/composer.json @@ -49,11 +49,11 @@ "helsingborg-stad/attachment-revisions": "~3.0.4", "helsingborg-stad/better-post-ui": "~3.0.3", "helsingborg-stad/blade": "3.5.1", - "helsingborg-stad/broken-link-detector": "4.0.6", - "helsingborg-stad/component-library": "4.34.2", + "helsingborg-stad/broken-link-detector": "4.1.0", + "helsingborg-stad/component-library": "4.34.7", "helsingborg-stad/content-scheduler": "~3.1.2", "helsingborg-stad/custom-short-links": "~3.0.4", - "helsingborg-stad/customer-feedback": "~4.0.8", + "helsingborg-stad/customer-feedback": "4.0.10", "helsingborg-stad/easy-to-read-alternative": "~3.0.4", "helsingborg-stad/force-ssl": "~3.0.2", "helsingborg-stad/gdi-modularity-cases": "~1.0.4", @@ -65,7 +65,7 @@ "helsingborg-stad/lix-calculator": "~4.1.1", "helsingborg-stad/media-usage": "~3.0.7", "helsingborg-stad/mod-my-pages": "~1.0.5", - "helsingborg-stad/modularity": "6.46.4", + "helsingborg-stad/modularity": "6.46.13", "helsingborg-stad/modularity-contact-banner": "3.2.0", "helsingborg-stad/modularity-entryscape": "^4.0.1", "helsingborg-stad/modularity-form-builder": "3.3.0", @@ -75,13 +75,13 @@ "helsingborg-stad/modularity-local-events": "~3.1.1", "helsingborg-stad/modularity-open-street-map": "2.5.2", "helsingborg-stad/modularity-products": "^3.0.1", - "helsingborg-stad/modularity-recommend": "3.0.4", + "helsingborg-stad/modularity-recommend": "3.0.5", "helsingborg-stad/modularity-sections": "3.1.3", "helsingborg-stad/modularity-testimonials": "~3.0.3", "helsingborg-stad/modularity-timeline": "4.1.0", "helsingborg-stad/multi-network-urls": "~2.0.0", "helsingborg-stad/multisite-role-propagation": "3.0.6", - "helsingborg-stad/municipio": "5.71.3", + "helsingborg-stad/municipio": "5.75.1", "helsingborg-stad/redirection-extended": "~3.0.4", "helsingborg-stad/s3-uploads-custom-endpoint": "~2.0.0", "helsingborg-stad/search-notices": "~3.0.3",