Releases: single-spa/single-spa-angular
Releases · single-spa/single-spa-angular
v8.0.1
v8.0.0
v7.1.0
Features
single-spa-angular
now can bootstrap applications with standalone components. ThebootstrapFunction
allowed bootstrapping application by callingplatformBrowserDynamic(getSingleSpaExtraProviders()).bootstrapModule(...)
. It's possible to callbootstrapApplication(...)
now which bootstraps the standalone component (marked withstandalone: true
). Unfortunately, since thebootstrapApplication
is in developer preview, it's not possible to pass platform providers tobootstrapApplication
; thusgetSingleSpaExtraProviders
cannot be called. (ffa487c)
v7.0.0
What's Changed
- Angular 14 support has been added (#441)
findUp
is now imported from@angular/cli/utilities/find-up
(#441)- the
project
option is now required when runningng add
, becausedefaultProject
has been deprecated by Angular CLI (#441) - the
ParcelComponent
is now standalone meaning it can be imported into a component w/o theParcelModule
(#441)