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 byNormalizecomponent
Migration from Smooth UI v7
-
Replace all
withComponent()on Smooth UI based components byuiAs()seeuiAshelper documentation -
Replace all
asprop on Smooth UI based components byuiAsseeuiAsprop documentation -
Replace
globalStyle()byNormalize, seeNormalizedocumentation