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)