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
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,26 @@
1
1
## Unreleased
2
2
3
+
## 5.0.0
4
+
3
5
### Breaking
4
6
5
7
-[Apply brand refresh to tech docs using `show_govuk_logo`](https://github.com/alphagov/tech-docs-gem/pull/415)
6
8
7
-
BREAKING: The GOV.UK brand refresh introduced in [GOV.UK Frontend 5.10.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.10.0) will be applied to your tech docs if `show_govuk_logo` is set to `true` in your tech docs config.
9
+
BREAKING: The GOV.UK brand refresh introduced in [GOV.UK Frontend 5.10.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.10.0) will be applied to your tech docs if `show_govuk_logo` is set to `true` in your tech docs config.
10
+
11
+
Please do not deploy this change to production before 25th June 2025.
12
+
13
+
### New features
14
+
15
+
-[Add option to toggle off anchor in headings](https://github.com/alphagov/tech-docs-gem/pull/407)
16
+
17
+
Set `enable_anchored_headings: false` to prevent the rendering of anchor in headings to improve accessibility.
18
+
19
+
### Fixes
20
+
21
+
-[Add aria-current to active header menu link](https://github.com/alphagov/tech-docs-gem/pull/406)
22
+
-[Remove ARIA labels from containers](https://github.com/alphagov/tech-docs-gem/pull/405)
8
23
9
-
Please do not deploy this change to production before 25th June 2025.
0 commit comments