Releases: single-spa/single-spa-layout
Releases · single-spa/single-spa-layout
v1.0.0-beta.12
Breaking changes
All breaking changes are for the single-spa-layout-server.js file. The build used in the browser (single-spa-layout.min.js) is unaffected.
renderServerResponseBody
andsetResponseHeaders
have been removed. (#75)
Features
- Add
sendLayoutHTTPResponse
API to the server build (#75)
Maintenance
- Upgrading dependencies df88fb8
v1.0.0-beta.11
v1.0.0-beta.10
Fixes
- Fixing issue with types. (#71)
v1.0.0-beta.9
v1.0.0-beta.8
This was published in error. Use 1.0.0-beta.9 instead.
v1.0.0-beta.7
Features
- Implementing concurrent server rendering of fragments and applications. (#59)
- Add setResponseHeaders API for SSR. (#62)
- Allow for renderFragment and renderApplication to return a string. (#63)
Fixes
- fix: Retrieve containerEl attribute value from HTML tag when provided. (#54 via @NightkingCH)
- Fix bug with trailing slashes. Resolves #64. (#65)
Maintenance
v1.0.0-beta.6
v1.0.0-beta.5
v1.0.0-beta.4
Fixes
- Fixing issues with loaders (#50)