Skip to content

Commit

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

### Added

- Buttons can now have an `html` property that allows HTML to be used in place of the `text` property

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

## [0.2.15](https://github.com/nationalarchives/tna-frontend/compare/v0.2.14...v0.2.15) - 2024-10-07

### Added

- Buttons can now have an `html` property that allows HTML to be used in place of the `text` property

### Fixed

- Change border widths on global header items from `0.5px` to `1px` to help with sub-pixel rendering
Expand All @@ -25,8 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed file list accessible link names to include file size and type
- Accessibility and usability improvements made to the gallery component with regards to HTML and JavaScript

### Security

## [0.2.14](https://github.com/nationalarchives/tna-frontend/compare/v0.2.13...v0.2.14) - 2024-09-18

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

0 comments on commit 79600d9

Please sign in to comment.