chore(release): react-ui 0.13.0 - #803
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Aditya-thesys
approved these changes
Jul 21, 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.0
This release delivers the AgentInterface refresh from #787 to npm. This PR is the version bump only (
packages/react-ui0.12.1 → 0.13.0); there are no code changes here.What's new in 0.13.0
WelcomeGlowcomponent and the optionalglowAnimationprop (also available asAgentInterface.WelcomeGlow), staggered entrance, and fullprefers-reduced-motionsupport.blue, user message bubbles usehighlight-strong, and generated theme variables have been refreshed for both color schemes.Breaking change
MessageLoadinghas been removed from the public API; built-in surfaces now use an internal loading indicator. If you importedMessageLoading, render your own instead —@openuidev/react-headlessprovides the state you need:Because 0.x minors carry breaking changes, this ships as 0.13.0 rather than a patch.
Not exported (yet)
You may notice
DotMatrixLoaderandConversationStarterin the source; they are intentionally internal for now.ConversationStarteris planned to surface later asAgentInterface.ConversationStarter. Custom loaders and starter chips are fully supported today through@openuidev/react-headlesshooks.Publishing
After merge, the package is published with the standard prepublish gates (
check:css,publint,attw). The open PRs #721 and #737 may ride along in this release if reviewed in time, in which case this PR rebases over them first.