Releases: scaleway/ultraviolet
@ultraviolet/[email protected]
Patch Changes
-
#4737
3d28302
Thanks @lisalupi! - Add propinput
to<DateInputFieldV2 />
-
Updated dependencies [
3d28302
]:- @ultraviolet/[email protected]
@ultraviolet/[email protected]
Patch Changes
-
#4742
2a8b327
Thanks @matthprost! - - System Icons from@ultraviolet/icons
have a change in their sizing.large
becamemedium
and a newlarge
sizing has been created (around 24px)<Button />
the propicon
,iconPosition
andiconSentiment
has been marked as deprecated and will be removed in future major release. You should use the icon component directly in the children of the button:
// Before import { Button } from "@ultraviolet/ui"; <Button icon="pencil" iconPosition="right" iconVariant="outline"> Edit </Button>;
// After import { Button } from "@ultraviolet/ui"; import { PencilOutlineIcon } from "@ultraviolet/icons"; <Button> Edit <PencilOutlineIcon /> </Button>;
- Fix of other legacy usages of icons into the library
-
Updated dependencies [
2a8b327
]:- @ultraviolet/[email protected]
@ultraviolet/[email protected]
Patch Changes
-
#4742
2a8b327
Thanks @matthprost! - - System Icons from@ultraviolet/icons
have a change in their sizing.large
becamemedium
and a newlarge
sizing has been created (around 24px)<Button />
the propicon
,iconPosition
andiconSentiment
has been marked as deprecated and will be removed in future major release. You should use the icon component directly in the children of the button:
// Before import { Button } from "@ultraviolet/ui"; <Button icon="pencil" iconPosition="right" iconVariant="outline"> Edit </Button>;
// After import { Button } from "@ultraviolet/ui"; import { PencilOutlineIcon } from "@ultraviolet/icons"; <Button> Edit <PencilOutlineIcon /> </Button>;
- Fix of other legacy usages of icons into the library
-
Updated dependencies [
2a8b327
]:- @ultraviolet/[email protected]
- @ultraviolet/[email protected]
@ultraviolet/[email protected]
Patch Changes
-
#4742
2a8b327
Thanks @matthprost! - - System Icons from@ultraviolet/icons
have a change in their sizing.large
becamemedium
and a newlarge
sizing has been created (around 24px)<Button />
the propicon
,iconPosition
andiconSentiment
has been marked as deprecated and will be removed in future major release. You should use the icon component directly in the children of the button:
// Before import { Button } from "@ultraviolet/ui"; <Button icon="pencil" iconPosition="right" iconVariant="outline"> Edit </Button>;
// After import { Button } from "@ultraviolet/ui"; import { PencilOutlineIcon } from "@ultraviolet/icons"; <Button> Edit <PencilOutlineIcon /> </Button>;
- Fix of other legacy usages of icons into the library
@ultraviolet/[email protected]
Patch Changes
-
#4742
2a8b327
Thanks @matthprost! - - System Icons from@ultraviolet/icons
have a change in their sizing.large
becamemedium
and a newlarge
sizing has been created (around 24px)<Button />
the propicon
,iconPosition
andiconSentiment
has been marked as deprecated and will be removed in future major release. You should use the icon component directly in the children of the button:
// Before import { Button } from "@ultraviolet/ui"; <Button icon="pencil" iconPosition="right" iconVariant="outline"> Edit </Button>;
// After import { Button } from "@ultraviolet/ui"; import { PencilOutlineIcon } from "@ultraviolet/icons"; <Button> Edit <PencilOutlineIcon /> </Button>;
- Fix of other legacy usages of icons into the library
-
Updated dependencies [
2a8b327
]:- @ultraviolet/[email protected]
@ultraviolet/[email protected]
Patch Changes
-
#4719
cb9e923
Thanks @matthprost! - Fix multiple icons that were not displayed properly -
#4740
fa3766c
Thanks @JulienSaguez! - fix condition with explicit undefined for value update -
Updated dependencies [
cb9e923
]:- @ultraviolet/[email protected]
@ultraviolet/[email protected]
Patch Changes
-
#4719
cb9e923
Thanks @matthprost! - Fix multiple icons that were not displayed properly -
Updated dependencies [
cb9e923
,fa3766c
]:- @ultraviolet/[email protected]
- @ultraviolet/[email protected]
@ultraviolet/[email protected]
Patch Changes
- #4719
cb9e923
Thanks @matthprost! - Fix multiple icons that were not displayed properly
@ultraviolet/[email protected]
Patch Changes
-
#4719
cb9e923
Thanks @matthprost! - Fix multiple icons that were not displayed properly -
Updated dependencies [
cb9e923
,fa3766c
]:- @ultraviolet/[email protected]
@ultraviolet/[email protected]
Minor Changes
- #4734
1b5dd12
Thanks @JulienSaguez! - adddefaultValue
prop for initial value andvalue
for change value locally of searchinput
Patch Changes
-
#4729
fc68c84
Thanks @matthprost! - Fix<Dialog />
component to have correct icon when having warning and danger sentiment -
#4731
112031d
Thanks @matthprost! - Fix<BarChart />
and<LineChart />
colors for legends and some other bugs