Skip to content

v5.2.0

Latest
Compare
Choose a tag to compare
@frankieroberto frankieroberto released this 13 Dec 15:46
· 2 commits to main since this release
d3cfbb2

This minor release moves the example page templates from /docs to /lib/example-templates, and moves the /middleware folder to /lib/middleware.

These changes will make future manual upgrades of the kit easier.

Service name

The kit is now set up to use the serviceName local variable, which is set in app/config.js, in the default templates.

  • Use serviceName local in start page template – #414 (thanks to @frankieroberto)
  • Use serviceName in header - #417
  • Update default service name to "Service name goes here" - #419

Maintenance

  • Import task list macro - #437 (thanks to @edwardhorsford)
  • Setup code style checks and tests - #404
  • Update default index page - #423
  • Change all references to 'NHS.UK prototype kit' - #425 (thanks to @vickytnz)
  • Add devcontainer.json for Codespaces and container use - #428 (thanks to @paulmsmith)
  • Add instructions if you run npm start - #411
  • Minor dependency updates

Full Changelog: v5.1.0...v5.2.0