Allinea main (12.15.1) sul branch di migrazione Volto 19 (13.x) - #1187
Merged
Merged
Conversation
#1153) * feat: aggiunge opzioni colonne (3/4) e colore di sfondo (Nessuno/Primario/Secondario) al blocco icone * fix: yarn i18n updated * feat: rende columns una select numerica (2/3/4/6) invece del checkbox 3 colonne * fix: yarn i18n updated * fix: aggiunge entry release.md
…enu if no slimheader is configured for subsite path (#1161) * fix: configured header subsite doesn't show correct items * refactored * added comment in release * fixed conflicts --------- Co-authored-by: Ilaria Massa <ilaria@Mac.homenet.telecomitalia.it>
…name submit button (#1159) * fix: mark customer satisfaction answer as required and rename submit button to Invia * docs: update RELEASE.md * fix: use fieldset/legend for answer radiogroups and remove invalid aria-expanded * Apply suggestion from @giuliaghisini Co-authored-by: Giulia Ghisini <51911425+giuliaghisini@users.noreply.github.com> * fix: address remaining review feedback (translation, duplicate legend, broken suggestion) * fix: nest radiogroup fieldset inside form instead of the other way around * fix: a11y * fix: release.md * fix: release.md --------- Co-authored-by: Giulia Ghisini <51911425+giuliaghisini@users.noreply.github.com> Co-authored-by: Giulia Ghisini <giulia.ghisini@redturtle.it>
#1170) * fix: remove duplicated pagination ul rendered inside Pager component * chore: release log * Update RELEASE.md --------- Co-authored-by: Giulia Ghisini <51911425+giuliaghisini@users.noreply.github.com>
* fix: hide empty title heading in CTA block * docs: remove unrelated attribution line from RELEASE.md
…ck - Us77695 (#1169) * fix: date rage in search block now uses DateFilter widget * adjusted date range entry --------- Co-authored-by: Ilaria Massa <ilaria@MacBook-Pro-di-Redturtle.local>
Co-authored-by: Ilaria Massa <ilaria@MacBook-Pro-di-Redturtle.local>
* feat: made several improvements in rss block * refactoring * Update RELEASE.md * Update RELEASE.md * fix: RELEASE.md Removed duplicate entry for RSS block styling in release notes. * fix: release.md Uniformed card style in the 'RSS' block to match 'Elenco' block, added options for date and description visibility, and card count per row. * fix: RELEASE.md --------- Co-authored-by: Ilaria Massa <ilaria@MacBook-Pro-di-Redturtle.local> Co-authored-by: Giulia Ghisini <51911425+giuliaghisini@users.noreply.github.com> Co-authored-by: Giulia Ghisini <giulia.ghisini@redturtle.it>
Aligns the 21 commits accumulated on main (design-comuni-plone-theme 12.14.2 -> 12.15.1) onto the Volto 19 migration branch (13.x). Kept 13.x's package.json version/engines/peerDependencies/resolutions, regenerated locale files instead of merging them by hand, and for the Volto/addon customization files under src/customizations/** (which main touched with stale, pre-migration copies) re-applied main's behavioral delta on top of 13.x's current-upstream-based versions instead of taking main's copies as-is, keeping the "original: <url>" + CUSTOMIZATIONS convention accurate: - DateRangeFacet.jsx, DateRangeFacetFilterListEntry.jsx: date-range filter rewritten onto the shared DateFilter component with UTC day-boundary math (US77695), documented and reconciled with 13.x's existing re-diffed header - DatetimeWidget.jsx: merged main's Escape-to-close-calendar fix alongside 13.x's ported upstream additions - NotFound.jsx: kept 13.x's de-barreled imports, added main's Helmet title using the project's deep-import convention - Controlpanel.jsx: rewritten from the stale class-component copy main added to match the actual Volto 19.1.5 functional-component upstream, keeping only the addon's one customization (Cancel button routes to /controlpanel) - RssSidebar.jsx (volto-rss-block customization): added the missing "original" header pinned to the addon's actual v3.0.0 tag and restored an upstream eslint-disable comment dropped when the file was copied - Navigation.jsx: updated the customization header to describe the new per-subsite slimheader menu logic Updated VOLTO19_CHECKLIST.md (kept local/untracked, as before) with the behaviors introduced by this merge that need re-verification. Verified with yarn install, yarn i18n, and eslint across every hand-merged file.
giuliaghisini
approved these changes
Sep 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Porta su
13.x(branch di migrazione a Volto 19) i 21 commit accumulati sumaindal punto di fork (design-comuni-plone-theme12.14.2 → 12.15.1):/controlpanel<ul>duplicataPer i file di customization Volto/addon (
src/customizations/**) che main aveva toccato con copie non allineate alla migrazione, la modifica di comportamento è stata riportata sopra la versione già ribasata su Volto 19.1.5 (o sulla versione corrente dell'addon terzo), invece di prendere la copia dimaincosì com'è:DateRangeFacet.jsx/DateRangeFacetFilterListEntry.jsxDatetimeWidget.jsxNotFound.jsxControlpanel.jsx— riscritto da class a componente a funzione per allinearlo all'upstream Volto 19.1.5 (non era mai stato fatto per questo file)RssSidebar.jsx(customization divolto-rss-block) — aggiunto il riferimento upstream mancante (pinnato alla v3.0.0 del pacchetto) e ripristinato un commento eslint-disable perso nella copiaNavigation.jsx— aggiornato il commento di customization per il nuovo comportamento sui subsitipackage.jsonmantiene versione/engines/peerDependencies/resolutions di13.x; i file locale sono stati rigenerati conyarn i18ninvece di essere mergiati a mano.Aggiornato anche
VOLTO19_CHECKLIST.mdlocale (non tracciato in git, come già era) con le voci da ri-verificare per questo merge.Test plan
yarn installeslintsu tutti i file risolti manualmente (0 errori)yarn i18nrigenerato senza errori