thepensionsregulator / govuk-frontend-aspnetcore-extensions

Adds client-side validation, additional components and editing in Umbraco to https://github.com/gunndabad/govuk-frontend-aspnetcore
MIT License
16 stars 1 forks source link

Upgrade to govuk-frontend v5.2.0 and GovUk.Frontend.AspNetCore v2.2.0 #318

Closed sussexrick closed 2 months ago

sussexrick commented 3 months ago

options.AddImportsToHtml no longer exists as the scripts that triggered our content security policy are rendered in a different way by the base library.

Setting z-index: 1 for radios and checkboxes was a bug in GOV.UK Frontend v5.1.0, fixed in v5.2.0.

Closes #302.