Skip to content

Commit

Permalink
Merge pull request #744 from alphagov/argh-changelog
Browse files Browse the repository at this point in the history
Fix several issues with the changelog
  • Loading branch information
36degrees authored May 31, 2018
2 parents a808f16 + a930de0 commit 2bb68f5
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,26 @@ Note: We're not following semantic versioning yet, we are going to talk about th
- The `<label>` element will now be omitted for form controls where no label
text or html is provided. If you call the label component directly whilst
passing neither text nor html, no HTML will be outputted.
([PR #740])(https://github.com/alphagov/govuk-frontend/pull/740)
([PR #740](https://github.com/alphagov/govuk-frontend/pull/740))

- Add `govuk-main-wrapper` to `<main>` element by default.
([PR #740])(https://github.com/alphagov/govuk-frontend/pull/740)
([PR #742](https://github.com/alphagov/govuk-frontend/pull/742))

- Use relative imports whenever a component imports another component, to allow
for cases where users don't want to add the components folder itself to their
nunjucks paths.
([PR #743](https://github.com/alphagov/govuk-frontend/pull/743))

🆕 New features:

- Add `beforeContent` block to the template, for content that does not belong inside `<main>` element.
For example: Back links.
([PR #740])(https://github.com/alphagov/govuk-frontend/pull/740)
([PR #742](https://github.com/alphagov/govuk-frontend/pull/742))

🏠 Internal:

- Fix review application templates to give them the correct HTML structure.
([PR #740])(https://github.com/alphagov/govuk-frontend/pull/740)
([PR #742](https://github.com/alphagov/govuk-frontend/pull/742))

## 0.0.31-alpha (Breaking release)

Expand Down

0 comments on commit 2bb68f5

Please sign in to comment.