Skip to content

Commit

Permalink
Merge pull request #4410 from alphagov/govuk-frontend-5.8.0
Browse files Browse the repository at this point in the history
Update site for GOV.UK Frontend 5.8.0
  • Loading branch information
domoscargin authored Jan 9, 2025
2 parents 98ce0b1 + ed2cb62 commit d49cd9e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"accessible-autocomplete": "^3.0.1",
"clipboard": "^2.0.11",
"govuk-frontend": "^5.7.1",
"govuk-frontend": "^5.8.0",
"iframe-resizer": "^4.4.5",
"lunr": "^2.3.9"
},
Expand Down
10 changes: 4 additions & 6 deletions src/community/roadmap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,16 @@ Last updated 22 November 2024.

## Recently shipped

We’ve released [GOV.UK Frontend v5.7.1](https://github.com/alphagov/govuk-frontend/releases/tag/v5.7.1) with updated department colours.
We’ve released [GOV.UK Frontend v5.8.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.8.0), which includes a new ConfigurableComponent class to help you build your own configurable components.

Previously, we’ve released [GOV.UK Frontend v5.7.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.7.0), which includes an update to the Royal Arms in the [GOV.UK footer component](/components/footer/). We’ve also added new features to help services [create their own JavaScript components using GOV.UK Frontend](https://frontend.design-system.service.gov.uk/building-your-own-javascript-components/).
Previously, we released [GOV.UK Frontend v5.7.1](https://github.com/alphagov/govuk-frontend/releases/tag/v5.7.1) with updated department colours.

We’ve also recently:

- Added features to help services [create their own JavaScript components using GOV.UK Frontend](https://frontend.design-system.service.gov.uk/building-your-own-javascript-components/)
- Updated the Royal Arms in the [GOV.UK Footer component](/components/footer/)
- introduced a new [Service navigation component](/components/service-navigation/) and published a new [pattern to Help users to navigate a service](/patterns/navigate-a-service)
- updated the list of organisations and brand colours
- added a new feature to stop long words from ‘breaking’ out of components
- improved how the Breadcrumbs component appears on screen readers
- fixed some alignment issues with Radio buttons and Checkboxes
- introduced new features to help you include only the components your service uses

## Working on now

Expand Down
10 changes: 7 additions & 3 deletions views/partials/_whats-new.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds-from-desktop">
<h2 id="whats-new" class="govuk-heading-l">What’s new</h2>
<p class="govuk-body">11 October 2024: We’ve released GOV.UK Frontend v5.7.1 with updated department colours.</p>
<p class="govuk-body">Previously, on 10 October 2024: We’ve released GOV.UK Frontend v5.7.0, which includes an update to the Royal Arms in the <a href="/components/footer/" class="govuk-link">GOV.UK footer component</a>. We’ve also added new features to help services <a href="https://frontend.design-system.service.gov.uk/building-your-own-javascript-components/" class="govuk-link">create their own JavaScript components using GOV.UK Frontend</a>.</p>
<p class="govuk-body">Read the <a href="https://github.com/alphagov/govuk-frontend/releases/tag/v5.7.0" class="govuk-link">full release notes</a> to see what’s changed.</p>
<p class="govuk-body">9 January: We’ve opened our user survey and released GOV.UK Frontend 5.8.0.</p>
<h3 class="govuk-heading-m">User Survey 2025</h3>
<p class="govuk-body">Complete the <a href="https://surveys.publishing.service.gov.uk/s/GOVUKDesignSystemSurvey25/" class="govuk-link">GOV.UK Design System and GOV.UK Frontend Survey 2025</a> before it closes on 31 January.</p>
<p class="govuk-body">We welcome your feedback if you have used (or tried to use!) the GOV.UK Design System or GOV.UK Frontend, whatever your level of expertise and your role. Your responses are invaluable. They help us understand the barriers you face and shape the improvements we work on. Please complete the survey before it closes on 31 January. Thanks!</p>
<h3 class="govuk-heading-m">We’ve released GOV.UK Frontend v5.8.0</h3>
<p class="govuk-body">This release includes a new <code>ConfigurableComponent</code> class to help you build your own configurable components.</p>
<p class="govuk-body">Read the <a href="https://github.com/alphagov/govuk-frontend/releases/tag/v5.8.0" class="govuk-link">full release notes</a> to see what’s changed.</p>
<br>
<p class="govuk-body"><a href="https://mailchi.mp/d484adee17c1/email-updates" class="govuk-link">Sign up to get update emails about the Design System</a>.</p>
</div>
Expand Down

0 comments on commit d49cd9e

Please sign in to comment.