From f855311718e4ea2081e00982dcdc84f19fe2eec1 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Wed, 27 Mar 2024 11:48:24 +0000 Subject: [PATCH] v0.1.22 --- CHANGELOG.md | 8 +++++++- setup.py | 2 +- tna_frontend_jinja/templates/components/card/macro.html | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dd707f..5da23f7 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.21...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.1.22...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.22](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.1.21...v0.1.22) - 2024-03-27 + +### Fixed + +- Card actions now work without attributes + ## [0.1.21](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.1.20...v0.1.21) - 2024-03-26 ### Changed diff --git a/setup.py b/setup.py index 7730a89..92287a8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="tna-frontend-jinja", - version="0.1.21", + version="0.1.22", author="Andrew Hosgood", author_email="andrew.hosgood@nationalarchives.gov.uk", description="TNA Frontend Jinja templates", diff --git a/tna_frontend_jinja/templates/components/card/macro.html b/tna_frontend_jinja/templates/components/card/macro.html index 5fadb8d..b3dddc1 100644 --- a/tna_frontend_jinja/templates/components/card/macro.html +++ b/tna_frontend_jinja/templates/components/card/macro.html @@ -82,7 +82,7 @@ {%- if params.actions %}
{%- for item in params.actions %} - + {{ item.text }} {%- endfor %}