Skip to content

Commit bf9f37a

Browse files
Version Packages
1 parent 8b0b36f commit bf9f37a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/improve-sidebar-navigation-accessibility.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/theme/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @primer/doctocat-nextjs
22

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- [#68](https://github.com/primer/doctocat-nextjs/pull/68) [`b75584e`](https://github.com/primer/doctocat-nextjs/commit/b75584edb6936a70ea94925fc743989422cc3d9a) Thanks [@janmaarten-a11y](https://github.com/janmaarten-a11y)! - Improve screen reader accessibility by updating sidebar navigation heading hierarchy. The sidebar title now uses a semantic `<Heading>` component with visually hidden text to clarify it's a navigation area, and is properly connected to the `<NavList>` via `aria-labelledby`.
8+
39
## 0.7.0
410

511
### Minor Changes

packages/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/doctocat-nextjs",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "A Next.js theme for building Primer documentation sites",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)