diff --git a/.changeset/fix-sidebar-tab-ring-overflow.md b/.changeset/pre/fix-sidebar-tab-ring-overflow.md similarity index 100% rename from .changeset/fix-sidebar-tab-ring-overflow.md rename to .changeset/pre/fix-sidebar-tab-ring-overflow.md diff --git a/packages/fumadocs-ui/CHANGELOG.md b/packages/fumadocs-ui/CHANGELOG.md index 03f744726..56475fc86 100644 --- a/packages/fumadocs-ui/CHANGELOG.md +++ b/packages/fumadocs-ui/CHANGELOG.md @@ -1,5 +1,14 @@ # @arkenv/fumadocs-ui +## 1.0.0-alpha.6 + +### Patch Changes + +- #### Fix keyboard focus ring truncation in sidebar navigation _[`#1743`](https://github.com/yamcodes/arkenv/pull/1743) [`16f2d09`](https://github.com/yamcodes/arkenv/commit/16f2d09e4ef7cef95c332b080924802c31194fdd) [@yamcodes](https://github.com/yamcodes)_ + + + The drill-in sidebar slide container now uses `overflow: clip` with an expanded clip margin instead of `overflow: hidden`, preventing keyboard focus rings from being clipped along the left and right edges. + ## 1.0.0-alpha.5 ### Patch Changes diff --git a/packages/fumadocs-ui/package.json b/packages/fumadocs-ui/package.json index 95e7f3c74..255a38908 100644 --- a/packages/fumadocs-ui/package.json +++ b/packages/fumadocs-ui/package.json @@ -1,6 +1,6 @@ { "name": "@arkenv/fumadocs-ui", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "type": "module", "repository": { "type": "git",