diff --git a/CHANGELOG.md b/CHANGELOG.md index b3a27b7..a344251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,15 @@ 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.14](https://github.com/eea/volto-forests-theme/compare/0.2.13...0.2.14) + +- Discodata connector visual fix [`0f6e318`](https://github.com/eea/volto-forests-theme/commit/0f6e318241780f02c8d5cbe2cce7fafd67b5eeb1) + #### [0.2.13](https://github.com/eea/volto-forests-theme/compare/0.2.12...0.2.13) -- ExpandableTable include title in searchable content [`49e98af`](https://github.com/eea/volto-forests-theme/commit/49e98afe8d0c7c55f583c1f7d96616d86cbe6846) +> 12 May 2022 + +- ExpandableTable include title in searchable content [`#70`](https://github.com/eea/volto-forests-theme/pull/70) #### [0.2.12](https://github.com/eea/volto-forests-theme/compare/0.2.11...0.2.12) diff --git a/package.json b/package.json index 2e54785..6181136 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-forests-theme", - "version": "0.2.13", + "version": "0.2.14", "description": "@eeacms/volto-forests-theme: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", diff --git a/src/components/manage/Blocks/DiscodataConnectorBlock/v1/View.jsx b/src/components/manage/Blocks/DiscodataConnectorBlock/v1/View.jsx index d6ce53b..565b31b 100644 --- a/src/components/manage/Blocks/DiscodataConnectorBlock/v1/View.jsx +++ b/src/components/manage/Blocks/DiscodataConnectorBlock/v1/View.jsx @@ -117,7 +117,7 @@ const View = (props) => { }, [JSON.stringify(dataProviders)]); const view = ( -
+
{/* {props.data?.block_title ?
{props.data.block_title}
: ''} */} {parentsDataProviders &&