diff --git a/CHANGELOG.md b/CHANGELOG.md index 627ce82..e57b954 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.23...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.1.24...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.24](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.1.23...v0.1.24) - 2024-03-28 + +### Fixed + +- Added missing SVG height attribute to global header icons + ## [0.1.23](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.1.22...v0.1.23) - 2024-03-28 ### Changed diff --git a/README.md b/README.md index c168472..aa46438 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ We test each component against its published [component fixtures](https://github | TNA Frontend Jinja | Compatible TNA Frontend versions | | --------------------- | ------------------------------------------ | -| `0.1.23` | `v0.1.50` | +| `0.1.23`, `0.1.24` | `v0.1.50` | | `0.1.21`, `0.1.22` | `v0.1.49` | | `0.1.20` | `v0.1.48` | | `0.1.19` | `v0.1.45`, `v0.1.46`, `v0.1.47` | diff --git a/setup.py b/setup.py index 5c1cfcd..ccd6a84 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="tna-frontend-jinja", - version="0.1.23", + version="0.1.24", author="Andrew Hosgood", author_email="andrew.hosgood@nationalarchives.gov.uk", description="TNA Frontend Jinja templates", diff --git a/tna_frontend_jinja/templates/components/global-header/macro.html b/tna_frontend_jinja/templates/components/global-header/macro.html index 5e34202..4508d66 100644 --- a/tna_frontend_jinja/templates/components/global-header/macro.html +++ b/tna_frontend_jinja/templates/components/global-header/macro.html @@ -54,11 +54,11 @@
  • {%- if item.icon == 'search' %} - + {%- elif item.icon == 'shop' %} - + {%- elif item.icon == 'user' %} - + {%- endif %} {{ item.text }}