Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 06:34
· 21 commits to main since this release

3.0.0 (2026-03-28)

Features

  • replace vimeoField() function with registered vimeoField object type (c4b83af)

BREAKING CHANGES

  • The vimeoField() helper function has been removed. Use
    defineField({ type: 'vimeoField', name: '...' }) instead. The data shape
    changes from a flat reference to an object with a nested asset reference.
    All standard field options (hidden, readOnly, group, etc.) now work natively.