Skip to content

Releases: portabletext/react-portabletext

v2.0.3

20 Apr 17:56
Compare
Choose a tag to compare

2.0.3 (2023-04-20)

Bug Fixes


This release is also available on:

v2.0.2

27 Feb 16:20
Compare
Choose a tag to compare

2.0.2 (2023-02-27)

Bug Fixes

  • deps: update dependencies (non-major) (#49) (034b49b)

This release is also available on:

v2.0.0

03 Nov 20:20
Compare
Choose a tag to compare

⚠️ 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)