payload

The best way to build a modern backend + admin UI. No black magic, all TypeScript, and fully open-source, Payload is both an app framework and a headless CMS.

MIT License

Downloads
1.5M
Stars
19.2K
Committers
263
payload - Release 0.5.2

Published by jmikrut over 3 years ago

0.5.2 (2021-03-31)

Bug Fixes

  • modal issues with richtext relationship (8ea4407)
payload - Release 0.5.1

Published by jmikrut over 3 years ago

0.5.1 (2021-03-29)

Bug Fixes

  • base auth / upload fields no longer cause validation issues (23e1fc3)
payload - Release 0.5.0

Published by jmikrut over 3 years ago

0.5.0 (2021-03-29)

Bug Fixes

  • allows absolute urls within adminThumbnail (51b46d4)
  • handles empty indices within array field data (c4a66c2)
  • handles empty indices within array field data (d47e2c5)
  • moving nested arrays now properly persists row count (5f9a5c8)
  • validation consistency within admin (50b9937)

Features

  • changes global find and update payload api from global to slug as the key to find/update with (c71ba2b)
  • saves cursor position when relationship element is added to richText (d24b3f7)
payload - Release 0.4.7

Published by jmikrut over 3 years ago

0.4.7 (2021-03-15)

payload - Release 0.4.6

Published by jmikrut over 3 years ago

0.4.6 (2021-03-14)

Features

  • allows admin thumbnail to be set programmatically (b6a9fe4)
  • exports collection field hook types from payload/types (36aae5c)
  • only runs adminThumbnail func if image type (5e1ddb5)
  • provides field access control with document data (339f750)
  • reorders uploads to provide beforeChange hooks with upload data (3c42e6e)