This release improves relationship creation workflows, refactors the SMSF detail page for maintainability, and strengthens supporting scenario-chain and test infrastructure.
Highlights
- Relationship Multi-Select Workflow: Added support for selecting multiple target entities for supported relationship types such as director, member, trustee, and parent, reducing repetitive relationship creation steps.
- SMSF Detail Page Refactor: Extracted SMSF detail-page state and data-loading logic into
useSmsfDetailStateand decomposed the UI into smaller focused sections. - Scenario Chain Handling Improvements: Refined multi-step scenario-chain behaviour with stronger helper coverage and safer re-parenting when a root scenario is removed.
- Testing Infrastructure Hardening: Improved test isolation and consistency by standardizing fetch cleanup and console spying patterns across affected suites.
- Diagram Settings Integration Cleanup: Aligned diagram rendering and preview utilities with the newer
EntityColorsSettingstyping for more consistent settings integration.