Releases: single-spa/single-spa-angular
Releases · single-spa/single-spa-angular
v4.3.2
Fixes
- Fix support the Angular 10 comments in the tsconfig file (#249 #260 via @celian-garcia)
Maintenance
- Various automated security vulnerability fixes.
v4.3.1
Breaking changes
- The
singleSpaAngularWebpack()
function now requires that you pass inoptions
. See more at https://single-spa.js.org/docs/ecosystem-angular#use-custom-webpack.
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
- Add new
libraryTarget
option in angular.json (Docs (#229 via @KevinCathcart) - Better support for libraryTarget
system
(no named-register SystemJS extra required anymore) (#229 via @KevinCathcart)
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
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
v3.5.2
v4.2.0
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
v3.5.1
v3.5.0
v4.1.0-alpha.0
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
v3.4.1
Fixes
- Fixed a mistake I made in publishing 3.4.0. Do not use 3.4.0 - use 3.4.1