Skip to content

Commit

Permalink
Bump version 2.1.0 (#151)
Browse files Browse the repository at this point in the history
Bump version 2.1.0
  • Loading branch information
edwardscull authored Sep 16, 2024
1 parent 7d05b1c commit 795efdc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Minor updates to guidance

- Button enhancements. Extending the `nhsuk-frontend` button styling to support default full width buttons on mobile.

## `v2.0.0`
## `v2.0.1`

### Fixes

Expand All @@ -43,3 +43,16 @@ Create symlink to `docs/_includes` so that the docs can include anything in `src
Prefixed all Nunjucks macros with `nhsapp`.

> ~~`card`~~ > `nhsappCard`
## `v2.1.0`

Updates to guidance and the microsite

### Fixes

Card link with badge accessibility fix. Added option to provide `aria-hidden` to the badge when used with the card link. Plus, changed the badge HTML from a `span` to a `p`. This fixes issues we saw with MacOS Voiceover.

### Components and styles

- The card component now supports a footer section. The guidance for this will be coming very soon after this release
- The card component now supports a "read only" view. The chevron icon is hidden and the title is no longer a link
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": "nhsapp-frontend",
"version": "2.0.1",
"version": "2.1.0",
"description": "A CSS library built on top of nhsuk-frontend providing styles for the NHS App.",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 795efdc

Please sign in to comment.