diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c6b761..65c38d6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -### [0.2.91](https://github.com/eea/volto-cca-policy/compare/0.2.90...0.2.91) - 8 January 2025 +### [0.2.92](https://github.com/eea/volto-cca-policy/compare/0.2.91...0.2.92) - 9 January 2025 + +#### :rocket: New Features + +- feat(views): show weblink on news item view [kreafox - [`f7eca29`](https://github.com/eea/volto-cca-policy/commit/f7eca29965531fbc6743cfb4d9b2c58b87bf1560)] + +#### :house: Internal changes + +- style: fix weblink styling [kreafox - [`a481232`](https://github.com/eea/volto-cca-policy/commit/a481232d7be1e071844705227b887e379c0fd24c)] #### :hammer_and_wrench: Others -- Add include_archived facet [Tiberiu Ichim - [`376681d`](https://github.com/eea/volto-cca-policy/commit/376681d7f7d7bba1925cf5454504d2139853df66)] +- Retry tests [kreafox - [`674992e`](https://github.com/eea/volto-cca-policy/commit/674992efc22196c7890370d3e64634f32aa45ead)] +### [0.2.91](https://github.com/eea/volto-cca-policy/compare/0.2.90...0.2.91) - 9 January 2025 + ### [0.2.90](https://github.com/eea/volto-cca-policy/compare/0.2.89...0.2.90) - 8 January 2025 #### :rocket: New Features diff --git a/README.md b/README.md index 0d7496fb..e6def833 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ [![Bugs](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-cca-policy-develop&metric=bugs)](https://sonarqube.eea.europa.eu/dashboard?id=volto-cca-policy-develop) [![Duplicated Lines (%)](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-cca-policy-develop&metric=duplicated_lines_density)](https://sonarqube.eea.europa.eu/dashboard?id=volto-cca-policy-develop) -Climate-ADAPT Frontend Policy +Climate-ADAPT Frontend Policy [Volto](https://github.com/plone/volto) add-on diff --git a/package.json b/package.json index e6c72e09..bf97927c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-cca-policy", - "version": "0.2.91", + "version": "0.2.92", "description": "@eeacms/volto-cca-policy: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", diff --git a/src/components/theme/Views/NewsItemView.jsx b/src/components/theme/Views/NewsItemView.jsx index f66dae89..85ccdd27 100644 --- a/src/components/theme/Views/NewsItemView.jsx +++ b/src/components/theme/Views/NewsItemView.jsx @@ -4,12 +4,21 @@ import { filterBlocks } from '@eeacms/volto-cca-policy/utils'; import { PortalMessage } from '@eeacms/volto-cca-policy/components'; import { HTMLField, SubjectTags } from '@eeacms/volto-cca-policy/helpers'; import RenderBlocks from '@plone/volto/components/theme/View/RenderBlocks'; +import { UniversalLink } from '@plone/volto/components'; const DescriptionText = ({ content }) => { return ( <>
{content.description}