-
Notifications
You must be signed in to change notification settings - Fork 11
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 #333
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
force-pushed
the
release/5.0
branch
from
July 27, 2023 18:44
b9226aa
to
320f759
Compare
✅ Deploy Preview for govuk-frontend-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
colinrotherham
force-pushed
the
release/5.0
branch
from
July 28, 2023 08:27
e402571
to
320f759
Compare
colinrotherham
force-pushed
the
release/5.0
branch
2 times, most recently
from
August 3, 2023 10:45
095ad64
to
a29f362
Compare
colinrotherham
force-pushed
the
release/5.0
branch
from
August 22, 2023 12:50
a29f362
to
457647d
Compare
colinrotherham
force-pushed
the
release/5.0
branch
from
September 18, 2023 19:42
457647d
to
45f8c59
Compare
colinrotherham
force-pushed
the
release/5.0
branch
4 times, most recently
from
October 3, 2023 09:17
5622eec
to
ce24bc9
Compare
@romaricpascal Updated the description with your PR and had to rebase This branch uses Node.js 18 + I'll split those changes out into another PR so we can prevent this for the next Monday: |
colinrotherham
force-pushed
the
release/5.0
branch
from
October 3, 2023 18:16
ce24bc9
to
43ab3ed
Compare
colinrotherham
force-pushed
the
release/5.0
branch
from
October 25, 2023 08:49
9a55eb6
to
f00cea8
Compare
4 tasks
domoscargin
force-pushed
the
release/5.0
branch
from
October 26, 2023 15:54
5539937
to
4174af4
Compare
colinrotherham
force-pushed
the
release/5.0
branch
4 times, most recently
from
November 1, 2023 11:38
9a0d160
to
455f596
Compare
colinrotherham
force-pushed
the
release/5.0
branch
from
November 3, 2023 12:34
455f596
to
80705b1
Compare
romaricpascal
force-pushed
the
release/5.0
branch
from
November 27, 2023 09:40
ef8d574
to
8bd2c58
Compare
5 tasks
Organise JavaScript configuration documentation
Chrome and Safari say “JavaScript Console” but we’ll keep it generic like Firefox: https://firefox-source-docs.mozilla.org/devtools-user/browser_console/
Consolidate JavaScript configuration documentation
The two bullet points now share the wording used on “Configure components”
Co-Authored-By: Romaric <romaric.pascal@digital.cabinet-office.gov.uk>
Update JavaScript API Reference for v5
Placeholder for v5 content changes
Improve ES module and alternative format documentation
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:
Preview v5: Update package paths forgovuk-frontend@5
#318govuk-frontend@5
#336manifest.json
when copying and testing assets #394Version numbers
To support version numbers in package-lock.json from GitHub branch previews, initial commits include:
"lockfileVersion": 3
for GitHub branch versionsUpgrading package-lock.json to
"lockfileVersion": 3
includesdependencies
packages
field by default:So we can continue accessing
version
in our SassDoc helpers: