Skip to content

Version Packages#357

Merged
interacsean merged 1 commit into
mainfrom
changeset-release/main
Jul 3, 2026
Merged

Version Packages#357
interacsean merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 3, 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

@tailor-platform/app-shell@1.7.0

Minor Changes

  • 7f33506: Allow the standalone Select, Combobox, and Autocomplete (including their .Async variants) to receive an accessible name via aria-label, aria-labelledby, and id. Previously these props were silently dropped, leaving the combobox with only its current value as an accessible name — a WCAG 4.1.2 issue for filters and toolbars used outside a Form. The props are now forwarded to the underlying trigger/input.

    // Announced as "Direction filter, combobox" instead of just its value
    <Select
      items={items}
      value={value}
      onValueChange={setValue}
      aria-label="Direction filter"
    />
    
    // Or point at a visible label
    <span id="dir-label">From</span>
    <Combobox items={items} aria-labelledby="dir-label" />

Patch Changes

  • ff30974: Fix @tailor-platform/app-shell/styles so consumer Tailwind utilities like bg-card, border-border, and text-muted-foreground resolve again without requiring theme.css.

    theme.css remains a no-op compatibility shim, while styles now restores the Tailwind theme bridge and keeps the precompiled AppShell component CSS importable from a single entrypoint.

@github-actions github-actions Bot requested a review from a team as a code owner July 3, 2026 03:00
@github-actions github-actions Bot force-pushed the changeset-release/main branch from e804d24 to bbe557a Compare July 3, 2026 03:35

@interacsean interacsean left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving release: @tailor-platform/app-shell 1.7.0 (Select accessible-name feature + /styles theme-bridge fix).

@interacsean interacsean merged commit 6c5aa48 into main Jul 3, 2026
1 check passed
@interacsean interacsean deleted the changeset-release/main branch July 3, 2026 03:50
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