Skip to content

Commit

Permalink
Document in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
36degrees committed Mar 5, 2019
1 parent 501e25d commit df54ea9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,23 @@

([PR #N](https://github.com/alphagov/govuk-frontend/pull/N))

- Ensure that files within the core, objects and overrides layers can be
imported individually

Unlike components, the files within these layers did not previously import
their dependencies (for example, most of them require the govuk-exports mixin
but did not import it).

We've also added tests to ensure that files within these layers can be
imported and rendered to CSS without erroring, which should catch this in the
future.

Thanks to [Alasdair McLeay](https://github.com/penx) for originally raising a
PR to fix this.

([PR #1235](https://github.com/alphagov/govuk-frontend/pull/1235))


- Ensure inset component does not misalign nested components

Thanks to [Paul Hayes](https://github.com/fofr) for raising this issue.
Expand Down

0 comments on commit df54ea9

Please sign in to comment.