This repository was archived by the owner on Jun 20, 2022. It is now read-only.
v8.0.0
Bug Fixes
Features
BREAKING CHANGES
-
OriginalComponent.withComponent(NewComponent)
is replaced byuiAs(OriginalComponent, NewComponent)
-
as={NewComponent}
is replaced byuiAs={NewComponent}
-
globalStyle()
is now replaced byNormalize
component
Migration from Smooth UI v7
-
Replace all
withComponent()
on Smooth UI based components byuiAs()
seeuiAs
helper documentation -
Replace all
as
prop on Smooth UI based components byuiAs
seeuiAs
prop documentation -
Replace
globalStyle()
byNormalize
, seeNormalize
documentation