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

Latest commit

 

History

History
182 lines (104 loc) · 7.38 KB

CHANGEOG.md

File metadata and controls

182 lines (104 loc) · 7.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.5.0 - 14/02/2023

Added

Deprecated

  • This will be the last release of this app, after which development will continue on GOV.UK Frontend Flask instead.

2.4.0 - 14/12/2022

Added

2.3.0 - 22/07/2022

Added

2.2.0 - 18/05/2022

Added

2.1.0 - 10/05/2022

Added

2.0.0 - 04/01/2022

Added

Changed

Removed

  • Python 3.6 support

1.8.0 - 14/10/2021

Added

Changed

1.7.0 - 29/06/2021

Changed

1.6.0 - 21/05/2021

Changed

1.5.0 - 25/02/2021

Added

Fixed

  • img-src content security policy (CSP) violation.
  • Corrected heading classes

1.4.0 - 09/02/2021

Changed

1.3.0 - 25/01/2021

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/01/2021

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/12/2020

Added

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

Changed

1.0.0 - 20/08/2020

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/06/2020

Changed

0.3.0 - 25/06/2020

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/06/2020

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 - 12/06/2020

Added

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