Skip to content

Releases: single-spa/single-spa-layout

v3.0.0

22 Sep 05:13
Compare
Choose a tag to compare

Breaking Changes

single-spa-layout@3 now requires single-spa@>=6. single-spa-layout@2 worked with single-spa@5

Bug fixes

Full Changelog: v2.2.0...v3.0.0

v2.2.0

16 Jun 19:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2.0

v2.1.1

15 Jun 02:34
Compare
Choose a tag to compare

What's Changed

  • Fix - Handle Routing Event - Don't Unmount If Navigation is Cancelled by @b-ferrari in #190

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

07 Jun 22:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

09 Nov 00:11
Compare
Choose a tag to compare

Patches

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

04 Oct 21:48
Compare
Choose a tag to compare

Breaking changes

  • single-spa-layout@2 now requires single-spa@6 (#143)

Features

  • Implement proper hydration of dom elements that are server rendered as part of the layout (#150 #148)

Maintenance

  • Upgrade all dependencies (#143)

v2.0.0-beta.0

10 Jul 03:24
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release

Breaking changes

  • single-spa-layout@2 requires single-spa@6 (#143)
  • single-spa-layout now relies on package managers to properly handle the prepare script for husky installation. Yarn 2 does not and users might have issues. If you do, open an issue and we can fix. (#143)

Maintenance

  • Upgrade all dependencies (#143)

v1.6.0

04 Jul 01:03
Compare
Choose a tag to compare

Features

  • Wait for error parcels to unmount before navigating away. Resolves #137. #138

v1.5.4

17 Jun 22:34
Compare
Choose a tag to compare

Fixes

  • Throw error when constructLayoutEngine is called incorrectly (#136 @MathiasWP)

Maintenance

  • Add test for query strings (#133)

v1.5.3

17 May 17:07
Compare
Choose a tag to compare

Fixes

  • Add single-spa as a dependency. Fixes yarn 2 issues (#131 #130)