Releases: single-spa/single-spa-layout
Releases · single-spa/single-spa-layout
v3.0.0
Breaking Changes
single-spa-layout@3 now requires single-spa@>=6. single-spa-layout@2 worked with single-spa@5
Bug fixes
- Fix error ui unmount bug. Resolves #209 by @joeldenning in #210
Full Changelog: v2.2.0...v3.0.0
v2.2.0
What's Changed
- fix: export matchRoute function. by @levymateusm in #189
- fix: export typescript types by @stefan-karlsson in #187
- allow class attribute on application node by @jamesarosen in #186
- fix: adjust and replace types for use with new release parse5 by @cristofersousa in #173
New Contributors
- @levymateusm made their first contribution in #189
- @stefan-karlsson made their first contribution in #187
- @jamesarosen made their first contribution in #186
- @cristofersousa made their first contribution in #173
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
- Fix - Handle Routing Event - Don't Unmount If Navigation is Cancelled by @b-ferrari in #190
New Contributors
- @b-ferrari made their first contribution in #190
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- feat: pass the error as a prop when mounting error UIs by @GeeWizWow in #170
- Reference TypeScript types in
exports
by @Richienb in #169 - Fixed typo in typedef by @Khazl in #164
- feat(server): Add support for nonce by @lipsumar in #160
New Contributors
- @GeeWizWow made their first contribution in #170
- @Richienb made their first contribution in #169
- @Khazl made their first contribution in #164
- @lipsumar made their first contribution in #160
Full Changelog: v2.0.1...v2.1.0
v2.0.1
Patches
- Fix empty content string bug by @MarcusResell in #153
New Contributors
- @MarcusResell made their first contribution in #153
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v2.0.0-beta.0
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
v1.5.4
Fixes
- Throw error when constructLayoutEngine is called incorrectly (#136 @MathiasWP)
Maintenance
- Add test for query strings (#133)