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.10.5

Published by jmikrut about 3 years ago

0.10.5 (2021-09-28)

Bug Fixes

  • ensures that fields within non-required groups are correctly not required (1597055)
  • index creation on localized field parent (23e8197)
  • pagination estimatedCount limited to near query (73bd698)

Features

  • adds rich text editor upload element (aa76950)
  • adds UploadGallery to rich text upload (6f3edf9)
  • progress to rich text upload (85c6c30)
  • updates slate, finishes rte upload (08db431)
payload - Release 0.10.4

Published by jmikrut about 3 years ago

0.10.4 (2021-09-22)

Bug Fixes

  • allows image resizing if either width or height is larger (8661115)
  • array objects now properly save IDs (2b8f925)
  • date field error message position (03c0435)
  • properly types optional req in local findByID (02e7fe3)

Features

  • adjusts empty group population to be virtual only (8a890fd)
  • allows local update api to replace existing files with newly uploaded ones (dbbff4c)
  • defaults empty group fields to empty object (39a8e2c)
  • defaults empty group fields to empty object (e39ece4)
  • exposes Pill component for re-use (7e8df10)
  • performance improvement while saving large docs (901ad49)
payload - Release 0.10.0

Published by DanRibbens about 3 years ago

0.10.0 (2021-09-09)

Bug Fixes

  • admin UI collection id is required (dc96b90)
  • allow save of collection with an undefined point (f80646c)
  • config validation correctly prevents empty strings for option values (41e7feb)
  • ensures hooks run before access (96629f1)
  • ensures proper order while transforming incoming and outgoing data (c187da0)
  • improve id type semantic and restrict possible types to text and number (29529b2)
  • remove media directory to improve test run consistency (d42d8f7)
  • sanitize custom id number types (c7558d8)
  • sort id columns (114dc1b)

Features

  • add config validation for collections with custom id (fe1dc0b)
  • add config validation for collections with custom id (d0aaf4a)
  • add point field type (7504155)
  • allows user to pass req through local findByID (8675481)
  • frontend polish to point field (64ad6a3)
  • graphql support for custom id types (bc2a6e1)
  • point field localization and graphql (30f1750)
  • replace the collection idType option with an explicit id field (4b70a12)
  • support custom ids (3cc921a)
payload - Release 0.9.5

Published by jmikrut about 3 years ago

0.9.5 (2021-08-23)

Bug Fixes

  • obscure conditional logic bug (b0dc125)
  • windows compatible absolute paths for staticDir (b21316b)
payload - Release 0.9.4

Published by jmikrut about 3 years ago

0.9.4 (2021-08-06)

payload - Release 0.9.3

Published by jmikrut about 3 years ago

0.9.3 (2021-08-06)

Bug Fixes

  • args no longer optional in collection and global hooks (a5ea0ff)
payload - Release 0.9.2

Published by jmikrut about 3 years ago

0.9.2 (2021-08-06)

Bug Fixes

Features

  • allow completely disabling local file storage (9661c6d)
  • allows upload resizing to maintain aspect ratio (dea54a4)
  • exposes auto-sized uploads on payload req (9c8935f)
  • reduces group heading from h2 to h3 (907f8fd)
payload - Release 0.9.1

Published by jmikrut about 3 years ago

0.9.1 (2021-08-03)

Bug Fixes

  • groups with failing conditions being incorrectly required on backend (4cc0ea1)
  • relationship field access control in admin UI (65db8d9)

Features

  • exposes collection after read hook type (01a191a)
payload - Release 0.9.0

Published by jmikrut about 3 years ago

0.9.0 (2021-08-02)

Features

  • removes sanitization of configs before plugins are instantiated (8af3947)
payload - Release 0.8.2

Published by denolfe about 3 years ago

0.8.2 (2021-08-02)

Bug Fixes

  • more advanced conditional logic edge cases (33983de)

Features

payload - Release 0.8.1

Published by jmikrut about 3 years ago

0.8.1 (2021-07-29)

Features

  • improves plugin writability (a002b71)
payload - Release 0.8.0

Published by jmikrut about 3 years ago

0.8.0 (2021-07-28)

Bug Fixes

  • ensures text component is always controlled (c649362)

Features

  • revises naming conventions of config types (5a7e5b9)
payload - Release 0.7.10

Published by jmikrut about 3 years ago

0.7.10 (2021-07-27)

Bug Fixes

Features

  • improves conditional logic performance and edge cases (d43390f)
payload - Release 0.7.9

Published by DanRibbens about 3 years ago

0.7.9 (2021-07-27)

Bug Fixes

  • missing richtext gutter (4d1249d)

Features

  • add admin description to collections and globals (4544711)
  • add collection slug to schema validation errors (ebfb72c)
  • add component support to collection and global description (fe0098c)
  • add component support to field description (e0933f6)
  • add customizable admin field descriptions (dac60a0)
  • add descriptions to every allowed field type, globals and collections (29a1108)
  • add global slug and field names to schema validation errors (bb63b4a)
  • improves group styling when there is no label (ea358a6)
payload - Release 0.7.8

Published by jmikrut about 3 years ago

0.7.8 (2021-07-23)

Features

  • fixes group label schema validation (cbac888)
payload - Release 0.7.7

Published by jmikrut about 3 years ago

0.7.7 (2021-07-23)

Bug Fixes

  • accurately documents the props for the datepicker field (dcd8052)

Features

  • only attempts to find config when payload is initialized (266ccb3)
payload - Release 0.7.6

Published by jmikrut over 3 years ago

0.7.6 (2021-07-07)

payload - Release 0.7.5

Published by jmikrut over 3 years ago

0.7.5 (2021-07-07)

Bug Fixes

  • crash on bullet list de-selection (5388513)
  • updates demo richtext elements with proper SCSS (0075912)

Features

  • adds plugins infrastructure (6b25531)
  • enables backspace to deactivate richtext list elements (91141ad)
payload - Release 0.7.4

Published by jmikrut over 3 years ago

0.7.4 (2021-07-01)

Bug Fixes

  • adds proper scss stylesheets to payload/scss (84e31ae)
payload - Release 0.7.3

Published by jmikrut over 3 years ago

0.7.3 (2021-07-01)

Bug Fixes

  • changes scss imports to allow vars imports to payload projects (ea80fd6)

Features

  • export all field prop types for custom components (5bea9ae)