chore(release): react-ui 0.13.1#844
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
abhithesys
previously approved these changes
Jul 24, 2026
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
abhithesys
approved these changes
Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
react-ui 0.13.1
This release ships everything merged since 0.13.0. This PR is the version bump only (
packages/react-ui0.13.0 → 0.13.1); there are no code changes here. Strictly additive — no breaking changes: everything that works on 0.13.0 works unchanged on 0.13.1.What's new
AmbientLoader+DotMatrixLoaderare now public (feat(react-ui): ambient loading state for AgentInterface + export DotMatrixLoader #835).AmbientLoaderis the new ambient loading state — blurred glow blobs breathing behind the dot-matrix loader, with a required contextual label so no surface renders a bare "Loading…". Neutral themes render soft luminance depth; branded themes tint through the accent token; freezes underprefers-reduced-motion. Opening a thread no longer blanks the panel while messages load.DotMatrixLoader— internal in 0.13.0 — is now stabilized and exported for standalone use.Fixes
*ChartPalettetheme keys (fix(react-ui): stop false "unknown key" warnings for valid *ChartPalette theme keys #721).Also in the repo
Publishing
Patch release per the project's 0.x versioning convention (minors signal breaking changes; patches are safe upgrades). After merge, publish runs the standard prepublish gates (
check:css,publint,attw).