v0.3.6
What's Changed
- Generated Pages apps now defer initial Router construction until runtime base and history projection, then load replacement Routers through TanStack's public APIs for later base, history, or runtime Route-overlay updates while retaining the shared Query client.
- Router replacement and rollback now honor the latest mount state after asynchronous loading, so an intervening
unmount()remains unmounted and an interveningrender()moves onto the committed replacement instead of leaving the application blank. - Qiankun slave lifecycles roll back runtime projection only after it commits, preventing duplicate rollback and history restoration when projection itself fails.
Full Changelog: v0.3.5...v0.3.6