Skip to content

Commit

Permalink
v4.6.0 (municipio-se#64)
Browse files Browse the repository at this point in the history
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”,
  • Loading branch information
sebastianthulin authored Oct 3, 2024
1 parent 5f588a5 commit 68136b2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +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.18",
"helsingborg-stad/api-project-manager-integration": "~2.0.3",
"helsingborg-stad/api-event-manager-integration": "2.0.20",
"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.24.2",
"helsingborg-stad/component-library": "4.25.2",
"helsingborg-stad/content-scheduler": "~3.1.2",
"helsingborg-stad/custom-short-links": "~3.0.4",
"helsingborg-stad/customer-feedback": "~4.0.8",
Expand All @@ -66,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.30.0",
"helsingborg-stad/modularity": "6.32.0",
"helsingborg-stad/modularity-contact-banner": "3.2.0",
"helsingborg-stad/modularity-entryscape": "^4.0.1",
"helsingborg-stad/modularity-form-builder": "3.2.3",
Expand All @@ -82,7 +81,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.32.5",
"helsingborg-stad/municipio": "5.34.0",
"helsingborg-stad/redirection-extended": "~3.0.4",
"helsingborg-stad/s3-uploads-custom-endpoint": "~2.0.0",
"helsingborg-stad/search-notices": "~3.0.3",
Expand Down

0 comments on commit 68136b2

Please sign in to comment.