Skip to content

Releases: scaleway/ultraviolet

@ultraviolet/[email protected]

11 Dec 14:25
9d27e8b
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@ultraviolet/[email protected]

11 Dec 14:25
9d27e8b
Compare
Choose a tag to compare

Patch Changes

@ultraviolet/[email protected]

11 Dec 14:25
9d27e8b
Compare
Choose a tag to compare

Patch Changes

  • #4568 3e42097 Thanks @renovate! - Updated dependency @emotion/react to 11.14.0.
    Updated dependency @emotion/styled to 11.14.0.
    Updated dependency @emotion/cache to 11.14.0.

@ultraviolet/[email protected]

11 Dec 14:25
9d27e8b
Compare
Choose a tag to compare

Patch Changes

  • #4562 e08da2d Thanks @renovate! - Updated dependency @types/react-dom to 18.3.3.

  • #4568 3e42097 Thanks @renovate! - Updated dependency @emotion/react to 11.14.0.
    Updated dependency @emotion/styled to 11.14.0.
    Updated dependency @emotion/cache to 11.14.0.

@ultraviolet/[email protected]

11 Dec 14:25
9d27e8b
Compare
Choose a tag to compare

Patch Changes

@ultraviolet/[email protected]

10 Dec 14:46
6f36eba
Compare
Choose a tag to compare

Minor Changes

  • #4535 612316c Thanks @matthprost! - Refactoring of <List /> and <Table /> components:

    List

    List used to be a bunch of div with different role to work like a table but it suffered from columns issues if not correctly set.
    It now uses a real table element and thead and tbody to correctly handle columns and rows.
    Each elements uses display: table-* to correctly handle columns and rows.
    The expandable is tricked, by adding a new tr on click and a transform to move it up under the clicked row.

    Table

    Table was correctly using table element but the columns were not correctly handled.
    It now uses display: table-* for each elements of the table.
    The expandable is an added tr under the clicked row.

Patch Changes

@ultraviolet/[email protected]

10 Dec 14:46
6f36eba
Compare
Choose a tag to compare

Patch Changes

@ultraviolet/[email protected]

10 Dec 14:46
6f36eba
Compare
Choose a tag to compare

Patch Changes

  • #4553 2241ec1 Thanks @renovate! - Updated dependency @types/react to 18.3.14.
    Updated dependency @types/react-dom to 18.3.2.

@ultraviolet/[email protected]

10 Dec 14:46
6f36eba
Compare
Choose a tag to compare

Patch Changes

@ultraviolet/[email protected]

09 Dec 08:18
035cb9b
Compare
Choose a tag to compare

Minor Changes

Patch Changes