Skip to content

Releases: single-spa/single-spa-angular

v4.3.2

17 Aug 15:38
9eddad3
Compare
Choose a tag to compare

Fixes

Maintenance

  • Various automated security vulnerability fixes.

v4.3.1

06 Jul 03:45
Compare
Choose a tag to compare

Breaking changes

single-spa-angular@<4.3.0:

singleSpaAngularWebpack(config);

single-spa-angular@>=4.3.1

singleSpaAngularWebpack(config, options);

We did not bump a major version for this change since newly created projects will automatically have the correct configuration. However, projects upgrading to 4.3.1 will need to manually apply this change.

Features

Fixes

  • The library name in the output bundle is no longer hard coded to app3 (#229 via @KevinCathcart)

Maintenance

  • Fix tests (#228 #222 via @varora1406)
  • Create FUNDING.yml (2454e34)
  • Bump websocket-extensions from 0.1.3 to 0.1.4 in /integration/noop-zone) (#217)
  • Bump websocket-extensions from 0.1.3 to 0.1.4 (#213)
  • Bump websocket-extensions from 0.1.3 to 0.1.4 in /integration/portal (#214)
  • Bump websocket-extensions from 0.1.3 to 0.1.4 in /integration/shop (#215 )
  • Bump websocket-extensions from 0.1.3 to 0.1.4 in /integration/chat (#216)

3.6.0

06 Jul 03:59
Compare
Choose a tag to compare

Features

  • Add new libraryTarget option in angular.json (Docs (#236 via @KevinCathcart)
  • Better support for libraryTarget system (no named-register SystemJS extra required anymore) (#236 via @KevinCathcart)

v3.5.3

25 Jun 18:07
Compare
Choose a tag to compare

Fixes

v3.5.2

05 Jun 16:17
Compare
Choose a tag to compare

Fixes

  • Fix/missing get single spa extra providers (#210) @filoxo

v4.2.0

02 Jun 21:28
Compare
Choose a tag to compare

Features

  • feat(single-spa-angular): add possibility to have a zone-less application (#182)
  • feat: install single-spa dependency in angular schematic (#193)

Fixes

  • fix: resolve infinite redirects by ignoring non-browser PopStateEvents and cleanup resources when app gets destroyed (#191)
  • Small fix to error messages (#194)

You must upgrade to single-spa@>=5.4.0 for the infinite redirect bug fix to work

Maintenance

  • Add chat application for e2e tests (#174)
  • test: add end-to-end test that reproduces #113 issue (#176)
  • build(single-spa-angular): move internal functions to single-spa-angular/internals package (#178)

v3.5.1

26 May 23:40
Compare
Choose a tag to compare

Fixes

  • Fix issue where angular schematics didn't work (#199)

v3.5.0

25 May 18:07
Compare
Choose a tag to compare

Features

  • Differential loading is now supported (#196)
  • Better error messages (#198)

Maintenance

v4.1.0-alpha.0

21 May 17:03
Compare
Choose a tag to compare

This release is published under the alpha dist-tag. You can install it via ng add single-spa-angular@alpha or npm install --save single-spa-angular@alpha

Features

  • feat(single-spa-angular): add possibility to have a zone-less application (#182)
  • feat: install single-spa dependency in angular schematic (#193)

Fixes

  • fix: resolve infinite redirects by ignoring non-browser PopStateEvents and cleanup resources when app gets destroyed (#191)

You must upgrade to single-spa@>=5.4.0 for the infinite redirect bug fix to work

Maintenance

  • Add chat application for e2e tests (#174)
  • test: add end-to-end test that reproduces #113 issue (#176)
  • build(single-spa-angular): move internal functions to single-spa-angular/internals package (#178)

v3.4.1

21 May 20:39
Compare
Choose a tag to compare

Fixes

  • Fixed a mistake I made in publishing 3.4.0. Do not use 3.4.0 - use 3.4.1