Releases: scaleway/ultraviolet
@ultraviolet/[email protected]
Major Changes
- #5758
bc629aaThanks @etienne-scaleway! - ! POTENTIAL BREAKING CHANGES !
Fixed themaxLengthprop on TagList. This prop was previously implemented incorrectly and would only reduce the threshold by one when the total length exceededmaxLength.
This change might affect the number of visible tags, particularly if you have many long tags (the defaultmaxLengthis set to600characters) or if you have specified a custommaxLength.
Minor Changes
- #5762
440d5bbThanks @lisalupi! -SelectableCardOptionGroupandToastermigrate missing sub-components to vanilla extract
Patch Changes
@ultraviolet/[email protected]
Patch Changes
-
#5767
91c824aThanks @lisalupi! -OfferList: first column should be strong and selected row text should be primary -
#5759
ee2f3ebThanks @lisalupi! - Add propstyleto every component -
#5763
396c248Thanks @lisalupi! -ContentCard: image should not be disabled whendisabled=false -
#5762
440d5bbThanks @lisalupi! -Plansmigrate missing sub-component to vanilla extract -
#5770
6e8d4e1Thanks @lisalupi! -OrderSummary:discount=1should be interpreted as "100%", not "1€" -
Updated dependencies [
bc629aa,ee2f3eb,deba7e9,440d5bb,29df8eb]:- @ultraviolet/[email protected]
- @ultraviolet/[email protected]
@ultraviolet/[email protected]
Patch Changes
- Updated dependencies [
bc629aa,ee2f3eb,deba7e9,440d5bb]:- @ultraviolet/[email protected]
@ultraviolet/[email protected]
@ultraviolet/[email protected]
@ultraviolet/[email protected]
Patch Changes
-
#5759
ee2f3ebThanks @lisalupi! - Add propstyleto every component -
Updated dependencies [
bc629aa,ee2f3eb,deba7e9,440d5bb,29df8eb]:- @ultraviolet/[email protected]
- @ultraviolet/[email protected]
@ultraviolet/[email protected]
Minor Changes
- #5756
4386617Thanks @lisalupi! - Refactor componentsKey,SelectableCardGroupandSelectableCardOptionGroupto use vanilla-extract instead of Emotion and finishLineChartmigration
Patch Changes
-
#5747
2eea0adThanks @lisalupi! - Add e2e test ofSelectableCardwithTextArea -
#5753
5ac319eThanks @lisalupi! -Button: add box-shadow when button is active (accidentaly removed while migrating to vanilla extract) -
Updated dependencies [
2eea0ad]:- @ultraviolet/[email protected]
- @ultraviolet/[email protected]
@ultraviolet/[email protected]
Minor Changes
-
#5747
2eea0adThanks @lisalupi! - To replaceGlobalfrom Emotion andnormalizefrom@ultraviolet/ui, you can now directly import the style as CSS to use in your app:Before:
import { Global } from '@emotion/react' import { normalize } from '@ultraviolet/ui' import { ThemeProvider } from '@ultraviolet/themes' const App = () => ( <ThemeProvider theme={theme}> <Global styles={css`${normalize()}`}> <MyApp /> </ThemeProvider> )
After :
import { ThemeProvider } from "@ultraviolet/themes"; import "@ultraviolet/themes/global"; const App = () => ( <ThemeProvider theme={theme}> <MyApp /> </ThemeProvider> );
@ultraviolet/[email protected]
Minor Changes
-
#5743
6683a8dThanks @lisalupi! - Refaactor componentNavigationto use vanilla-extract instead of Emotion -
#5755
eecead1Thanks @lisalupi! - Refactor componentSteppedListCardto use vanilla-extract instead of Emotion -
#5751
4c52634Thanks @lisalupi! - Refactor componentOrderSummaryto use vanilla-extract instead of Emotion -
#5752
137020bThanks @lisalupi! - Refactor componentPlansto use vanilla-extract instead of Emotion -
#5737
62e6d7cThanks @lisalupi! - Refactor componentEstimateCostto use vanilla extract instead of Emotion
Patch Changes
- Updated dependencies [
2eea0ad,2eea0ad,4386617,5ac319e]:- @ultraviolet/[email protected]
- @ultraviolet/[email protected]
- @ultraviolet/[email protected]
@ultraviolet/[email protected]
Patch Changes
- Updated dependencies [
2eea0ad,4386617,5ac319e]:- @ultraviolet/[email protected]