diff --git a/CHANGELOG.md b/CHANGELOG.md index b5b6983..3aeebbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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