Releases: single-spa/single-spa-layout
Releases · single-spa/single-spa-layout
v1.2.1
Fixes
- Add errors field to HTMLLayoutData type. Resolves #96 (#97)
v1.1.6
Fixes
- Fix issue with ESM/CJS module interop, that prevented single-spa-layout from being imported in webpack (#94 #93 #90)
v1.1.5
Fixes
- More dealing with ES/CJS interop with webpack. Resolves #90 (#91)
v1.1.4
Fixes
- Fix problem where single-spa errors did not appear in browser console (#89)
v1.1.3
Fixes
- Unmount loading UI when application fails to load. (#86)
v1.1.2
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
Fixes
- Fix package.json exports for usage with
require
(2825472)
v1.1.0
Features
Documentation:
Fixes
- Fix
main
field in package.json (#81 #79)
v1.0.1
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