-
Notifications
You must be signed in to change notification settings - Fork 246
/
Copy path_whats-new.njk
20 lines (20 loc) · 1.7 KB
/
_whats-new.njk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div class="app-whats-new">
<div class="app-width-container">
<div class="govuk-main-wrapper govuk-main-wrapper--l">
<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">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>
</div>
</div>
</div>
</div>