github payloadcms/payload v3.0.0-beta.41

latest releases: v3.0.0-beta.57, v2.23.1, v2.23.0...
pre-release27 days ago

v3.0.0-beta.41 (2024-06-05)

Features

  • support Next.js basePath config property (#6628) (b2751f7)
  • ui: expose RowLabelProps (#6627) (1afd221)
  • richtext-lexical: upgrade lexical from 0.15.0 to 0.16.0 and port over relevant playground changes (#6620) (da35afb)

Bug Fixes

  • db-postgres: create predefined migration missing json schema output (#6641) (ff82bb5)
  • update file-type dependency and fix dependency version mismatch (#6638) (2077da8)
  • translations: explicitly declare date-fns v3 as a dependency (#6626) (aeb4df8)
  • resizing animated images (#6623) (bcd277e)
  • migration file cannot be imported (#6616) (cafc13a)

BREAKING CHANGES

  • db-postgres: create predefined migration missing json schema output (#6641) (ff82bb5)

Fixes #6630

This only applies to you if you using db-postgres and have created the
v2-v3-relationships migration released in
v3.0.0-beta.39
from @payloadcms/db-postgres <= v3.0.0-beta.40.

Steps to fix

  • Delete the existing v2-v3-relationships migration file.
  • If changes were made to your config since the previous migration was
    made, you will need to revert those by checking out a previous commit in
    your version control.
  • Recreate the migration using payload migrate:create --file @payloadcms/db-postgres/relationships-v2-v3 to make the migration with
    the snapshot .json file.
  • richtext-lexical: upgrade lexical from 0.15.0 to 0.16.0 and port over relevant playground changes (#6620) (da35afb)

BREAKING:

  • This upgrades the required version of lexical from 0.15.0 to 0.16.0.
    If you are using lexical directly in your project, possibly due to
    custom features, there might be breaking changes for you. Please consult
    the lexical 0.16.0 changelog:
    https://github.com/facebook/lexical/releases/tag/v0.16.0

Contributors

Don't miss a new payload release

NewReleases is sending notifications on new releases.