Releases: single-spa/single-spa-svelte
Releases · single-spa/single-spa-svelte
v2.1.1
Fixes
Maintenance
- Upgrade deps, add Github workflow, yarn -> pnpm. This has a chance of causing problems for Yarn 2 users, due to yarn 2's treatment of the prepare script for Husky. See https://typicode.github.io/husky/#/?id=yarn-2. If there's a problem, it's an easy fix so just open an issue. (#17)
- Default branch renamed from master to main
v2.1.0
Features
Maintenance
v2.0.0
Breaking changes
opts.data
is no longer supported Instead,opts.props
is supported. This is to match the new svelte API (https://svelte.dev/docs#Client-side_component_API) (#6)
Features
opts.domElementGetter
is no longer required (#6)- single-spa props are now being passed through to the svelte component. (#6)