Releases: single-spa/single-spa-vue
Releases · single-spa/single-spa-vue
v2.0.0
Breaking changes
If you are using webpack or rollup to bundle single-spa-vue, you can upgrade safely without any changes to your code or configuration
- breaking: add package.json exports, ES version, and SystemJS version (#63)
This breaking change only impacts users who load single-spa-vue from URL - the URL has changed to accommodate multiple module formats:
# single-spa-vue@1
lib/
single-spa-vue.js
single-spa-vue.js.map
# single-spa-vue@2
dist/
esm/
single-spa-vue.js
single-spa-vue.js.map
umd/
single-spa-vue.js
single-spa-vue.js.map
system/
single-spa-vue.js
single-spa-vue.js.map
Features
- New ESM build is published to npm
- New System.register build is published to npm (for use as a shared dependency)
v1.10.1
v1.10.0
v1.9.0
v1.8.2
v1.8.1
Fixes
- Alllow for multiple instances of a parcel to be mounted with same lifecycles (#37 @madeofsun)