Skip to content

Commit bbfe90c

Browse files
calvin-lau-sig7owenatgov
authored andcommitted
Updates pages to promote v6.3.0 release
Fix links Fix dates Fix more links Typo Fix release notes link Co-Authored-By: Calvin Lau <77630796+calvin-lau-sig7@users.noreply.github.com>
1 parent 8a34c64 commit bbfe90c

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

src/community/roadmap/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Some things on the roadmap might change – the purpose is to tell you what’s
1313

1414
See our [GitHub team board](https://github.com/orgs/alphagov/projects/53) for more details on our plans and day-to-day activities.
1515

16-
Last updated 2 June 2026.
16+
Last updated 23 June 2026.
1717

1818
## Recently shipped
1919

20-
We've released [GOV.UK Frontend v6.2.0](https://github.com/alphagov/govuk-frontend/releases/tag/v6.2.0), which helps teams prepare for upcoming changes to Sass, the CSS extension language, by adding support for including GOV.UK Frontend CSS as a Sass module with `@use` or `@forward`. We’ve also improved the enhanced File upload component and made several fixes.
20+
Weve released GOV.UK Frontend v6.3.0, which adds the [Generic header component](/components/generic-header/) for services that are not part of the [GOV.UK proposition](https://www.gov.uk/government/publications/govuk-proposition/govuk-proposition) but would still benefit from using GOV.UK Frontend to build their service.
2121

22-
In February 2026 we released [GOV.UK Frontend v6.0.0](https://github.com/alphagov/govuk-frontend/releases/tag/v6.0.0). This breaking release includes changes to improve our Sass architecture, use an updated type scale, update our colours and improve flexibility in our page template layout. We’ve also removed a number of deprecated APIs, Sass variables and component options.
22+
In June 2026, we released [GOV.UK Frontend v6.2.0](https://github.com/alphagov/govuk-frontend/releases/tag/v6.2.0), which helps teams prepare for upcoming changes to Sass, the CSS extension language, by adding support for including GOV.UK Frontend CSS as a Sass module with `@use` or `@forward`. We’ve also improved the enhanced File upload component and made several fixes.
2323

2424
## Working on now
2525

@@ -28,7 +28,6 @@ We've started to:
2828
- create a feedback link component and test it in live services
2929
- add a language switcher component
3030
- add an interruption panel variant of the [Panel component](/components/panel/) with an accompanying pattern
31-
- make it easier for non-GOV.UK services to use our header
3231
- explore how we might publish experimental components, patterns and variants
3332

3433
## Future plans

src/community/whats-new/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ See our latest releases and updates.
1111

1212
## June 2026
1313

14+
### We’ve released GOV.UK Frontend v6.3.0
15+
16+
This release adds the [Generic header component](/components/generic-header/) for services that are not part of the [GOV.UK proposition](https://www.gov.uk/government/publications/govuk-proposition/govuk-proposition) but would still benefit from using GOV.UK Frontend to build their service.
17+
18+
Read the [full release notes](https://github.com/alphagov/govuk-frontend/releases/tag/v6.3.0) to see what’s changed.
19+
1420
### We've released GOV.UK Frontend v6.2.0
1521

1622
This release helps teams prepare for upcoming changes to Sass, the CSS extension language, by adding support for including GOV.UK Frontend CSS as a Sass module with `@use` or `@forward`. We’ve also improved the enhanced File upload component and made several fixes.

views/partials/_whats-new.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<div class="govuk-grid-row">
55
<div class="govuk-grid-column-two-thirds-from-desktop">
66
<h2 id="whats-new" class="govuk-heading-l">What’s new</h2>
7-
<h3 class="govuk-heading-s">2 June 2026: We’ve released GOV.UK Frontend v6.2.0.</h3>
8-
<p class="govuk-body">This release helps teams prepare for upcoming changes to Sass, the CSS extension language, by adding support for including GOV.UK Frontend CSS as a Sass module with <code>@use</code> or <code>@forward</code>. We’ve also improved the enhanced File upload component and made several fixes.</p>
9-
<p class="govuk-body"><a href="https://github.com/alphagov/govuk-frontend/releases/tag/v6.2.0" class="govuk-link">Read the release notes for v6.2.0 on GitHub</a> to see what’s changed
7+
<h3 class="govuk-heading-s">23 June 2026: We’ve released GOV.UK Frontend v6.3.0.</h3>
8+
<p class="govuk-body">This release adds the <a href="/components/generic-header/" class="govuk-link">Generic header component</a> for services that are not part of the <a href="https://www.gov.uk/government/publications/govuk-proposition/govuk-proposition" class="govuk-link">GOV.UK proposition</a> but would still benefit from using GOV.UK Frontend to build their service.</p>
9+
<p class="govuk-body"><a href="https://github.com/alphagov/govuk-frontend/releases/tag/v6.3.0" class="govuk-link">Read the release notes for v6.3.0 on GitHub</a> to see what’s changed
1010
or <a href="/community/whats-new/" class="govuk-link">see our latest updates on the What's new page</a>.</p>
1111

1212
<!-- Do not edit after this point when updating What's new -->

0 commit comments

Comments
 (0)