Skip to content

GOV.UK Frontend release v2.3.0

Compare
Choose a tag to compare
@kr8n3r kr8n3r released this 01 Nov 13:46
af4201a

2.3.0 (Feature release)

Contributions from the community include:

  • Allowing attributes to be added to table component cells - thanks to @jonheslop
  • Add important parameter to visually hidden sass mixin - thanks to @David-Way
  • Internal fix - thanks to @richardTowers

Changelog

🆕 New features:

Add important parameter to visually hidden sass mixins

Optional parameter added to govuk-visually-hidden and govuk-visually-hidden-focusable mixins (defaults to true)

(PR #1037)

Add support for attributes on table cells

Can now use the familiar attrubutes: {} pattern to add various
attributes such as id or data-attr to cells within tables

(PR #1045)

Allow form group classes on radios and checkboxes

We now provide a way to add classes to the radio and checkbox form-group wrapper

(PR #1043)

🔧 Fixes:

Fix anchor links in tabs component panels

(PR #1031)

Fix IE8 support in builds in the dist/ folder

(PR #1035)