-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.0.27-alpha #648
Conversation
@@ -6,6 +6,16 @@ Note: We're not following semantic versioning yet, we are going to talk about th | |||
|
|||
Breaking changes: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ideally the change doesn't include empty placeholders. we'd stop at 0.0.27-alpha (Breaking release)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the rest seems to be as expected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I figured putting in placeholders might be helpful for the next contributors but actually it makes the file harder to read so I've removed those. Thanks @igloosi.
56816a2
to
3500a8d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update: this release was missing a few files which v0.0.28-alpha added
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