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

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-shaw committed Jun 18, 2020
1 parent d761416 commit b75e9bd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGEOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/matthew-shaw/govuk-frontend-jinja-example/compare/0.1.0...master)
## [Unreleased](https://github.com/matthew-shaw/govuk-frontend-jinja-example/compare/0.2.0...master)

## [0.2.0](https://github.com/matthew-shaw/govuk-frontend-jinja-example/releases/tag/0.2.0)

### Changed

- Updated to use `govuk-frontend-jinja` [release 0.2.0](https://github.com/LandRegistry/govuk-frontend-jinja/releases/tag/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](https://design-system.service.gov.uk/styles/page-template/)

## [0.1.0](https://github.com/matthew-shaw/govuk-frontend-jinja-example/releases/tag/0.1.0)

### Added

- Very basic [Flask](https://flask.palletsprojects.com/) app to demonstrate using the `govuk-frontend-jinja` package version `0.1.0`.
- Very basic [Flask](https://flask.palletsprojects.com/) app to demonstrate using the `govuk-frontend-jinja` package [release 0.1.0](https://github.com/LandRegistry/govuk-frontend-jinja/releases/tag/0.1.0).

0 comments on commit b75e9bd

Please sign in to comment.