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 visible (Hide)

payload - Release 1.11.6

Published by jmikrut about 1 year ago

1.11.6 (2023-07-25)

Bug Fixes

  • collections:admin: Enable adminThumbnail fn execution on all types (2c74e93)
  • threads hasMaxRows into ArrayAction components within blocks and arrays (#3066) (d43c83d)
payload - Release 1.11.5

Published by jmikrut about 1 year ago

1.11.5 (2023-07-25)

Bug Fixes

  • admin route not mounting on production serve (#3071) (e718668)
payload - Release 1.11.4

Published by denolfe about 1 year ago

1.11.4 (2023-07-25)

Bug Fixes

  • if arrayFieldType rows are undefined, page would crash (#3049) (08377cc)

Features

payload - Release 1.11.3

Published by denolfe over 1 year ago

1.11.3 (2023-07-19)

Bug Fixes

Features

payload - Release 1.11.2

Published by jmikrut over 1 year ago

1.11.2 (2023-07-14)

Features

  • adds array, collapsible, tab and group error states (4925f90)
payload - Release 1.11.1

Published by jmikrut over 1 year ago

1.11.1 (2023-07-11)

Bug Fixes

  • #2980, locale=all was not iterating through arrays / blocks (d6bfba7)
  • anchor Button component respect margins (#2648) (1877d22)
payload - Release 1.11.0

Published by DanRibbens over 1 year ago

1.11.0 (2023-07-05)

Bug Fixes

  • ensures fields within blocks respect field level access control (#2969) (5b79067)
  • ensures rows always have id's (#2968) (04851d0)
  • GraphQL type for number field (#2954) (29d8bf0)
  • nested richtext bug and test (#2966) (801f609)
  • properly threads custom react-select props through relationship field (#2973) (79393e8)

Features

payload - Release 1.10.5

Published by jmikrut over 1 year ago

1.10.5 (2023-06-30)

Bug Fixes

payload - Release 1.10.4

Published by jmikrut over 1 year ago

1.10.4 (2023-06-30)

Features

  • add locale to displayed API URL (b22d157)
payload - Release 1.10.3

Published by jmikrut over 1 year ago

1.10.3 (2023-06-30)

Bug Fixes

  • #2937, depth not being respected in graphql rich text fields (f84b432)
  • shows updatedAt date when selecting a version to compare from dropdown (3c9dab3)
payload - Release 1.10.2

Published by jmikrut over 1 year ago

1.10.2 (2023-06-26)

Bug Fixes

  • adjusts swc loader to only exclude non ts/tsx files - #2888 (#2907) (a2d9ef3)
  • autosave on localized fields, adds test (6893231)
  • broken export of entityToJSONSchema (#2894) (837dccc)
  • correctly scopes data variable within bulk update - #2901 (#2904) (f627277)
  • safely check for tempFilePath when updating media document (#2899) (8206c0f)
payload - Release 1.10.1

Published by DanRibbens over 1 year ago

1.10.1 (2023-06-22)

Bug Fixes

payload - Release 1.10.0

Published by DanRibbens over 1 year ago

1.10.0 (2023-06-20)

Bug Fixes

  • #2831, persists payloadAPI through local operations that accept req (85d2467)
  • #2842, querying number custom ids with in (116e9ff)
  • default sort with near operator (#2862) (99f3809)
  • deprecate min/max in exchange for minRows and maxRows for relationship field (#2826) (0d8d7f3)
  • drawer close on backspace (#2869) (a110ba2)
  • drawer fields are read-only if opened from a hasMany relationship (#2843) (542b536)
  • fields in relationship drawer not usable #2815 (#2870) (8626dc6)
  • mobile loading overlay width #2866 (#2867) (ba9d633)
  • near query sorting by distance and pagination (#2861) (1611896)
  • relationship field query pagination (#2871) (ce84174)
  • slow like queries with lots of records (4dd703a)

Features

payload - Release 1.9.5

Published by jmikrut over 1 year ago

1.9.5 (2023-06-16)

payload - Release 1.9.4

Published by jmikrut over 1 year ago

1.9.4 (2023-06-16)

Bug Fixes

  • incorrectly return totalDocs=1 instead of the correct count when pagination=false (2e73938)
payload - Release 1.9.3

Published by jmikrut over 1 year ago

1.9.3 (2023-06-16)

Bug Fixes

  • adds custom property to ui field in joi validation (#2835) (56d7745)
  • ensures relations to object ids can be queried on (c3d6e1b)
payload - Release 1.9.2

Published by DanRibbens over 1 year ago

1.9.2 (2023-06-14)

Bug Fixes

payload - Release 1.9.1

Published by jmikrut over 1 year ago

1.9.1 (2023-06-09)

Features

  • adds option to customize filename on upload (596eea1)
  • collection list view custom components: BeforeList, BeforeListTable, AfterListTable, AfterList (#2792) (38e962f)
payload - Release 1.9.0

Published by DanRibbens over 1 year ago

1.9.0 (2023-06-07)

Features

payload - Release 1.8.6

Published by DanRibbens over 1 year ago

1.8.6 (2023-06-07)

Bug Fixes

  • #2711 index sortable field global versions fields (#2775) (576af01)
  • #2767 bulk operations missing locales in admin requests (e30871a)
  • #2771 relationship field not querying all collections (#2774) (8b767a1)
  • adjusts activation constraint of draggable nodes (#2773) (863be3d)
  • flattens relationships in the update operation for globals #2766 (#2776) (3677cf6)
  • improperly typing optional arrays with required fields as required (f1fc305)
  • read-only Auth fields (#2781) (3c72f33)
  • recursiveNestedPaths not merging existing fields when hoisting row/collapsible fields (#2769) (536d701)