nhsx / nhsx-website

NHSX Website - built with Wagtail
https://transform.england.nhs.uk
MIT License
37 stars 12 forks source link

Bump NHS UK Frontend to 0.8 via static file change #765

Closed dragon-dxw closed 1 year ago

dragon-dxw commented 1 year ago

(includes Wagtail pinning, merge that first?)

v0.8 of the Wagatil NHS UK frontend was working fine locally but failing tests due to wagtailnhsukfrontend/js/nhsuk-5.0.0.min.js not existing in the static files; v0.8 moves to v5.1.0 of the JS etc. It looks like later versions change to nhsuk.min.js to get around these continuous version bumps, and the CSS already is unversioned.

v0.8 enables parallel use of the new and old block models, so is an essential step along the way to a shiny NHSx website running a recent Wagtail version.

(Don't merge before the reset of master to dev!)