Skip to content

Releases: single-spa/single-spa-react

v7.0.0-beta.0

06 Sep 22:22

Choose a tag to compare

v6.0.2

14 Sep 16:59
c4a0830

Choose a tag to compare

Patch Changes

v6.0.1

05 Jan 01:16
6c80e56

Choose a tag to compare

Patch Changes

v6.0.0

04 Jan 23:13
57f8455

Choose a tag to compare

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

24 Jul 15:48

Choose a tag to compare

Patch Changes

  • 34e311b: fixing changeset default publish

v5.1.2

14 Jul 23:53

Choose a tag to compare

Fix ongoing issues with publishes to npm

v5.1.1

28 Jun 20:40

Choose a tag to compare

Fix issue with publish to npm

v5.1.0

16 Jun 20:34

Choose a tag to compare

What's Changed

New Contributors

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

v5.0.0

25 Aug 03:01

Choose a tag to compare

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

13 Jan 23:39

Choose a tag to compare

What's Changed

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