Skip to content

Releases: single-spa/single-spa-angular

v8.0.1

12 Jan 18:33
Compare
Choose a tag to compare

What's Changed

  • fix: bump Nx to 15.4.8 to resolve build issue by @arturovt in #470

Full Changelog: v8.0.0...v8.0.1

v8.0.0

01 Jan 19:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.1.0...v8.0.0

v7.1.0

24 Jul 21:14
Compare
Choose a tag to compare

Features

  • single-spa-angular now can bootstrap applications with standalone components. The bootstrapFunction allowed bootstrapping application by calling platformBrowserDynamic(getSingleSpaExtraProviders()).bootstrapModule(...). It's possible to call bootstrapApplication(...) now which bootstraps the standalone component (marked with standalone: true). Unfortunately, since the bootstrapApplication is in developer preview, it's not possible to pass platform providers to bootstrapApplication; thus getSingleSpaExtraProviders cannot be called. (ffa487c)

v7.0.0

20 Jun 20:58
Compare
Choose a tag to compare

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 running ng add, because defaultProject has been deprecated by Angular CLI (#441)
  • the ParcelComponent is now standalone meaning it can be imported into a component w/o the ParcelModule (#441)

v6.3.1

09 May 03:34
Compare
Choose a tag to compare

Fixes

  • remove devServer.static property to boost ng serve builds (#437)

v6.3.0

01 Apr 16:28
Compare
Choose a tag to compare

Features

  • add excludeAngularDependencies option to exclude shared dependencies (#428)

v6.2.0

01 Apr 10:24
Compare
Choose a tag to compare

Features

  • allow resolving project name from Nx workspace.json (#417)
  • export enableProdMode that does not throw when deps are shared (#424)

Fixes

  • pass props to the DOM element getter (#416)
  • ensure ngDevMode might be undefined (#425)

v6.1.0

14 Mar 16:41
Compare
Choose a tag to compare

Performance

  • tree-shake errors in production (#413)

v6.0.2

02 Mar 13:30
Compare
Choose a tag to compare

Fixes

  • fix: add webpack types to package exports (#412)

v6.0.1

14 Feb 03:32
Compare
Choose a tag to compare

Fixes

  • fix: add webpack to package exports (#405)
  • fix: specify webSocketURL within the webpack config (#406)