Skip to content

Releases: single-spa/single-spa-svelte

v2.1.1

17 May 16:51
Compare
Choose a tag to compare

Fixes

  • Add support custom props in domElementGetter (#16 @Naboska)

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

09 Oct 23:02
Compare
Choose a tag to compare

Features

Maintenance

  • Create FUNDING.yml 482fe76
  • Upgrading dependencies to fix build error. bdf0d70
  • Updating code format to latest prettier. 6d1a496
  • Fixing tests in windows, and reducing published tarball size. 08456f3
  • Bump lodash from 4.17.15 to 4.17.19 (#9)

v2.0.0

02 Mar 19:03
Compare
Choose a tag to compare

Breaking changes

Features

  • opts.domElementGetter is no longer required (#6)
  • single-spa props are now being passed through to the svelte component. (#6)

Maintenance

  • Switched to prettier (#6)
  • Added tests (#6)

v1.0.1

28 Jul 18:49
Compare
Choose a tag to compare

Features

  • single-spa-svelte now publishes a sourcemap (28393ef)

Maintenance