diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f1707..f81cb40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.1.25...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.1.26...HEAD) ### Added ### Changed @@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Security +## [0.1.26](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.1.25...v0.1.26) - 2024-05-13 + +### Changed + +- Upgraded TNA Frontend to `v0.1.53` + ## [0.1.25](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.1.24...v0.1.25) - 2024-04-04 ### Changed diff --git a/README.md b/README.md index 081c110..8fb5815 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ We test each component against its published [component fixtures](https://github | TNA Frontend Jinja | Compatible TNA Frontend versions | | --------------------- | ------------------------------------------ | +| `0.1.26` | `v0.1.53` | | `0.1.25` | `v0.1.51`, `v0.1.52` | | `0.1.23`, `0.1.24` | `v0.1.50` | | `0.1.21`, `0.1.22` | `v0.1.49` | diff --git a/package-lock.json b/package-lock.json index 042c3ce..8c78958 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@nationalarchives/frontend": "0.1.52", + "@nationalarchives/frontend": "0.1.53", "diff": "^5.1.0", "glob": "^10.2.7", "js-beautify": "^1.14.8", @@ -30,9 +30,9 @@ } }, "node_modules/@nationalarchives/frontend": { - "version": "0.1.52", - "resolved": "https://registry.npmjs.org/@nationalarchives/frontend/-/frontend-0.1.52.tgz", - "integrity": "sha512-5rDUak2R57VQX8FBfMtxGEpjW58An075S2/vuDTaIM6fmlYMDheEFVKe2hacAqlAdJcWsijhCsMWqjGVvMXFKA==" + "version": "0.1.53", + "resolved": "https://registry.npmjs.org/@nationalarchives/frontend/-/frontend-0.1.53.tgz", + "integrity": "sha512-SrT/61wjh42poNxjTjgN+OBvh8AGorYjHwmM6rm89DJzsrwPquRDnutF3Fr8o0JAfX6xSheLMwXYetP5AGud4w==" }, "node_modules/@one-ini/wasm": { "version": "0.1.1", diff --git a/package.json b/package.json index 0c2431d..a0acd09 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "test": "node test-fixtures.mjs" }, "dependencies": { - "@nationalarchives/frontend": "0.1.52", + "@nationalarchives/frontend": "0.1.53", "diff": "^5.1.0", "glob": "^10.2.7", "js-beautify": "^1.14.8", diff --git a/setup.py b/setup.py index 6da032f..b3b00fc 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="tna-frontend-jinja", - version="0.1.25", + version="0.1.26", author="Andrew Hosgood", author_email="andrew.hosgood@nationalarchives.gov.uk", description="TNA Frontend Jinja templates", diff --git a/tna_frontend_jinja/templates/components/footer/macro.html b/tna_frontend_jinja/templates/components/footer/macro.html index 4828282..0a5bb49 100644 --- a/tna_frontend_jinja/templates/components/footer/macro.html +++ b/tna_frontend_jinja/templates/components/footer/macro.html @@ -1,136 +1,184 @@ {% macro tnaFooter(params) %} {%- set containerClasses = [params.classes] if params.classes else [] -%} -