Skip to content

Releases: single-spa/single-spa-react

v7.0.0-beta.0

v7.0.0-beta.0 Pre-release
Pre-release

Choose a tag to compare

@internettrans internettrans released this 06 Sep 22:22

v6.0.2

Choose a tag to compare

@github-actions github-actions released this 14 Sep 16:59
c4a0830

Patch Changes

v6.0.1

Choose a tag to compare

@github-actions github-actions released this 05 Jan 01:16
6c80e56

Patch Changes

v6.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Jan 23:13
57f8455

Major Changes

  • #197 1141959 Thanks @MilanKovacic! - ### Fixed

    • Enhanced compatibility with various bundlers and TypeScript moduleResolution strategies. The package's export patterns have been refined to address issues previously encountered with different bundling tools, ensuring more consistent and reliable integration across diverse build environments. Additionally, TypeScript type definitions have been improved, enhancing type safety and developer experience in varied TypeScript setups.

    BREAKING CHANGES

    • The changes in export patterns / types may require updates in how projects import from single-spa-react/*.

Patch Changes

v5.1.4

Choose a tag to compare

@github-actions github-actions released this 24 Jul 15:48

Patch Changes

  • 34e311b: fixing changeset default publish

v5.1.2

Choose a tag to compare

@internettrans internettrans released this 14 Jul 23:53

Fix ongoing issues with publishes to npm

v5.1.1

Choose a tag to compare

@internettrans internettrans released this 28 Jun 20:40

Fix issue with publish to npm

v5.1.0

Choose a tag to compare

@internettrans internettrans released this 16 Jun 20:34

What's Changed

New Contributors

Full Changelog: v4.6.1...v5.1.0

v5.0.0

Choose a tag to compare

@filoxo filoxo released this 25 Aug 03:01

What's Changed

  • React 18 support. by @filoxo in #148
    • if upgrading from single-spa-react@4, replace ReactDOM with ReactDOMClient
  • Change default renderType to createRoot. by @filoxo in #148
    • if your application is using React 17 and below, you must explicitly define the renderType option. For most, this is "render" but others are also supported.

v4.6.1

Choose a tag to compare

@internettrans internettrans released this 13 Jan 23:39

What's Changed

Full Changelog: v4.6.0...v4.6.1