nhsuk-frontend
Advanced tools
Changelog
9.2.0 - 12 February 2025
:new: New features
text
param for Inset text (PR 1113):wrench: Fixes
Changelog
9.1.0 - 4 November 2024
:new: New features
:wrench: Fixes
.nhsuk-header__search-no-nav
class is no longer needed when header contains a search field but no navigation (PR 1046)Changelog
8.3.0 - 24 July 2024
:new: New features
nhsuk-page-width
a default so that services can override it (PR 971):wrench: Maintenance
:wrench: Fixes
errorSummary
bottom margin (PR 973)nhsuk-u-top-and-bottom
utility class (PR 979)Changelog
8.2.0 - 12 June 2024
:recycle: Changes
:wrench: Fixes
html
argument (Issue 950)aria-hidden
to responsive labels in responsive tables, to avoid screen readers repeating them (PR 942)opacity: 1
to header search placeholder, to increase colour contrast on Firefox (PR 939)Changelog
8.1.1 - 14 March 2024
:wrench: Fixes
40px
, to prevent vertical overflowChangelog
8.1.0 - 11 January 2024
:wrench: Fixes
:new: New features
initAll
method in nhsuk.js
, and pass document by default, but allowing smaller DOM scopes to be passed. This allows new nhsuk-frontend JS components to be initialised after page load, such as in new pieces of DOM added by JavaScript.