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