Skip to content

Releases: payloadcms/payload

Release 0.10.5

28 Sep 18:37

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

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

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)

Release 0.9.5

23 Aug 22:18

Choose a tag to compare

0.9.5 (2021-08-23)

Bug Fixes

  • obscure conditional logic bug (b0dc125)
  • windows compatible absolute paths for staticDir (b21316b)

Release 0.9.4

06 Aug 16:56

Choose a tag to compare

0.9.4 (2021-08-06)

Release 0.9.3

06 Aug 16:42

Choose a tag to compare

0.9.3 (2021-08-06)

Bug Fixes

  • args no longer optional in collection and global hooks (a5ea0ff)

Release 0.9.2

06 Aug 16:26

Choose a tag to compare

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)

Release 0.9.1

03 Aug 02:03

Choose a tag to compare

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)

Release 0.9.0

02 Aug 20:45

Choose a tag to compare

0.9.0 (2021-08-02)

Features

  • removes sanitization of configs before plugins are instantiated (8af3947)

Release 0.8.2

02 Aug 13:40

Choose a tag to compare

0.8.2 (2021-08-02)

Bug Fixes

  • more advanced conditional logic edge cases (33983de)

Features