Releases: scaleway/ultraviolet
@ultraviolet/[email protected]
Minor Changes
-
#4768
3b8a89a
Thanks @matthprost! - New propsrel
andtarget
on<MenuV2.Item />
-
#4738
62981ad
Thanks @lisalupi! - New component<Label />
and use it in input components
Patch Changes
-
#4765
d36d815
Thanks @matthprost! - FixPopup
internal component to position better when it is attached todocument.body
-
Updated dependencies [
9133763
,1c7ef50
]:- @ultraviolet/[email protected]
@ultraviolet/[email protected]
Minor Changes
- #4768
3b8a89a
Thanks @matthprost! - Improve<Navigation.Item />
component by adding propsrel
andtarget
. Previously ahref
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
- Updated dependencies [
d36d815
,9133763
,1c7ef50
,3b8a89a
,62981ad
]:- @ultraviolet/[email protected]
- @ultraviolet/[email protected]
@ultraviolet/[email protected]
@ultraviolet/[email protected]
Patch Changes
- Updated dependencies [
d36d815
,3b8a89a
,62981ad
]:- @ultraviolet/[email protected]
@ultraviolet/[email protected]
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
@ultraviolet/[email protected]
Patch Changes
- Updated dependencies [
a1cc1af
,a81daa4
,ec29328
,5b840a8
]:- @ultraviolet/[email protected]
@ultraviolet/[email protected]
Patch Changes
- Updated dependencies [
a1cc1af
,a81daa4
,ec29328
,5b840a8
]:- @ultraviolet/[email protected]
@ultraviolet/[email protected]
@ultraviolet/[email protected]
Patch Changes
-
#4760
fbec332
Thanks @matthprost! - Fix<Navigation />
icons -
Updated dependencies [
3d28302
,c959773
,6108aff
]:- @ultraviolet/[email protected]
- @ultraviolet/[email protected]
@ultraviolet/[email protected]
Minor Changes
- #4755
6108aff
Thanks @matthprost! - New category icon<EnvironmentalFootprintCategoryIcon />
Patch Changes
- #4761
c959773
Thanks @matthprost! - Fix icons that are broken