Skip to content

Version Packages#393

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#393
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 16, 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.10.0

Minor Changes

  • 73d0c0a: Add a built-in error state to Combobox.Async, Autocomplete.Async, and Select.Async

    When an async fetcher throws or rejects, the components now render an inline error state in the popover — a "Couldn't load results." message plus a Retry button that re-runs the last fetch — instead of silently falling back to the misleading "No results." empty state. This makes failed fetches distinguishable from genuinely-empty results without any consumer code.

    The debounce/abort lifecycle is handled centrally: aborted/superseded requests are ignored, and outages are de-duped so typing during an outage doesn't stack repeated announcements.

    Three new props on each .Async component:

    Prop Type Default Description
    errorText string "Couldn't load results." Message shown in the popover when the fetcher fails
    retryText string "Retry" Label for the retry button
    onFetchError (error: unknown) => void - Called once per outage when a fetch fails (logging/error tracking)

    The Combobox.useAsync / Autocomplete.useAsync / Select.useAsync hooks now also expose error and a retry() function and accept an onFetchError option, for consumers building custom compositions with Parts.

  • 16c1046: Add a built-in /__appinfo page to AppShell for exposing app metadata and the current AppShell version.

    <AppShell
      title="My App"
      appInfo={{
        metadata: [
          { label: "Environment", value: "staging" },
          { label: "Release", value: "2026.07.16" },
        ],
      }}
    />

    The page stays out of AppShell's built-in auto-generated sidebar navigation, appears in the Command Palette as a page entry, and includes a copy button for the rendered app information.

@github-actions
github-actions Bot requested a review from a team as a code owner July 16, 2026 08:10
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 50c4faf to 6a108e8 Compare July 16, 2026 08:45
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.

0 participants