Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardScull committed Sep 16, 2024
1 parent 712ef93 commit 1a02459
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1a02459

Please sign in to comment.