Releases: single-spa/single-spa-angularjs
Releases · single-spa/single-spa-angularjs
v4.3.1
v4.3.0
Do not use this release, as it was published incorrectly and did not have the code that was intended for it. Instead, use 4.3.1 or later.
v4.2.3
v4.2.2
v4.2.1
v4.2.0
Features
- New
<single-spa-parcel>
angularjs directive was implemented. (#55) Documentation
v4.1.0
v4.0.0
Breaking Changes
- If both
props.name
andprops.appName
are defined,props.appName
will now take precedence. We expect this change to not impact any users of single-spa-angularjs. (#50)
Features
- Support for using single-spa-angularjs to create parcel configs. The correct dom element is now used (#50 from @devonChurch)
Maintenance
v3.3.0
Features
domElementGetter
is now passed the single-spa props. (#44 #45 via @andrefrua)
v3.2.0
Features
- single-spa props are now available as
$rootScope.singleSpaProps
. (#42 #41)