Skip to content

Releases: nhsuk/nhsuk-prototype-kit

v4.10.0

22 Feb 12:19
f029232
Compare
Choose a tag to compare

4.10.0 - 22 February 2024

🔧 Fixes

  • Add aria-labels to coronavirus hub page and mental health page navigation links
  • Removed the duplicate selector in '_related-nav.scss'
  • Removed Covid banner from 'Social care and support guide' and 'NHS Services' templates
  • Use 'String#startsWith' method instead of getting the index of a substring in utils.js
  • Change unexpected var for const in gulpfile.js
  • Update 'Social care and support guide' template to use primary cards with chevrons
  • Upgrade node version to v20
  • Update NHS.UK frontend to v8.1.0, includes updates to header and footer components

v4.9.0

01 Jun 08:49
2028ab0
Compare
Choose a tag to compare

4.9.0 - 1 June 2023

✏️ Content

  • Fix styling on confirmation page
  • Add character count and tab components
  • Update guidance on setting a password in 'Publish your prototype online'
  • Change references to NHS Digital to NHS England
  • Enhance deployment instructions and test note in README
  • Fix link in README

🔧 Maintenance

  • Install NHS.UK frontend v7.0.0

v4.8.6

23 Jan 15:57
Compare
Choose a tag to compare

4.8.6 - 24 January 2023

✏️ Content

  • Add new 'Publish your prototype online' guidance
  • Replace Atom with Visual Studio Code on HTML text editor page

🔧 Maintenance

  • Install NHS.UK frontend v6.2.0

v4.8.5

12 Dec 15:51
Compare
Choose a tag to compare

4.8.5 - 12 December 2022

🔧 Fixes

  • Update package dependencies decode-uri-component and engine.io.

✏️ Content

  • Added deployment instructions and test note to readme.

v4.8.4

12 Oct 10:39
Compare
Choose a tag to compare

4.8.4 - 12 October 2022

✏️ Content

  • Fixed typo in readme

v4.8.3

05 Sep 11:09
851a07c
Compare
Choose a tag to compare

4.8.3 - 5 September 2022

⬆️ Version bump

  • Release issues

v4.8.2

05 Sep 10:32
e84dbbf
Compare
Choose a tag to compare

4.8.2 - 5 September 2022

⬆️ Version bump

v4.8.1

01 Sep 14:33
ed0961b
Compare
Choose a tag to compare

4.8.1 - 31 August 2022

✏️ Content

v4.8.0

02 Feb 13:24
3d9c4df
Compare
Choose a tag to compare

4.8.0 - 2 February 2022

🆕 New features

  • Install NHS.UK frontend v6.1.0 which includes text align utility class

v4.7.3

08 Dec 12:49
ffcf912
Compare
Choose a tag to compare

4.7.3 - 8 December 2021

🔧 Fixes

  • Install NHS.UK frontend v6.0.1
  • Update Health A-Z with new Nav A-Z
  • Add list-border css to _list-border.scss
  • Add support for Node 16.x

Node 16.x recently became the long term supported version of Nodejs. The gulp-sass dependency had a peer dependency pinned to specific version node-sass that doesn't work on Node 16.x. Node 16.x support got added to node-sass in 6.0.0 and above