Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions packages/fumadocs-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/fumadocs-ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading