Skip to content

@ultraviolet/[email protected]

Compare
Choose a tag to compare
@scaleway-bot scaleway-bot released this 13 Feb 17:06
· 27 commits to main since this release
b38496e

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