Skip to content

Releases: payloadcms/payload

Release 0.11.0

20 Oct 13:26
Compare
Choose a tag to compare

0.11.0 (2021-10-20)

Bug Fixes

  • #338, array / block fields with only nested array block fields break admin UI (86e88d9)
  • #341 - searching on multiple relationship collections (3b99ded)
  • #343 - upload rte element crashes admin when no upload collection present (914cca6)
  • make name required on field types (#337) (b257e01)
  • more strict field typing (84f6a9d)
  • per page now properly modifies search query (fcd9c28)
  • properly types row field (7d49302)
  • removes node 15 from CI (a2df67e)
  • use proper error code on webpack build failure (2eb8154)

Features

  • adds dynamic url field to upload-enabled collections (cc4d1fd)
  • adds safety checks while querying on id with bad values (900f05e)
  • admin: initial per page component (3715e01)
  • allows richText enter key break out functionality to be extended in custom elements (ca91f47)
  • improves richtext link (423ca01)
  • per-page: add pagination to admin config (c132f2f)
  • per-page: set and load from preferences (d88ce2d)
  • saves active list filters in URL, implements per-page control (a6fc1fd)

Release 0.10.11

08 Oct 00:29
Compare
Choose a tag to compare

0.10.11 (2021-10-08)

Bug Fixes

  • bug with local API and not passing array / block data (fd4fbe8)

Release 0.10.10

07 Oct 15:30
Compare
Choose a tag to compare

0.10.10 (2021-10-07)

Bug Fixes

  • deepObjectCopy returns Date object instead of empty object (2711729)

Release 0.10.9

05 Oct 22:13
Compare
Choose a tag to compare

0.10.9 (2021-10-05)

Bug Fixes

  • ensures field read access within login operation has id (e3229c5)

Release 0.10.8

04 Oct 22:08
Compare
Choose a tag to compare

0.10.8 (2021-10-04)

Bug Fixes

  • ensures update field access control receives id (ffab6c4)

Release 0.10.7

04 Oct 15:27
Compare
Choose a tag to compare

0.10.7 (2021-10-04)

Bug Fixes

  • ensures non populated relationships still retain IDs (a201109)
  • ensures relationship field access control receives id (470d434)

Features

  • add indexSortableField option to create indexes for sortable fields on all collections (ad09782)

Release 0.10.6

30 Sep 16:41
Compare
Choose a tag to compare

0.10.6 (2021-09-30)

Bug Fixes

  • allow debug in payload config (65bf13d)
  • relationship + new slate incompatibility (f422053)

Release 0.10.5

28 Sep 18:37
Compare
Choose a tag to compare

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)

Release 0.10.4

22 Sep 20:41
Compare
Choose a tag to compare

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)

Release 0.10.0

09 Sep 20:03
Compare
Choose a tag to compare

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)