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 0.7.2

Published by jmikrut over 3 years ago

0.7.2 (2021-06-22)

Bug Fixes

  • parses incoming numbers through query string for use in where clauses (4933b34)
  • respect maxDepth 0 (95c1650)
  • safely stringifies ObjectIDs while populating relationships (d6bc6f9)

Features

  • adds maxDepth to relationships and upload fields (880dabd)
payload - Release 0.7.1

Published by DanRibbens over 3 years ago

0.7.1 (2021-06-21)

Bug Fixes

  • babel config file error (3af2554)
payload - Release 0.7.0

Published by DanRibbens over 3 years ago

0.7.0 (2021-06-21)

Bug Fixes

  • handle all scenarios in select cell (dd40ab0)

Features

payload - Release 0.6.10

Published by jmikrut over 3 years ago

0.6.10 (2021-05-23)

payload - Release 0.6.9

Published by jmikrut over 3 years ago

0.6.9 (2021-05-16)

Bug Fixes

  • misc responsive improvements, date clipping in sidebar (#165), express-fileupload schema validation (#180) (a2e57b0)
payload - Release 0.6.8

Published by denolfe over 3 years ago

0.6.8 (2021-05-12)

Features

  • add mimeTypes validation for uploads (a5fcdf0)
  • disables user scalable in mobile (#177) (46c1a36)
  • exposes locale within preview function (2d67448)
  • restrict upload mime types in file picker (1c6f32f)
payload - Release 0.6.7

Published by jmikrut over 3 years ago

0.6.7 (2021-05-07)

Features

  • add ability to hide gutter for RichText fields (e791c5b)
  • allows group field gutter to be disabled (9aebeaf)
  • exposes component types (99466fa)
  • shrink image thumbnails on larger screens (e565fa6)
  • support global date format (670ccf2)
payload - Release 0.6.6

Published by denolfe over 3 years ago

0.6.6 (2021-04-27)

Bug Fixes

  • graphql returns compatible error format (6f188b1)
  • handle rich text saving as empty string (382089b)
  • removes incoming.data.length check, since data is typed as a keyed array when it is an instance of APIError (2643e1a)
  • support image resizing on M1 chip (8cfc039)
  • update operation can save password changes (a85bf9e)
payload - Release 0.6.5

Published by jmikrut over 3 years ago

0.6.5 (2021-04-22)

Features

payload - Release 0.6.4

Published by jmikrut over 3 years ago

0.6.4 (2021-04-21)

Bug Fixes

  • allows _verificationToken to come back via showHiddenFields (74430ea)
payload - Release 0.6.3

Published by jmikrut over 3 years ago

0.6.3 (2021-04-21)

Bug Fixes

  • make admin field properties in joi schema match TS types (519c021)
  • properly label arrays/blocks with plural and singular (fa49811)
  • safely parses incoming stringified richtext json (9c95c75)
payload - Release 0.6.2

Published by jmikrut over 3 years ago

0.6.2 (2021-04-19)

Features

  • modifies relationship field to react to changing relationTo (ddf25fb)
payload - Release 0.6.1

Published by jmikrut over 3 years ago

0.6.1 (2021-04-19)

Bug Fixes

  • cleans up duplicative columns (5f2073a)
  • graphql localized relationship bugs (280f809)
  • moves enableRichTextRelationship to proper spot (16ca22b)

Features

  • sets enableRichTextRelationship to true by default (9970470)
payload - Release 0.6.0

Published by jmikrut over 3 years ago

0.6.0 (2021-04-19)

Bug Fixes

  • clears richtext element on enter, refocuses on toolbar button click (4b19795)
  • ensures api keys are properly populated in admin (4359a70)
  • ensures first options are loaded only once (75a5b04)
  • searching on relationship fields properly fetches results (b86c3da)
  • upload useAsTitle set to filename by default (7db23f8)

Features

  • autolabel fields when label is omitted (#42) (b383eb6)
  • dynamically populates richtext relationships (3530424)
  • improve uniqueness error handling (21b2bd4)
  • improves margins in rich text (20d7a01)
payload - Release 0.5.10

Published by jmikrut over 3 years ago

0.5.10 (2021-04-14)

Bug Fixes

  • feeds collectionSlug through me auth for graphql resolver (9ee2f9c)
payload - Release 0.5.9

Published by jmikrut over 3 years ago

0.5.9 (2021-04-14)

payload - Release 0.5.8

Published by jmikrut over 3 years ago

0.5.8 (2021-04-13)

Bug Fixes

  • revises graphql import syntax (20f1e6c)
payload - Release 0.5.7

Published by jmikrut over 3 years ago

0.5.7 (2021-04-13)

Bug Fixes

  • clears verificationToken when _verified is true (e58b152)
  • custom query / mutation types (a78fc97)
  • ensures email is still prefilled in auth configs (31c41c2)
  • ensures failed conditions send path to form (dff72fb)
  • handle add/remove labels for all usage of Array field type (ddf5df2)
  • make upload cell mimetype inline (414bc01)
  • pagination calculation for current range (000dee8)
  • updates config schema for graphQL mutations and queries (afc9454)

Features

  • auto verifies first user registration (8f720c0)
  • optimize save within Edit (91d37fb)
  • prevents DraggableSections from re-mounting on doc save (0094837)
  • remembers conditional field values after removing / readding (988d0a4)
  • remove mimetype from upload cell type (776b9c9)
payload - Release 0.5.5

Published by jmikrut over 3 years ago

0.5.5 (2021-04-02)

Features

  • allows soft breaks in rich text (ecd277d)
payload - Release 0.5.4

Published by jmikrut over 3 years ago

0.5.4 (2021-04-02)

Bug Fixes

  • ensures arrays and blocks reset row count on initialState change (9a7c0e3)
  • unique indices (23c45f1)