v3.0.0-beta.35

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

May 21, 2024

Type:

Contains breaking changes

GitHub:View Release

Release Notes

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 ```ts // 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

  • Paul (@paulpopus)
  • Alessio Gravili (@AlessioGr)
  • Jessica Chowdhury (@JessChowdhury)
  • Anders Semb Hermansen (@andershermansen)
  • Ritsu (@r1tsuu)
  • Elliot DeNolf (@denolfe)
  • Jarrod Flesch (@JarrodMFlesch)