Skip to content

v7.0.0

Compare
Choose a tag to compare
@commitd-bot commitd-bot released this 18 Apr 15:36
· 72 commits to main since this release
e438fba

7.0.0 (2022-04-18)

Bug Fixes

  • changed theme component to provide better support for SSR (484e1a7), closes #249

Features

  • adds ComponentProvider to wrap all providers (713dd07), closes #253
  • adds new Form and FormControl components (54be0ef), closes #248
  • link: adds asChild to Link and removes as prop (d4f15eb), closes #256
  • menu: adds destructive variant to menu items (5eb3f06), closes #250

BREAKING CHANGES

  • link: Users of Link as prop should change to asChild and nest the component with any
    of it's own props.
  • It is now reccommended that you wrap the application with ComponentsProvider
    replacing the ThemeProvider. This includes all required components.