v9.3.1 — 2024-01-17
Overview
Performance improvements and bugfixes from the SDC work.
Issue Summary
- RW-826: reduce CLS caused by JS for OCHA Services #458
- OPS-9885: leftover references to
components
sub-dir after SDC reshuffle #459
Steps to Upgrade
composer require unocha/common_design:^9
If the cd-global-header.html.twig
file has been changed in an existing sub-theme, it will need to have the new line of HTML inserted (see base-theme template with the same name). If the new container isn't inserted, the OCHA Services menu will never display in the Global Header. Insert this HTML before the page.header_top
variable:
<div id="cd-ocha-services-container"></div>
If the sub-theme file was never altered and still contains the extend
directive, no action is needed.