Skip to content

v3.0.0-beta.10

Compare
Choose a tag to compare
@joeldenning joeldenning released this 04 Apr 16:29
· 294 commits to master since this release

Breaking changes

  • The single-spa-angular opts saw significant changes. The mainModule and platform opts no longer exist. Instead, there is a new opt called bootstrapFunction that is required. See this documentation for more info on how to use the new API. This breaking change was necessary in order to implement the features and fixes in this release (#43)

Features

  • ng build --prod bundle size on a new angular-cli app is cut in half (about 250kb reduction) (#43)

Fixes

  • Lazy routes discovery not enabled warning is gone from ng build (#43)