Releases: portabletext/react-portabletext
Releases · portabletext/react-portabletext
v2.0.3
v2.0.2
v2.0.0
⚠️ 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)