Skip to content

Releases: single-spa/single-spa-angular

v2.2.1

01 May 23:08
Compare
Choose a tag to compare

Fixes

v3.0.0-beta.17

12 Apr 19:00
Compare
Choose a tag to compare

Fixes

v3.0.0-beta.15

12 Apr 16:46
Compare
Choose a tag to compare

Fixes

  • ng build --prod now embeds global styles into the main.js file (#57, #55)

v3.0.0-beta.14

10 Apr 05:19
Compare
Choose a tag to compare

Fixes

  • BrowserAnimationsModule now works when you provide AnimationEngine to singleSpaAngular. (#48, d815989)

v3.0.0-beta.13

10 Apr 00:05
Compare
Choose a tag to compare

Fixes

  • Angular 6 now works with single-spa-angular@beta. (#45, #50)

Features

  • single-spa-angular now defaults to using Angular routing. (#50)
  • ApplicationRef is no longer required to be passed into single-spa-angular as an opt. (d991598). This requires using [email protected], which has this fix for routing. Also see #49 as a related issue.

v3.0.0-beta.12

06 Apr 06:13
Compare
Choose a tag to compare

Features

v3.0.0-beta.11

06 Apr 02:28
Compare
Choose a tag to compare

Fixes

  • Angular global styles are now being included in the main.js bundle. (#46, 64e1a21)

Features

  • A partial webpack config is now supported for both ng build and ng serve. (#40 via @pauljmelia)

v2.2.0

06 Apr 07:17
Compare
Choose a tag to compare

Fixes

Example usage in 2.x branch Readme

Note that this fix is also in the master branch and part of single-spa-angular@>=3

v3.0.0-beta.10

04 Apr 16:29
Compare
Choose a tag to compare

Breaking changes

  • The single-spa-angular opts saw significant changes. The mainModule and platform opts no longer exist. Instead, there is a new opt called bootstrapFunction that is required. See this documentation for more info on how to use the new API. This breaking change was necessary in order to implement the features and fixes in this release (#43)

Features

  • ng build --prod bundle size on a new angular-cli app is cut in half (about 250kb reduction) (#43)

Fixes

  • Lazy routes discovery not enabled warning is gone from ng build (#43)

v3.0.0-beta.9

01 Apr 20:19
Compare
Choose a tag to compare

Fixes

  • ng serve should now work on Windows (tested and verified) (667b44b)