npm payload 3.0.0-beta.35
v3.0.0-beta.35

latest releases: 3.0.0-beta.108, 3.0.0-canary.81a972d, 3.0.0-canary.a5aaf21...
4 months ago

v3.0.0-beta.35 (2024-05-21)

Features

Bug Fixes

  • user verification email broken (#6442) (23f9a32)
  • ui: blocks browser save dialog from opening when hotkey used with no changes (#6366) (0190eb8)
  • separate sort and search fields when looking up relationship. (#6440) (f482fdc)
  • ui: tooltip positioning issues (#6439) (ed47661)
  • ui: update relationship cell formatted value when when search changes (#6208) (e682cb1)
  • richtext-lexical: field required validation not working if content was removed manually (#6435) (fa7cc37)
  • attributes graphql packages, adds esm import path (#6431) (1d81eef)
  • plugin-seo: white screen of death on choosing an existing media for meta image (#6424) (8fcfac6)

BREAKING CHANGES

Change the exports of DefaultListView and DefaultEditView to be renamed
without "Default" as ListView

// before
import { DefaultEditView } from '@payloadcms/next/views'
import { DefaultListView } from '@payloadcms/next/views'

// after 
import { EditView } from '@payloadcms/next/views'
import { ListView } from '@payloadcms/next/views'

Contributors

Don't miss a new payload release

NewReleases is sending notifications on new releases.