Skip to content

Releases: cboxdk/statamic-reverse-relationship

v2.1.2

21 Apr 10:51

Choose a tag to compare

Fixed

  • Config field validation error — the ReverseRelationshipFieldSelect component emitted the Vue 2 input event instead of update:value, causing field: null to be sent when saving fieldtype configuration
  • Build failure on fresh install — the @statamic/cms dependency in package.json pointed to the old Statamic 5 path (resources/dist-package); updated to packages/cms
  • Rebuilt dist assets so the addon works out of the box via Composer without requiring npm run build

Full Changelog: v2.1.1...v2.1.2

v2.1.1

27 Feb 23:54

Choose a tag to compare

What's New

Fieldtype icon fix

The reverse relationship fieldtype now correctly displays its icon in the blueprint editor.

Smart field auto-discovery

When configuring a reverse relationship field, the config panel now automatically discovers and suggests relationship fields from the selected collection, taxonomy, or asset container.

  • Clickable chips — discovered fields appear as selectable chips below the field handle input
  • Reactive — changing the collection/taxonomy/container instantly refreshes the available fields
  • Auto-select — when only one relationship field exists, it's automatically pre-filled
  • Fallback — manual text input is always available for custom handles

Marketplace documentation

Added DOCUMENTATION.md for the Statamic marketplace listing.