Skip to content
Merged
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
5 changes: 0 additions & 5 deletions .changeset/common-moose-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/floppy-carpets-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/jolly-coats-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/legal-tires-make.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/major-stars-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-badgers-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-streets-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-months-lose.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/renovate-2063562.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-2ab326a.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/renovate-50d694d.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-59bdb95.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-600505b.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/renovate-99586ed.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-c723140.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/renovate-eb2da5b.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/renovate-ecf4e10.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sweet-hoops-pull.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/tender-nights-warn.md

This file was deleted.

26 changes: 0 additions & 26 deletions .changeset/wise-eels-crash.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ultraviolet/fonts

## 2.1.5

### Patch Changes

- [#6324](https://github.com/scaleway/ultraviolet/pull/6324) [`5faa8c2`](https://github.com/scaleway/ultraviolet/commit/5faa8c2e49771aa8c609b90c18312d8e7659d57f) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `vite` to `8.0.8`.

## 2.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultraviolet/fonts",
"version": "2.1.4",
"version": "2.1.5",
"description": "Ultraviolet Fonts",
"keywords": [
"fonts",
Expand Down
50 changes: 50 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# Change Log

## 6.3.0

### Minor Changes

- [#6241](https://github.com/scaleway/ultraviolet/pull/6241) [`fa4a28f`](https://github.com/scaleway/ultraviolet/commit/fa4a28f296a97518c1ca9e5bb4674ee9017c3c68) Thanks [@lisalupi](https://github.com/lisalupi)! - Form element can have a `errorLabel` (string) to use as a custom value to display (instead of the label) when an error is displayed (empty required element, min/max value not respected, etc.).

For instance, this component:

```js
<NumberInputField
label="Choose number of elements"
errorLabel="Amount"
value={20}
max={10}
/>
```

Used with this error:

```js
import type { FormErrors } from '@ultraviolet/form'
import { NumberInputField } from '@ultraviolet/form'

const errors: FormErrors = {
...
isInteger: ...
max: ({ max, label }) => `${label} must be less than ${max}$`,
min: ...
...
}
```

The displayed `max` error message is `Amount must be less than 10` instead of `Choose number of elements must be less than 10`.

It allows custom error labels with a fallback on the `label` if `errorLabel` is not defined — this can be useful when creating a default `useError`.

### Patch Changes

- [#6325](https://github.com/scaleway/ultraviolet/pull/6325) [`f6656ba`](https://github.com/scaleway/ultraviolet/commit/f6656ba46a5b8cf2fc4f3c3c7fec6f041553799a) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react` to `19.2.5`.
Updated dependency `react-dom` to `19.2.5`.

- [#6311](https://github.com/scaleway/ultraviolet/pull/6311) [`282df87`](https://github.com/scaleway/ultraviolet/commit/282df8713c9e9ac7b95a6eed66409edcbc51e166) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react-hook-form` to `7.72.1`.

- [#6324](https://github.com/scaleway/ultraviolet/pull/6324) [`5faa8c2`](https://github.com/scaleway/ultraviolet/commit/5faa8c2e49771aa8c609b90c18312d8e7659d57f) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `vite` to `8.0.8`.

- Updated dependencies [[`1d62b49`](https://github.com/scaleway/ultraviolet/commit/1d62b49e8808dcc26683ee53a7e6a9b8cdba1441), [`8bca898`](https://github.com/scaleway/ultraviolet/commit/8bca89859b87f07108d29a7b54b7d15f5800135f), [`27f89d7`](https://github.com/scaleway/ultraviolet/commit/27f89d7d434c0ca3e16b36b00e955980edac154b), [`59c601c`](https://github.com/scaleway/ultraviolet/commit/59c601c75c2b5b571a40bfa55df5fa51274b790b), [`6ba736b`](https://github.com/scaleway/ultraviolet/commit/6ba736b54cf84b993f751651bacf366930009978), [`bf1ca25`](https://github.com/scaleway/ultraviolet/commit/bf1ca25e60ec5f0f66048bee7f305bedf817c81f), [`9cfb3e9`](https://github.com/scaleway/ultraviolet/commit/9cfb3e96a6bc786708056cfb6723581139295540), [`f6656ba`](https://github.com/scaleway/ultraviolet/commit/f6656ba46a5b8cf2fc4f3c3c7fec6f041553799a), [`5faa8c2`](https://github.com/scaleway/ultraviolet/commit/5faa8c2e49771aa8c609b90c18312d8e7659d57f), [`7382e79`](https://github.com/scaleway/ultraviolet/commit/7382e79418f0205bbe37c637d9e1487e00692494), [`1e4cc20`](https://github.com/scaleway/ultraviolet/commit/1e4cc208ea3605a249d7cc85cb7b242ca844aa0c), [`e4ae00d`](https://github.com/scaleway/ultraviolet/commit/e4ae00dee07a0611b8b974065cc6c3ab1388516c)]:
- @ultraviolet/ui@3.14.0
- @ultraviolet/icons@5.3.2
- @ultraviolet/themes@3.1.5

## 6.2.7

### 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.2.7",
"version": "6.3.0",
"description": "Ultraviolet Form",
"keywords": [
"react",
Expand Down
16 changes: 16 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 5.3.2

### Patch Changes

- [#6325](https://github.com/scaleway/ultraviolet/pull/6325) [`f6656ba`](https://github.com/scaleway/ultraviolet/commit/f6656ba46a5b8cf2fc4f3c3c7fec6f041553799a) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react` to `19.2.5`.
Updated dependency `react-dom` to `19.2.5`.

- [#6324](https://github.com/scaleway/ultraviolet/pull/6324) [`5faa8c2`](https://github.com/scaleway/ultraviolet/commit/5faa8c2e49771aa8c609b90c18312d8e7659d57f) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `vite` to `8.0.8`.

- [#6279](https://github.com/scaleway/ultraviolet/pull/6279) [`1e4cc20`](https://github.com/scaleway/ultraviolet/commit/1e4cc208ea3605a249d7cc85cb7b242ca844aa0c) Thanks [@lisalupi](https://github.com/lisalupi)! - New icons:
- Product icon: `ForkProductIcon`, `SwitchProductIcon` and `TrycatchProductIcon`
- Icon: `CursorOutlineIcon`, `HandOutlineIcon`, `TicketOutlineIcon`, `CursorIcon`, `HandIcon` and `TicketIcon`
- Updated dependencies [[`4be825f`](https://github.com/scaleway/ultraviolet/commit/4be825f6a6d8b61ea649b50d77421d2cadf18c45), [`17c8f2e`](https://github.com/scaleway/ultraviolet/commit/17c8f2e5b5db6c3f4166433bd2c646d8bd4fffff), [`f6656ba`](https://github.com/scaleway/ultraviolet/commit/f6656ba46a5b8cf2fc4f3c3c7fec6f041553799a), [`5faa8c2`](https://github.com/scaleway/ultraviolet/commit/5faa8c2e49771aa8c609b90c18312d8e7659d57f), [`661a29e`](https://github.com/scaleway/ultraviolet/commit/661a29e439ccc5331b014bb9b2b45c6022b0a956)]:
- @ultraviolet/utils@1.0.10
- @ultraviolet/themes@3.1.5

## 5.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultraviolet/icons",
"version": "5.3.1",
"version": "5.3.2",
"description": "Ultraviolet Icons",
"keywords": [
"react",
Expand Down
15 changes: 15 additions & 0 deletions packages/illustrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @ultraviolet/illustrations

## 6.0.16

### Patch Changes

- [#6325](https://github.com/scaleway/ultraviolet/pull/6325) [`f6656ba`](https://github.com/scaleway/ultraviolet/commit/f6656ba46a5b8cf2fc4f3c3c7fec6f041553799a) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react` to `19.2.5`.
Updated dependency `react-dom` to `19.2.5`.

- [#6324](https://github.com/scaleway/ultraviolet/pull/6324) [`5faa8c2`](https://github.com/scaleway/ultraviolet/commit/5faa8c2e49771aa8c609b90c18312d8e7659d57f) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `vite` to `8.0.8`.

- [#6328](https://github.com/scaleway/ultraviolet/pull/6328) [`dfbac35`](https://github.com/scaleway/ultraviolet/commit/dfbac35705b388298fea53989c8ff767770a6d32) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `tinyglobby` to `0.2.16`.

- Updated dependencies [[`4be825f`](https://github.com/scaleway/ultraviolet/commit/4be825f6a6d8b61ea649b50d77421d2cadf18c45), [`17c8f2e`](https://github.com/scaleway/ultraviolet/commit/17c8f2e5b5db6c3f4166433bd2c646d8bd4fffff), [`f6656ba`](https://github.com/scaleway/ultraviolet/commit/f6656ba46a5b8cf2fc4f3c3c7fec6f041553799a), [`5faa8c2`](https://github.com/scaleway/ultraviolet/commit/5faa8c2e49771aa8c609b90c18312d8e7659d57f), [`661a29e`](https://github.com/scaleway/ultraviolet/commit/661a29e439ccc5331b014bb9b2b45c6022b0a956)]:
- @ultraviolet/utils@1.0.10
- @ultraviolet/themes@3.1.5

## 6.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/illustrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultraviolet/illustrations",
"version": "6.0.15",
"version": "6.0.16",
"description": "Ultraviolet Illustrations",
"keywords": [
"illustrations",
Expand Down
17 changes: 17 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @ultraviolet/nextjs

## 3.0.28

### Patch Changes

- [#6351](https://github.com/scaleway/ultraviolet/pull/6351) [`612d202`](https://github.com/scaleway/ultraviolet/commit/612d202c49d48d5ae1f8a4ddd37ca8ab5e03cd6b) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `next` to `16.2.4`.

- [#6325](https://github.com/scaleway/ultraviolet/pull/6325) [`f6656ba`](https://github.com/scaleway/ultraviolet/commit/f6656ba46a5b8cf2fc4f3c3c7fec6f041553799a) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react` to `19.2.5`.
Updated dependency `react-dom` to `19.2.5`.

- [#6320](https://github.com/scaleway/ultraviolet/pull/6320) [`0bfb5ab`](https://github.com/scaleway/ultraviolet/commit/0bfb5ab01ef886d21d25eac2c7ed4b3ad96b8828) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `next` to `16.2.3`.

- [#6324](https://github.com/scaleway/ultraviolet/pull/6324) [`5faa8c2`](https://github.com/scaleway/ultraviolet/commit/5faa8c2e49771aa8c609b90c18312d8e7659d57f) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `vite` to `8.0.8`.

- Updated dependencies [[`1d62b49`](https://github.com/scaleway/ultraviolet/commit/1d62b49e8808dcc26683ee53a7e6a9b8cdba1441), [`8bca898`](https://github.com/scaleway/ultraviolet/commit/8bca89859b87f07108d29a7b54b7d15f5800135f), [`27f89d7`](https://github.com/scaleway/ultraviolet/commit/27f89d7d434c0ca3e16b36b00e955980edac154b), [`59c601c`](https://github.com/scaleway/ultraviolet/commit/59c601c75c2b5b571a40bfa55df5fa51274b790b), [`6ba736b`](https://github.com/scaleway/ultraviolet/commit/6ba736b54cf84b993f751651bacf366930009978), [`bf1ca25`](https://github.com/scaleway/ultraviolet/commit/bf1ca25e60ec5f0f66048bee7f305bedf817c81f), [`9cfb3e9`](https://github.com/scaleway/ultraviolet/commit/9cfb3e96a6bc786708056cfb6723581139295540), [`f6656ba`](https://github.com/scaleway/ultraviolet/commit/f6656ba46a5b8cf2fc4f3c3c7fec6f041553799a), [`5faa8c2`](https://github.com/scaleway/ultraviolet/commit/5faa8c2e49771aa8c609b90c18312d8e7659d57f), [`7382e79`](https://github.com/scaleway/ultraviolet/commit/7382e79418f0205bbe37c637d9e1487e00692494), [`e4ae00d`](https://github.com/scaleway/ultraviolet/commit/e4ae00dee07a0611b8b974065cc6c3ab1388516c)]:
- @ultraviolet/ui@3.14.0
- @ultraviolet/themes@3.1.5

## 3.0.27

### 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.27",
"version": "3.0.28",
"description": "Ultraviolet NextJS utility package",
"keywords": [
"nextjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.1.5

### Patch Changes

- [#6325](https://github.com/scaleway/ultraviolet/pull/6325) [`f6656ba`](https://github.com/scaleway/ultraviolet/commit/f6656ba46a5b8cf2fc4f3c3c7fec6f041553799a) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react` to `19.2.5`.
Updated dependency `react-dom` to `19.2.5`.

- [#6324](https://github.com/scaleway/ultraviolet/pull/6324) [`5faa8c2`](https://github.com/scaleway/ultraviolet/commit/5faa8c2e49771aa8c609b90c18312d8e7659d57f) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `vite` to `8.0.8`.

## 3.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultraviolet/themes",
"version": "3.1.4",
"version": "3.1.5",
"description": "Ultraviolet Themes",
"keywords": [
"themes",
Expand Down
Loading
Loading