From 4ad0d8f674fb60847a04132a6e5c85a5bd0f9ff0 Mon Sep 17 00:00:00 2001 From: David Hunter Date: Fri, 14 Feb 2025 11:40:59 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 91 +++++++++++++++++++++++++++------------------------- 1 file changed, 48 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 560f286..a90fea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,48 +1,38 @@ # NHS App Frontend Changelog -## 0.1.0-alpha.0 (Prerelease) - 18 April 2024 - -:tada: **Initial release of the NHS App Frontend** +## `v3.0.0` - UNRELEASED -## `v1.0.0` release of the NHS App Frontend package. - -A collection of HTML, CSS, Nunjucks templates and guidance for the NHS App. Built on top of the [nhsuk-frontend](https://github.com/nhsuk/nhsuk-frontend) styles. - -### Components and styles +### Breaking changes -- Badge -- Bottom navigation (native) -- Card links -- Section heading -- Tag -- Timeline -- Top Navigation (native) +- Bumped `nhsuk-frontend` version to `v9.2.0` ([PR 241](https://github.com/nhsuk/nhsapp-frontend/pull/241)) - details are in the [nhsuk frontend release notes](https://github.com/nhsuk/nhsuk-frontend/releases) +- Bumped `nhsuk-frontend` peer dependency version to `v9.0.0` -## `v1.1.0` +### Components -Minor updates to guidance +- Updated [Badge](https://design-system.nhsapp.service.nhs.uk/components/badge/) - removing small blue variant -### Components and styles +## `v2.3.0` -- Summary list now supports a two column display on mobile +### Fixes -## `v1.2.0` +- Icons now use `rem` sizing to ensure consitency in different contexts -### Components and styles +### Components -- Button enhancements. Extending the `nhsuk-frontend` button styling to support default full width buttons on mobile. +- New [Seconday Button](https://design-system.nhsapp.service.nhs.uk/components/buttons/) styling added +- New [Confirmation Panel](https://design-system.nhsapp.service.nhs.uk/components/panel/) component -## `v2.0.1` +## `v2.2.0` ### Fixes -Create symlink to `docs/_includes` so that the docs can include anything in `src` - -### Breaking changes +- Badge count now displaying correctly when value is 1 +- Cards in combination with a section heading spacing now fixed +- Added missing card param to Nunjucks macro `linkAriaLabel` -Prefixed all Nunjucks macros with `nhsapp`. +### Styles -> ~~`card`~~ > `nhsappCard` +New icons added. [See full commit](https://github.com/nhsuk/nhsapp-frontend/commit/201556e91df539d9ec6dce4eda50a0f478ed3b05) for list of icons. ## `v2.1.0` @@ -57,31 +47,46 @@ Card link with badge accessibility fix. Added option to provide `aria-hidden` to - 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 -## `v2.2.0` +## `v2.0.1` ### Fixes -- Badge count now displaying correctly when value is 1 -- Cards in combination with a section heading spacing now fixed -- Added missing card param to Nunjucks macro `linkAriaLabel` +Create symlink to `docs/_includes` so that the docs can include anything in `src` -### Styles +### Breaking changes -New icons added. [See full commit](https://github.com/nhsuk/nhsapp-frontend/commit/201556e91df539d9ec6dce4eda50a0f478ed3b05) for list of icons. +Prefixed all Nunjucks macros with `nhsapp`. -## `v2.3.0` +> ~~`card`~~ > `nhsappCard` -### Fixes +## `v1.2.0` -- Icons now use `rem` sizing to ensure consitency in different contexts +### Components and styles -### Components +- Button enhancements. Extending the `nhsuk-frontend` button styling to support default full width buttons on mobile. -- New [Seconday Button](https://design-system.nhsapp.service.nhs.uk/components/buttons/) styling added -- New [Confirmation Panel](https://design-system.nhsapp.service.nhs.uk/components/panel/) component +## `v1.1.0` -## `v2.4.0` - UNRELEASED +Minor updates to guidance -### Components +### Components and styles -- Updated [Badge](https://design-system.nhsapp.service.nhs.uk/components/badge/) - removing small blue variant +- Summary list now supports a two column display on mobile + +## `v1.0.0` release of the NHS App Frontend package. + +A collection of HTML, CSS, Nunjucks templates and guidance for the NHS App. Built on top of the [nhsuk-frontend](https://github.com/nhsuk/nhsuk-frontend) styles. + +### Components and styles + +- Badge +- Bottom navigation (native) +- Card links +- Section heading +- Tag +- Timeline +- Top Navigation (native) + +## 0.1.0-alpha.0 (Prerelease) - 18 April 2024 + +:tada: **Initial release of the NHS App Frontend**