Skip to content

Releases: single-spa/single-spa-angular

v6.1.0

14 Mar 16:41
Compare
Choose a tag to compare

Performance

  • tree-shake errors in production (#413)

v6.0.2

02 Mar 13:30
Compare
Choose a tag to compare

Fixes

  • fix: add webpack types to package exports (#412)

v6.0.1

14 Feb 03:32
Compare
Choose a tag to compare

Fixes

  • fix: add webpack to package exports (#405)
  • fix: specify webSocketURL within the webpack config (#406)

v6.0.0

21 Jan 22:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.2...v6.0.0

v5.0.2

27 Jul 23:10
Compare
Choose a tag to compare

Fixes

  • Webpack 5 support, now that Angular 12 uses webpack 5 (#380 #379)

Maintenance

  • build(deps): bump postcss from 7.0.35 to 7.0.36 (#372)

v5.0.1

07 Jun 20:10
Compare
Choose a tag to compare

Fixes

  • fix: compilation failed due to wrong webpack configuration (#366) (#367)

Maintenance

  • build(deps): bump ws from 6.2.1 to 6.2.2 (#368)

v5.0.0

01 Jun 23:00
Compare
Choose a tag to compare

Features

  • Angular 12 support (#362) (thanks @arturovt!)
  • Remove Ivy dom unmount workaround (#362)
  • Remove Animation Engine schematics and workarounds, now that the animation engine bug is fixed in Angular itself (#362)

Breaking Changes

  • single-spa-angular@5 does not work with Angular < 12. Please use single-spa-angular@4 or earlier for older versions of Angular.

v4.9.2

23 Jan 00:33
Compare
Choose a tag to compare

Fixes

Maintenance

  • build(deps): bump node-notifier from 8.0.0 to 8.0.1 (#329)

v4.9.1

07 Dec 19:17
Compare
Choose a tag to compare

Fixes

  • fix: normalize paths before overwriting configuration (#319)

Maintenance

  • chore: drop Angular version checks for old Angular version (#320)

v4.9.0

27 Nov 18:58
Compare
Choose a tag to compare

Features

  • feat: make it compatible with angular config in workspace.json file (#305 via @jogelin)

Fixes

  • fix: use JSON.stringify except of JSON5.stringify (#309)
  • fix: install the latest custom Webpack package version (#307)
  • fix: use different exports from webpack-merge (#311)