Skip to content

Releases: single-spa/single-spa

v7.0.0-beta.2

05 Mar 00:01
Compare
Choose a tag to compare
v7.0.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: https://github.com/single-spa/single-spa/blob/7.0/CHANGELOG.md#700-beta2

v7.0.0-beta.1

06 Oct 03:51
Compare
Choose a tag to compare
v7.0.0-beta.1 Pre-release
Pre-release

What's Changed

See https://github.com/single-spa/single-spa/blob/7.0/CHANGELOG.md#700-beta1

v7.0.0-beta.0

30 Sep 02:35
Compare
Choose a tag to compare
v7.0.0-beta.0 Pre-release
Pre-release

7.0.0-beta.0

Major Changes

  • #1186 a061710 Thanks @joeldenning! - Begin migration to typescript

    WHAT: single-spa@6 was implemented in Javascript, with additional hand-crafted typescript declaration files. single-spa@7 is now implemented in Typescript. The typescript interfaces, types, etc changed somewhat during the migration. single-spa's package.json now includes typescript definitions in the "exports" field.

    WHY: The single-spa core team hopes to migrate most single-spa projects to typescript, for type safety.

    HOW: JS-only users of single-spa can safely upgrade without any changes. Typescript users will notice that some of the exported types are no longer available, modified, or renamed. See the rest of the changelog for exact descriptions of which types have changed. We encourage single-spa's typescript users to use the Parameters utility type to access function argument types that previously were exported.

  • #1230 66c7f33 Thanks @joeldenning! - Update package.json entry points

    The "module" and "typings" fields have been removed from the package.json, in favor of the "exports" field only.

  • #1216 45255a9 Thanks @joeldenning! - Drop IE11 support. Change browserslist target

  • #1230 66c7f33 Thanks @joeldenning! - Remove different builds for ES5 versus ES2015

  • #1216 45255a9 Thanks @joeldenning! - remove es2015 and es5 folders from published tarball

Minor Changes

Patch Changes

v6.0.3

29 Sep 01:54
Compare
Choose a tag to compare

What's Changed

  • Upgrade build dependencies, upgrade pnpm version by @joeldenning in #1245
  • Upgrade rollup (security fix) by @joeldenning in #1256

Full Changelog: https://github.com/single-spa/single-spa/blob/main/CHANGELOG.md#603

v6.0.2

12 Sep 21:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/single-spa/single-spa/blob/main/CHANGELOG.md#602

v6.0.1

26 Feb 21:27
Compare
Choose a tag to compare

v6.0.0

03 Dec 06:36
Compare
Choose a tag to compare

See announcement blog post for what changed in single-spa@6

v5.9.5

15 Jun 21:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.9.4...v5.9.5

v6.0.0-beta.3

06 Jun 21:40
Compare
Choose a tag to compare
v6.0.0-beta.3 Pre-release
Pre-release

What's Changed

  • Implement profiler for lifecycle events. by @joeldenning in #868
  • Ensure app is unmounted during unregisterApplication. Resolves #871 by @joeldenning in #875
  • Remove file size impact workflow since it's broken. by @joeldenning in #879
  • Remove console.log in test by @joeldenning in #878
  • fix(types): fix SingleSpaAppsByNewStatus interface by @FelixGraf in #988
  • Implement parcel and routing profiler events. by @joeldenning in #903

New Contributors

Full Changelog: v6.0.0-beta.2...v6.0.0-beta.3

v5.9.4

06 Jun 21:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.9.3...v5.9.4