From 3e1c84e9592c7eefeea29edf4149b4eea9d7c6ca Mon Sep 17 00:00:00 2001 From: Wagner Trezub Date: Fri, 2 Feb 2024 09:21:38 +0100 Subject: [PATCH 1/3] fix: simple card title changed from h4 to h3 --- .../ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx b/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx index 6d3365fb5..cdfd8a9b5 100644 --- a/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx +++ b/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx @@ -57,7 +57,7 @@ const Block = ({
{inEditMode ? ( <> - +
{ setSelectedField('title'); @@ -122,7 +122,7 @@ const Block = ({ ) : ( <> - + {title}
From bed9901adad5ff3551032bc513e35a873599c888 Mon Sep 17 00:00:00 2001 From: Wagner Trezub Date: Fri, 2 Feb 2024 12:59:47 +0100 Subject: [PATCH 2/3] fix: className add --- .../ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx b/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx index cdfd8a9b5..163a3523e 100644 --- a/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx +++ b/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx @@ -57,7 +57,7 @@ const Block = ({
{inEditMode ? ( <> - +
{ setSelectedField('title'); @@ -122,7 +122,7 @@ const Block = ({ ) : ( <> - + {title}
From d86d8974f12aa3a139317650c505f8089dd6da8d Mon Sep 17 00:00:00 2001 From: Wagner Trezub Date: Mon, 5 Feb 2024 14:34:24 +0100 Subject: [PATCH 3/3] chore: release.md --- RELEASE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index a8edf225c..ac63466f2 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -41,11 +41,18 @@ - ... --> +## Versione X.X.X (dd/mm/yyyy) + +### Fix + +- Sistemata la gerarchia per i titoli dentro al blocco semplice + ## Versione 11.3.3 (30/01/2024) ### Migliorie - Migliorato il focus sulle immagini in edit del blocco Immagine quando queste sono allineate a sinistra o a destra. + ### Fix - Sistemato il layout del blocco elenco per i Bandi