Skip to content

Commit

Permalink
v0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Sep 5, 2024
1 parent 2431ec4 commit 7daeb8f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ 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/compare/v0.2.11...HEAD)
## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.2.12...HEAD)

### Added
### Changed
### Deprecated
### Removed
### Fixed

### Security

## [0.2.12](https://github.com/nationalarchives/tna-frontend/compare/v0.2.11...v0.2.12) - 2024-09-05

### Added

Expand All @@ -17,15 +27,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Pagination arrows are now embedded SVGs rather than requiring the Font Awesome icons CSS
- "Previous" and "Next" text in pagination buttons is no longer hidden on tiny devices

### Deprecated
### Removed
### Fixed

- Increase thickness of underline for focused elements for when the focus indicator doesn't provide sufficient contrast with the background
- Don't add a `ga-disable-` variable to the `window` and set a disable cookie without having a GA4 ID
- Warning text colour on dark themes fixed

### Security
- Added missing Google Fonts file in prototype kit templates

## [0.2.11](https://github.com/nationalarchives/tna-frontend/compare/v0.2.10...v0.2.11) - 2024-08-30

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nationalarchives/frontend",
"version": "0.2.11",
"version": "0.2.12",
"description": "The National Archives frontend styles",
"scripts": {
"start": "storybook dev -p 6006",
Expand Down
6 changes: 3 additions & 3 deletions src/nationalarchives/templates/fixtures.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/nationalarchives/templates/layouts/_prototype-kit.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

{% block stylesheets %}
{% include 'govuk-prototype-kit/includes/stylesheets-plugins.njk' ignore missing %}
<link rel="stylesheet" type="text/css" href="https://use.typekit.net/hkj3kuz.css">
<link rel="stylesheet" href="https://use.typekit.net/hkj3kuz.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400..700&family=Roboto+Mono:wght@400..500&display=swap">
{% endblock %}

{% block bodyEnd %}
Expand Down

0 comments on commit 7daeb8f

Please sign in to comment.