Skip to content

Releases: payloadcms/payload

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

v3.0.0-beta.83

16 Aug 16:41
e9b01e6
Compare
Choose a tag to compare
v3.0.0-beta.83 Pre-release
Pre-release

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

Features

  • plugin-seo: pass req through to generate functions (#7711) (5eee49d)

Bug Fixes

  • type RelationshipFieldClient typed incorrectly (#7725) (b0a7601)
  • login with username server validations (#7719) (95569e4)
  • bin script error when running on linux (#7721) (1181608)
  • ui: ensure that aborting Autosave always has a valid reason for the controller - fixes uncaught error (#7723) (3a86822)
  • ensures users cannot be created without confirming pw (#7583) (6f8604e)

Contributors

v3.0.0-beta.82

15 Aug 19:53
0618130
Compare
Choose a tag to compare
v3.0.0-beta.82 Pre-release
Pre-release

v3.0.0-beta.82 (2024-08-15)

Bug Fixes

Contributors

v3.0.0-beta.81

14 Aug 23:58
a7f519c
Compare
Choose a tag to compare
v3.0.0-beta.81 Pre-release
Pre-release

v3.0.0-beta.81 (2024-08-14)

Features

  • allow passing false as PayloadComponent which signals that the component should not be rendered (#7682) (49a2d70)

Bug Fixes

  • use tsx instead of swc as default bin script transpiler, as swc errors when it encounters 'next/cache' (#7681) (cb7fa00)
  • next: supports root document view overrides as separate from default edit view (#7673) (a212cde)
  • ui: issue with checking for undefined json when autosave and validate is enabled (#7678) (4f323a3)

Contributors

v3.0.0-beta.80

14 Aug 17:20
0bf27b1
Compare
Choose a tag to compare
v3.0.0-beta.80 Pre-release
Pre-release

v3.0.0-beta.80 (2024-08-14)

Bug Fixes

  • next: properly closes leave-without-saving modal after navigating from Leave anyway button (#7661) (806c22e)
  • sidebar nav jumping around when loading page (#7574) (39d7b71)
  • ui: ensure field components safely access field.admin property (#7670) (c65f502)

Contributors