-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates for GOV.UK Frontend v5.0.0 #2977
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
colinrotherham
changed the title
Preview v5: GOV.UK Frontend v5.0.0 preview
[WIP] GOV.UK Frontend v5.0.0 preview
Jul 27, 2023
✅ You can preview this change here:
To edit notification comments on pull requests, go to your Netlify site configuration. |
colinrotherham
force-pushed
the
release/5.0
branch
2 times, most recently
from
August 2, 2023 08:41
01bf8df
to
e8224f2
Compare
16 tasks
colinrotherham
force-pushed
the
release/5.0
branch
3 times, most recently
from
August 21, 2023 08:32
aca5326
to
db61eca
Compare
colinrotherham
force-pushed
the
release/5.0
branch
2 times, most recently
from
August 30, 2023 11:24
8fdf688
to
a55f44a
Compare
colinrotherham
force-pushed
the
release/5.0
branch
2 times, most recently
from
September 28, 2023 10:44
530b8ef
to
693bf28
Compare
colinrotherham
force-pushed
the
release/5.0
branch
4 times, most recently
from
October 13, 2023 16:14
984c52e
to
79002b4
Compare
colinrotherham
force-pushed
the
release/5.0
branch
2 times, most recently
from
October 23, 2023 19:35
87c3bda
to
3ade25c
Compare
colinrotherham
force-pushed
the
release/5.0
branch
from
October 25, 2023 08:58
3ade25c
to
fdfe542
Compare
4 tasks
domoscargin
force-pushed
the
release/5.0
branch
from
October 26, 2023 15:54
fdfe542
to
8532a7d
Compare
colinrotherham
force-pushed
the
release/5.0
branch
3 times, most recently
from
November 1, 2023 11:46
fe4f606
to
5335cf8
Compare
colinrotherham
force-pushed
the
release/5.0
branch
from
November 3, 2023 12:33
5335cf8
to
0b27f7e
Compare
Co-authored-by: Colin Rotherham <work@colinr.com>
Co-authored-by: Colin Rotherham <work@colinr.com>
Task list component guidance and updated pattern page
Tag component: updated guidance
Fix opening line on task list pattern page
The "Research on this pattern" needs to be updated following the design changes.
We’re now using `govuk-frontend.min.css` from the GOV.UK Frontend package Additionally, each preview uses a minimal `example.css` so the Design System website stylesheet is no longer neeeded
Co-authored-by: Colin Rotherham <work@colinr.com>
Co-authored-by: Colin Rotherham <work@colinr.com>
…mponent Link "Complete multiple tasks" research to task list component
Install govuk-frontend@5.0.0-beta.2
colinrotherham
force-pushed
the
release/5.0
branch
from
December 4, 2023 13:10
d70a2ab
to
9e95a53
Compare
Update what's new and roadmap for v5.0.0
36degrees
changed the title
[WIP] GOV.UK Frontend v5.0.0 preview
Updates for GOV.UK Frontend v5.0.0
Dec 8, 2023
36degrees
approved these changes
Dec 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains all of the updates for the v5.0 release. It is the culmination of the following PRs which have been reviewed individually:
<script type="module">
#2958.js-enabled
with.govuk-frontend-supported
in docs #2988govuk-frontend.min.css
#3271When rebasing remember to use
git rebase --rebase-merges main
to preserve contributor merge history: