-
Notifications
You must be signed in to change notification settings - Fork 336
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
Release v3.9.0 #1953
Merged
Merged
Release v3.9.0 #1953
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
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-review-pr-1953
September 14, 2020 08:21
Inactive
Changes to
|
36degrees
approved these changes
Sep 14, 2020
hannalaakso
force-pushed
the
release-3.9.0
branch
from
September 14, 2020 08:45
a7f318f
to
6dd1b3f
Compare
vanitabarrett
approved these changes
Sep 14, 2020
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.
3.9.0 (Feature release)
New features
Add a prefix or suffix to a text input component
You can now use prefixes and suffixes in the text input component to help users enter things like currencies and measurements.
This was added in pull request #1816: Add input prefix and suffix. Thanks to @simonwhatley and the GOV.UK Coronavirus Services Team.
Test if your HTML matches GOV.UK Frontend
You can now use our test fixtures to check you're outputting the same HTML that GOV.UK Frontend uses.
This was added in pull request #1925: Generate fixtures.json files for components on build:package. Thanks to everyone who fed back on our test fixtures proposal.
Customise navigation in the header component
If you use the header component with navigation, you can now:
aria-label
textCustomise aria-label text
You can use the new:
navigationLabel
option to set thearia-label
text for the navigation sectionmenuButtonLabel
option to set thearia-label
text for the button that hides or shows the navigation section on mobileFor example:
The default labels are now:
navigationLabel
menuButtonLabel
This was added in pull requests:
Add navigation items without links
To add a navigation item without a link, use the
text
orhtml
option to add the item but do not use thehref
option.For example:
This was added in pull request #1921: Make it possible to exclude link from header navigation item.
Fixes
We’ve made fixes to GOV.UK Frontend in the following pull requests:
Fixes #1944