Skip to content
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.24-alpha #565

Merged
merged 1 commit into from
Mar 1, 2018
Merged

Release v0.0.24-alpha #565

merged 1 commit into from
Mar 1, 2018

Conversation

kr8n3r
Copy link

@kr8n3r kr8n3r commented Mar 1, 2018

0.0.24-alpha (Breaking release)

💥 Breaking changes:

  • Namespace existing mixins and functions ( PR #557)
  • The class .govuk-section-break__visible has been renamed to
    .govuk-section-break--visible as it is a modifier, not an element.
    (PR #547)
  • Simplify src/ folder structure, remove tree and string manipulations from
    gulp tasks (PR #545)

🚀 New features:

  • A new variable $govuk-input-border-colour has been introduced to define the
    border colour for inputs. The Input, Select and Textarea components have been
    updated to use it.
    (PR #551)

🔧 Fixes:

  • Removes media query display on body from compiled CSS
    (PR #560)

  • Fieldset legends now correctly use 'full black' text colour when printed
    (PR #544)

  • Radio and Checkbox components now explicitly use currentColor for their
    borders, rather than relying on inheriting it
    (PR #551)

🏠 Internal:

  • The 'prose scope' has been updated to extend only placeholder classes. The
    corresponding classes the prose scope extends have been updated to provide a
    placeholder class and separately create the concrete class. This allows us
    to be specific about which occurrences of the class are meant to be extended.
    (PR #550)
  • The sass-lint config has been updated to prevent the use of @extend with
    concrete classes.
    (PR #550)
  • Release process has been streamlined with fewer steps
    (PR #553)

@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-review-pr-565 March 1, 2018 12:54 Inactive
Copy link
Contributor

@36degrees 36degrees left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@@ -18,17 +18,17 @@ New features:
- A new variable `$govuk-input-border-colour` has been introduced to define the
border colour for inputs. The Input, Select and Textarea components have been
updated to use it.
(PR [#551](https://github.com/alphagov/govuk-frontend/pull/551)
(PR [#551](https://github.com/alphagov/govuk-frontend/pull/551))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch 👍

@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-review-pr-565 March 1, 2018 14:43 Inactive
@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-review-pr-565 March 1, 2018 14:43 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants