Skip to content

chore: release - #6731

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

chore: release#6731
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

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

@ultraviolet/form@6.5.11

Patch Changes

@ultraviolet/nextjs@3.0.44

Patch Changes

@ultraviolet/ui@3.21.2

Patch Changes

  • #6727 0a49bf6 Thanks @lisalupi! - InfoTable.Cell:

    • should not override the custom style of its children.
    • when children are an array of strings or numbers, the same style is applied as for a single string.

    Text: updated tooltip detection logic to handle overflowing content when children are of type (string | number)[]. Such arrays are now converted to strings for tooltip display. For example:

    <Text as="p" variant="body">
      Ready?{isReady ? "Yes!" : "No..."}
    </Text>

    Previously, no tooltip appeared when overflowing since the computed child was ['Ready?', 'Yes!'] (or ['Ready?', 'No...']). Now, the tooltip correctly displays Ready? Yes!.

  • #6730 7a4e1a4 Thanks @lisalupi! - SearchInput: fix props definition. It might be a breaking change (some ignored props have be removed, so it will not have an impact on runtime behavior)

@github-actions
github-actions Bot requested review from a team, jsulpis and lisalupi as code owners July 30, 2026 13:56
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 601532c to 3a1c1ea Compare July 31, 2026 08:23
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