Skip to content

Releases: scaleway/ultraviolet

@ultraviolet/[email protected]

17 Feb 15:16
8f47e2e
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@ultraviolet/[email protected]

17 Feb 15:16
8f47e2e
Compare
Choose a tag to compare

Minor Changes

  • #4768 3b8a89a Thanks @matthprost! - Improve <Navigation.Item /> component by adding props rel and target. Previously a href item meant external link, it has now changed. Take this in consideration as your links might not open in a new browser and not have the external icon anymore.

Patch Changes

@ultraviolet/[email protected]

17 Feb 15:16
8f47e2e
Compare
Choose a tag to compare

Patch Changes

@ultraviolet/[email protected]

17 Feb 15:16
8f47e2e
Compare
Choose a tag to compare

Patch Changes

@ultraviolet/[email protected]

13 Feb 17:06
b38496e
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #4741 a1cc1af Thanks @lisalupi! - <DateInput />: rework range logic and fix styling issue on hover for days in range

  • #4758 a81daa4 Thanks @matthprost! - In <Badge /> component, icon props is deprecated. You can directly use the imported icon you need in the children.

    // Before
    import { Badge } from "@ultraviolet/ui";
    
    <Badge icon="pencil">Edit</Badge>;
    // After
    import { Badge } from "@ultraviolet/ui";
    import { PencilOutlineIcon } from "@ultraviolet/icons";
    
    <Badge>
      Edit <PencilOutlineIcon />
    </Badge>;
  • #4759 5b840a8 Thanks @matthprost! - Fix <Table.Cell /> to have correct sentiments prop

@ultraviolet/[email protected]

13 Feb 17:06
b38496e
Compare
Choose a tag to compare

Patch Changes

@ultraviolet/[email protected]

13 Feb 17:06
b38496e
Compare
Choose a tag to compare

Patch Changes

@ultraviolet/[email protected]

12 Feb 11:59
3c7fdf8
Compare
Choose a tag to compare

Patch Changes

@ultraviolet/[email protected]

12 Feb 11:59
3c7fdf8
Compare
Choose a tag to compare

Patch Changes

@ultraviolet/[email protected]

12 Feb 11:59
3c7fdf8
Compare
Choose a tag to compare

Minor Changes

Patch Changes