Releases: single-spa/single-spa-layout
Releases · single-spa/single-spa-layout
v1.5.2
Fixes
- Fix bug where DOM elements were moved unnecessarily (#126 #127)
v1.5.1
Fixes
- Do not call
appendChild()
or insertBefore()
on nodes that are already in the correct location in the DOM. (#125 #123)
Maintenance
- Switch from deprecated babel-eslint to
@babel/eslint-parser
(#125)
v1.5.0
Features
constructRoutes()
may now be called with an HTML string, in the browser (#122)
v1.4.4
Fixes
- Fix regression bug to
strToLocation
that was introduced in 10c72ed (#121)
v1.4.3
Fixes
- Fix
strToLocation
in IE11 (10c72ed)
This publish introduced a regression bug
Don't use this version. Instead, use 1.4.4. There is a bug in 1.4.3 that breaks things in modern browsers. See #121
v1.4.2
Fixes
- Fix issue with nested default routes. Resolves #119. (#120)
Maintenance
- Remove stale reference to Travis CI (f8d1a95)
v1.4.1
Fixes
- Reuse application containers during DOM move operations. Resolves #115.
v1.4.0
Features
- Fix unmounting of application error parcels. Resolves #105. (#106)
- Unmount dom elements immediately. Resolves #103. (#112)
Maintenance
- Switch to Github workflows (#111)
v1.3.1
Fixes
- Fix import issues with webpack 5 (#108 #107)
v1.3.0
Features
Maintenance
- Bump ini from 1.3.5 to 1.3.8 (#100)
- Bump node-notifier from 8.0.0 to 8.0.1 (#101)