Skip to content

ci: Version Packages - #1387

Merged
AlemTuzlak merged 1 commit into
mainfrom
changeset-release/main
Sep 17, 2026
Merged

AlemTuzlak merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 15, 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

@tanstack/ai-react@0.25.0

Minor Changes

  • #1338 5ae2cd2 - Render TextPart markdown with @tanstack/markdown instead of the per-framework unified stacks (react-markdown, @crazydos/vue-markdown, solid-markdown plus remark-gfm, rehype-raw, rehype-highlight, rehype-sanitize). This drops the unified dependency tree and uses TanStack Markdown's streaming profile (raw HTML escaped, executable URLs removed, empty trailing blocks suppressed while a response streams).

    Breaking: the remarkPlugins, rehypePlugins, and disableDefaultPlugins props are removed. Use extensions (TanStack Markdown extensions) and highlighter (a synchronous CodeHighlighter, for example from @tanstack/highlight/markdown) instead. Fenced code renders as <pre class="tm-code"><code class="language-…"> until a highlighter is passed. This is not a visible change: the previous chain ran rehype-sanitize last, which stripped the hljs-* classes rehype-highlight added, so the built-in TextPart never showed highlighted code. Raw HTML in message content is now escaped rather than sanitized and rendered. Bare URLs are not auto-linked. Task lists no longer get contains-task-list or task-list-item. The Solid components prop is removed. React keeps components as a tag-name map with normal HTML props (href, className). inline and node are not passed.

Patch Changes

  • Updated dependencies [db017f6]:
    • @tanstack/ai@0.54.1

@tanstack/ai-solid@0.22.0

Minor Changes

  • #1338 5ae2cd2 - Render TextPart markdown with @tanstack/markdown instead of the per-framework unified stacks (react-markdown, @crazydos/vue-markdown, solid-markdown plus remark-gfm, rehype-raw, rehype-highlight, rehype-sanitize). This drops the unified dependency tree and uses TanStack Markdown's streaming profile (raw HTML escaped, executable URLs removed, empty trailing blocks suppressed while a response streams).

    Breaking: the remarkPlugins, rehypePlugins, and disableDefaultPlugins props are removed. Use extensions (TanStack Markdown extensions) and highlighter (a synchronous CodeHighlighter, for example from @tanstack/highlight/markdown) instead. Fenced code renders as <pre class="tm-code"><code class="language-…"> until a highlighter is passed. This is not a visible change: the previous chain ran rehype-sanitize last, which stripped the hljs-* classes rehype-highlight added, so the built-in TextPart never showed highlighted code. Raw HTML in message content is now escaped rather than sanitized and rendered. Bare URLs are not auto-linked. Task lists no longer get contains-task-list or task-list-item. The Solid components prop is removed. React keeps components as a tag-name map with normal HTML props (href, className). inline and node are not passed.

Patch Changes

  • Updated dependencies [db017f6]:
    • @tanstack/ai@0.54.1

@tanstack/ai-vue@0.22.0

Minor Changes

  • #1338 5ae2cd2 - Render TextPart markdown with @tanstack/markdown instead of the per-framework unified stacks (react-markdown, @crazydos/vue-markdown, solid-markdown plus remark-gfm, rehype-raw, rehype-highlight, rehype-sanitize). This drops the unified dependency tree and uses TanStack Markdown's streaming profile (raw HTML escaped, executable URLs removed, empty trailing blocks suppressed while a response streams).

    Breaking: the remarkPlugins, rehypePlugins, and disableDefaultPlugins props are removed. Use extensions (TanStack Markdown extensions) and highlighter (a synchronous CodeHighlighter, for example from @tanstack/highlight/markdown) instead. Fenced code renders as <pre class="tm-code"><code class="language-…"> until a highlighter is passed. This is not a visible change: the previous chain ran rehype-sanitize last, which stripped the hljs-* classes rehype-highlight added, so the built-in TextPart never showed highlighted code. Raw HTML in message content is now escaped rather than sanitized and rendered. Bare URLs are not auto-linked. Task lists no longer get contains-task-list or task-list-item. The Solid components prop is removed. React keeps components as a tag-name map with normal HTML props (href, className). inline and node are not passed.

Patch Changes

  • Updated dependencies [db017f6]:
    • @tanstack/ai@0.54.1

@tanstack/ai@0.54.1

Patch Changes

  • #1395 db017f6 - Return real WAV audio for ElevenLabs speech requests with format: 'wav' and reject unsupported AAC and FLAC formats instead of silently returning MP3. Preserve explicit modelOptions.outputFormat overrides and document the supported formats in the media-generation skill.

@tanstack/ai-byteplus@0.3.6

Patch Changes

  • #1394 88f8b21 - fix(ai-byteplus): send Seed Speech watermark as the object the API expects

    byteplusSpeech sent watermark as a boolean, but Seed Audio 1.0 reads an
    object with aigc_watermark (an audible marker) and aigc_metadata (header
    provenance). A boolean was ignored by the server, so callers who asked for a
    watermark silently got unwatermarked audio.

    modelOptions.watermark now accepts boolean | BytePlusTTSWatermark, and
    true normalizes to { aigc_watermark: true }, so existing callers get the
    behavior they intended.

  • Updated dependencies [db017f6]:

    • @tanstack/ai@0.54.1
    • @tanstack/openai-base@0.10.11

@tanstack/ai-elevenlabs@0.4.3

Patch Changes

  • #1395 db017f6 - Return real WAV audio for ElevenLabs speech requests with format: 'wav' and reject unsupported AAC and FLAC formats instead of silently returning MP3. Preserve explicit modelOptions.outputFormat overrides and document the supported formats in the media-generation skill.

  • Updated dependencies [db017f6]:

    • @tanstack/ai@0.54.1

@tanstack/ai-react-ui@0.9.2

Patch Changes

  • Updated dependencies [5ae2cd2]:
    • @tanstack/ai-react@0.25.0

@tanstack/ai-sandbox@0.5.8

Patch Changes

  • #1334 75d94cf - Reject host-tool bridge startup with the original Node.js error when its HTTP listener cannot start.

  • Updated dependencies [db017f6]:

    • @tanstack/ai@0.54.1
    • @tanstack/ai-persistence@0.5.7

@tanstack/ai-sandbox-cloudflare@0.3.13

Patch Changes

  • #1200 39b4bf2 - exposePreview now verifies the preview URL is actually reachable before returning it: it fails with an actionable error when nothing is listening on the port, and detects and replaces stale quick tunnels instead of re-sharing dead URLs (#992).

  • Updated dependencies [75d94cf, db017f6]:

    • @tanstack/ai-sandbox@0.5.8
    • @tanstack/ai@0.54.1
    • @tanstack/ai-sandbox-local-process@0.2.5

@tanstack/ai-solid-ui@0.8.2

Patch Changes

  • Updated dependencies [5ae2cd2]:
    • @tanstack/ai-solid@0.22.0

@tanstack/ai-vue-ui@0.3.2

Patch Changes

  • Updated dependencies [5ae2cd2]:
    • @tanstack/ai-vue@0.22.0

ag-ui@0.0.20

Patch Changes

  • Updated dependencies [5ae2cd2]:
    • @tanstack/ai-react@0.25.0

@coderabbitai

coderabbitai Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: 4b2f4263-7873-447a-aa8e-cacbfabb3e43

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from d9f7c0d to 123f856 Compare September 16, 2026 16:38
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 123f856 to 713adee Compare September 17, 2026 08:18
@AlemTuzlak
AlemTuzlak merged commit 031d249 into main Sep 17, 2026
3 checks passed
@AlemTuzlak
AlemTuzlak deleted the changeset-release/main branch September 17, 2026 08:53
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