·
27 commits
to main
since this release
Minor Changes
- #4752
ec29328
Thanks @matthprost! - New prophighlightAnimation
on<List.Row />
component
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