Skip to content

Releases: payloadcms/payload

Release 0.7.9

27 Jul 17:16
Compare
Choose a tag to compare

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)

Release 0.7.8

23 Jul 16:09
Compare
Choose a tag to compare

0.7.8 (2021-07-23)

Features

  • fixes group label schema validation (cbac888)

Release 0.7.7

23 Jul 14:00
Compare
Choose a tag to compare

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)

Release 0.7.6

07 Jul 00:49
Compare
Choose a tag to compare

0.7.6 (2021-07-07)

Release 0.7.5

07 Jul 00:23
Compare
Choose a tag to compare

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)

Release 0.7.4

01 Jul 20:18
Compare
Choose a tag to compare

0.7.4 (2021-07-01)

Bug Fixes

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

Release 0.7.3

01 Jul 18:48
Compare
Choose a tag to compare

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)

Release 0.7.2

22 Jun 21:17
Compare
Choose a tag to compare

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)

Release 0.7.1

21 Jun 17:55
Compare
Choose a tag to compare

0.7.1 (2021-06-21)

Bug Fixes

  • babel config file error (3af2554)

Release 0.7.0

21 Jun 17:35
Compare
Choose a tag to compare

0.7.0 (2021-06-21)

Bug Fixes

  • handle all scenarios in select cell (dd40ab0)

Features