Skip to content

Releases: single-spa/single-spa-layout

v1.2.1

27 Nov 19:54
Compare
Choose a tag to compare

Fixes

  • Add errors field to HTMLLayoutData type. Resolves #96 (#97)

v1.2.0

17 Nov 18:12
Compare
Choose a tag to compare

Features

  • Implementing <redirect>. Resolves #73. (#95)

Redirect documentation

v1.1.6

13 Nov 22:28
Compare
Choose a tag to compare

Fixes

  • Fix issue with ESM/CJS module interop, that prevented single-spa-layout from being imported in webpack (#94 #93 #90)

v1.1.5

30 Oct 16:39
Compare
Choose a tag to compare

Fixes

  • More dealing with ES/CJS interop with webpack. Resolves #90 (#91)

v1.1.4

28 Oct 19:56
Compare
Choose a tag to compare

Fixes

  • Fix problem where single-spa errors did not appear in browser console (#89)

v1.1.3

27 Oct 17:07
Compare
Choose a tag to compare

Fixes

  • Unmount loading UI when application fails to load. (#86)

v1.1.2

15 Oct 19:49
Compare
Choose a tag to compare

Fixes

  • Fix bug where elements were omitted from server response. This resulted in the browser mounting all applications for all routes (#82)

v1.1.1

13 Oct 02:31
Compare
Choose a tag to compare

Fixes

  • Fix package.json exports for usage with require (2825472)

v1.1.0

12 Oct 14:58
Compare
Choose a tag to compare

Features

Documentation:

Fixes

  • Fix main field in package.json (#81 #79)

v1.0.1

02 Oct 16:40
Compare
Choose a tag to compare

Initial release

This release is exactly the same as the beta.12 release, but is now released under the latest dist-tag on npm. You can now install single-spa-layout without the beta dist-tag

For full documentation, see https://single-spa.js.org/docs/layout-overview

npm install --save single-spa-layout

yarn add single-spa-layout