Skip to content

Commit

Permalink
Merge pull request #3908 from alphagov/update-changelog
Browse files Browse the repository at this point in the history
Update changelog for 4.7.0
  • Loading branch information
owenatgov authored Jul 6, 2023
2 parents e44e967 + c52f550 commit 489ad34
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,39 @@
# Changelog

## Unreleased
## 4.7.0 (Feature release)

### New features

#### Help users quickly exit a page with Exit This Page
#### Added the Exit This Page component to help users quickly exit a page or service

You can now use [exit this page](https://design-system.service.gov.uk/components/exit-this-page/) to help users leave a page or service quickly in instances where the page or service contains sensitive information.
You can now choose to use the [exit this page](https://design-system.service.gov.uk/components/exit-this-page/) component to help users quickly leave a page or service which contains sensitive information.

This was added in [pull request #2545: Add exit this page component](https://github.com/alphagov/govuk-frontend/pull/2545).

#### Added inverse modifier for buttons on dark backgrounds

You can now style buttons on dark backgrounds to have a white background colour by adding the `govuk-button--inverse` class.
You can now choose to use the `govuk-button--inverse` class to style buttons on dark backgrounds with a white background colour.

This change was made in [pull request #3556: Add inverse button styles](https://github.com/alphagov/govuk-frontend/pull/3556).

#### Added inverse modifier for breadcrumbs on dark backgrounds

You can now style breadcrumbs on dark backgrounds to use white text, links and arrows by adding the `govuk-breadcrumbs--inverse` class.
You can now choose to use the `govuk-breadcrumbs--inverse` class to style breadcrumbs on dark backgrounds with white text, links and arrows.

This change was made in [pull request #3774: Add inverse breadcrumb and back link modifiers and styles](https://github.com/alphagov/govuk-frontend/pull/3774).

#### Added inverse modifier for back links on dark backgrounds

You can now style back links on dark backgrounds to have a white link and arrow colour by adding the `govuk-back-link--inverse` class.
You can now choose to use the `govuk-back-link--inverse` class to style back links on dark backgrounds with white links and arrows.

This change was made in [pull request #3774: Add inverse breadcrumb and back link modifiers and styles](https://github.com/alphagov/govuk-frontend/pull/3774).

### Fixes

We’ve made fixes to GOV.UK Frontend in the following pull requests:

- [#3817: Fix package resolution in Node.js 17+](https://github.com/alphagov/govuk-frontend/pull/3817)
[#3817: Fix package resolution in Node.js 17+](https://github.com/alphagov/govuk-frontend/pull/3817)
[#3836: Announce whitespace in screen reader announcements of visually hidden text](https://github.com/alphagov/govuk-frontend/pull/3836)

## 4.6.0 (Feature release)

Expand Down

0 comments on commit 489ad34

Please sign in to comment.