Releases: single-spa/single-spa-vue
Releases · single-spa/single-spa-vue
v1.5.2
v1.5.1
v1.5.0
1.4.0 - Load Root component
Adding support for loadRootComponent
just like single-spa-react
v1.3.0
Fixes
- Published the latest code as the
latest
npm tag. Previously it was v0.1.1
Bind prop changes
Bind prop changes into VueJS parcels
v1.1.0
Features
- The
singleSpaVue()
function can now be used to create a parcel config (in addition to the previously supported single-spa applications) - single-spa-vue can now be used via script tag that creates a singleSpaVue global variable:
<script src="https://unpkg.com/single-spa-vue"></script>