github payloadcms/payload v1.4.0
Release 1.4.0

latest releases: v3.0.0-beta.108, v3.0.0-beta.107, v3.0.0-beta.106...
21 months ago

1.4.0 (2022-12-23)

Bug Fixes

  • #1611, unable to query draft versions with draft=true (44b31a9)
  • #1656 remove size data (389ee26)
  • #1698 - globals and autosave not working (915f1e2)
  • #1738 save image dimensions to svg uploads (2de435f)
  • #1747, rich text in arrays improperly updating initialValue when moving rows (d417e50)
  • #1748, bails out of autosave if doc is published while autosaving (95e9300)
  • #1752, removes label from row field type (ff3ab18)
  • #551 - rich text nested list structure (542ea8e)
  • allows cleared file to be reselected (35abe81)
  • get relationships in locale of i18n language setting (#1648) (60bb265)
  • missing file after reselect in upload component (6bc1758)
  • prevents special characters breaking relationship field search (#1710) (9af4c1d)
  • refreshes document drawer on save (9567328)
  • removes update and created at fields when duplicating, ensures updatedAt data is reactive (bd4ed5b)
  • safely clears sort #1736 (341c163)
  • simplifies radio validation (0dfed3b)
  • translated tab classnames (238bada)
  • updates relationship label on drawer save and prevents stepnav update (59de4f7)
  • updates richtext toolbar position if inside a drawer (468b0d2)
  • use the slug for authentication header API Key (5b70ebd)

Features

  • add Czech translation (#1705) (0be4285)
  • adds doc permissions to account view (8d643fb)
  • graphql: upgrade to graphql 16 (57f5f5e)
  • refines tooltips animations #1668
  • creates new useListDrawer hook, complement of useDocumentDrawer #1668
  • wires drawer UI into the Upload field #1668
  • wires drawer UI into the RichText field: #1668
    • upload button
    • upload element (edit and swap)
    • link button
    • link element (edit)
    • relationship button
    • relationship element (edit, swap, and remove)

BREAKING CHANGES

  • replaced the useAPIKey authentication header format to use the collection slug instead of the collection label. Previous: ${collection.labels.singular} API-Key ${apiKey}, updated: ${collection.slug} API-Key ${apiKey}

Don't miss a new payload release

NewReleases is sending notifications on new releases.