Releases: x-govuk/govuk-components
Releases · x-govuk/govuk-components
Release version 5.11.3
- Manually include helpers from components that use them. This solves a problem where the components were using helpers that weren't in scope following changes made in ViewComponent version 4.0.0. #615
Upgrade tips
If you're using the helpers included in this library in your own ViewComponents ensure you include them, either via a shared module that pulls them in or a base class like this, which your own components can inherit from.
class ApplicationComponent < ViewComponent::Base
include GovukVisuallyHiddenHelper
include GovukLinkHelper
include GovukComponentsHelper
include GovukListHelper
end
Version 5.11.2
- Various improvements to the guide #601, #602, #604 thanks @paulrobertlloyd ❤️
- Upgrade to ViewComponent 4.0.0 #609
Version 5.11.1
- update the header to reflect the tweaks made in govuk-frontend 5.11.0 - thanks @paulrobertlloyd #599
- make the guide use the new inverted colours on the service nav - thanks again @paulrobertlloyd #598
- Fix a bug where table with classes were added without the correct prefixes - thank you @ethax-ross #600
Version 5.11.0
- Breaking change - this gem now only supports with the rebranded variant of the GOV.UK Design System. If you're using the header and footer components, when you upgrade, ensure your application's
<html>
elements have thegovuk-template--rebranded
class. #586
Release version 5.10.1
- Allow setting custom licence HTML in the footer - thanks @stephencdaly #590
- Fix the design system version badge - thanks @gunndabad #594
- Upgrade the guide with the new X-GOV.UK branding 🖌️ - @paulrobertlloyd #592
- Various version bumps (#584, #587, #588, #595, #596)
Version 5.10.0
- Support govuk-frontend 5.10.0 (not including the rebrand work which will be released on 25 June 2025.
Version 5.9.0
- Support govuk-frontend 5.9.0.
This change adds a deprecation warning when using the header component with either a service name or navigation items as they will be dropped in the next major version of govuk-frontend (see the release notes for more details).
Version 5.8.0
Version 5.7.1
Version 5.7.0
- Support govuk-frontend 5.7.0 - this comes with the new footer graphic #568