This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
Releases: LandRegistry/govuk-frontend-jinja-demo
Releases · LandRegistry/govuk-frontend-jinja-demo
1.4.0
Changed
- Updated
govuk-frontend-jinja
to release 1.2.0 - Updated
govuk-frontend
to release 3.11.0
1.3.0
Added
- Error handlers and pages for 404 and 500 errors.
- Compressed response encoding support (gzip, brotli and deflate).
- Strict content security policy (self plus specific in-line script hashes).
- Additional security related HTTP headers implemented (strict transport security, referrer policy, XSS protection etc).
- HTML meta tags (description, keywords and author).
- Trim and strip whitespace around content blocks.
Removed
- Duplicated skiplink block in base template
1.2.0
Added
- Using GOV.UK Frontend test fixtures to generate an index of components along with a page per component that renders every visual fixture along with its Jinja and HTML source.
Changed
- Updated index page with more description about what this app is for.
- Put links to source, build, package and demo along with credit to the package contributors, in page footer.
Removed
- Manually created index page of component examples.
1.1.0
Added
- Text input prefix and suffix example
- Header component with navigation example
- Notification banner component examples
Changed
- Updated
govuk-frontend-jinja
to release 1.1.0 - Updated
govuk-frontend
to release 3.10.2
1.0.0
Changed
- Updated
govuk-frontend-jinja
to release 1.0.0 - Updated
govuk-frontend
to release 3.8.1 - Changed
govukInput
macros to use newspellcheck
option instead of theattributes
option
0.3.1
Changed
- Update to use
govuk-frontend-jinja
release 0.2.1
0.3.0
Added
- Script to pull down GOV.UK Frontend to the app's
static
directory - Set asset paths to get static CSS, JS and image content
Procfile
andgunicorn
requirements to deploy to Heroku
0.2.0
Changed
- Updated to use
govuk-frontend-jinja
release 0.2.0 - Changed Jinja loader to
ChoiceLoader
to access templates without a namespace prefix - Removed
app/*
prefix from template - Changed
index.html
template to extend base GOV.UK page template