v3.0.0-beta.59

Version v3.0.0-beta.59Major ReleasePre-release
Released:

July 8, 2024

Type:

Contains breaking changes

GitHub:View Release

Release Notes

v3.0.0-beta.59 (2024-07-08)

Features

  • support latest Next.js versions, fix server-only props being passed to Client Document Views (#7026) (1cf7d4d)
  • ui: support nested tabs, groups, collapsibles and rows in where filters in list view (#7044) (b6d85f6)
  • avoid unnecessary config await in getPayloadHMR (#7045) (187813e)

Bug Fixes

  • richtext-lexical: avoid conflicts between internal component/schema map paths and field names (#7042) (16c1d94)

BREAKING CHANGES

  • support latest Next.js versions, fix server-only props being passed to Client Document Views (#7026) (1cf7d4d)
BREAKING: The minimum required Next.js version has been bumped from 15.0.0-rc.0 to 15.0.0-canary.53. This is because the way client components are represented changed somewhere between those versions, and it is not feasible to support both versions in our RSC detection logic.

Contributors

  • Alessio Gravili (@AlessioGr)
  • Wilson (@WilsonLe)
  • Paul (@paulpopus)