-
Notifications
You must be signed in to change notification settings - Fork 1
Release/1.1 #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/1.1 #10
Conversation
Move link inside Twig partial file to make customisation of individual instances easier
|
@NicolaSaunders You can test this on your branch for https://github.com/w3c/w3c-website-templates-bundle/ via: This removes the list of previously installed packages, since v1.1 upgrades Symfony from v5 to 6 or 7. Perhaps this should be tagged 2.0.0 once we go live since it's a breaking change... The W3C design system can then be tested via: Before we are ready to go live, we need to release the new design system version + update composer in w3c-website-templates-bundle: I can help with this. |
NicolaSaunders
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally and approved
Updates to site header, see PR #9
This pull request makes changes to the markup and styles of the site header, to make it easier to customise this area on other projects using the design system (e.g. W3C following their logo refresh).
It also modernises the CSS more generally, to use logical properties and flexbox gap for the cluster layout.
Upgrade to Symfony 7, see PR #8