Skip to content

Commit 0bd698c

Browse files
author
Vanita Barrett
authored
Merge pull request #2374 from alphagov/3.14.0-release-notes
Add release notes for Frontend v3.14.0 (support branch)
2 parents 6ad9d02 + 7f9eac4 commit 0bd698c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,27 @@
22

33
## Unreleased
44

5+
## 3.14.0 (Feature release)
6+
57
### New features
68

7-
#### Use override classes to set text alignment
9+
#### Set text alignment with override classes
810

911
You can now use the `govuk-!-text-align-left`, `govuk-!-text-align-centre` and `govuk-!-text-align-right` CSS classes to set text alignment on elements.
1012

11-
This was added in [pull request #2368: Add text align override classes](https://github.com/alphagov/govuk-frontend/pull/2368).
13+
This was added in [pull request #2368: Add `text-align` override classes](https://github.com/alphagov/govuk-frontend/pull/2368). Thanks to [Ed Horsford](https://github.com/edwardhorsford) for reporting this issue.
1214

1315
#### Define negative spacing using the `govuk-spacing` function
1416

1517
You can now pass the negative equivalent of a point from the spacing scale to the `govuk-spacing` function to get negative spacing.
1618

1719
For example, `govuk-spacing(1)` returns `5px`, and `govuk-spacing(-1)` returns `-5px`.
1820

19-
This was added in [pull request #2367: Allow govuk-spacing to output negative spacing](https://github.com/alphagov/govuk-frontend/pull/2367).
21+
This was added in [pull request #2367: Allow `govuk-spacing` to output negative spacing](https://github.com/alphagov/govuk-frontend/pull/2367). Thanks to [Chris Hill-Scott](https://github.com/quis) for reporting this issue.
2022

2123
### Fixes
2224

23-
- [#2366: Fix panel text overflowing when zoomed in on mobile #2366](https://github.com/alphagov/govuk-frontend/pull/2366)
25+
- [#2366: Prevent panel text overflowing when zoomed in on mobile](https://github.com/alphagov/govuk-frontend/pull/2366) - thanks to [Phil Sherry](https://github.com/philsherry) for reporting this issue.
2426

2527
## 3.13.1 (Fix release)
2628

0 commit comments

Comments
 (0)