Releases: single-spa/single-spa-angularjs
Releases · single-spa/single-spa-angularjs
v3.1.0
v3.0.1
Fixes
- Updating references to single-spa-angularjs
v3.0.0
Changes
Renamed the project from single-spa-angular1 to single-spa-angularjs
v2.7.0
Features:
single-spa-angular1 is now published as a UMD module and can be used as following:
<script src="https://unpkg.com/single-spa-angular1"></script>
<script>
// The singleSpaAngular1 global variable is created by the script tag above.
var app = window.singleSpaAngular1.default({...})
</script>
v2.6.0
Add support for providing an html template
Feature:
Add new opt called template
which can be optionally provided to insert some html into the dom when mounting.
Support for strictDi mode
Now supports strictDi mode
Fixing opts not defined bug
v2.2.3 2.2.3
Version 2.2.2
Fixing case when multiple angular1 projects use the same single-spa-angular1 to bootstrap, mount, and unmount. See #25
Fix Unmounting
Fix unmounting - #24