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.
0.0.27-alpha (Breaking release)
Breaking changes:
Removed an (undocumented) modifier
govuk-c-radio__item--inline
which maderadio buttons inline, in favour of a new block-level modifier
govuk-c-radios--inline
which will automatically make all the radio buttonswithin that block inline.
(PR #607)
Prefix
$global-images
variable(PR #615)
Simplified how we build stylesheets that target old versions of IE:
without having to specify versions
variable.
If you are building an IE8 stylesheet for your application you'll need to
update it to reference the new variable $govuk-is-ie8 – see the README for
details.
(PR #631)
Rename captionSize table argument to captionClasses (PR #643)
Fixes:
error summary, footer and skip link components defend against the
a:link:focus
selector in GOV.UK Template, which was overriding focussedlinks to always use the dark blue link colour for text.
(PR #609)
(PR #633)
New features:
govuk-main-wrapper--l
a variant of the main page wrapper to use when adesign does not include back links, breadcrumbs or phase banners
(PR #602)
.govuk-link--text-colour
modifier to make links use the samecolour as the text.
(PR #609)
the existing link classes to use them
(PR #609)
include styles that 'counter' styles from the existing products
(e.g. GOV.UK Template)
(PR #609)
text style link mixin
(PR #609)
(PR #626)
Note: Our JavaScript work is ongoing. In the next release of GOV.UK Frontend both of our script will be modularised and split into common functions. This will allow you to use the polyfills in your bundler/build pipeline. For this reason, you might want to wait until the next release before adding these polyfill scripts into your project.
Internal:
Update check script for new components and tweak docs
(PR #589)
Listen for development server on different port for tests
(PR #622)
Fix date-input default example
(PR #623)
Ensure we're testing error-messages in date-input
(PR #625)
Explain npm link
(PR #624)
Make Sass imports less broad
(PR #617)
Update project README with user research findings (PR #617)
Update component READMEs to use
import
statement (PR #615)Use promisify util instead of manual method (PR #639)
Trello card: https://trello.com/c/mSJ5Hzt7/895-release-frontend