Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 15, 2025
1 parent cc14d0d commit 8df364a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,23 @@ 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.7.1...HEAD)
## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.7.2...HEAD)

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

## [0.7.2](https://github.com/nationalarchives/tna-frontend/compare/v0.7.1...v0.7.2) - 2025-01-15

### Changed

- Markers for ordered and unordered lists have changed from the accent colour to the light font colour
- `tna.pref.prefers-contrast` reports `normal` rather than a blank string in the analytics library when the user has no specific contrast preference
- Improvements to high contrast support for hero components, cards components and lists

### Deprecated
### Removed

- Changed all experimental `hidden="until-found"` attributes to `hidden`
Expand All @@ -23,8 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add missing `type` attribute to the expand button in the breadcrumbs component

### Security

## [0.7.1](https://github.com/nationalarchives/tna-frontend/compare/v0.7.0...v0.7.1) - 2025-01-14

### Fixed
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.7.1",
"version": "0.7.2",
"description": "The National Archives frontend styles",
"scripts": {
"start": "storybook dev -p 6006",
Expand Down

0 comments on commit 8df364a

Please sign in to comment.