Skip to content

v2.0.0

Compare
Choose a tag to compare
@rexxars rexxars released this 03 Nov 20:20
· 153 commits to main since this release

⚠️ Breaking changes

  • Support for Node 12 is dropped - we now only support Node 14.14 and up
  • Configuring custom components through React context is no longer supported, in order to allow for use inside of React Server Components. If you were depending on this feature, you can either manually use context to pass down the components through the subtree, or create a "wrapper component" which pre-declares which components to use.

🎉 Highlights

  • Introduces support for React Server Components (used in frameworks like Next.js)