Skip to content

v1.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 15:35
d42e8e4
  • Fix removing field contents in Edit.update. Pass an undefined value to remove
    field contents:

    await cms.commit(
      Edit.update({
        id: '...',
        set: {removeMe: undefined}
      })
    )
  • Fix processing link data correctly even it contains legacy data