Releases: cboxdk/statamic-reverse-relationship
Releases · cboxdk/statamic-reverse-relationship
v2.1.2
Fixed
- Config field validation error — the
ReverseRelationshipFieldSelectcomponent emitted the Vue 2inputevent instead ofupdate:value, causingfield: nullto be sent when saving fieldtype configuration - Build failure on fresh install — the
@statamic/cmsdependency inpackage.jsonpointed to the old Statamic 5 path (resources/dist-package); updated topackages/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
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.