Municipio 4.6.0
With this release, we focus on further implementing the ImageInterface on more components giving the Posts and manual input the new image feature.
Component Library (4.25.2):
- Update the card api to cleanup and simplify the capabilities of the component. Allow ImageInterface to be provided as an image source.
 - Remove some obsolete parameters from the block component.
 - If an empty srcset is provided to the image component, it is removed from the output.
 
Modularity (6.32.0):
- Implements the Image Interface in the posts & manual input modules.
 
Municipio Theme (5.34.0):
- The prepare post functionality now adds a ImageContract item in the return object. This is implemented in the archive lists, making archives more flexible.
 - Images that are added to the media library during a sync from an external source are now hidden to prevent manipulation of images that should only be used by the synced posts.
 
Styleguide (0.11.1133):
- Updates of styles for the card component.
 
Event manager integration (2.0.18):
- 
                      
- The react component displaying event items, has been updated to reflect the changes made in the card component.
 
 
Deprecations
This release deprecates the following plugins ( removed from composer.json ). If you still want them to be avabile, please add them in composer.local.json.
- “helsingborg-stad/api-project-manager-integration”: “~2.0.3“,
 
Hotfixes
- Images in modules where mistakenly processed as inline images, and where getting faulty css applied.
 - An adjustment in the authorization check has been made in order to improve syncing capabilities for remote content.
 - Autodetects if the content has p-tags provided or not for the content and acts accordingly.
 - Resolves an issue with getFields function returning false values whenever a fieldconfiguration is missing. Defaults to an empty array.