Skip to content

Releases: single-spa/single-spa-angular

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)

v6.0.0

21 Jan 22:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.2...v6.0.0

v5.0.2

27 Jul 23:10
Compare
Choose a tag to compare

Fixes

  • Webpack 5 support, now that Angular 12 uses webpack 5 (#380 #379)

Maintenance

  • build(deps): bump postcss from 7.0.35 to 7.0.36 (#372)

v5.0.1

07 Jun 20:10
Compare
Choose a tag to compare

Fixes

  • fix: compilation failed due to wrong webpack configuration (#366) (#367)

Maintenance

  • build(deps): bump ws from 6.2.1 to 6.2.2 (#368)