Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/cozy-areas-ask.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-rats-share.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 6.5.11

### Patch Changes

- Updated dependencies [[`0a49bf6`](https://github.com/scaleway/ultraviolet/commit/0a49bf66b44ed591939dd9a0a79affccc7424a9d), [`7a4e1a4`](https://github.com/scaleway/ultraviolet/commit/7a4e1a468c61efb60a68dbcebcfe6507c8b0e01f)]:
- @ultraviolet/ui@3.21.2

## 6.5.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultraviolet/form",
"version": "6.5.10",
"version": "6.5.11",
"description": "Ultraviolet Form",
"keywords": [
"react",
Expand Down
7 changes: 7 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ultraviolet/nextjs

## 3.0.44

### Patch Changes

- Updated dependencies [[`0a49bf6`](https://github.com/scaleway/ultraviolet/commit/0a49bf66b44ed591939dd9a0a79affccc7424a9d), [`7a4e1a4`](https://github.com/scaleway/ultraviolet/commit/7a4e1a468c61efb60a68dbcebcfe6507c8b0e01f)]:
- @ultraviolet/ui@3.21.2

## 3.0.43

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultraviolet/nextjs",
"version": "3.0.43",
"version": "3.0.44",
"description": "Ultraviolet NextJS utility package",
"keywords": [
"nextjs",
Expand Down
21 changes: 21 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## 3.21.2

### Patch Changes

- [#6727](https://github.com/scaleway/ultraviolet/pull/6727) [`0a49bf6`](https://github.com/scaleway/ultraviolet/commit/0a49bf66b44ed591939dd9a0a79affccc7424a9d) Thanks [@lisalupi](https://github.com/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:

```js
<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](https://github.com/scaleway/ultraviolet/pull/6730) [`7a4e1a4`](https://github.com/scaleway/ultraviolet/commit/7a4e1a468c61efb60a68dbcebcfe6507c8b0e01f) Thanks [@lisalupi](https://github.com/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)

## 3.21.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultraviolet/ui",
"version": "3.21.1",
"version": "3.21.2",
"description": "Ultraviolet UI",
"keywords": [
"react",
Expand Down