This release introduces a super-admin invitation flow utility, improves consistency in date handling across APIs, and refines scenario diagram UX and state integrity. It also simplifies Xero integration surfaces and improves diagram toolbar clarity.
Highlights
- New Admin Invitation Flow Utility: Added a super-admin page and API endpoints to trace invitation lifecycle state, identify stale/unmatched flows, and safely clean eligible stale invitation rows.
- Centralized Date Input Handling: Introduced shared date normalization and validation support for
YYYY-MM-DDandDD-MM-YYYY, while rejecting ambiguous date formats for better API consistency. - Scenario Diagram Navigation Improvement: Updated scenario mode navigation so
Back to Diagramsreturns users directly to the base diagram context. - Authoritative Relationship Hydration: Added an authoritative relationship hydration path in the entity store to improve scenario state restoration and reduce drift during version transitions.
- Xero Integration UI Simplification: Reduced XPM UI complexity by focusing the connection card on core connection/test actions and removing heavier catalog/sync surfaces where not needed.
- Diagram Toolbar UX Refinements: Clarified tooltip text around layout actions (
Save LayoutandClear saved layout) for more predictable behavior and user guidance.