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

latest releases: 3.0.0-canary.926cbeb, 3.0.0-canary.7660f90, 3.0.0-beta.58...
2 days ago

v3.0.0-beta.57 (2024-07-02)

Features

  • ui: allows filtering on group and tab fields from list controls (#6647) (d4d4101)
  • richtext-lexical: upgrade lexical from 0.16.0 to 0.16.1 (#7009) (2a2ab53)
  • richtext-lexical: upgrade lexical from 0.16.0 to 0.16.1 (dfa6b08)
  • allow users/plugins to modify and extend generated types for fields & config, add generated types for json field (#6984) (eb2f763)
  • adds loginWithUsername option to auth config (#7000) (955b845)
  • plugin-seo: export fields from plugin seo so that they can be imported freely in a collection fields config (#6996) (25d368a)
  • ui: export iterateFields function (#6995) (cce1397)
  • export missing utilities and types from payload (#6993) (d05a033)
  • plugin-seo: russian translations (#6987) (2285624)

Bug Fixes

  • richtext-lexical: auto link node escapes on second "." (98ff746)
  • ui: content alignment in modal (#7003) (fd7d500)
  • translation fallback language returning the label and not the language key (#7001) (9ab057d)

BREAKING CHANGES

  • richtext-lexical: upgrade lexical from 0.16.0 to 0.16.1 (#7009) (2a2ab53)

BREAKING: Lexical may introduce undocumented breaking changes, if
you use the lexical API directly. Please consult their changelog:
https://github.com/facebook/lexical/releases/tag/v0.16.1

Removes PayloadRequestWithData in favour of just PayloadRequest with
optional types for data and locale

addDataAndFileToRequest and addLocalesToRequestFromData now takes in
a single argument instead of an object

// before
await addDataAndFileToRequest({ request: req })
addLocalesToRequestFromData({ request: req })

// current
await addDataAndFileToRequest(req)
addLocalesToRequestFromData(req)

Contributors

Don't miss a new payload release

NewReleases is sending notifications on new releases.