From c436222aafd42e5431e29b5d0ccf811ae2a3e582 Mon Sep 17 00:00:00 2001 From: Romaric Pascal Date: Tue, 17 Jun 2025 14:42:21 +0100 Subject: [PATCH] Release v5.0.0 --- CHANGELOG.md | 18 ++++++++++++++++-- lib/govuk_tech_docs/version.rb | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8784256..9bf3989f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,26 @@ ## Unreleased +## 5.0.0 + ### Breaking - [Apply brand refresh to tech docs using `show_govuk_logo`](https://github.com/alphagov/tech-docs-gem/pull/415) -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. + 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. + + Please do not deploy this change to production before 25th June 2025. + +### New features + +- [Add option to toggle off anchor in headings](https://github.com/alphagov/tech-docs-gem/pull/407) + + Set `enable_anchored_headings: false` to prevent the rendering of anchor in headings to improve accessibility. + +### Fixes + +- [Add aria-current to active header menu link](https://github.com/alphagov/tech-docs-gem/pull/406) +- [Remove ARIA labels from containers](https://github.com/alphagov/tech-docs-gem/pull/405) -Please do not deploy this change to production before 25th June 2025. ## 4.4.0 diff --git a/lib/govuk_tech_docs/version.rb b/lib/govuk_tech_docs/version.rb index 4505984a..1f8b5a2e 100644 --- a/lib/govuk_tech_docs/version.rb +++ b/lib/govuk_tech_docs/version.rb @@ -1,3 +1,3 @@ module GovukTechDocs - VERSION = "4.4.0".freeze + VERSION = "5.0.0".freeze end