Releases: single-spa/single-spa-react
Releases · single-spa/single-spa-react
v6.0.2
v6.0.1
Patch Changes
- #203
ec968f2
Thanks @joeldenning! - Automatically support React 17 with default opts. Resolves #202
v6.0.0
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/*
.
- Enhanced compatibility with various bundlers and TypeScript
Patch Changes
v5.1.4
v5.1.2
Fix ongoing issues with publishes to npm
v5.1.1
Fix issue with publish to npm
v5.1.0
What's Changed
- Fix multi-parcel unmount resolving by @pbowden91 in #161
- Feature: automate publishing by @filoxo in #162
- Enable publishing by @filoxo in #165
- Do not log a warning when the
errorBoundaryClass
is provided by @nickbosland in #171 - fix: define package.json export by @darshkpatel in #168
- Switch back to manual publish for now by @joeldenning in #172
New Contributors
- @pbowden91 made their first contribution in #161
- @nickbosland made their first contribution in #171
- @darshkpatel made their first contribution in #168
Full Changelog: v4.6.1...v5.1.0
v5.0.0
What's Changed
- React 18 support. by @filoxo in #148
- if upgrading from single-spa-react@4, replace
ReactDOM
withReactDOMClient
- if upgrading from single-spa-react@4, replace
- 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.
- if your application is using React 17 and below, you must explicitly define the
v4.6.1
What's Changed
- Fix parcel updates causing unmount + remount. Resolves #134. by @joeldenning in #138
- Move browserslist-config-single-spa to "dependencies". Resolves #133 by @joeldenning in #137
Full Changelog: v4.6.0...v4.6.1
v4.6.0
Features
- Support
renderType
being a function that returns the renderType string (#131 via @MarcusResell)