GOV.UK Frontend release v0.0.25-alpha
Pre-release
Pre-release
0.0.25-alpha (Breaking release)
💥 Breaking changes:
- The colour variable
$govuk-fuschia
has been replaced with a new variable
with the correct spelling ($govuk-fuchsia
) – thanks to
@charlesrt for reporting.
(PR #571)
🆕 New features:
- The input macro now accepts a
type
which allows you to override the default
type="text" (PR #568)
🔧 Fixes:
- The transparent outline has been removed from the button, as it already has
a transparent border which is visible when overriding colours in the browser
(PR #552) - Redundant duplication on the start button variant has been removed as it is
inherited from the main .govuk-c-button class
(PR #552) - A fix to remove a black border from buttons in IE7 has been removed as we are
not targeting IE7 for GOV.UK Frontend
(PR #552) - The date input component now sets
type="number"
andpattern="[0-9]*"
to
match the previous implementation in Elements
(PR #568)
🏠 Internal:
- The logic to determine button text colour automatically has been removed and
replaced with a new variable $govuk-button-text-colour
(PR #552) - The button component now uses the focusable mixin
(PR #552) - The button component Sass has been restructured so that e.g. pseudo-selectors
are consistently nested within their parents
(PR #552) - Fixes for the release process
(PR #567) - Add HTML5-shiv to review app
(PR #575)