Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhunter08 committed Feb 14, 2025
1 parent 50f47f8 commit 4ad0d8f
Showing 1 changed file with 48 additions and 43 deletions.
91 changes: 48 additions & 43 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`

Expand All @@ -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**

0 comments on commit 4ad0d8f

Please sign in to comment.