-
Notifications
You must be signed in to change notification settings - Fork 334
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.10.0 #2026
Closed
Closed
Release v3.10.0 #2026
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
Changes to
|
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-review-pr-2026
November 19, 2020 15:12
Inactive
36degrees
force-pushed
the
release-3.10.0
branch
from
November 19, 2020 16:04
1bc8039
to
84ea734
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-review-pr-2026
November 19, 2020 16:04
Inactive
Reset, re-ran the build script and force-pushed to include changes from #2027 and #2028 |
36degrees
force-pushed
the
release-3.10.0
branch
from
November 19, 2020 16:08
84ea734
to
a4e9ac9
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-review-pr-2026
November 19, 2020 16:08
Inactive
Force-pushed again to remove erroneously-committed |
vanitabarrett
previously approved these changes
Nov 19, 2020
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-review-pr-2026
November 20, 2020 16:05
Inactive
vanitabarrett
force-pushed
the
release-3.10.0
branch
from
November 20, 2020 16:07
0999894
to
07b12a3
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-review-pr-2026
November 20, 2020 16:07
Inactive
Reset, re-ran the build script and force-pushed to include changes from #2030 |
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-review-pr-2026
November 20, 2020 16:23
Inactive
vanitabarrett
force-pushed
the
release-3.10.0
branch
from
November 20, 2020 16:24
159bb00
to
70d92e3
Compare
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.
New features
Update users with notification banners
You can now use notification banners to tell users about events that occur elsewhere in your service. For example, when they need to complete tasks.
This was added in pull request #1935: Create notification banner component.
Customise input mode in the date component
You can now change which keyboard type displays for mobile and tablet users. This enables users to enter characters other than numbers when they use the date input. To change the keyboard type, set the
inputmode
when you use the Nunjucks macro options.This was added in pull request #1975: Enable custom inputmode for date input component. Thanks to @foaly-nr1 for contributing this issue.