Skip to content

Releases: x-govuk/govuk-components

Release version 5.11.3

02 Sep 20:47
c42c4a7

Choose a tag to compare

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

29 Aug 10:58
d769358

Choose a tag to compare

Version 5.11.1

26 Jun 13:24
c48fb79

Choose a tag to compare

  • 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

24 Jun 21:06
64ae828

Choose a tag to compare

  • 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 the govuk-template--rebranded class. #586

Release version 5.10.1

09 Jun 09:29
651c77d

Choose a tag to compare

Version 5.10.0

02 May 20:05
5dd1637

Choose a tag to compare

  • Support govuk-frontend 5.10.0 (not including the rebrand work which will be released on 25 June 2025.

Version 5.9.0

16 Mar 11:49
5bbbe5a

Choose a tag to compare

  • 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

12 Jan 17:48
0be048c

Choose a tag to compare

Version 5.7.1

09 Nov 20:59
e073123

Choose a tag to compare

  • Support govuk-frontend 5.7.1 (a minor bugfix release)
  • Bump Ruby and Rails versions to Ruby 3.1.6-3.3.6 and Rails 7.1.5-8.0.0 #571
  • Increase required version of ViewComponent to 3.17 #570

Version 5.7.0

11 Oct 14:18
50b1ca8

Choose a tag to compare