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

Bot releases are hidden (Show)

payload - Release 1.8.5

Published by jmikrut over 1 year ago

1.8.5 (2023-06-03)

Features

  • allows objectid through relationship validation (42afa6b)
payload - Release 1.8.4

Published by DanRibbens over 1 year ago

1.8.4 (2023-06-02)

Features

Bug Fixes

payload - Release 1.8.4-canary.4

Published by DanRibbens over 1 year ago

1.8.4-canary.4 (2023-06-02)

Bug Fixes

payload - Release 1.8.4-canary.3

Published by DanRibbens over 1 year ago

1.8.4-canary.3 (2023-06-02)

Bug Fixes

payload - Release 1.8.4-canary.2

Published by DanRibbens over 1 year ago

1.8.4-canary.2 (2023-06-01)

Bug Fixes

  • adds timestamps to global schemas (#2738) (0986282)
  • adjusts code field joi schema to allow editorOptions (ed136fb)
  • fix locale popup overflow (#2737) (8ee9724)
  • fix tests by hard-coding the URL in the logger (2697974)
  • mongoose connection (#2754) (69b97bb)
  • removes payload dependency inception (#2717) (6125b66)
  • searches on correct useAsTitle field in polymorphic list drawers #2710 (9ec2a40)
  • typing of sendMail function (e3ff4c4)

Features

payload - Release 1.8.4-canary.1

Published by DanRibbens over 1 year ago

1.8.4-canary.1 (2023-05-26)

payload - Release 1.8.4-canary.0

Published by DanRibbens over 1 year ago

1.8.4-canary.0 (2023-05-26)

Bug Fixes

payload - Release 1.8.3

Published by DanRibbens over 1 year ago

1.8.3 (2023-05-24)

Bug Fixes

  • #2662, draft=true querying by id (3b78ab0)
  • #2685, graphql querying relationships with custom id (9bb5470)
  • adds credentials to doc access request (#2705) (c716954)
  • prevents add new relationship modal from adding duplicative values to the parent doc #2688 (a2a8ac9)
  • unable to clear relationships or open relationship drawer on mobile #2691 #2692 (782f8ca)
payload - Release 1.8.3-canary.2

Published by DanRibbens over 1 year ago

1.8.3-canary.2 (2023-05-22)

Bug Fixes

  • safely validates null relations (2703853)
payload - Release 1.8.3-canary.1

Published by DanRibbens over 1 year ago

1.8.3-canary.1 (2023-05-18)

Bug Fixes

payload - Release 1.8.2

Published by DanRibbens over 1 year ago

1.8.2 (2023-05-10)

Bug Fixes

payload - Release 1.8.1

Published by DanRibbens over 1 year ago

1.8.1 (2023-05-10)

Bug Fixes

Features

  • allow users to manipulate images without needing to resize them (#2574) (8531687)
  • export additional graphql types (#2610) (3f185cb)
payload - Release v1.8.0

Published by DanRibbens over 1 year ago

1.8.0 (2023-05-09)

Bug Fixes

  • correct casing on graphql type (219f50b)
  • defaultValue missing from Upload field schema (7b21eaf)
  • ensures nested querying works when querying across collections (09974fa)
  • query custom text id fields (967f2ac)
  • removes deprecated queryHiddenFIelds from local API docs (5f30dbb)
  • removes queryHiddenFields from example Find operation (fb4f822)
  • resolve process/browser package in webpack config (02f27f3)
  • Row groups in tabs vertical alignment (#2593) (54fac4a)
  • softens columns and filters pill colors (#2642) (9072096)
  • webp upload formatting (ccd6ca2)

Features

payload - Release 1.7.5

Published by DanRibbens over 1 year ago

1.7.5 (2023-05-04)

Bug Fixes

  • make incrementName match multiple digits (#2609) (8dbf0a2)

Features

payload - Release 1.7.4

Published by jmikrut over 1 year ago

1.7.4 (2023-05-02)

Bug Fixes

payload - Release 1.7.3

Published by DanRibbens over 1 year ago

1.7.3 (2023-05-01)

Bug Fixes

Features

payload - Release 1.7.2

Published by jmikrut over 1 year ago

1.7.2 (2023-04-25)

Bug Fixes

  • #2521, graphql AND not working with drafts (e67ca20)
  • document drawer access control #2545 (439caf8)
  • prevent floating point number in image sizes (#1935) (7fcde11)
  • prevent sharp toFormat settings fallthrough by using clone (#2547) (90dab3c)
  • query localized fields without localization configured (12edb1c)
  • read-only styles (823d022)

Features

  • add rich-text blockquote element, change quote node type to blockquote (ed230a4)
  • add user to field conditional logic (274edc7)
  • exposes id in conditional logic (c117b32)
  • imageresizer: add trim options (#2073) (0406548)
payload - Release 1.7.1

Published by jmikrut over 1 year ago

1.7.1 (2023-04-18)

Bug Fixes

  • adds 'use client' for next 13 compatibility (5e02985)
  • graphql variables not being passed properly (72be80a)

Features

  • configuration extension points (023719d)
payload - Release 1.7.0

Published by jmikrut over 1 year ago

Features

  • feat: exposes new replaceState form api (52ae6f06a)
  • feat: support email configuration in payload config (#2485) (042e58ea2)
  • feat: refactors buildQuery to rely on fields instead of mongoose (d187b809d)
  • feat: add admin.hidden to collections and globals (#2487) (81d69d1b6)
  • feat: replace deprecated express-graphql dependency (#2484) (cd548a6e2)
  • feat: supports null preview url #2472 (e8a24fd2e)
  • feat: migrates form builder example nextjs to examples (28ecb0c5e)

Bug Fixes

  • fix: #2494, reduces versions caused by reverting to published with autosave: true (e0c0b2fdf)
  • fix: incorrect version defaults (3f9bbe90b)
  • fix: hides preview button until document is saved #2476 (#2477) (f9b8e2dbc)
  • fix: corrects sidebar spacing in collection and global edit views #2478 (a45ab8bd7)
  • fix: use correct locale when querying relationships for list view (#2438) (15442a9cc)
  • fix: proper height data for animated gifs (#2506) (aee6ca05c)
  • fix: Clear blocks modal search input when closing the modal (#2501) (0f8051b57)
  • fix: excess padding on textarea (#2488) (6ceb79189)
  • fix: increase line height for global title (#2465) (19ce0d79e)
  • fix: uses docPermissions to show/hide x button on media collection doc fileDetails - #2428 (7f2c3d1d0)
  • fix: prevents rendering of version actions when a user does not have permission (13cc669e2)
  • fix: properly awaits email send to catch potential errors #2444 (#2470) (11a6ce6d3)
payload - Release 1.6.32

Published by jmikrut over 1 year ago

1.6.32 (2023-04-05)

Features

  • only uses sharp if required (f9f6ec4)