Skip to content

Releases: payloadcms/payload

Release 0.6.8

12 May 02:56
Compare
Choose a tag to compare

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)

Release 0.6.7

07 May 00:55
Compare
Choose a tag to compare

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)

Release 0.6.6

27 Apr 14:18
Compare
Choose a tag to compare

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)

Release 0.6.5

22 Apr 12:38
Compare
Choose a tag to compare

0.6.5 (2021-04-22)

Features

Release 0.6.4

21 Apr 16:23
Compare
Choose a tag to compare

0.6.4 (2021-04-21)

Bug Fixes

  • allows _verificationToken to come back via showHiddenFields (74430ea)

Release 0.6.3

21 Apr 15:36
Compare
Choose a tag to compare

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)

Release 0.6.2

19 Apr 23:51
Compare
Choose a tag to compare

0.6.2 (2021-04-19)

Features

  • modifies relationship field to react to changing relationTo (ddf25fb)

Release 0.6.1

19 Apr 23:10
Compare
Choose a tag to compare

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)

Release 0.6.0

19 Apr 01:26
Compare
Choose a tag to compare

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)

Release 0.5.10

14 Apr 17:44
Compare
Choose a tag to compare

0.5.10 (2021-04-14)

Bug Fixes

  • feeds collectionSlug through me auth for graphql resolver (9ee2f9c)