Skip to content

Commit

Permalink
Document in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Kraner committed Apr 13, 2018
1 parent 8a96a50 commit 778d150
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,32 @@ Note: We're not following semantic versioning yet, we are going to talk about th

## Unreleased

Breaking change:

- Remove -c -o -h layer prefixes
([PR #644](https://github.com/alphagov/govuk-frontend/pull/644))
In user research and in feedback from Private Beta partners we
learned that users didn't really understand what -o, -c and -h prefixes
stand for or why they're useful.

They also introduced additional cognitive load when composing classes,
having to remember which suffix the classname contains.

As a result of this, we're removing these prefixes from our codebase.

Fixes:

- Remove redundant font-family declaration from the button component – this will
also fix an issue where the button uses New Transport when printed instead of
falling back to the print stack as expected.
(PR [#650](https://github.com/alphagov/govuk-frontend/pull/650))

Internal:

Internal
- Update publishing docs (PR [#651](https://github.com/alphagov/govuk-frontend/pull/651))
- Wrap `app.css` in conditional comments in review app layout (PR [#653](https://github.com/alphagov/govuk-frontend/pull/653))


## 0.0.27-alpha (Breaking release)

Breaking changes:
Expand Down

0 comments on commit 778d150

Please sign in to comment.