Skip to content

Releases: single-spa/single-spa-angularjs

v3.1.0

20 Jul 01:23
Compare
Choose a tag to compare

Features

  • domElementGetter is now optional. (#37)

v3.0.1

28 Jun 22:07
Compare
Choose a tag to compare

Fixes

  • Updating references to single-spa-angularjs

v3.0.0

28 Jun 21:58
Compare
Choose a tag to compare

Changes

Renamed the project from single-spa-angular1 to single-spa-angularjs

v2.7.0

13 Feb 02:13
Compare
Choose a tag to compare

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

09 Oct 19:39
Compare
Choose a tag to compare

New features:

  • Add feature for providing ui-view value as a string option. See #32 and #33

Add support for providing an html template

22 Sep 18:25
Compare
Choose a tag to compare

Feature:
Add new opt called template which can be optionally provided to insert some html into the dom when mounting.

Support for strictDi mode

29 Nov 23:43
Compare
Choose a tag to compare

Fixing opts not defined bug

10 Nov 22:07
Compare
Choose a tag to compare

Version 2.2.2

16 Sep 22:44
Compare
Choose a tag to compare

Fixing case when multiple angular1 projects use the same single-spa-angular1 to bootstrap, mount, and unmount. See #25

Fix Unmounting

06 Sep 22:20
Compare
Choose a tag to compare

Fix unmounting - #24