Skip to content

GOV.UK Frontend release v0.0.30-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@alex-ju alex-ju released this 29 May 10:35
2bb0dbd

0.0.30-alpha (Minor release)

With this new release we have added the Inset text and the Header component. These will be documented in the GOV.UK Design System website soon. With the release of the Header component we're closer to replacing govuk_template with the boilerplate left (which we're working on now).

🔧 Fixes:

  • Update component readme files content
    (PR #704)

  • Fix panel body element rendering with no text
    (PR #707)

🆕 New features:

  • Add override classes to set display property to block, inline and inline-block (PR #694)

  • Add option to set CSS display property for govuk-shape-arrow mixin
    (PR #701)

  • Add header component (PR #695)

  • Add inset text component (PR #709)

  • Add ability to pass explicit name value to checkbox items (PR #719)

🏠 Internal:

  • Run tests in pre-release
    (PR #706)

  • Fix CI timeouts: run Jest single thread in TravisCI
    (PR #712)

  • Ensure 'after' tests are not ignored
    (PR #720)