Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Releases: LandRegistry/govuk-frontend-jinja-demo

1.4.0

09 Feb 13:58
c5855b6
Compare
Choose a tag to compare

Changed

1.3.0

25 Jan 15:54
4088707
Compare
Choose a tag to compare

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

22 Jan 11:59
16e4c9c
Compare
Choose a tag to compare

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

18 Dec 12:55
d8d495e
Compare
Choose a tag to compare

Added

  • Text input prefix and suffix example
  • Header component with navigation example
  • Notification banner component examples

Changed

1.0.0

20 Aug 21:05
Compare
Choose a tag to compare

Changed

  • Updated govuk-frontend-jinja to release 1.0.0
  • Updated govuk-frontend to release 3.8.1
  • Changed govukInput macros to use new spellcheck option instead of the attributes option

0.3.1

25 Jun 14:57
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Changed

0.3.0

25 Jun 12:54
92e58e1
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

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 and gunicorn requirements to deploy to Heroku

0.2.0

18 Jun 14:29
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

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

0.1.0

18 Jun 12:51
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Added

  • Very basic Flask app to demonstrate using the govuk-frontend-jinja package version 0.1.0.