Skip to content

2.2.0

Compare
Choose a tag to compare
@Rowno Rowno released this 07 Mar 20:11
· 695 commits to master since this release
v2.2.0

New features

Added an extractStyles() function to make server side rendering super easy. Checkout the ssr-next example app to see how to use it with Next.js.

Bug fixes

  • Fix a broken propType in TextInput (#145)
  • Fix a missing defaultProp for appearance in IconButton (#145)
  • Fix a broken propType in SegmentedControl (#146)
  • Fix mistyped spellCheck prop in Textarea (#146)