Skip to content

Releases: payloadcms/payload

v3.0.0-beta.92

27 Aug 13:52
4cda7d2
Compare
Choose a tag to compare
v3.0.0-beta.92 Pre-release
Pre-release

v3.0.0-beta.92 (2024-08-27)

🚀 Features

  • implement info command (#7882) (ea48cfb)
  • add nextjs and react version checks to dependency checker (#7868) (dfb4c8e)
  • richtext-lexical: more lenient url validation, URL-encode invalid urls on save (#7870) (ad7a387)

🐛 Bug Fixes

  • templates: website live preview and code block (#7881) (1aeb912)
  • plugin-seo: remove dependency on import from payload/next package (#7879) (ce2cb35)
  • error when closing the live preview popup window (#7878) (d3ec68a)
  • templates: website bug fixes for slug generation and form builder and adds support for strictNullChecks: true (#7877) (05bf52a)
  • sanitizes modifyResponseHeaders from client config (#7876) (fed7f2f)
  • exports richtext-slate useSlatePlugin (#7875) (686b086)

Contributors

v2.27.0

26 Aug 18:03
ab90742
Compare
Choose a tag to compare

2.27.0 (2024-08-26)

Features

  • add support for custom image size file names (#7637) (f976270)
  • upgrade react-toastify dependency, and upgrade to pnpm v9 in our monorepo (#7667) (94d18e8)

Bug Fixes

  • update state of field if either valid status or errorMessage changes (#7632) (c624eea), closes #6413

v3.0.0-beta.91

23 Aug 20:18
ec3bb71
Compare
Choose a tag to compare
v3.0.0-beta.91 Pre-release
Pre-release

v3.0.0-beta.91 (2024-08-23)

Features

  • templates: add vercel postgres template (#7841) (825d8b8)
  • enable react compiler for @payloadcms/next package (#7839) (83022f6)
  • richtext-lexical: improve upload and relationship node types (#7822) (6349cd4)
  • ui: add styling for no docs and clear all on hasmany upload (#7816) (95ebead)

Bug Fixes

  • next: properly 404s not found documents (#7833) (03440f5)
  • trim down accepted args of getPayloadHMR (#7834) (0fa6611)
  • collapsible toggle hover stacking issue (#7812) (49c0709)
  • weaken JsonObject type to allow types from payload-types being assigned to it (#7815) (c2b2f10)
  • ui: relationship field "add new" button styling (#7814) (3eed8b1)
  • richtext-lexical: slate => lexical migrator improvements (#7802) (1eefb12)

Contributors

v3.0.0-beta.90

22 Aug 03:03
2d8b752
Compare
Choose a tag to compare
v3.0.0-beta.90 Pre-release
Pre-release

v3.0.0-beta.90 (2024-08-22)

Features

Bug Fixes

Contributors

v3.0.0-beta.89

22 Aug 01:00
f754edc
Compare
Choose a tag to compare
v3.0.0-beta.89 Pre-release
Pre-release

v3.0.0-beta.89 (2024-08-22)

Features

Bug Fixes

  • richtext-lexical: ensure errors during slate => lexical migration are caught and do not halt migration progress (cf66341)
  • richtext-lexical: inaccurate detection of whether the editor is empty or not (5174c70)
  • richtext-lexical: migrate scripts not working due to migration hooks running during migrate script (d894ac7)
  • no longer handle disabling node deprecation warnings within bin script shebangs, as it errored on some systems (#7797) (af0105c)
  • ui, richtext-lexical: corrects clickable areas on block headers (#7791) (93e8131)
  • handles custom collection description components (#7789) (cb9b80a)

BREAKING CHANGES

  • handles custom collection description components (#7789) (cb9b80a)

    If you were previously defining a custom description component on a collection, simply move it into the correct position.

    Old:

    {
      admin: {
        components: {
          edit: {
            Description: ''
          }
        }
      }
    }

    New:

    {
      admin: {
        components: {
          Description: ''
        }
      }
    }

Contributors

v3.0.0-beta.88

20 Aug 20:46
988c884
Compare
Choose a tag to compare
v3.0.0-beta.88 Pre-release
Pre-release

v3.0.0-beta.88 (2024-08-20)

Features

Bug Fixes

  • ui: on Table component crashing when looking for className on admin (#7776) (9c2ccbf)
  • plugin-search: not being able to override labels (#7775) (3ee0e84)
  • ui: text clipping on document header title with Segoe UI font (#7774) (6ec9820)

Contributors

v3.0.0-beta.87

20 Aug 13:15
227d2e0
Compare
Choose a tag to compare
v3.0.0-beta.87 Pre-release
Pre-release

v3.0.0-beta.87 (2024-08-20)

Features

  • threads field config through components and strictly types props (#7754) (3a91deb)

Contributors

v3.0.0-beta.86

20 Aug 01:36
0dd17e6
Compare
Choose a tag to compare
v3.0.0-beta.86 Pre-release
Pre-release

v3.0.0-beta.86 (2024-08-20)

Features

  • pre-compile ui and richtext-lexical with react compiler (#7688) (ebd43c7)

Bug Fixes

  • type generation for block fields with no blocks (#7765) (0c36cbd)
  • useField incorrect initialization of errorMessage on update (#7756) (adf2f31)
  • postgres migrate args (#7766) (17312d9)

Contributors

v3.0.0-beta.85

19 Aug 20:46
beadc01
Compare
Choose a tag to compare
v3.0.0-beta.85 Pre-release
Pre-release

v3.0.0-beta.85 (2024-08-19)

Features

Bug Fixes

  • migrate error on windows (#7759) (bb09da0)
  • ui: tabs preferences not being saved (#7761) (ab09f2a)
  • richtext-lexical: richtext editor features overriding other editor features props if multiple editors in one document (#7758) (2f38290)
  • prevent vertical scrolling on tab fields (#7729) (b3b1cd2)
  • ui: relationship cells in table from list drawer not shown (#7730) (6eb4438)

Contributors

v3.0.0-beta.84

16 Aug 18:01
2d6e7f8
Compare
Choose a tag to compare
v3.0.0-beta.84 Pre-release
Pre-release

v3.0.0-beta.84 (2024-08-16)

Bug Fixes

Contributors