diff --git a/CHANGELOG.md b/CHANGELOG.md index 5283228e2..cdef5944b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,20 @@ * image size in listing ([397ba93](https://github.com/RedTurtle/design-comuni-plone-theme/commit/397ba932c0742690535c9dd6868cd0bda740f11b)) * update volto-editablefooter to 5.0.3 ([8fcada1](https://github.com/RedTurtle/design-comuni-plone-theme/commit/8fcada1c5e36e67fd79f3fa99ec9077d0565a661)) -## [10.4.2](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.0.0-alpha.1...v11.0.0-alpha.2) (2023-11-23) +## [10.4.3](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v10.4.2...v10.4.3) (2023-11-28) + +### Bug Fixes +* 404 page now sends user to homepage instead of search ([#419](https://github.com/RedTurtle/design-comuni-plone-theme/issues/419)) ([4331b59](https://github.com/RedTurtle/design-comuni-plone-theme/commit/4331b5937dbcfad9fe6a22f3f8a0a53c1a17b838)) +* a11y of feedback form ([#418](https://github.com/RedTurtle/design-comuni-plone-theme/issues/418)) ([52da0c7](https://github.com/RedTurtle/design-comuni-plone-theme/commit/52da0c73f67c8bb09b225e19a6535cd6a9613602)) +* changed styles for BandiInEvidenceTemplate for tablet size ([#412](https://github.com/RedTurtle/design-comuni-plone-theme/issues/412)) ([fd7688a](https://github.com/RedTurtle/design-comuni-plone-theme/commit/fd7688a80b6247243730ff01e55dd682ba2edbac)) +* removed pager-link data-element from prev item button in Pagination ([#420](https://github.com/RedTurtle/design-comuni-plone-theme/issues/420)) ([5812546](https://github.com/RedTurtle/design-comuni-plone-theme/commit/58125465349699396b2719a79bf70a339f4ac7e6)) + + +### Documentation + +* updated publiccode and release log ([33b267f](https://github.com/RedTurtle/design-comuni-plone-theme/commit/33b267f2f20d68b521a1452d300f7288f1d01fb1)) + +## [10.4.2](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v10.4.1...v10.4.2) (2023-11-23) ### Bug Fixes @@ -6085,4 +6098,4 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - added onclick to viewAll button [`baa258a`](https://github.com/RedTurtle/design-volto-theme/commit/baa258a983f9619b18f9c8d9fb078fe9b17f338b) - todo [`7814f01`](https://github.com/RedTurtle/design-volto-theme/commit/7814f01e5dd883c83bca4ecf53425ada9942d9ab) - updated gitignore with .history [`e73a28c`](https://github.com/RedTurtle/design-volto-theme/commit/e73a28c94176a172219c1a740a97047b5e2fa400) -- Added nvmrc [`fd54a3c`](https://github.com/RedTurtle/design-volto-theme/commit/fd54a3cbcf8df22997f036919dfafda870f85db7) \ No newline at end of file +- Added nvmrc [`fd54a3c`](https://github.com/RedTurtle/design-volto-theme/commit/fd54a3cbcf8df22997f036919dfafda870f85db7) diff --git a/RELEASE.md b/RELEASE.md index 46b360790..f96676aad 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -46,6 +46,17 @@ ### Novità - Modificata l'altezza delle immagini delle card, per essere in linea con i template agid. +## Versione 10.4.3 (28/11/2023) + +### Migliorie + +- Ora nella pagina 404 "Questa pagina non esiste" viene suggerito il proseguimento della navigazione verso la homepage invece che verso la ricerca. + +### Fix + +- Migliorata l'accessibilità del modulo di valutazione del sito che si trova in fondo ad ogni pagina. +- Il blocco Elenco con variazione Bandi viene visualizzato correttamente anche su tablet. + ## Versione 10.4.2 (23/11/2023) ### Fix diff --git a/locales/de/LC_MESSAGES/volto.po b/locales/de/LC_MESSAGES/volto.po index 24dd3e717..903b30bc0 100644 --- a/locales/de/LC_MESSAGES/volto.po +++ b/locales/de/LC_MESSAGES/volto.po @@ -2169,6 +2169,11 @@ msgstr "" msgid "hide_dates" msgstr "" +#: helpers/customizationsI18n +# defaultMessage: Home page +msgid "homepage" +msgstr "" + #: components/ItaliaTheme/Blocks/HTML/Sidebar # defaultMessage: Mostra lo sfondo a tutta larghezza msgid "htmlFullWidth" diff --git a/locales/en/LC_MESSAGES/volto.po b/locales/en/LC_MESSAGES/volto.po index 09264d33a..b212899d8 100644 --- a/locales/en/LC_MESSAGES/volto.po +++ b/locales/en/LC_MESSAGES/volto.po @@ -2154,6 +2154,11 @@ msgstr "" msgid "hide_dates" msgstr "" +#: helpers/customizationsI18n +# defaultMessage: Home page +msgid "homepage" +msgstr "Home page" + #: components/ItaliaTheme/Blocks/HTML/Sidebar # defaultMessage: Mostra lo sfondo a tutta larghezza msgid "htmlFullWidth" diff --git a/locales/es/LC_MESSAGES/volto.po b/locales/es/LC_MESSAGES/volto.po index 3a327e87e..e69c2f25c 100644 --- a/locales/es/LC_MESSAGES/volto.po +++ b/locales/es/LC_MESSAGES/volto.po @@ -2163,6 +2163,11 @@ msgstr "Para esta plantilla el número de resultados por página debe ser 7. Com msgid "hide_dates" msgstr "Ocultar fechas" +#: helpers/customizationsI18n +# defaultMessage: Home page +msgid "homepage" +msgstr "" + #: components/ItaliaTheme/Blocks/HTML/Sidebar # defaultMessage: Mostra lo sfondo a tutta larghezza msgid "htmlFullWidth" diff --git a/locales/fr/LC_MESSAGES/volto.po b/locales/fr/LC_MESSAGES/volto.po index e820ff898..2273da9f4 100644 --- a/locales/fr/LC_MESSAGES/volto.po +++ b/locales/fr/LC_MESSAGES/volto.po @@ -2171,6 +2171,11 @@ msgstr "" msgid "hide_dates" msgstr "" +#: helpers/customizationsI18n +# defaultMessage: Home page +msgid "homepage" +msgstr "" + #: components/ItaliaTheme/Blocks/HTML/Sidebar # defaultMessage: Mostra lo sfondo a tutta larghezza msgid "htmlFullWidth" diff --git a/locales/it/LC_MESSAGES/volto.po b/locales/it/LC_MESSAGES/volto.po index 8d8bb7b1a..8453a562b 100644 --- a/locales/it/LC_MESSAGES/volto.po +++ b/locales/it/LC_MESSAGES/volto.po @@ -2154,6 +2154,11 @@ msgstr "Per questo template il numero di risultati per pagina deve essere 7. Con msgid "hide_dates" msgstr "Nascondi le date" +#: helpers/customizationsI18n +# defaultMessage: Home page +msgid "homepage" +msgstr "Home page" + #: components/ItaliaTheme/Blocks/HTML/Sidebar # defaultMessage: Mostra lo sfondo a tutta larghezza msgid "htmlFullWidth" diff --git a/locales/volto.pot b/locales/volto.pot index 97f92f8f2..cc8d99c29 100644 --- a/locales/volto.pot +++ b/locales/volto.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: Plone\n" -"POT-Creation-Date: 2023-11-22T09:06:53.905Z\n" +"POT-Creation-Date: 2023-11-30T09:45:03.284Z\n" "Last-Translator: Plone i18n \n" "Language-Team: Plone i18n \n" "MIME-Version: 1.0\n" @@ -2156,6 +2156,11 @@ msgstr "" msgid "hide_dates" msgstr "" +#: helpers/customizationsI18n +# defaultMessage: Home page +msgid "homepage" +msgstr "" + #: components/ItaliaTheme/Blocks/HTML/Sidebar # defaultMessage: Mostra lo sfondo a tutta larghezza msgid "htmlFullWidth" diff --git a/publiccode.yml b/publiccode.yml index 2e020ba6f..660d2c06c 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -227,9 +227,9 @@ maintenance: name: io-Comune - Il sito AgID per Comuni ed Enti Pubblici platforms: - web -releaseDate: '2023-11-23' +releaseDate: '2023-11-28' softwareType: standalone/web -softwareVersion: 10.4.2 +softwareVersion: 10.4.3 url: 'https://github.com/italia/design-comuni-plone-theme' usedBy: - ASP Comuni Modenesi Area Nord diff --git a/src/components/ItaliaTheme/CustomerSatisfaction/FeedbackForm.jsx b/src/components/ItaliaTheme/CustomerSatisfaction/FeedbackForm.jsx index 21a2e925c..2dbed26bf 100644 --- a/src/components/ItaliaTheme/CustomerSatisfaction/FeedbackForm.jsx +++ b/src/components/ItaliaTheme/CustomerSatisfaction/FeedbackForm.jsx @@ -214,7 +214,7 @@ const FeedbackForm = ({ contentType, pathname }) => { -
+
(