Skip to content

Releases: single-spa/single-spa-react

v6.0.1

05 Jan 01:16
6c80e56
Compare
Choose a tag to compare

Patch Changes

v6.0.0

04 Jan 23:13
57f8455
Compare
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
Compare
Choose a tag to compare

Patch Changes

  • 34e311b: fixing changeset default publish

v5.1.2

14 Jul 23:53
Compare
Choose a tag to compare

Fix ongoing issues with publishes to npm

v5.1.1

28 Jun 20:40
Compare
Choose a tag to compare

Fix issue with publish to npm

v5.1.0

16 Jun 20:34
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v4.6.0

01 Nov 21:53
Compare
Choose a tag to compare

Features

  • Support renderType being a function that returns the renderType string (#131 via @MarcusResell)

v4.5.0

01 Nov 21:54
Compare
Choose a tag to compare

Maintenance

  • Use browserslist-config-single-spa and dom-element-getter-helpers. This should not be a breaking change but we're unsure if we missed something that could cause breakage, so we are first publishing this as a beta. npm install --save single-spa-react@beta (#127)
  • Skip unnecessary CI/CD builds (#128)