From dc914985a8a3c41156bfa450aaaa96a12cd99869 Mon Sep 17 00:00:00 2001 From: Sabrina Bongiovanni Date: Tue, 9 Jan 2024 10:15:08 +0100 Subject: [PATCH 1/2] fix: fixed aria tags to avoid double feedback on SR --- src/components/ItaliaTheme/Search/Search.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ItaliaTheme/Search/Search.jsx b/src/components/ItaliaTheme/Search/Search.jsx index 830cb4ec3..2c753585b 100644 --- a/src/components/ItaliaTheme/Search/Search.jsx +++ b/src/components/ItaliaTheme/Search/Search.jsx @@ -613,7 +613,6 @@ const Search = () => {
From d950b113b3938115c4476a2bf5f9a9dfc0068efd Mon Sep 17 00:00:00 2001 From: Sabrina Bongiovanni Date: Tue, 9 Jan 2024 10:16:33 +0100 Subject: [PATCH 2/2] chore: added RELEASE.md info --- RELEASE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 1b8403e0e..fc40c1164 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -47,6 +47,10 @@ - Diminuita la larghezza del testo nelle card che indicano i luoghi. +### Migliorie + +- Migliorata l'accessibilità nella pagina di Ricerca. + ## Versione 11.1.4 (dd/mm/yyyy) ### Fix