Releases: x-govuk/govuk-components
Releases · x-govuk/govuk-components
Version 5.7.0
- Support govuk-frontend 5.7.0 - this comes with the new footer graphic #568
Version 5.6.1
- Fix a typo in
govuk-width-container
in the new service navigation component, and add some extra tests to ensure it's right 0a492c5
Version 5.6.0
- Add new service navigation component #556
- Add support for component-specific branding which allows for the mixing and matching of design systems so this library can be integrated with the NHS design system more easily #552
- Add an extra argument to
govuk_header
calledfull_width_border
. When true it will set thegovuk-header--full-width-border
class which is suggested in the service navigation guidance - Support govuk-frontend 5.6.0
Version 5.5.0
- Upgrade to support Pagy 9 - note Pagy 9 changes the
items
param tolimit
so watch out for that in your tests - #548 - Upgrade to support ViewComponent 3.13 #550
- Support GOV.UK Frontend 5.5.0 #551
Version 5.4.1
- Allow default fallback summary list value text to be set. It defaults to
""
so the library's behaviour won't change but it can be overridden to something more informative if necessary #540 - Support govuk-frontend version 5.4.1
- Bump the supported Ruby and Rails versions
Version 5.4.0
- Support govuk-frontend 5.4.0 #538
Release version 5.3.2
- Support govuk-frontend 5.3.1
- Allow tab ids to be manually overridden. Thanks @misaka for this. #532
- Add custom tag support to notification banner headings. This change also fixes the default HTML tag to
<p>
as suggested in the design system documentation rather than<div>
. Thanks @DavidBiddle for contributing this fix. #533
Version 5.3.1
- Fix a bug where equivalent data attributes declared in both styles
"data-attribute" => "value"
anddata: { attribute: "value" }
would result in duplicate attributes rendered in the HTML. #530. Massive thanks to @DavidBiddle for identifying and fixing this! - Fix the guide entry for the list helper where an unordered list was shown instead of an ordered one. Thanks @colinbruce #528
Version 5.3.0
- Upgrade to govuk-frontend 5.3.0 - this involved removing the now-redundant role attribute from the header, footer and nav components #523
- Upgrade tabs component to have a default title when nothing is specified, thanks @frankieroberto #521
- Add two extra slots to the footer so content can be injected before/after the meta items #519
- Various minor dependency updates #522, #524, #525
Version 5.2.2
- add the List helper to ease the creation of GOV.UK style lists. #509, #520 Thanks @frankieroberto!
- fix a bug where
data-module: "govuk-button"
was missing from#govuk_button
#513
Also add custom branding and double click prevention #514 - thanks @misaka ❤️