Skip to content

Commit c436222

Browse files
committed
Release v5.0.0
1 parent 60d7f04 commit c436222

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
## Unreleased
22

3+
## 5.0.0
4+
35
### Breaking
46

57
- [Apply brand refresh to tech docs using `show_govuk_logo`](https://github.com/alphagov/tech-docs-gem/pull/415)
68

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)
823

9-
Please do not deploy this change to production before 25th June 2025.
1024

1125
## 4.4.0
1226

lib/govuk_tech_docs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GovukTechDocs
2-
VERSION = "4.4.0".freeze
2+
VERSION = "5.0.0".freeze
33
end

0 commit comments

Comments
 (0)