You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,25 +2,27 @@
2
2
3
3
## Unreleased
4
4
5
+
## 3.14.0 (Feature release)
6
+
5
7
### New features
6
8
7
-
#### Use override classes to set text alignment
9
+
#### Set text alignment with override classes
8
10
9
11
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.
10
12
11
-
This was added in [pull request #2368: Add textalign 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.
12
14
13
15
#### Define negative spacing using the `govuk-spacing` function
14
16
15
17
You can now pass the negative equivalent of a point from the spacing scale to the `govuk-spacing` function to get negative spacing.
16
18
17
19
For example, `govuk-spacing(1)` returns `5px`, and `govuk-spacing(-1)` returns `-5px`.
18
20
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.
20
22
21
23
### Fixes
22
24
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.
0 commit comments