You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: comprehensive protocol improvements across all layers
- Field: add `group` for UI organization and `conditionalRequired` for dynamic rules
- Object: add `displayNameField` and `recordName` for record name generation
- Validation: add `priority` for deterministic execution ordering
- Hook: add `condition` for declarative filtering without handler code
- ListView: add `quickFilters` for one-click filter chips
- FormView: add `defaultSort` for related list sorting
- Dashboard: add `dateRange` for global time range filtering
- Action: add `variant` for button styling (primary/secondary/danger/ghost/link)
- Flow: add `errorHandling` strategy (retry/fail/continue) at flow level
- Workflow: add `executionOrder` for deterministic multi-workflow ordering
- Approval: add `escalation` config for SLA-based auto-escalation
- Translation: add `validationMessages` for translatable validation errors
- Datasource: add `ssl` config for secure database connections
- Permission: add `tabPermissions` for app tab visibility control
All 4912 tests pass (52 new tests added, 0 failures)
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
0 commit comments