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 v1.0.0 #810

Merged
merged 1 commit into from
Jun 21, 2018
Merged

Release v1.0.0 #810

merged 1 commit into from
Jun 21, 2018

Conversation

kr8n3r
Copy link

@kr8n3r kr8n3r commented Jun 21, 2018

1.0.0

πŸ†• New features:

πŸ”§ Fixes:

  • Reduce margin-bottom on the hint when following a default or small labe
    This reduces the margin-bottom of the hint by 5px after a default
    <label> or <label class="govuk-label--s">.
    (PR #806)

🏠 Internal:

  • Remove instructions to login with npm, which is no longer required
    (PR #795)

  • Update docs with the assistive technology we support (PR #800)

  • Update docs about installing fonts (PR #802)

  • Update browser support matrix
    Remove Windows Phone
    Update IE 8-10 to functional and IE 11 to compliant
    (PR #803

  • Add notice about the use of html arguments in Nunjucks macros for production
    (PR #785)

  • Add CHANGELOG_TEMPLATE to make changelogs easier for new contributors
    (PR #798)

  • Update package README
    (PR #804)

@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-review-pr-810 June 21, 2018 07:56 Inactive
// This adjustment will not work in browsers that do not support :not()
// Users with these browsers will see the default size margin (5px larger)

.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-hint {
Copy link
Contributor

Choose a reason for hiding this comment

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

This change hasn't been documented – can you work with @dashouse to add something to the changelog before we ship?

Copy link
Author

Choose a reason for hiding this comment

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

added

@kr8n3r kr8n3r merged commit 4b4b813 into master Jun 21, 2018
@kr8n3r kr8n3r deleted the release-1.0.0 branch June 21, 2018 09:25
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.

4 participants