Bump GovUk.Frontend.AspNetCore from 3.5.1 to 4.0.0#3247
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump GovUk.Frontend.AspNetCore from 3.5.1 to 4.0.0#3247dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
--- updated-dependencies: - dependency-name: GovUk.Frontend.AspNetCore dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or 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
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.
Updated GovUk.Frontend.AspNetCore from 3.5.1 to 4.0.0.
Release notes
Sourced from GovUk.Frontend.AspNetCore's releases.
4.0.0
Targets GOV.UK Frontend v6.0.0.
_GovUkPageTemplateview changesAdditional sections and
ViewDatakeys have been added.Breaking changes
Page template
If you are using the
_GovUkPageTemplateview, you may need to update your views to use the new section names.Specifically, if you where using the
Headersection, consider using theGovUkHeaderand/orGovUkServiceNavigationsections instead.Similarly, if you were using the
Footersection, consider using theGovUkFootersection instead.See
src/GovUk.Frontend.AspNetCore/Views/_GovUkPageTemplate.cshtmlfor the complete view implementation.Tag helpers
The deprecated
asp-forattribute has been removed from the tag helpers that generate form elements; theforattribute should be used instead.The content licence and copyright sections are no longer included in the footer by default with the
<govuk-footer>tag helper.Use empty
<govuk-footer-content-licence>and<govuk-footer-content-copyright>elements to include these sections if needed.The deprecated
gfa-error-prefixattribute on<title>elements has been removed; theerror-prefixattribute should be used instead.The deprecated
is-currentattribute on<govuk-pagination-item>has been removed; thecurrentattribute should be used instead.GovUkFrontEndOptionsThe deprecated
StaticAssetsContentPath,CompiledContentPath,PrependErrorSummaryproperties onGovUkFrontendOptionshave been removed.The
Rebrandoption has also been removed.New features
Adds support for the password tag helper's show/hide customisation.
Infer
typeattribute on<govuk-input>from the model metadata whentypeis not specified.Fixes
Fix error summary when items are specified with an explicit
hrefattribute.Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)