Skip to content

Version Packages#6

Merged
JLAcostaEC merged 1 commit into
mainfrom
changeset-release/main
Jun 22, 2026
Merged

Version Packages#6
JLAcostaEC merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

tabspot@0.3.0

Minor Changes

  • #5 f455c72 Thanks @JLAcostaEC! - feat: replace root manageEscape and manageHomeEnd with a single manageSpecialKeys option.

    manageSpecialKeys accepts either a boolean (true handles all special keys) or a per-key object toggling Escape, Home, End, PageUp, and PageDown individually. Keys use the exact KeyboardEvent.key strings; omitted keys default to off.

    Migration:

    • { manageEscape: true }{ manageSpecialKeys: { Escape: true } }
    • { manageHomeEnd: true }{ manageSpecialKeys: { Home: true, End: true, PageUp: true, PageDown: true } }
    • both true → { manageSpecialKeys: true }

Patch Changes

  • #7 f1d8007 Thanks @JLAcostaEC! - fix: prevent entering a previous sibling's subgroup from the next sibling.

    A grouper is entered only through its anchor (the focusable immediately preceding it). findAdjacentGrouperWithEnter previously also searched backward, which let a focusable that comes after a grouper enter that grouper's sublevel — crossing sibling boundaries. Pressing the cross-axis arrow (e.g. ArrowRight) on a sibling that follows a grouper now correctly does nothing.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 5103cd4 to 77b8efe Compare June 22, 2026 15:29
@JLAcostaEC
JLAcostaEC merged commit bd985b9 into main Jun 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant