Skip to content

v0.3.6

Choose a tag to compare

@xusd320 xusd320 released this 06 Aug 06:35
fc81028

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 intervening render() 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