Skip to content

Commit

Permalink
v0.1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Feb 27, 2024
1 parent 35645c1 commit 1bef5c8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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.1.39...HEAD)
## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.1.40...HEAD)

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

## [0.1.40](https://github.com/nationalarchives/tna-frontend/compare/v0.1.39...v0.1.40) - 2024-02-27

### Changed

- Footer social links structure and HTML changed
Expand All @@ -17,16 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Allow navigation groups in footer to have hidden titles
- `utilities/_global.scss` split into other files `_reset.scss` and `_areas.scss`

### Deprecated
### Removed

- Removed option for brand icons on buttons, card actions and headers
- Removed Font Awesome icon selection for header and footers
- No `init` method for component JavaScript - components are now initialised on instantiation (`new Header($header).init()` -> `new Header($header)`)

### Fixed
### Security

## [0.1.39](https://github.com/nationalarchives/tna-frontend/compare/v0.1.38...v0.1.39) - 2024-02-19

### 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.1.39",
"version": "0.1.40",
"description": "The National Archives frontend styles",
"scripts": {
"start": "storybook dev -p 6006",
Expand Down
11 changes: 11 additions & 0 deletions src/nationalarchives/stories/intro.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { Meta } from "@storybook/blocks";

<Meta title="Introduction" />

# Welcome

TNA Frontend contains the code you need to start building user interfaces for National Archives platforms and services.

This Storybook instance represents the current working branch (`main`) of [TNA Frontend](https://github.com/nationalarchives/tna-frontend). This may contain unreleased styles and code.

To get the latest release, see the [GitHub releases page](https://github.com/nationalarchives/tna-frontend/releases).

0 comments on commit 1bef5c8

Please sign in to comment.