nhsuk-frontend
Advanced tools
Changelog
1.0.1 - 20 February 2019
:wrench: Fixes
:new: New features
<h3>
(PR 392)Changelog
1.0.0 - 5 February 2019
:tada: Official release of the NHS.UK frontend
:wrench: Fixes
Review date component - Removed the <time>
markup around the date because it doesn't have a datetime
attribute (which can't be automatically generated) and also we can't guarantee that the content will be a valid date/time string (PR 381)
Header component - Update of the Nunjucks template and documentation (PR 380)
Changelog
0.9.0 (Prerelease) - 31 January 2019
:new: New features
:wrench: Fixes
Changelog
0.8.0 (Prerelease) - 17 January 2019
:boom: Breaking changes
npm install
to update your packages and update the header HTML accordingly. (PR 342)Changelog
0.6.0 (Prerelease) - 18 December 2018
:boom: Breaking changes
npm JavaScript file path - The nhsuk.min.js
file has been moved from packages/
into dist/
if you are referencing
the compiled JavaScript file from the packages/
folder please update your projects.
Footer no longer includes a logo and the nunjucks macro arguments have been updated - if you are using the footer nunjucks macro then you need to update it. (PR 300)
:new: New features
See more about using ES6 modules in your project in the installing with npm - importing Javascript documentation.