Skip to content

v3.4.0

Compare
Choose a tag to compare
@joeldenning joeldenning released this 16 Dec 00:21
· 428 commits to main since this release

Features

  • Lifecycles are now called with a props object that has a childAppName string (#93)
  • Added warning when start() is not called (#95)
  • Add single-spa:no-app-change event (#92)

Bug fixes

  • Fixed bug where single-spa would continuously try to unload an app if the app threw an exception the first time it tried to unload.
  • Fixed bug where routing events were not called every time that reroute occurred.
  • Fixed bug where routing events were fired asynchronously