From 083e23133f29abc9084f5c8783d993c311f24325 Mon Sep 17 00:00:00 2001 From: Sebastian Thulin Date: Fri, 11 Oct 2024 13:03:52 +0200 Subject: [PATCH] V4.7.0 (#72) # Release Notes This release addresses several issues with the new image rendering methods and includes general bug fixes. ## Styleguide (v0.11.1149) - Various fixes for image rendering within segment components. ## Component Library (v4.26.20) - The Image component now handles SVGs as a non-resizable format, effectively disabling container query rendering for this file type. - Improved placeholder handling, supporting multiple input formats (e.g., string, contract). ## Modularity (v6.32.7) - Several improvements to image handling. - The Manual Input module now more intelligently determines when to display placeholders in card and segment views. - Images in collections are no longer rendered at a single size. ## Modularity Sections (v3.1.3) - Enhanced image and placeholder handling. - Sections no longer require an image for rendering; placeholders will be shown instead. ## Municipio Theme (v5.36.16) - Fixed synchronization of taxonomies for remote schema content. - Added Swedish translations to list columns in public archive views. - If API resources are undefined, the resource list will now appear empty. - Improved emblem rendering in placeholders by switching to the icon component, removing the need to detect if an emblem should be injected as an image source. - The intermediate image handler now checks for file existence before processing. - The intermediate image handler detects when GD is used and disables the automatic format conversion (default: WebP). Images will still be resized, but the source format will be retained. - Disabled container query images to resolve a rendering issue that caused images to overlap with other content. ## Multisite Role Propagation (v3.0.6) - Fixed a fatal error in PHP 8.3 environments. ## Event Manager Integration (v2.0.22) - Now uses the updated version of the Hbg-React library. ## Tools ### WpService (v2.0.4) - Updated WpService for plugins and themes to include all available public methods from WordPress core. - The required PHP version has been raised to 8.2 to support these updates. ### Hbg React (v1.0.21) - A new release has been made. This publishes a usability fix for arrows in the pagination component. ## Important Notice - The minimum PHP requirement for Municipio has been raised from 8.1 to 8.2 with this release. --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 822e6ef..bacae8c 100644 --- a/composer.json +++ b/composer.json @@ -44,13 +44,13 @@ "helsingborg-stad/algolia-index-js-searchpage-addon": "3.2.2", "helsingborg-stad/algolia-index-modularity-addon": "3.0.5", "helsingborg-stad/api-alarm-integration": "^4.0.5", - "helsingborg-stad/api-event-manager-integration": "2.0.20", + "helsingborg-stad/api-event-manager-integration": "2.0.22", "helsingborg-stad/api-volunteer-manager-integration": "^3.0.3", "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": "~3.0.4", - "helsingborg-stad/component-library": "4.26.4", + "helsingborg-stad/component-library": "4.26.20", "helsingborg-stad/content-scheduler": "~3.1.2", "helsingborg-stad/custom-short-links": "~3.0.4", "helsingborg-stad/customer-feedback": "~4.0.8", @@ -65,7 +65,7 @@ "helsingborg-stad/lix-calculator": "~4.1.1", "helsingborg-stad/media-usage": "~3.0.4", "helsingborg-stad/mod-my-pages": "~1.0.5", - "helsingborg-stad/modularity": "6.32.4", + "helsingborg-stad/modularity": "6.32.7", "helsingborg-stad/modularity-contact-banner": "3.2.0", "helsingborg-stad/modularity-entryscape": "^4.0.1", "helsingborg-stad/modularity-form-builder": "3.2.3", @@ -76,12 +76,12 @@ "helsingborg-stad/modularity-open-street-map": "2.5.2", "helsingborg-stad/modularity-products": "^3.0.1", "helsingborg-stad/modularity-recommend": "^3.0.2", - "helsingborg-stad/modularity-sections": "3.1.2", + "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.5", - "helsingborg-stad/municipio": "5.36.2", + "helsingborg-stad/multisite-role-propagation": "3.0.6", + "helsingborg-stad/municipio": "5.36.16", "helsingborg-stad/redirection-extended": "~3.0.4", "helsingborg-stad/s3-uploads-custom-endpoint": "~2.0.0", "helsingborg-stad/search-notices": "~3.0.3",