Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

v8.0.0

Compare
Choose a tag to compare
@gregberge gregberge released this 16 Jan 13:25
· 112 commits to master since this release

Bug Fixes

Features

  • support emotion 10 & remove hacks (#93) (d311640)
  • system: add textTransform (753eecd)

BREAKING CHANGES

  • OriginalComponent.withComponent(NewComponent) is replaced by uiAs(OriginalComponent, NewComponent)

  • as={NewComponent} is replaced by uiAs={NewComponent}

  • globalStyle() is now replaced by Normalize component

Migration from Smooth UI v7