Skip to content

v1.3.0

Compare
Choose a tag to compare
@gunndabad gunndabad released this 07 Sep 11:55
· 103 commits to main since this release
1f1363e

Targets GDS Frontend v4.6.0.

New features

novalidate attribute is added to <form> elements automatically

Following the guidance around disabling HTML5 validation a novalidate attribute will be added to <form> elements by default. This can be disabled by setting AddNovalidateAttributeToForms on GovUkFrontendAspNetCoreOptions to false.

Date input components support month names

Following the guidance around accepting month names on date inputs both short and long month names are now accepted within Date input components by default. This can be disabled by setting AcceptMonthNamesInDateInputs on GovUkFrontendAspNetCoreOptions to false.